.body-content {
    margin-bottom: 20px;
    background: #f5f5f5;
}

.web-spa-standalone{
    position: relative;
    padding: 0px;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 10px;
    background: #FFF;
    box-shadow: 1px 1px 8px rgba(152, 152, 152, 0.2);
    border-radius: 3px;
}

.form-control {
    height: 41px;
    padding: 13px 12px;
    border: 1px solid #ebebeb;
    border-radius: 0px;
}

.spa-nav {
    background: #1db79c;
    border-bottom: 1px solid #1db79c;
    height: 51px;
    line-height: 40px;
    color: #FFF;
}

aside {
    position: fixed;
    top: 0px;
    right: -294px;
    bottom: 0;
    z-index: 22800 !important;
    width: 100%;
    max-width: 288px;
    transition: right 1s ease 0s;
}

.offscreen {
    right: 0px !important;
}

.spa-modal-overlay {
    position: fixed !important;
}

a:hover, a:focus {
    text-decoration: none !important;
}

.test {
    padding-left: 0px;
    padding-right: 0px;
}

.radio-inline, .checkbox-inline {
    padding-left: 0px !important;
}

.alert{
    background: #000000;
    border: 1px solid #000000 !important;
    color: #fff;
    text-align: center;
    border-radius: 4px !important;
}

.alert .close {
    color: #fff !important;
    font-weight: 200;
    opacity: 1;
}

button:focus {outline:0;}

.has-error .form-control, .has-error .form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #a94442 !important;
}

.earn-back {
    margin-top: 3px !important;
    position: relative !important;
}

.spa-btn.spa-back {
    top: 10px !important;
}

.body-content{
    height: 100%;
}

.panel-section {
    background: #fff;
    margin-top: 10px;
    padding: 20px 0px !important;
    border-top: solid 0px #e8e7e7;
    border-bottom: solid 1px #e8e7e7;
}

.alert_plain{
    background: transparent !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    margin-top: 40px !important;
}

.spa-modal-overlay {
    display: none;
}

.spa-modal-overlay.active {
    display: block;
}