/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector,
div.selector span {
  background-image: url("../images/sprite-ed.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.selector {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

.selector select:focus {
  outline: 0; }

.selector,
.selector *{
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("../images/bg-input-ed.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */

select.uniform-multiselect {
  padding: 3px;
  background: url("../images/bg-input-ed.png") repeat-x 0 0;
  outline: 0; }


select.uniform-multiselect:focus{
  background: url("../images/bg-input-focus-ed.png") repeat-x 0 0; }

/* Select */
div.selector {
  background-position: 0 -171px;
  line-height: 32px;
  height: 32px;
  left: -5px;
  padding: 0 0 0 15px;
  position: relative;
  overflow: hidden; }

div.selector.fixedWidth {
  width: 190px; }

div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: 32px;
  line-height: 32px;
  padding-right: 45px;
  cursor: pointer;
  text-align:left !important;
  width: 100%;
  display: block; 
  min-width: 150px;  
}

div.selector.fixedWidth span {
  width: 155px; }

div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  position: absolute;
  height: 30px;
  top: 2px;
  left: 5px;
  width: 100%; }

div.selector:active,
div.selector.active {
  background-position: 0 -172px; }

div.selector:active span,
div.selector.active span {
  background-position: right 0px; }

div.selector.focus,
div.selector.hover,
div.selector:hover {
  background-position: 0 -205px; }

div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
  background-position: right -69px; }

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: 0 -205px; }

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -69px; }

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
  background-position: 0 -205px; }

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -69px; }


/* INPUT & TEXTAREA */
select.uniform-multiselect{
  font-size: 12px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

select.uniform-multiselect:focus{
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  border-color: #999; }

/* PRESENTATION */

/* Select */
div.selector {
  font-size: 12px; }

div.selector select {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px; }

div.selector span {
  color: #666;
  text-shadow: 0 1px 0 #fff; }

div.selector.disabled span {
  color: #bbb; }
