body
{
    background: {background} url("/images/wcheer_background.jpg") no-repeat top fixed;
}

.container
{
    width: 960px;
}

.panel-body-theme
{
    color: {text};
    border: {border} 1px solid;
}

.panel-gradient
{
    background-image: linear-gradient(#323232, {background});
}

.panel-heading-theme
{
    color: {text};
    background-color: {border};
    border-radius: initial;
}
.panel-theme
{
    border-color:  {border};
    border-radius: initial;
}

#loginPanel
{
    margin:auto;
    width: 400px;
}

#appPromo
{
    display: none;
}
.btn-default {
    background-color: #39444e;
}

.btn-default:hover {
    background-color: #BC626E;
}

.field-validation-error {
    color: orange !important;
}


.datepicker-days
{
    margin-top: 20px;
    background: #4e5d6c;
}

.datepicker{
    background: transparent !important;
}

#submitbtn {
        font-size: 13px;
}

#savebtn {
        font-size: 13px;
}

.heavy
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.heavy-sm
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}