@charset "utf-8";
/* CSS Document */

.selectricWrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
    background: #FFFFFF;
    border: 1px solid #969696;
    color: #0D6FA2;
    display: block;
    font-size: 16px;
    margin-top: 0px;/*edit margin*/
    padding: 8px 10px;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  color: #0D6FA2;
  padding:0;
  font-weight:normal;
  color:#9A9A9A;
  font-family:arial;
  max-width: 80%;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;/*edit position*/
  width: 36px;
  height: 36px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/30px Lucida Sans Unicode,Arial Unicode MS,Arial;
  border-left:1px solid #ababab;
}

/*.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ABABAB;
  border-bottom: none;
}*/

.selectricHover .selectric .button {
  color: #888;
}


.selectricOpen {
  z-index: 9999;
}

.selectricOpen .selectric {
  border-color: #CCC;
  background: #F0F0F0;
  z-index: 9999;
}

.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #FCFCFC;
  border: 1px solid #CCC;
  z-index: 9998;
  box-shadow: 0 1px 2px -1px #A5A5A5;
}

.selectricItems ul,.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  min-height: 20px;
}

.selectricItems li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
  text-align:left;
  font-weight:normal;
  font-family:arial;
}

.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}


.select-location-rw .selectric{
	background:none;
	border:none;
	color:inherit;
	margin-top: 0;
    padding: 0 10px;
}

.select-location-rw .selectric .label {
    color: #FAA21B;
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
}
.select-location-rw .selectric .button {
    border-left: none;
    color: none;
    display: block;
    font: 0px/0 a;
    height: inherit;
    position: absolute;
    right: 0;
    text-align: center;
    top: auto;
    width: auto;
}
.select-location-rw .selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: none;
  border-top-color: transparent;
  border-bottom: none;
}