﻿.ajax-error {
    padding: 5px;
    margin: 10px auto;
    color: red;
    font-weight: 700;
    background-color: #FFE5E5;
    border: solid 1px gray;
    border-radius: 3px;
    width: 60%;
}

.ajax-ok {
    padding: 5px;
    margin: 10px auto;
    color: green;
    font-weight: 700;
    background-color: #E5FFE5;
    border: solid 1px gray;
    border-radius: 3px;
    width: 60%;
}

.timeline .timeline-vertical {
    content: "";
    width: 1px;
    height: calc(100% - 46px);
    position: absolute;
    top: 46px;
    left: 50%;
    background: #EEE;
}

@font-face {
    font-family: "Gill Sans Nova Book";
    src: url("../fonts/constance/e5f44dae-0e0a-476d-9b92-3be122d4c8cd.eot?#iefix");
    src: url("../fonts/constance/43b67b68-8704-4bc0-9c41-620c664cb9dd.woff2") format("woff2"), url("../fonts/constance/37a7a423-c7fe-48f9-8013-63d2cc236c7a.woff") format("woff");
}

.form > div.center div.field:nth-child(3) {
    position: absolute;
    z-index: -20;
}
