﻿@font-face {
    font-family: 'Sommet';
    src: url('../../webfonts/27485D_8_0.eot') format('embedded-opentype'), url('../../webfonts/27485D_8_0.woff') format('woff'), url('../../webfonts/27485D_8_0.ttf') format('truetype');
}

body {
    margin: auto;
    padding: 7px;

    color: #5e594d;
    font-family: 'Sommet', Calibri, Arial, Helvetica, sans-serif;
}

.requestSection {
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;

    padding: 24px 0px 24px 0px;

    border: solid thin #aaa;
    box-shadow: 0px 2px 8px #656565;
    background: #f8f8f8;
}

.headerRequest, form {
    padding: 0px 24px 0px 24px;

}

hr {
    border-top: 1px solid #e5e4e3;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;

    margin-top: 14px;
}

form {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

.requestLegend {
    font-size: 1em;
}

.inputGrp {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 12px;
}
.inputGrp * {
    box-sizing: border-box;
}

.inputLabel {
    width: 200px;
    margin: 0px;
}

form input {
    width: 200px;
    padding: 7px 0px 7px 10px;
    border: solid thin #afaaa5;
}

form input:active {
    border-color: #61baac;
}

.formButtons {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 7px;

    display: flex;
}

.button {
    width: auto;
    min-width: 100px;
    padding: 8px;
    margin-right: 8px;

    color: white;
    background-color: #61baac;
    border: none;
}

/* Validation / Error messages */
.fieldsValidatorSection {
    width: 100%;
    color: red;

    display: flex;
    flex-direction: column;
}
.fieldsValidatorSection > * {
    margin-top: 3px;
}
.field-validation-error {
    color: red;
    text-align: left;
}
.validation-success {
    color: green;
    text-align: center;
}

@media all and (max-width:480px) {

    #mailRequest {

    }
}
