.hidden_select_container {
	width: 0;
	height: 0;
	overflow: hidden;
}

	


.select-style-pin-entry ul li .simpleselect {
	position: relative;
	width:40px;
	display:inline-block;
	line-height:20px;
	color: #1f4e91;
	font-size: 11px;
	background-color:#fff;
	margin-top:5px;
	margin-left:4px;
}

.simpleselect .options {
	width: 300px;
}


.select-style-pin-entry .options {
	width:45px;
}

.bank-overview ul li .simpleselect {
	position: relative;
	width: 300px;
	display:inline-block;
	line-height:20px;
	color: #1f4e91;
	font-size: 11px;
	background-color:#fff;
}



.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
    line-height: 20px;
    cursor: pointer;
}

.select-style-pin-entry .simpleselect .placeholder,
.select-style-pin-entry .simpleselect .options .option,
.select-style-pin-entry .simpleselect .options .optgroup .optgroup-label {
    line-height: 18px;
    cursor: pointer;
}


.simpleselect .options .optgroup .optgroup-label {
	cursor: default;
	font-weight: bold;
}

.simpleselect .options .optgroup .option {
}

.simpleselect .option
{
	padding-left:10px;
}

.simpleselect .placeholder,
.simpleselect .options {
	background: #fff;
  	border: 1px solid #313740!important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.simpleselect .placeholder {
	position: relative;
	padding-left:10px;
	width:300px;
}

.select-style-pin-entry .simpleselect .placeholder {
	position: relative;
	padding-left:10px;
	width:40px;
}




.simpleselect .placeholder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 20px;
	background:#fff url(../Images/icons/downarrow.png) no-repeat right;
	background-size:20px 20px;
}

.select-style-pin-entry .placeholder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	width: 14px;
	background:#fff url(../Images/icons/logindropdown.svg) no-repeat right;
	background-size: 14px 19px;
}	


.simpleselect .placeholder:hover {
	background: #FFF;
}

.simpleselect .options {
	display: none;
	position: absolute;
	top: 0!important;
	left: 0;
	z-index: 1000;
	background-color:#fff;
}
.simpleselect .options .option:nth-child(odd) 
	{background-color:#FFF;}

.simpleselect .options .option:nth-child(even) 
	{background-color:#F4F4F4;}

.simpleselect .options .option:first-child
{
	background:#fff url(../Images/icons/downarrow.png) no-repeat right;
	background-size:20px 20px;
	border-bottom:1px solid #6283b2;
}

.select-style-pin-entry .simpleselect .options .option:first-child
{
	background:#fff url(../Images/icons/logindropdown.svg) no-repeat right;
	background-size: 14px 19px;
	border-bottom:1px solid #6283b2;
}

.simpleselect .options .option.active {
	background: #ffefc9;
}

.simpleselect .options .option.active:first-child
{	background:#fff url(../Images/icons/downarrow.png) no-repeat right;
	background-size:20px 20px;
}


.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
	background: #FFF;
	color: #919195;
	border-color: #eee;
	cursor: default;
}

.simpleselect.disabled .placeholder:after {
	opacity: .5;
	top: -1px;
	bottom: 0;
	right: -1px;
	width: 20px;
	background:#fff url(../Images/icons/downarrow.png) no-repeat right;
	background-size:21px 22px;
	height:22px;	
}