/* General Purestream Project Styles */
body {
    background-color: #000000;
    margin-bottom: 0;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    line-height: 1;
}
body a,
body a:focus,
body a:hover,
body a:visited {
    color: #AF8528;
}
body a.btn {
    color: initial;
}
body select,
form .form-control,
.panel .panel-body {
    color: #000000;
}
form fieldset legend {
    color: #ffffff;
}
.center-contents {
    margin-left: auto;
    margin-right: auto;
}
.invisible {
    visibility: hidden;
}
.color-wspr {
    color: #AF8528;
}
.bold {
    font-weight: bold;
}
.font-normal {
    font-weight: normal;
}
.wsprHeader {
    margin-left: 10px;
}
.wsprLogoHeader {
    background: url('../img/logo-whisperings-spr_player.gif') no-repeat;
    width: 420px;
    height: 83px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.loginHeader {
    background: url('../img/login_header.png') no-repeat;
    width: 180px;
    height: 33px;
}
.myAccountWrapper {
    margin-top: 1rem;
}
.warning {
    text-align: center;
    /*color: #B80B0B;*/
    color: #ffff00;
    font-weight: bold;
}
.warning noscript {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.input-row {
    display: block;
}
/* Minimalistic Forms */
.form-minimal h2 {
    margin-top: 5px;
}
.form-minimal .form-heading,
.signup .heading {
    color: #AF8528;
    font-weight: 900;
    font-size: 16px;
    display: block;
    margin: 5px 0 5px 0;
}
.form-minimal .inline-checkbox-group {
    display: inline-block;
    margin-left: 5px;
}
.form-minimal .inline-checkbox-group .checkbox {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 0;
}
.form-minimal .inline-checkbox-group label {
    font-weight: bold;
    font-size: 12px;
    vertical-align: top;
    margin: 0;
}
.form-minimal .login-input {
    width: 100%;
    border: 0;
    height: 25px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #404040;
    font-weight: bold;
    background-color: #F2F2F2;
}

.btn-login,
.btn-logout {
    font-weight: 900;
    font-size: 16px;
    height: 26px;
    line-height: 0.7;
}
.btn.btn-login
.btn.btn-login:focus,
.btn.btn-logout,
.btn.btn-logout:focus {
    color: #343434;
    background-color: #E7F2F6;
    background-image: none;
}
.btn.btn-login:active,
.btn.btn-logout:active {
    background-color: #999999;
    color: #ffffff;
}
.btn-login:hover,
.btn-logout:hover {
    background: none;
    background-color: #E8E8E8;
}
