@font-face {
    font-family: "headerFont";
    src: url("../fonts/AE10013T.woff") format('woff');
}

@font-face {
    font-family: "headerFontBold";
    src: url("../fonts/AE10016T.woff") format('woff');
}

body {
    color: white;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    background-color: #0060a1;
}

.row {
    max-width: 715px;
}

a,
a:visited,
a:active {
    color: white;
}

a:hover {
    color: white;
    text-decoration: underline;
}

.welcome {
    line-height: 140%;
    background-color: #0060a1;
}

header {
}

.car {
    padding-right: 10px;
}

.porscheinter {
    color: white;
    font-family: 'headerFont';
}

.tesztvezetes {
    font-family: 'headerFontBold';
    color: white;
}

.tesztvezetes,
.porscheinter {
    font-size: 30px;
}

@media (max-width: 700px) {
    .tesztvezetes,
    .porscheinter {
        font-size: 22px;
    }
}

@media (max-width: 510px) {
    .tesztvezetes,
    .porscheinter {
        font-size: 18px;
    }
}

.bg-green {
    background-color: #a2c614;
}

.bg-white {
    background-color: white;
}

.black,
.black label {
    color: black;
    font-weight: 600;
    font-size: 13px;
    font-family: 'Arial';
}

.inputbox {
    padding-right: 25px;
}

.height10 {
    height: 10px !important;
}
.height5 {
    height: 5px !important;
}

.placeholder {
    height: 30px !important;
}

.questions .row {
    margin-top: 25px;
}

[type='text'],
[type='checkbox'],
[type='text']:focus,
[type='text']:active {
    background-color: #e6e7e8;
    border: 0px;
    height: 25px;
    padding: 4px;
    margin: 0px;
}

.sender {
    cursor: pointer;
    color: white;
    background-color: #a2c614;
    box-shadow: 3px 3px 2px #888888;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 25px;
    padding-right: 25px;
    border: 0px;
    font-size: 14px;
}


.nopadding {
    padding: 0px;
}

#valasz {
    display: none;
}

.ui-dialog {
    background-color: #0060a1;
    border: solid #3adb76 1px;
    text-align: center;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}

.warning {
    background: red;
}

/* checkbox aspect */
[type="checkbox"] + label {
    margin-left: 0px;
    font-weight: bold;
    font-size: 14px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.60em;
    height: 1.60em;
    border: 1px solid #e6e7e8;
    background: #e6e7e8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.4em;
    line-height: 0.8;
    color: #0060a1;
    transition: all .2s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #e6e7e8;
    background-color: #e6e7e8;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #0060a1;
}

[type="checkbox"]:disabled + label {
    color: #e6e7e8;
}

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px solid #e6e7e8;
}

.uppercase {
    text-transform: uppercase;
}

[type='file'], [type='checkbox'], [type='radio'] {
    margin-top: 8px;
    margin-bottom: 0px;
}
.custom-question{
    /* just jQuery markup */
}
@media (max-width: 650px) {
    .hidden-medium{
        display: none;
    }
}
@media (min-width: 750px) {
    .footebg {
        background-image: url('../img/perszocsik2.png');
        background-position: center top;
        background-repeat: no-repeat;
        height: 131px;
    }


}

[type="checkbox"] + label, [type="radio"] + label {
    display: inline;
}