@font-face {
  font-family: 'icomoon';
  src:url('icomoon.eot?-rdnm34');
  src:url('icomoon.eot?#iefix-rdnm34') format('embedded-opentype'),
      url('icomoon.woff?-rdnm34') format('woff'),
      url('icomoon.ttf?-rdnm34') format('truetype'),
      url('icomoon.svg?-rdnm34#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***********************************************************/
/* Default custom select styles */
.container-currency{color:#555;}
.cs-placeholder{border: 1px solid #eee;padding:6px 10px !important;}
.cs-active .cs-options{border: 1px solid #eee;border-top:none;}
.select-currency {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.clear-both{clear:both;height:0px;} 
 
div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: #fff;
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div.cs-select:focus {
  outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
  display: none;
}

.cs-select span {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Placeholder and selected option */
.cs-select > span {
  padding-right: 3em;
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
  speak: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cs-select > span::after {
  content: '\25BE';
  right: 1em;
}

.cs-select .cs-selected span::after {
  content: '\2713';
  margin-left: 1em;
}

.cs-select.cs-active > span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
  z-index: 200;
}

/* Options */
.cs-select .cs-options {
  position: absolute;
  overflow: hidden;
  width: 98px;
  max-height: 206px; /* max height for 5 items */
  overflow: auto; /* scrollable */
  background: #fff;
  visibility: hidden;
}

.cs-select.cs-active .cs-options {
  visibility: visible;
}

.cs-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cs-select ul span {
  padding: 1em;
}

.cs-select ul li.cs-focus span {
  background-color: #ddd;
}

/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
  padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
  cursor: default;
}
/***********************************/
div.cs-skin-border {
  background: none;
  font-size: 12px;
  font-weight: normal;
  max-width: 100px;
}

@media screen and (max-width: 30em) {
  div.cs-skin-border { font-size: 1em; }
}

.cs-skin-border > span {
  border: 1px solid #eee;
}

.cs-skin-border > span::after,
.cs-skin-border .cs-selected span::after {
  font-family: 'icomoon';
  content: '\e000';
}

.cs-skin-border ul span::after {
  content: '';
  opacity: 0;
}

.cs-skin-border .cs-selected span::after {
  content: '\e00e';
  color: #ddd9c9;
  font-size: 1.5em;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cs-skin-border.cs-active > span {
  background: #fff;
  color: #2980b9;
}

.cs-skin-border .cs-options {
  color: #2980b9;
  font-size: 0.75em;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cs-skin-border ul span {
  padding: 1em 2em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cs-skin-elastic .cs-options span {
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 2em auto;
  padding: 9px 0 8px 43px;
  font-size:12px !important;
  background-color:#fff;
}
/********************************Level2***********************/
.not-effect-currency .cs-skin-elastic .cs-options span {
  font-size: 12px;
  padding: 9px 0 8px 10px;
}

.cs-skin-elastic .cs-options ul li {
  line-height: 24px !important;
}
.sca-currency-style ul li{padding-left:0px;}
/*******fix**********/
.sca-currency-style ul li span{font-size:12px !important;} 
.sca-remove-space .cs-skin-elastic .cs-options span {
  padding: 9px 0 8px 10px !important;
}
.sca-currency-style{
  float: left;
  max-width: 100%;
  width: 100px;
}
.sca-currency-style ul{list-style:none  !important;}
.sca-currency-style ul li {
  list-style: none !important;
  margin-bottom:0px !important;
  margin-left:0px !important;
  line-height: 24px !important;
}
.sca-currency-style ul li{float:none !important;text-align:left  !important;margin-left:0px !important;}