﻿body
{
}

/* Set padding to keep content from hitting the edges */
.body-content
{
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"],
select,
textarea
{
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #b94a48;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #b94a48;
}

.validation-summary-valid
{
    display: none;
}

#loginForm, #socialLoginForm
{
    max-width: 450px;
    padding: 40px 15px;
    margin: 0 auto;
}

    #loginForm form
    {
        background-color: gainsboro;
        padding: 30px 15px 15px;
    }

.header h3
{
    padding-bottom: 19px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
}

#carousel
{
    padding: 0;
}

#header .navbar
{
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

#header .navbar-brand
{
    height: 130px;
}

.navbar-header
{
    margin-top: 0px;
}

.navbar-nav
{
    margin-top: 40px;
}

.navbar-brand img
{
    height: 150px;
}

.navbar-default .navbar-nav > .active > a
{
    background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #C90000 0%, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #C90000 0%, #C90000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C90000', endColorstr='#C90000', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    color: white;
}

.navbar
{
    margin-bottom: 0;
}

footer
{
    background-color: #cccccc;
    font-size: 12px;
    line-height: 1.7em;
    color: #404040;
    padding-top: 15px;
    min-height: 50px;
}

.error-page
{
    color: #768399;
}

h1.error-number
{
    text-align: center;
    font-size: 20em;
    font-family: Cantarell;
}

.carousel-inner
{
    max-height: 450px;
}

@media (min-width: @screen-sm-min)
{
    .carousel-inner
    {
        max-height: 100px;
    }
}
