/*

Uniform Theme: Aristo
Version: 1.0
By: Made By Sofa / Ported by Josh Pyles
License: Creative Commons Share Alike
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/



/* Global Declaration */

.aristo div.selector, 
.aristo div.selector span,
.aristo div.checker span,
.aristo div.radio span,
.aristo div.uploader,
.aristo div.uploader span.action {
  background-image: url('../images/forms/sprite.png');
  background-repeat: no-repeat;
}

.aristo .selector, 
.aristo .radio, 
.aristo .checker, 
.aristo .uploader, 
.aristo .selector *, 
.aristo .radio *, 
.aristo .checker *, 
.aristo .uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

.aristo div.selector {
  background-position: -483px -160px;
  float: left
  }

.aristo div.selector span {
  background-position: right 0px;
  height: 32px;
	line-height: 32px;
}

.aristo div.selector select {
  /* change these to adjust positioning of select element */
  position: relative;
  top: 3px;
	left: 3px;
	right: 0px;
	bottom: 3px;
}

.aristo div.selector:active, 
.aristo div.selector.active {
	background-position: -483px -192px;
}

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

.aristo div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -224px;
}

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

.aristo div.selector.focus:active,
.aristo div.selector.focus.active,
.aristo div.selector:hover:active,
.aristo div.selector.active:hover {
	background-position: -483px -256px;
}

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

.aristo div.selector.disabled,
.aristo div.selector.disabled:active,
.aristo div.selector.disabled.active {
	background-position: -483px -288px;
}

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

/* Checkbox */

.aristo div.checker {
  width: 23px;
  height: 23px;
}

.aristo div.checker input {
  width: 23px;
  height: 23px;
}

.aristo div.checker span {
  background-position: 0px -320px;
  height: 23px;
  width: 23px;
}

.aristo div.checker:active span, 
.aristo div.checker.active span {
	background-position: -23px -320px;
}

.aristo div.checker.focus span,
.aristo div.checker:hover span {
	background-position: -46px -320px;
}

.aristo div.checker.focus:active span,
.aristo div.checker:active:hover span,
.aristo div.checker.active:hover span,
.aristo div.checker.focus.active span {
	background-position: -69px -320px;
}

.aristo div.checker span.checked {
	background-position: -92px -320px;
}

.aristo div.checker:active span.checked, 
.aristo div.checker.active span.checked {
	background-position: -115px -320px;
}

.aristo div.checker.focus span.checked,
.aristo div.checker:hover span.checked {
	background-position: -138px -320px;
}

.aristo div.checker.focus:active span.checked,
.aristo div.checker:hover:active span.checked,
.aristo div.checker.active:hover span.checked,
.aristo div.checker.active.focus span.checked {
	background-position: -161px -320px;
}

.aristo div.checker.disabled span,
.aristo div.checker.disabled:active span,
.aristo div.checker.disabled.active span {
	background-position: -184px -320px;
}

.aristo div.checker.disabled span.checked,
.aristo div.checker.disabled:active span.checked,
.aristo div.checker.disabled.active span.checked {
	background-position: -207px -320px;
}

/* radio */

.aristo div.radio {
  width: 23px;
  height: 23px;
}

.aristo div.radio input {
  width: 23px;
  height: 23px;
}

.aristo div.radio span {
  height: 23px;
  width: 23px;
  background-position: 0px -343px;
}

.aristo div.radio:active span, 
.aristo div.radio.active span {
	background-position: -23px -343px;
}

.aristo div.radio.focus span, 
.aristo div.radio:hover span {
	background-position: -46px -343px;
}

.aristo div.radio.focus:active span,
.aristo div.radio:active:hover span,
.aristo div.radio.active:hover span,
.aristo div.radio.active.focus span {
	background-position: -69px -343px;
}

.aristo div.radio span.checked {
	background-position: -92px -343px;
}

.aristo div.radio:active span.checked,
.aristo div.radio.active span.checked {
	background-position: -115px -343px;
}

.aristo div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -138px -343px;
}

.aristo div.radio.focus:active span.checked, 
.aristo div.radio:hover:active span.checked,
.aristo div.radio.focus.active span.checked,
.aristo div.radio.active:hover span.checked {
	background-position: -161px -343px;
}

.aristo div.radio.disabled span,
.aristo div.radio.disabled:active span,
.aristo div.radio.disabled.active span {
	background-position: -184px -343px;
}

.aristo div.radio.disabled span.checked,
.aristo div.radio.disabled:active span.checked,
.aristo div.radio.disabled.active span.checked {
	background-position: -207px -343px;
}

/* uploader */

.aristo div.uploader {
  background-position: 0px -366px;
  height: 32px; font-size: 11px
}

.aristo div.uploader span.action {
  background-position: right -494px;
  height: 24px;
  line-height: 24px;
}

.aristo div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 4px 0px 4px 4px;
  line-height: 24px;
}

.aristo div.uploader.focus,
.aristo div.uploader.hover,
.aristo div.uploader:hover {
  background-position: 0px -430px;
}

.aristo div.uploader.focus span.action,
.aristo div.uploader.hover span.action,
.aristo div.uploader:hover span.action {
  background-position: right -526px;
}

.aristo div.uploader.active span.action,
.aristo div.uploader:active span.action {
  background-position: right -558px;
}

.aristo div.uploader.focus.active span.action,
.aristo div.uploader:focus.active span.action,
.aristo div.uploader.focus:active span.action,
.aristo div.uploader:focus:active span.action {
  background-position: right -590px;
}

.aristo div.uploader.disabled {
  background-position: 0px -398px;
}

.aristo div.uploader.disabled span.action {
  background-position: right -462px;
}

/* PRESENTATION */

/* Select */
.aristo div.selector {
  width: 190px;
  font-weight: bold;
  font-size: 13px;
}

.aristo div.selector select {
  width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border: solid 1px #fff;
}

.aristo div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

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

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

/* checker */
.aristo div.checker {
  margin-right: 10px;
}

/* radio */
.aristo div.radio {
  margin-right: 10px;
}

/* uploader */
.aristo div.uploader {
  width: 190px;
  cursor: pointer;
}
#submitform .aristo div.uploader {
margin-left: 60px
}
.aristo div.uploader span.action {
  width: 83px;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  background-color: #fff;
  font-weight: bold;
  color: #1c4257;
}

.aristo div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #567c91;
  font-size: 90%;
  font-size: 11px;
}

.aristo div.uploader input {
  width: 190px;
}

.aristo div.uploader.disabled span.action {
  color: #aaa;
}

.aristo div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

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 */

select option {padding-left: 20px }

.selector {margin-top: -3px; }

option {border-bottom: 1px solid #eee; height: 20px }


.aristo div.selector {
	position: relative;
	padding-left: 10px;
}

.aristo div.selector span {
	display: block;
	float: left;
}

.aristo div.selector select {
	position: absolute;
	opacity: 0;
}

/* checker */

.aristo div.checker {
	position: relative;
	float: left;
}

.aristo div.checker span {
	display: block;
	float: left;
	text-align: center;
}

.aristo div.checker input {
  opacity: 0;
  display: inline-block;
}

/* radio */

.aristo div.radio {
	position: relative;
	float: left;
}

.aristo div.radio span {
	display: block;
	float: left;
	text-align: center;
}

.aristo div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
}

/* uploader */

.aristo div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
}

.aristo div.uploader span.action {
  float: left;
  display: inline;
  padding: 4px 0px;
  overflow: hidden;
  cursor: pointer;
}

.aristo div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aristo div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
}




/*
CSS 3 Docs
http://qooxdoo.org/documentation/general/webkit_css_styles
http://trac.webkit.org/browser/trunk/LayoutTests//fast/css
*/

/*
CSS 3 Docs
http://qooxdoo.org/documentation/general/webkit_css_styles
http://trac.webkit.org/browser/trunk/LayoutTests//fast/css
*/

input[type="checkbox"] {
  -khtml-appearance: none;
  background: url(../images/forms/check-box-bezel.png) no-repeat;
  width: 15px;
  height: 16px;
}

input[type="checkbox"]:checked {
  background: url(../images/forms/check-box-bezel-selected.png) no-repeat;
}

input[type="radio"] {
  -khtml-appearance: none;
  background: url(../images/forms/radio-bezel.png) no-repeat;
  width: 17px;
  height: 17px;
}

input[type="radio"]:checked {
  border: none;
  background: url(../images/forms/radio-bezel-selected.png) no-repeat;
}

button {

  -khtml-appearance: none;
  -moz-appearance: none;
  background: none;
  -webkit-border-image: url(../images/forms/button-bezel.png) 2 2 2 2 stretch stretch;
  -moz-border-image: url(../images/forms/button-bezel.png) 2 2 2 2 stretch stretch;
  padding: 3px 8px;
  color: #4F4F4F;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  text-shadow: 0px 1px 1px #fff;
}

button.default {
  color: #1C4257;
  -webkit-border-image: url(../images/forms/default-button-bezel.png) 2 2 2 2 stretch stretch;
  -moz-border-image: url(../images/forms/default-button-bezel.png) 2 2 2 2 stretch stretch;
}

.hud button, button.hud {
  font-size: 11px;
  color: #fff;
  padding: 0;
  -webkit-border-image: url(../images/forms/hud/button-bezel.png) 9 13 10 13 / 8px 13px 9px 13px repeat repeat;
  -moz-border-image: url(../images/forms/hud/button-bezel.png) 9 13 10 13 / 8px 13px 9px 13px repeat repeat;
  text-shadow: none;
}

button:hover:not(:disabled) {
  -webkit-box-shadow: 0 0 15px #D4D4D4;
  -moz-box-shadow: 0 0 15px #D4D4D4;
}

button.default:hover, .submitButton:hover {
  -webkit-box-shadow: 0 0 15px #A1CAE2;
  -moz-box-shadow: 0 0 15px #A1CAE2;
}

.hud button:hover, button.hud:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

button:active:not(:disabled) {
  -webkit-border-image: url(../images/forms/button-bezel-highlighted.png) 2 2 2 2 stretch stretch;
  -moz-border-image: url(../images/forms/button-bezel-highlighted.png) 2 2 2 2 stretch stretch;
}

button.default:active, .submitButton:active {
  -webkit-border-image: url(../images/forms/default-button-bezel-highlighted.png) 2 2 2 2 stretch stretch;
  -moz-border-image: url(../images/forms/default-button-bezel-highlighted.png) 2 2 2 2 stretch stretch;
}

.hud button:active, button.hud:active {
  -webkit-border-image: url(../images/forms/hud/button-bezel-highlighted.png) 9 13 10 13 / 8px 13px 9px 13px repeat repeat;
  -moz-border-image: url(../images/forms/hud/button-bezel-highlighted.png) 9 13 10 13 / 8px 13px 9px 13px repeat repeat;
}

button:disabled, .submitButton.inact, submitButton.inact:hover {
  opacity: 0.5;
}

::-webkit-scrollbar {
  width: 17px;
  height: 17px;
}

::-webkit-scrollbar-button:vertical:end {
  background: url(../images/forms/scroller-down-arrow.png) no-repeat;
  width: 17px;
  height: 20px;
}

::-webkit-scrollbar-button:vertical:start {
  background: url(../images/forms/scroller-up-arrow.png) no-repeat;
  width: 17px;
  height: 22px;
}

::-webkit-scrollbar-button:horizontal:start {
  background: url(../images/forms/scroller-left-arrow.png) no-repeat;
  width: 22px;
  height: 17px;
}

::-webkit-scrollbar-button:horizontal:end {
  background: url(../images/forms/scroller-right-arrow.png) no-repeat;
  width: 22px;
  height: 17px;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-image: url(../images/forms/scroller-vertical-knob.png) 8 0 8 0 / 8px 0 8px 0 stretch repeat;
}

::-webkit-scrollbar-thumb:horizontal {
  -webkit-border-image: url(../images/forms/scroller-horizontal-knob.png) 7 9 7 9 / 7px 9px 7px 9px stretch repeat;
}

::-webkit-scrollbar-track-piece:vertical:start {
  background-image: url(../images/forms/scroller-up-arrow-track.png), url(../images/forms/scroller-vertical-track.png);
  background-repeat: no-repeat, repeat-y;
}

::-webkit-scrollbar-track-piece:vertical:end {
  background-image: url(../images/forms/scroller-down-arrow-track.png), url(../images/forms/scroller-vertical-track.png);
  background-repeat: no-repeat, repeat-y;
  background-position: bottom left, 0 0;
}

::-webkit-scrollbar-track-piece:horizontal:end {
  background-image: url(../images/forms/scroller-right-arrow-track.png), url(../images/forms/scroller-horizontal-track.png);
  background-repeat: no-repeat, repeat-x;
  background-position: bottom right, 0 0;
}

::-webkit-scrollbar-track-piece:horizontal:start {
  background-image: url(../images/forms/scroller-left-arrow-track.png), url(../images/forms/scroller-horizontal-track.png);
  background-repeat: no-repeat, repeat-x;
}

/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}
 
/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:start:increment,
::-webkit-scrollbar-button:end:decrement {
    display: none;
}

input[type="range"] {
  -khtml-appearance: none; 
  -webkit-border-image: url(../images/forms/slider-horizontal-track.png) 2 4 2 4 / 2px 4px 2px 4px repeat repeat;
  height: 5px;
  padding: 0;
}

::-webkit-slider-thumb { 
  -khtml-appearance: none; 
  background: url(../images/forms/slider-knob.png) no-repeat; 
  width: 23px; 
  height: 24px;
}

/*This doesn't seem to be implemented yet*/
::-webkit-slider-thumb:active { 
  background: url(../images/forms/slider-knob-highlighted.png) no-repeat;
}


::-webkit-input-placeholder {
  color: #BDC7D3;
}

.copy {
  cursor: copy;
}

.hud {
  -webkit-border-radius: 3px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#525252), color-stop(0.3, #212121), color-stop(0.33, #1D1D1D), to(#1D1D1D));
  background: -moz-linear-gradient(left top, left bottom, from(#525252), color-stop(0.3, #212121), color-stop(0.33, #1D1D1D), to(#1D1D1D));
  height: 100px;
  width: 200px;
}