
/* style.button.css
========================================================================== */
.style-button-submit-normal, .style-button-submit-small {
    background: -moz-linear-gradient(center top , #FF2819 0%, #AB0000);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF2819),
        to(#AB0000) );
    border: 1px solid #7D0000;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 2px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'open sans',arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    min-height: 20px;
    min-width: 100px;
    padding: 3px 0;
    text-align: center;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3);*/
    text-shadow: 1px 1px 3px #000;
    transition: background-color 1.5s ease 0s;
}
.style-button-submit-normal:hover, .style-button-submit-small:hover {
    background: -moz-linear-gradient(top, #ff392b 0%, #ab0000);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff392b),
        to(#ab0000) );
}
.style-button-submit-normal:active, .style-button-submit-small:active {
    background: -moz-linear-gradient(top, #d23024 0%, #931100);
    background: -webkit-gradient(linear, left top, left bottom, from(#d23024),
        to(#931100) );
}
.style-button-submit-normal.inactive, .style-button-submit-small.inactive {
    background: -moz-linear-gradient(top, #888 0%, #444);
    background: -webkit-gradient(linear, left top, left bottom, from(#888),
        to(#444) );
    border: 1px solid #222;
    color: rgba(250, 250, 250, 0.5);
    cursor: not-allowed;
    opacity: 0.6;
    text-shadow: 0px -1px 0px rgba(000, 000, 000, 0.1), 0px 1px 0px
        rgba(255, 255, 255, 0.05);
}
.style-button-submit-normal img, .style-button-submit-small img {
    border: none;
    vertical-align: middle;
    height: 23px;
}
.style-button-submit-small {
    font-size: 12px !important;
    min-height: 15px;
}
.style-button-color-green {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient(top, #34dd00 0%, #229000) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#19ff24),
        to(#10ab00) ) !important;
    border: 1px solid rgba(0, 0, 0, .6) !important;
    border-radius: 5px;
}
.style-button-color-orange {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient(top, #e46b00 0%, #d26300) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e46b00),
        to(#d26300) ) !important;
    border: 1px solid rgba(0, 0, 0, .6) !important;
    border-radius: 5px;
}
.style-button-color-facebook {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: -moz-linear-gradient(top, #6581b3 0%, #3d5c9d) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#6581b3),
        to(#3d5c9d) ) !important;
    border: 1px solid rgba(0, 0, 0, .6) !important;
    border-radius: 5px;
    width: 95px !important;
    height: 18px !important;
    display: inline-block;
    min-width: 0;
    min-height: 0;
    margin-top: 5px;
}
.style-button-copy-clipboard {
    width: 95px !important;
    height: 18px !important;
    display: inline-block;
    min-width: 0;
    min-height: 0;
    margin-top: 5px;
}
.style-button-color-orange:hover {
    background: -moz-linear-gradient(top, #ff7800 0%, #d26300) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7800),
        to(#d26300) ) !important;
}
.style-button-filter {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/landingpage/login-button.png") no-repeat scroll 0px 5px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 28px;
    width: 25px;
    vertical-align: top;
}
.style-button-wrapper {
    display: inline-block;
    margin: auto;
    height: 50px;
    text-align: center;
    font-size: 12px;
}
.style-button-wrapper.no-thanks {
    width: 110px;
}
.style-button-wrapper div:hover {
    cursor: pointer;
}
.style-button-wrapper div {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.message-center{
    float: center;
}

.inactive.style-button-wrapper div:hover {
    cursor: not-allowed;
}
.style-button-left {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-left.png") no-repeat 0 0 transparent;
    display: inline-block;
    height: 53px;
    width: 15px;
    margin-right: -4px !important;
}
.premium .style-button-left {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-left-premium.png") no-repeat 0 0 transparent;
}
.inactive .style-button-left {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-left-i.png") no-repeat 0 0 transparent;
}
.inactive.premium .style-button-left {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-left-premium-i.png") no-repeat 0 0 transparent;
}
.style-button-middle {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-sprite.png") repeat-x center -63px transparent;
    display: inline-block;
    height: 53px;
    padding: 0 8px !important;
    min-width: 80px;
}
.inactive .style-button-middle {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-middle-i.png") repeat-x center 0 transparent;
}
.style-button-middle img {
    border: 0 !important;
    box-shadow: none !important; 
    vertical-align: middle;
    margin-top: -3px;
}
.inactive .style-button-middle img {
    opacity: 0.3;
}
.style-button-middle p {
    font-family: 'open sans',arial,sans-serif !important;
    font-size: 13px !important;
    color: white;
    margin-top: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
    display: inline-block;
}
.style-button-middle div.style-icon-sprite-30, .style-button-middle div.style-iconevent-sprite-30 {
    vertical-align: middle;
    margin: auto 1px;
}
.style-button-middle div.style-icon-sprite-30-premium {
    vertical-align: middle;
    margin: auto -6px;
}
.inactive .style-button-middle p {
    color: #999;
}
.style-button-right {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-right.png") no-repeat 0 0 transparent;
    display: inline-block;
    width: 15px;
    height: 53px;
    margin-left: -4px !important;
}
.premium .style-button-right {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-right-premium.png") no-repeat 0 0 transparent;
}
.inactive .style-button-right {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-right-i.png") no-repeat 0 0 transparent;
}
.inactive.premium .style-button-right {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-right-premium-i.png") no-repeat 0 0 transparent;
}


/* Style Button middle - Neu */
/* ------------------------- */
.style-button-middle-new {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-sprite.png") repeat-x center -63px transparent;
    display: inline-block;
    height: 53px;
    padding: 0 8px !important;
    min-width: 80px;
}
.inactive .style-button-middle-new {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-middle-i.png") repeat-x center 0 transparent;
}
.inactive .style-button-middle-new:hover {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-middle-i.png") repeat-x center 0 transparent;
}
.style-button-middle-new img {
    border: 0 !important;
    box-shadow: none !important;
    vertical-align: middle;
    margin-top: -3px;
}
.inactive .style-button-middle-new img {
    opacity: 0.3;
}
.style-button-middle-new p {
    font-family: 'open sans',arial,sans-serif !important;
    font-size: 13px !important;
    color: white;
    margin-top: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
    display: inline-block;
}
.style-button-middle-new div.style-icon-sprite-30, .style-button-middle-new div.style-iconevent-sprite-30 {
    vertical-align: middle;
    margin: auto 1px;
}
.style-button-middle-new div.style-icon-sprite-30-premium {
    vertical-align: middle;
    margin: auto -6px;
}
.inactive .style-button-middle-new p {
    color: #999;
}
.style-button-middle-new:hover {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/button/btn-sprite.png") repeat-x center 0px transparent;
    display: inline-block;
    height: 53px;
    padding: 0 8px !important;
    min-width: 80px;
}
