.i-dropdown{	
	position: relative;
	border: 1px solid #b3b3b3;
	position: relative;
}


.i-dropdown .text-span{
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	text-overflow: hidden;
    white-space: nowrap;
    color:#000 !important;
}

.i-dropdown .text-span:hover{
	color:#000 !important;
}
.i-dropdown .arrow-down,.i-dropdown .arrow-up {
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	position: absolute;
	right:8px;	
}
.i-dropdown .caret-base {
    height: 38px;
    width: 30px;
    display: block;
    float: right;
}
.i-dropdown .arrow-down {
	border-top-color: lightgray;
	top:15px;
}
.i-dropdown .arrow-down:hover {
	border-top-color: black;
}
.i-dropdown .arrow-up {
	border-bottom-color: lightgray;
	top:6px;
}
.i-dropdown .arrow-up:hover {
	border-bottom-color: black;
}


.drop-down-container{
	position: relative;
	overflow-x: hidden;
	display: block;
	border: none;
    margin-top: -1px;
}

.drop-down-container .search-icon{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	display: block;
	width:20px;
	height: 20px;
	position: absolute;
	right:0px;
	top:6px;
}

.drop-down-container input:focus {
	outline: none;
}


.i-dropdown .idrop-menu {
	display: none;
	padding:0 1px;
	margin-top: -1px;
	margin-right: 0px;
	position: absolute;
	border: 1px solid #b3b3b3;
	left:-1px;
	background: #fff;
	z-index: 100999!important;
    padding-bottom: 1px;
}
.i-dropdown .idrop-menu ul {	
	display: block;
	width:100%;
	padding:0;
	margin:0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 136px;
}
.i-dropdown ul li {
	cursor: pointer;
	color: black;
	text-decoration: none;
	display: block;
}

.i-dropdown ul li a {
	display: block !important;
	color: black !important;
	display: block;
	padding: 6px 12px !important;	
	position:relative;
	min-height: 17px;
	font-size:16px;
	line-height: 18px;
	font-weight: 300;

}

.i-dropdown ul.multiple li a {
	display: block !important;
	color: black;
	display: block;
	padding: 6px 12px 6px 40px !important;	
	position:relative;
	min-height: 17px;
	font-size:16px;
	line-height: 18px;
	font-weight: 300;
}

.i-dropdown ul li a:hover {
	background-color: rgb(235,245,255);
	color:rgb(89,145,198) !important;
}

.keySelected {
    background-color: rgb(235,245,255);
    color:rgb(89,145,198) !important;
}
.unScroll {
    overflow: hidden;
}
.i-dropdown span.i-dropdown-check{
	display: inline-block;
    width: 21px;
    height: 21px;
    padding:0px;
    margin: 0 6px 0 -32px;
    position: absolute;
    background-image: url(../img/check_sprite.jpg);
    background-position: top right;
}
.i-dropdown span.i-dropdown-checked{
    background-position: top left;
}