/*=====================================================================
  Selectric
======================================================================*/

.selectricWrapper {
  position: relative;
  margin: 0;
  width: 300px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e4e8;
  width: 161px;
}
.selectricWrapper.selectricOpen {
    border: 1px solid #ccc;
    position: absolute;
    /*-webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5), 0 2px 15px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5), 0 2px 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5), 0 2px 15px -5px rgba(0, 0, 0, 0.5);*/
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectricOpen {
  z-index: 9999;
}

.selectricOpen .selectricItems {
  display: block;
}

.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;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectricOpen .selectric {
  /*background: #242836;*/
  z-index: 9999;
}

.selectricOpen .selectricItems {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
}

.selectric {
  background: #333745;
  position: relative;
  height: 28px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 21px 0 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 28px;
  color: #000;
  height: 26px;
}

.selectric .button {
    position: absolute;
    top: 12px;
    right: 8px;
    background-image: url("../Images/icoSelect.png");
    background-position: 0 -14px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 6px;
    width: 10px;
    font: 0/0 a;
	text-shadow: none;
	color: transparent;
}
.selectricOpen .selectric .button {
    background-position: 0 0;
}

.selectricHover .selectric .button {
  border-top-color: #DDD;
}

/* Items box */
.selectricItems {
  display: none;
  top: 100%;
  left: 0;
  background: #FFF;
  z-index: -1;
  border: 1px solid #fff;
  left: 0;
}
.selectricItems .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectricAbove .selectricItems {
  top: auto;
  bottom: 100%;
}
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}
.selectricItems li {
  display: block;
  padding: 5px 8px;
  cursor: pointer;
}
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
.selectricItems li:hover {
  background: #cecece;
  /* color: #444; */
  box-shadow: -10px 0 0 1px #cecece, 10px 0 0 1px #cecece;
  z-index: 1;
}
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

.stateSelectric .selectricWrapper {
    width: 119px;
}
.countrySelectric .selectricWrapper {
    width: 158px;
}

.subscriptionSelectric .selectricWrapper {
    width: 158px;
}

.selectricWrapper.input-validation-error {
    border: 2px solid red;
}

.userConfirmatonPeriodSelectric .selectricWrapper {
	width: 158px;
}	