/* Minification failed. Returning unminified contents.
(112,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
@font-face {
    font-family: HurmeGeometricSans1;
    src: url("HurmeGeometricSans1.otf") format("opentype");    
}

@font-face {
    font-family: HurmeGeometricSans1;
    src: url("../Content/fonts/HurmeGeometricSans1.otf") format('truetype');
}

@font-face {
    font-family: HurmeGeometricSans1Bold;
    src: url("../Content/fonts/HurmeGeometricSans1 Bold.otf") format('truetype');
}

@font-face {
    font-family: HurmeGeometricSans1SemiBold;
    src: url("../Content/fonts/HurmeGeometricSans1 SemiBold.otf") format('truetype');
}

@font-face {
    font-family: HurmeGeometricSans1Oblique;
    src: url("../Content/fonts/HurmeGeometricSans1 Oblique.otf") format('truetype');
}

@font-face {
    font-family: HurmeGeometricSans1Bold;
    src: url("../Content/fonts/HurmeGeometricSans1 Bold.otf") format('truetype');
}

body {
    background-color: white !important;
    color: #3d3d3d;
    font-family: 'HurmeGeometricSans1', sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    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-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;
}

/*------------*/
td {
    border-style: solid !important;
}

tr {
    border-style: solid !important;
}

th {
    border-style: solid !important;
}

caption {
    background-color: #a12123 !important;
    color: white !important;
    font-family: 'HurmeGeometricSans1', sans-serif; !important;
    padding-left: 0.5rem !important;
}


.table-bordered thead th {
    background-color: whitesmoke !important;
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6 !important;
}

.table > :not(:first-child) {
    border-top: 1px solid silver !important;
}

.form-select {
    font-family: 'HurmeGeometricSans1', sans-serif !important;
    font-size: 12px;
}

