﻿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;
}

.hide {
    display: none;
}

.fa-checkbox {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.fa-checkbox input[type="checkbox"] {
    display: none;
}

.fa-checkbox input[type="checkbox"] + label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 8px;
    width: 20px;
}

.fa-checkbox input[type="checkbox"] + label:before {
    content: '';
    background: url('../Content/images/check.png');
    position: relative;
    width: 16px;
    height: 24px;
}

.fa-checkbox input[type="checkbox"]:focus + label:before {
    color: #666;
}

.fa-checkbox input[type="checkbox"]:checked + label:before {
    /*color: #3FC593;*/
    content: '';
    background: url('../Content/images/checked.png');
    position: relative;
    width: 16px;
    height: 24px;
}
