
/*

Uniform Theme: Uniform Default
Version: 1.6
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.checker span,
div.radio span,
div.button,
div.button span {
    background-image: url(Default/sprite.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

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

/* INPUT & TEXTAREA */

input.riTextBox,
input.text,
input.email,
input.password,
textarea.uniform {
    font: normal normal 12px arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 5px 0;
    color: #222;
    border: 1px solid #9AD0F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    margin: 0;
    width: 370px;
    text-indent: 8px;
}

textarea.uniform {
     padding: 5px 8px;
     text-indent: 0;
     width: 354px;
}

input.riTextBox:focus,
input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
    border-color: #00A7E6;
}


.error input.riTextBox, 
.error input.text,
.error input.email, 
.error input.password,
.error textarea.uniform {
	border-color: #F00;
}

.error input.riTextBox:focus, 
.error input.text:focus,
.error input.email:focus,
.error input.password:focus,
.error textarea.uniform:focus {
	border-color: #C00;
}
/* SPRITES */

/* Select */

div.selector {
    line-height: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #9AD0F8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 160px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    position: relative;
}

div.selector, 
div.selector span {
    color: #222;
    font: normal normal 12px/120% "AbsaraSans_Regular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

div.selector span {
    background: none;
    height: 23px;
    line-height: 23px;
    display: block;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
    background: transparent url(../../common/img/btn_dropArrow.png) no-repeat 100% 8px;
}

div.selector:active span,
div.selector.active span, 
div.selector.focus span,
div.selector.hover span,
div.selector:hover span {
    background-position: 100% -12px;
}

div.selector select {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity:0);
    height: 23px;
    border: none;
    background: none;
    top: 0;
    left: 0;
    display: block;
    width: 160px;
}

div.selector option {
    font: normal normal 12px/120% "AbsaraSans_Regular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

div.selector:active,
div.selector.active, 
div.selector.focus,
div.selector.hover,
div.selector:hover {
    border-color: #00A7E6;
}

div.selector.disabled {
    color: #ccc;
}

/* Checkbox */

div.checker {
    width: 19px;
    height: 19px;
}

/*
.error div.checker {
	background: #F00;
}
*/
div.checker input {
    width: 19px;
    height: 19px;
}

div.checker span {
    background-position: 0px -260px;
    height: 19px;
    width: 19px;
}

div.checker:active span,
div.checker.active span {
    background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
    background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
    background-position: -57px -260px;
}

div.checker span.checked {
    background-position: -76px -260px;
}

div.checker:active span.checked,
div.checker.active span.checked {
    background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
    background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
    background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
    background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
    background-position: -171px -260px;
}

/* Radio */

div.radio {
    width: 18px;
    height: 18px;
}

/*
.error div.radio {
	background: #F00;
}
*/
div.radio input {
    width: 18px;
    height: 18px;
}

div.radio span {
    height: 18px;
    width: 18px;
    background-position: 0px -279px;
}

div.radio:active span,
div.radio.active span {
    background-position: -18px -279px;
}

div.radio.focus span,
div.radio:hover span {
    background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
    background-position: -54px -279px;
}

div.radio span.checked {
    background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
    background-position: -90px -279px;
}

div.radio.focus span.checked,
div.radio:hover span.checked {
    background-position: -108px -279px;
}

div.radio.focus:active span.checked,
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
    background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
    background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
    background-position: -162px -279px;
}

/* Uploader */

div.uploader {
    line-height: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #9AD0F8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 300px;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    position: relative;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

div.uploader.disabled {
    color: #B2EBFB;
    background-color: #B2EBFB;
}

/**/

div.uploader input {
    width: 300px;
    opacity: 0;
	filter: alpha(opacity:0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 25px;
    border: none;
    cursor: default;
}

/**/

div.uploader span.filename {
    padding: 0;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    text-indent: 8px;
    height: 23px;
    margin: 0;
    line-height: 23px;
    text-transform: uppercase;
    color: #ccc;
    width: 200px;
    font-size: 12px;
}

div.uploader.disabled span.filename {
    color: #ccc;
}

/**/

div.uploader span.action {
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    width: 100px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #00BCF2;
    color: #fff;
    text-indent: 10px;
    cursor: pointer;
}

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

/**/

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    border-color: #00A7E6;
}

/**/


div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action, 
div.uploader.active span.action,
div.uploader:active span.action, 
div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
    background-color: rgb(12,150,204);
    background-image:-moz-linear-gradient(rgb(12,150,204) 0%,rgb(24,111,164) 82%,rgb(19,86,126) 98%,rgb(19,86,126) 100%); 
    background-image:-webkit-gradient(linear,color-stop(0, rgb(12,150,204)),color-stop(0.82, rgb(24,111,164)),color-stop(0.98, rgb(19,86,126)),color-stop(1, rgb(19,86,126)));
    background-image:-webkit-linear-gradient(rgb(12,150,204) 0%,rgb(24,111,164) 82%,rgb(19,86,126) 98%,rgb(19,86,126) 100%);
    background-image:-o-linear-gradient(rgb(12,150,204) 0%,rgb(24,111,164) 82%,rgb(19,86,126) 98%,rgb(19,86,126) 100%);
    background-image:linear-gradient(rgb(12,150,204) 0%,rgb(24,111,164) 82%,rgb(19,86,126) 98%,rgb(19,86,126) 100%);
}

div.uploader.disabled span.action {
    background-color: #B2EBFB;
}

/**/

div.button {
    background-position: 0px -523px;
}

div.button span {
    background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
    background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
    background-position: right -673px;
}

div.button.active,
div.button:active {
    background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
    background-position: right -703px;
    color: #555;
}

div.button.disabled,
div.button:disabled {
    background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
    height: 30px;
}

div.button span {
    margin-left: 13px;
    height: 22px;
    padding-top: 8px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 15px;
}

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

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

/*
CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector,
.checker,
.button,
.radio,
.uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
 *display: inline;
}

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
    outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
    position: absolute;
}

div.button {
    cursor: pointer;
    position: relative;
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

/* Checker */

div.checker {
    position: relative;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.checker input {
    opacity: 0;
 filter: alpha(opacity:0);
    display: inline-block;
    background: none;
}

/* Radio */

div.radio {
    position: relative;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.radio input {
    opacity: 0;
 filter: alpha(opacity:0);
    text-align: center;
    display: inline-block;
    background: none;
}
