/*

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.button, div.button span {
    background-image: url(../../../images/tourbuchen/btn_kontakt_leer.png);
    background-repeat: no-repeat;
    color: white;
    -webkit-font-smoothing: antialiased
    }
div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action {
    background-image: url(../images/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.text, input.email, input.password, textarea.uniform {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 3px;
    color: #777;
    border-top: solid 2px #fc0;
    border-left: solid 2px #fc0;
    border-bottom: solid 1px #fc0;
    border-right: solid 1px #fc0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0
    }
input.text:focus, input.email:focus, input.password:focus, textarea.uniform:focus {
    background: url(../images/bg-input-focus.png) repeat-x 0 0
    }
/* Select */
div.selector {
    background-position: -483px -130px;
    line-height: 26px;
    height: 26px
    }
div.selector span {
    background-position: right 0;
    height: 26px;
    line-height: 26px
    }
div.selector select {
    /* change these to adjust positioning of select element */
    top: 0;
    left: 0
    }
div.selector:active, div.selector.active {
    background-position: -483px -156px
    }
/* Checkbox */
div.checker {
    width: 19px;
    height: 19px
    }
div.checker input {
    width: 19px;
    height: 19px
    }
div.checker span {
    background-position: 0 -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: 0 -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
    }
/* BUTTON */
div.button {
    background-position: 0 0
    }
div.button.focus, div.button:focus, div.button:hover, div.button.hover {
    background-position: 0 -60px
    }
div.button.focus span, div.button:focus span, div.button:hover span, div.button.hover span {
    background-position: right -60px
    }
/* PRESENTATION */
/* Button */
div.button {
    height: 60px;
    width: 270px
    }
div.button span {
    font-size: 1.3em;
    font-weight: bold;
    height: 22px;
    margin-left: 13px;
    padding-left: 9px;
    padding-right: 0;
    padding-top: 21px
    }
div#uniform-undefined.button span {
    margin-left: 77px
    }
div#submit_tour_member div#uniform-undefined.button {
    height: 60px;
    width: 120px
    }
div#submit_tour_member div#uniform-undefined.button span {
    font-size: 1em !important;
    font-weight: normal !important;
    height: 22px;
    margin-left: 8px !important;
    padding-left: 9px;
    padding-right: 0;
    padding-top: 18px !important
    }
/* Select */
div.selector {
    width: 118px;
    font-size: 12px
    }
div.selector select {
    min-width: 190px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    border: solid 1px #fff
    }
div.selector span {
    padding: 0 25px 0 2px;
    cursor: pointer
    }
div.selector span {
    color: #666;
    width: 57px;
    text-shadow: 0 1px 0 #fff
    }
div.selector.disabled span {
    color: #bbb
    }
/* Checker */
div.checker {
    margin-right: 5px
    }
/* Radio */
div.radio {
    margin-right: 3px
    }
/* Uploader */
div.uploader {
    width: 190px;
    cursor: pointer
    }
div.uploader span.action {
    width: 85px;
    text-align: center;
    text-shadow: #fff 0 1px 0;
    background-color: #fff;
    font-size: 11px;
    font-weight: bold
    }
div.uploader span.filename {
    color: #777;
    width: 82px;
    border-right: solid 1px #bbb;
    font-size: 11px
    }
div.uploader input {
    width: 190px
    }
div.uploader.disabled span.action {
    color: #aaa
    }
div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa
    }
/*

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
    }
.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
    }
/* Select */
div.selector {
    position: relative;
    padding-left: 10px;
    overflow: hidden
    }
div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
    }
div.selector select {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity: 0);
    height: 25px;
    border: none;
    background: none
    }
/* 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
    }
/* Uploader */
div.uploader {
    position: relative;
    overflow: hidden;
    cursor: default
    }
div.uploader span.action {
    float: left;
    display: inline;
    padding: 2px 0;
    overflow: hidden;
    cursor: pointer
    }
div.uploader span.filename {
    padding: 0 10px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default
    }
div.uploader input {
    opacity: 0;
    filter: alpha(opacity: 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 25px;
    border: none;
    cursor: default
    }