/*

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, div.button, div.button span {
    background-image: url("../images/lha-sprites.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 {
    width: 0px;
    height: 0px;
}

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    outline: 0;
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
}

/* 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: right -54px;
    line-height: 61px;
    height: 61px;
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
    border-radius: 3px;
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right -54px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 0px;
    cursor: pointer;
    width: 100%;
    display: block;

    color: #353535;
    font-family: HelveticaNeueETW01-55Rg, Helvetica, sans-serif;
    font-size: 16px;
}

div.selector.fixedWidth {
    width: 190px;
}

div.selector.fixedWidth span {
    width: 155px;
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 60px;
    top: 0px;
    left: 0px;
    width: 100%;
}

div.selector.active {
    background-position: right -114px;
}

div.selector.active span {
    background-position: right -114px;
}

div.selector.hover, div.selector.focus {
    background-position: 0 -114px;
}

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

div.selector.hover.active, div.selector.focus.active {
    background-position: 0 -54px;
}

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

div.selector.disabled, div.selector.disabled.active {
    background-position: 0 -114px;
}

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

/* Checkbox */
div.checker {
    position: relative;
}

div.checker, div.checker span, div.checker input {
    width: 27px;
    height: 27px;
    border-radius: 3px;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: -27px -27px;
}

div.checker span.checked {
    background-position: 0 -27px;
}

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: -81px -27px;
}

div.checker.active span.checked {
    background-position: 0 -27px;
}

div.checker.hover span, div.checker.focus span {
    background-position: -81px -27px ;
}

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

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

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

div.checker.disabled, div.checker.disabled.active {
    background-position: -27px -27px;
}

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

/* Radio */
div.radio {
    position: relative;
}

div.radio, div.radio span, div.radio input {
    width: 27px;
    height: 27px;
    border-radius: 3px;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: -27px 0;
}

div.radio span.checked {
    background-position: 0 0;
}

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: -27px 0;
}

div.radio.active span.checked {
    background-position: 0 0;
}

div.radio.hover span, div.radio.focus span {
    background-position: -81px 0;
}

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

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

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

div.radio.disabled span, div.radio.disabled.active span {
    background-position: -81px 0;
}

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




/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #777;
    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: 12px;
}

div.selector span {
    color: #666;
    text-shadow: 0 1px 0 white;
}

div.selector select {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

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

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

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


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