﻿body {
    /*background-image: url(../../../images/background/backgroundtextureLt.png) !important;*/
    background-color: #e4e6ec;
}

.fieldsetFormat {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

.legendFormat {
    font-size: 1.2em;
    font-weight: bold;
    width: auto;
    margin-bottom: auto;
    border-style: none;
}

.validation-summary-errors {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-size: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    line-height: 2rem;
    text-shadow: none;
}

    .validation-summary-errors li {
        line-height: 1.3rem;
    }

.overrideForm {
    padding-left: 25px;
    text-shadow: white 0.04em 0.04em 0.04em;
}

.simplelegend {
    font-size: 13px;
    border: 0;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 85%;
    }
}

.smallfieldset {
    margin-top: 0.8rem;
}

.smallfieldset > legend {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 0.5rem;
}