@font-face {
    font-family: objectivityThin;
    src: url("/inc/objectivity/Objectivity-Thin.otf");
}

@font-face {
    font-family: objectivity;
    src: url("/inc/objectivity/Objectivity-Regular.otf");
}

* {
    font-family: objectivity;
}

h1, h2, h3 {
    font-family: objectivityThin;
}

.h1Title {
    font-size: 20pt;
    text-align: center;
    margin-top: 5px;
}

input[type=radio] {
    height: auto;
    margin-right: 10px !important;
}

input, span[type="button"] {
    border-style: none;
    background-color: #d0d0d0;
    color: #292929;
    height: 30px;
    border-radius: 5px;font-size: small;
}

input[type="file"]::file-selector-button {
    background-color: #4664AA;
    color: white;
    padding: 5px 20px 5px 20px;
}

input[type="file"] {
    padding-right: 5px;
}

input:disabled {
    background-color: white;
}

input[type="submit"]:disabled {
    border-style: solid;
    border-color: #d0d0d0;
    border-style: solid;
    color: #d0d0d0;
}

select:disabled {
    background-color: white;
    border: none;
}

span[type="button"] {
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

select {
    background-color: #d0d0d0;
    color: #292929;
    height: 30px;
    padding: 2px;
    border-radius: 5px;
}

.button {
    background-color: #4664AA;
    color: white;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
}

input.button {
    height: 30px;
    padding: 5px 20px 5px 20px;
}

div.button {
    line-height: 20px;
    display: inline-block;
}

.button a {
    height: 20px;
    margin:0;
    text-decoration: none;
    color: white;
    display: block;
    padding: 5px 20px 5px 20px;
}

.buttoncancel {
    background-color: #d0d0d0;
}

.deleteRed {
    background-color: #8e050c;
}

.patternCheck:valid {
    background-color: #d0d0d0;
}

.patternCheck:invalid {
    background-color: #f7aca7;
}

.inputConfigElement {
    width: 300px;
}