/*

Uniform Theme: Uniform Default
Version: 1.5
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */


div#uniform-bestCosNavYr.selector span {
  background-image: url('https://i2.cdn.turner.com/money/.element/img/1.0/sections/mag/fortune/bestcompanies/2013/small-triangle.png');
  	background-repeat: no-repeat;
    background-position:50px 7px;;
  	height: 25px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

div#uniform-filterSize.selector span,
div#uniform-filter2.selector span,
div#uniform-filter3.selector span,
div#uniform-col4select.selector span {
  background-image: url('https://i2.cdn.turner.com/money/.element/img/1.0/sections/mag/fortune/bestcompanies/2013/triangle.png');
  	background-repeat: no-repeat;
    background-position:100px 15px;;
  	height: 35px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

div#uniform-col4select.selector span {
    background-position:109px 15px;;
}
.selector,  
.selector *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div#uniform-bestCosNavYr.selector {
  line-height: 25px;
	height: 25px;
	border:1px solid #CCC;
	  margin-bottom: 20px;
  width: 75px;
  font-size: 12px;
}

div#uniform-filterSize.selector,
div#uniform-filter2.selector,
div#uniform-filter3.selector,
div#uniform-col4select.selector {
  line-height: 35px;
	height: 35px;
	border:1px solid #666;
	margin:10px 0 20px 0;
  width: 135px;
  font-size: 12px;
}

div#uniform-col4select.selector {
  width: 144px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
}

/* PRESENTATION */

/* Select */

div.selector select {
  width: 75px;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: solid 1px #fff;
}

div#uniform-filterSize.selector select,
div#uniform-filter2.selector select,
div#uniform-filter3.selector select,
div#uniform-col4select.selector select {
	width:135px;
	cursor:pointer;
	}
	div#uniform-col4select.selector select {
	width:144px;
	}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #999;
  width: 75px;
  maring-left:10px;
  padding: 1px 10px;
}

div#uniform-filterSize.selector span,
div#uniform-filter2.selector span,
div#uniform-filter3.selector span,
div#uniform-col4select.selector span{
	width:106px;
	padding: 7px 10px;
	}
	div#uniform-col4select.selector span {
	width:115px;
	}
	
div.selector.disabled span {
	color: #bbb;
}

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
	position: relative;
	/*padding-left: 10px;*/
	overflow: hidden;
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
  height: 25px;
  border: none;
  background: none;
}

div#uniform-filterSize.selector select,
div#uniform-filter2.selector select,
div#uniform-filter3.selector select,
div#uniform-col4select.selector select{
  height: 35px;

}