@charset "UTF-8";
/* CSS Document */

.select2-sim {
	width: 85%;
	line-height: 32px;
	vertical-align: middle;
	position: relative;
	background: #000;
	color: #fff;
	border: 1px solid #F90;
	font-weight: 300;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 0px;
	
}




.select2-sim: .options2 .option2 label {
  display:inline-block;
}

.options2 {
	background: #000;
	color: #fff;
	border: 1px solid #F90;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 150px;
	xxxmax-height: 40vh;
	overflow-y: scroll;
	z-index: 9999;
}


.select2-sim: .options2 .option2 {
	height: 32px;
	overflow: hidden;
	padding: 5px;
}

.select2-sim .options2 .option2 img {
	vertical-align: middle;
	margin-top: -3px;
}


.select2-sim .options2 .option2 input {
  width:0;
  height:0;
  overflow:hidden;
  margin:0;
  padding:5;
  float:left;
  display:inline-block;
  /* fix specific for Firefox */
  position: absolute;
  left: -10000px;
}

.select2-sim .options2 .option2 input:checked + label {
  display:block;
  width:100%;
  z-index: 9998;
}

.select2-sim: .options2 .option2 input + label {
  display:block;
}

.select2-sim: .options2 .option2 input:checked + label {
  background:#F90;
  color: #FFF
}

