﻿/*

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, div.checker span, div.radio span, div.uploader, div.uploader span.action {
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker,  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 * {
  margin: 0;
  padding: 0; }

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

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  padding: 3px;
  /*background: url("../images/bg-input.png") repeat-x 0 0;*/
  outline: 0; }
  input.uniform-input.active,
  select.uniform-multiselect.active,
  textarea.uniform.active {
    background: url("../images/bg-input-focus.png") repeat-x 0 0; }

/* 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:#f4f4f4; -webkit-appearance:none; border-radius:10px; text-align:left; border:0; color:#454f52; font-size:14px;  line-height: 0px; height: 34px; line-height: 32px;  padding: 0 0 0 10px;  position: relative;  overflow: hidden; max-width:160px; width:100%; min-width:100px; }

div.selector span  {  color:#454f52; text-transform:uppercase; font-size:16px; color:#8f8f8f; text-overflow: ellipsis; display: block; overflow: hidden; white-space: nowrap; background: url('../images/select-arrow.png') right no-repeat;   padding-right: 34px; cursor: pointer; width: 100%; display: block; font-family: 'source_sans_probold'; }

div.selector select {  opacity: 0; /*filter: alpha(opacity=0); -moz-opacity: 0;*/ border: none; background: none; position: absolute; height: 36px; top: 0px; left: 0px; width: 100%; }
    
  div.selector select option{ padding:3px 7px;}
    div.selector select option:focus{ background:#000;}
/* Checkbox */
div.checker {  position: relative; background:url('../images/chack-box.png') center 0px no-repeat; margin-right:5px; }
div.checker, div.checker span, div.checker input { width: 20px;  height: 20px; }
div.checker span { width:100% !important;  display: -moz-inline-box; display: inline-block; /**display: inline; zoom:1;*/ text-align: center; }
div.checker span.checked { background:url('../images/chack-box.png') left -20px no-repeat; }
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:url('../images/chack-box.png') left -20px no-repeat; }
div.checker.active span.checked { background:url('../images/chack-box.png') left -20px no-repeat; }
    

/* Radio */
div.radio { position: relative; }
div.radio, div.radio span, div.radio input {width: 20px !important;  height: 20px; }
div.radio span {background:url('../images/radio.png') left 0px no-repeat; display: -moz-inline-box;    display: inline-block;   /* *display: inline;    zoom: 1; */  text-align: center;}
div.radio span.checked { background-position: 0px -20px; }
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.checked {background-position: 0px -20px; }
  

/* Uploader */
div.uploader { width:100%; background:#d9dadb; -webkit-appearance:none; border-radius:10px; text-align:center; border:3px solid #13235b; color:#ffffff; font-family: 'AvenirNextLTProBold'; text-transform:uppercase; font-size:14px; height:41px; cursor:pointer; position: relative; overflow:hidden; text-align:center; }

div.uploader span.action { line-height: 32px; width: 100%; 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: 24px; margin: 2px 0 2px 2px; line-height: 24px; width: 85px; 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; cursor: default; width: 100%; height: 100%; cursor:pointer;   }    

/* INPUT & TEXTAREA */
input.uniform-input, select.uniform-multiselect, textarea.uniform {font-size:13px; font-family: 'Open Sans', sans-serif; font-weight:400; font-weight: normal; color: #444; border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;  border-bottom: solid 1px #cccccc;  border-right: solid 1px #cccccc;  -webkit-border-radius: 3px;  -moz-border-radius: 3px;  border-radius: 3px; }
input.uniform-input.hover, input.uniform-input.focus, select.uniform-multiselect.hover, select.uniform-multiselect.focus, textarea.uniform.hover, textarea.uniform.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:13px; font-family: 'Open Sans', sans-serif; font-weight:400;  width:100%; color:#444;}
div.selector span {}
  div.selector select { }
  div.selector.disabled span, div.selector.disabled.active span {  color: #bbb; }

/* Checker */
div.checker {margin-right: 5px; }

/* Radio */
div.radio { margin-right: 3px; }

/* Uploader */
div.uploader span.action {  }
div.uploader span.filename { display:none;
  color: #777;
  border-right: solid 1px #bbbbbb;
  font-size: 11px; }

input.uniform-input, input.uniform-input:focus {
  background-color: #fff; }
