

.select2-choice:after{
    content: "";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
	background:url(../images/dia/shared/spritesheet_shared.png) no-repeat scroll -406px -344px;
}

.select2-container .select2-choice{
	margin-bottom:0;
}

.select2-container .select2-choice > .select2-chosen{
	margin-right:0;
}

.select2-results{
	margin-top:20px;
}

.select2-drop-active h3 .responsivo{
	display:none;
}

.select2-drop-active .select2-search input{
    background: #fff none repeat scroll 0 0;
    color: #4a4a4a;
    font-size: 15px;
    height: 40px !important;
    margin: 0;
	background: #fff url(../images/dia/nosprite/search.png) no-repeat 98% 5px !important;
	background: #fff url(../images/dia/nosprite/search.png) no-repeat calc(100% - 5px) 5px !important;
	background: #fff url(../images/dia/nosprite/search.png) no-repeat -webkit-calc(100% - 5px) 5px !important;	
}	

.select2-drop-active .select2-search input:focus{
	border-color:#bbb;
}

.select2-results .select2-result-unselectable{
	display:none;
}	

.select2-results .select2-result-label {
    -moz-user-select: none;
    color: #696969;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    min-height: 1px;
    padding: 5px 0;
}

.select2-results li{
	padding-left:10px;
}

.select2-results li.select2-highlighted .select2-result-label{
	color:#fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices{
	border:0;
	box-shadow:0 0 0;
}



