/*

Uniform Theme: Agent
Version: 1.0
By: Collin Allen
License: MIT
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../images/sprite-agent_new.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0; }

.highContrastDetect {
  background: url("../images/bg-input-agent.png") repeat-x 0 0;
  width: 0px;
  height: 0px; }

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 4px;
  /*background: url("../images/bg-input-agent.png") repeat-x 0 0;*/
  background: none;
  outline: 0; 
  resize: none;
  }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    /*background: url("../images/bg-input-agent-focus.png") repeat-x 0 0;*/
	background: none;
	 }

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Select */
div.selector {
 /* background-position: 0 -160px;*/
  line-height: 29px;
  height: 29px;
  padding: 0 0 0 7px;
  position: relative;
  overflow: hidden;
  width:199px; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    /*background-position: right 0;*/
	background: url(../../gfx/whiteSmile/templates/img/iconFormSelect.png) right 0 no-repeat !important;
    height: 29px;
    line-height: 29px;
    padding-right: 25px;
    cursor: pointer;
    width: 100%;
    display: block; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 153px; }
  div.selector select {
    /*opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;*/
	border: none !important;
    background-color: rgba(35,35,35, 0.5) !important;
    position: absolute;
    height: 29px;
    top: 0;
    left: 0;
    width: 100%; }
  div.selector.active {
    background-position: 0 -192px; }
    div.selector.active span {
      background-position: right -32px; }
  div.selector.hover, div.selector.focus {
    background-position: 0 -224px; }
    div.selector.hover span, div.selector.focus span {
      background-position: right -64px; }
    div.selector.hover.active, div.selector.focus.active {
      background-position: 0 -256px; }
      div.selector.hover.active span, div.selector.focus.active span {
        background-position: right -96px; }
  div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -288px; }
    div.selector.disabled span, div.selector.disabled.active span {
      background-position: right -128px; }

/* Checkbox */
div.checker {
  position: relative; }
  div.checker, div.checker span, div.checker input {
    width: 23px;
    height: 23px; }
  div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -320px; }
    div.checker span.checked {
      background-position: -92px -320px; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  div.checker.active span {
    background-position: -23px -320px; }
    div.checker.active span.checked {
      background-position: -115px -320px; }
  div.checker.hover span, div.checker.focus span {
    background-position: -46px -320px; }
    div.checker.hover span.checked, div.checker.focus span.checked {
      background-position: -138px -320px; }
  div.checker.hover.active span, div.checker.focus.active span {
    background-position: -69px -320px; }
    div.checker.hover.active span.checked, div.checker.focus.active span.checked {
      background-position: -161px -320px; }
  div.checker.disabled, div.checker.disabled.active {
    background-position: -184px -320px; }
    div.checker.disabled span.checked, div.checker.disabled.active span.checked {
      background-position: -207px -320px; }

/* Radio */
div.radio {
  position: relative; }
  div.radio, div.radio span, div.radio input {
    width: 23px;
    height: 23px; }
  div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -343px; }
    div.radio span.checked {
      background-position: -92px -343px; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }
  div.radio.active span {
    background-position: -23px -18px -343px; }
    div.radio.active span.checked {
      background-position: -115px -343px; }
  div.radio.hover span, div.radio.focus span {
    background-position: -46px -36px -343px; }
    div.radio.hover span.checked, div.radio.focus span.checked {
      background-position: -138px -343px; }
  div.radio.hover.active span, div.radio.focus.active span {
    background-position: -69px -343px; }
    div.radio.hover.active span.checked, div.radio.focus.active span.checked {
      background-position: -161px -343px; }
  div.radio.disabled span, div.radio.disabled.active span {
    background-position: -184px -343px; }
    div.radio.disabled span.checked, div.radio.disabled.active span.checked {
      background-position: -207px -343px; }

/* Uploader */
div.uploader {
  height: 31px;
  width: 354px;
  cursor: pointer;
  position: relative;
  overflow: hidden; 
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  text-transform: uppercase;
  }
  div.uploader span.action {
   /* background-position: right -494px;*/
   	background: url(../../gfx/whiteSmile/templates/img/bkg_btnCastanho.png) left top repeat-x;
    height: 31px;
    line-height: 31px;
    width: 90px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 31px;
    margin: 0px 0 0px 4px;
    line-height: 31px;
    width: 240px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }
  div.uploader.active span.action {
    background-position: 0 -40px; }
  div.uploader.hover, div.uploader.focus {
    background-position: 0 -40px; }
    div.uploader.hover span.action {
      background-position: 0 -40px; }
    div.uploader.hover.active span.action, div.uploader.focus.active span.action, div.uploader.focus span.action {
      background-position: 0 0; }
  div.uploader.disabled, div.uploader.disabled.active {
      background-position: 0 0; }
    div.uploader.disabled span.action, div.uploader.disabled.active span.action {
      background-position: 0 0; }

/* Buttons */
div.button {
  background-position: 0 -750px;
  height: 32px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */ }
  div.button a, div.button button, div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute; }
  div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 24px;
    text-align: center;
    background-position: right -622px;
    height: 24px;
    margin-left: 13px;
    padding: 9px 15px 0 2px; }
  div.button.active {
    background-position: 0 -782px; }
    div.button.active span {
      background-position: right -654px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -814px; }
    div.button.hover span, div.button.focus span {
      background-position: right -686px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -846px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -718px;
      cursor: default; }

input.uniform-input,
select.uniform-multiselect,
textarea.uniform,
.formInputNumber input {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  background-color: transparent;
  border: solid 1px rgba(255,255,255,0.15);
  padding: 6px 6px;
  }
  
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
     }

div.button span {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
div.selector {
  font-weight: normal !important;
  color: #A8AFA5;
  font-size: 14px; }
  div.selector span {
    padding: 0;
    color: #A8AFA5;
    font-weight: normal !important;
	}
  div.selector select {
  div.selector.disabled span, div.selector.disabled.active span {
    color: #A8AFA5; }

/* Checker */
div.checker {
  margin-right: 10px; }

/* Radio */
div.radio {
  margin-right: 10px; }

/* Uploader */
div.uploader {
  margin-bottom: 20px;
  cursor: pointer; }
  div.uploader span.action {
    text-align: center;
    font-weight: normal !important;
    color: #ffffff;
	text-transform: uppercase;
	font-size: 13px; }
  div.uploader span.filename {
    color: #777;
    font-size: 12px; }
  div.uploader.disabled span.action, div.uploader.disabled.active span.action {}
  div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {}

