﻿body {
    /*font-size: .85em;*/
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

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-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* 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;
}

/* Breadcrumbs */
.breadcrumbs {
    overflow: hidden;
}

.breadcrumbs > div {
    float: left;
    margin-right: 0.25em;
}

.action-buttons form {
    display: inline;
}

.attachments-image *, .attachments-image *:before, .attachments-image *:after,
.attachments-video *, .attachments-video *:before, .attachments-video *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Display forms */

.display-name {
    font-weight: bold;
}

.display-name:after {
    content: ': ';
    font-weight: bold;
}

span.display-null {
    font-style: italic;
}