﻿body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 5px;
    padding: 0;
}

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}


textarea {
    min-height: 75px;
}

.editor {
    width: 450px;
    margin-top: 5px;
}

.editor-label {
    width: 150px;
    vertical-align: middle;
    display: inline-block;
}

.editor-field {
    display: inline-block;
    width: 290px;
    vertical-align: middle;
}

.editor-field-double {
    display: inline-block;
    width: 440px;
    vertical-align: middle;
}

.captcha-field-double {
    display: inline-block;
    width: 440px;
    vertical-align: middle;
}

.editor-field input, .editor-field textarea {
    border: 1px solid #ccc;
    /*height: 20px;*/
    width: 290px;
}

.editor-field select {
    border: 1px solid #ccc;
    /*height: 24px;*/
    width: 296px;
}

.submit-button {
    display: inline-block;
    height: 32px;
    width: 296px;
    vertical-align: middle;
}

.refresh-button {
    display: inline-block;
    height: 50px;
    width: 150px;
    vertical-align: middle;
}

.captcha {
    display: flex;
    justify-content: space-between;
    width: 296px;
    vertical-align: middle;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
