  
.idealselect {
  position: relative;
  width: 370px;
  display: inline-block;
  zoom: 1;
	z-index:10000;
}

.idealselect * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.idealselect:before,
.idealselect:after {
  content: "";
  display: table
}

.idealselect:after { clear: both; }

.idealselect:focus { outline: none;  }

.idealselect ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
}

.idealselect .title {
 position: relative;
display: block;
padding: 0.24em 1em;
padding-right: 0.05em;
line-height: normal;
text-decoration: none;
color: #444;
background: #fff;
border: 1px solid #aaa;
font-size: 15px;
}


.idealselect .title:after {
  content: "";
  position: absolute;
  right: .55em;
  top: 50%;
  margin-top: -.1em;
  border-width: .4em;
  border-style: solid;
  border-color: transparent;
  border-top-color: #02014b;
}

.idealselect .title i {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2.2em;
  
 
  background: #cccbcb;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.idealselect .title:hover {
  background: -webkit-linear-gradient(#fff, #fff);
  background: -moz-linear-gradient(#fff, #fff);
  background: -o-linear-gradient(#fff, #fff);
  background: -ms-linear-gradient(#fff, #fff);
  background: linear-gradient(#fff, #fff)
}

.idealselect .title:focus { outline: none }

.idealselect:focus .title {
  border-color: #ee7f1f;
  -webkit-box-shadow: 0 0 1px #3f9dcc;
  box-shadow: 0 0 1px #3f9dcc;
	background:#6d8ca0;
	color:#fff;
}

.idealselect.openfocus .title {
  border-color: #aaa;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.idealselect.open .title {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.idealselect.open .title:after {
  margin-top: -.6em;
  border-color: transparent;
  border-bottom-color: #02014b
}

.idealselect .dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 14em;
  overflow-y: auto;
  background: #e6e6e6;
 font-size:14px;
 
}

.idealselect .dropdown li {
  padding: 0.3em 1em;
  height: 2.5em;
  line-height: 2;
  color: #444;
  cursor: index;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
   border-bottom: 1px dashed #cccbcb;
	z-index:10000;
}

.idealselect .dropdown li:hover { background: #feddc0 }

.idealselect .dropdown li.selected,
.idealselect .dropdown li.selectedactive {
  color: #fff;
  background: #285d85;
  background: -webkit-linear-gradient(#cccbcb, #cccbcb);
  background: -moz-linear-gradient(#cccbcb, #cccbcb);
  background: -o-linear-gradient(#cccbcb, #cccbcb);
  background: -ms-linear-gradient(#cccbcb, #cccbcb);
  background: linear-gradient(#cccbcb, #cccbcb)
}

.idealselect.open .dropdown { display: block }

.ie9 .idealselect .dropdown {
  width: auto;
  min-width: 100%
}
@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 640px) 
and (orientation : landscape)
{
	.idealselect {
    position: relative;
    width: 100%;
    display: inline-block;
    zoom: 1;
		z-index:10000;
}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : portrait)
{   
.idealselect {
    position: relative;
    width: 100%;
    display: inline-block;
    zoom: 1;
	z-index:10000;
}}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait)
{
.idealselect {
    position: relative;
    width: 100%;
    display: inline-block;
    zoom: 1;
	z-index:10000;
}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape)
{
.idealselect {
    position: relative;
    width: 100%;
    display: inline-block;
    zoom: 1;
	z-index:10000;
}
}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait)
{
	.idealselect {
    position: relative;
    width: 100%;
    display: inline-block;
    zoom: 1;
		z-index:10000;
}

}
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape)
{
	.idealselect {
    position: relative;
    width: 100%;
    display: inline-block;
    zoom: 1;
		z-index:10000;
}

}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape)
{
.idealselect {
    position: relative;
    width: 100%;
    display: inline-block;
    zoom: 1;
	z-index:10000;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait)
{
.idealselect {
    position: relative;
    width: 304px;
    display: inline-block;
    zoom: 1;
	z-index:10000;
}
}