body {
    font-family: 'Open Sans', sans-serif;
}

.form {
    border: 1px solid #454749;
}

fieldset.fieldset-form {
    border-style: none;
}

fieldset.fieldset-form legend {
    color: #0097a7;
    border-bottom: 1px solid #0097a7;
    font-size: 20px;
    line-height: 25px;
    padding-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

fieldset.fieldset-form .form-input {
    margin-top: 5px;
}

.form-input .form-label {
    font-size: 16px;
    font-weight: normal;
    padding-left: 0;
}

.form-input .form-label .required {
    color: red;
    font-weight: bold;
}

.form-input .form-field {
}

.form-input .form-field input, select {
    color: #0097a7;
    font-size: 17px;
    padding-left: 15px;
    height: 40px;
    margin: 0;
    border: 1px solid #ddd;
    width: 100%;
}

.form-input .form-field .input-logo {
    color: #47494c;
    font-size: 13px;
    padding-left: 0;
    border-style: none;
    height: 30px;
    width: auto;
}

.form-input .form-field .input-logo {
    color: #47494c;
    font-size: 13px;
    padding-left: 0;
    border-style: none;
    height: 30px;
    width: 100%;
}

.form-input .form-field input::placeholder {
    color: #47494c;
}

.form-input .form-field input:focus {
}

.radio {
    margin-top: 0;
    display: inline-block;
    font-weight: normal;
    padding-right: 20px;
}

.radio .radio-input {
    height: 10px !important;
    width: 15px !important;
}

.end-col {
    padding-top: 50px;
}

@media only screen and (max-width: 767px) {
    .end-col {
        padding-top: 0;
    }
}

.anonymous-infos {
    font-size: 15px;
    font-weight: lighter;
}

.error {
    color: red;
    height: 20px;
    margin-bottom: 20px;
    font-weight: lighter;
}

.submit {
    width: 100%;
    background-color: #0097a7;
    border: none;
    color: white;
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 50px;
}

.postanad-header {
    line-height: 40px;
    text-align: center;
    border-bottom: 2px solid #454749;
}

.postanad-header .middle {
    border-right: 1px solid #454749;
    border-left: 1px solid #454749;
    border-bottom: none;
    border-top: none;
}

@media only screen and (max-width: 767px) {
    .postanad-header .middle {
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #454749;
        border-top: 1px solid #454749;
    }
}

/* AdsType.js */

.circle {
    text-align: center;
    border: 1px solid;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    padding-top: 30px;
    flex: 0 0 120px;
}

.clickable {
    cursor: pointer;
}

.ad-type {
    font-size: 20px;
    padding-top: 15px;
    /*padding-left: 40px;*/
}

.nb-days {
    font-weight: bolder;
}

.price {
    font-size: 15px;
}

.panel {
    padding-bottom: 20px;
    float: left;
}

.ads-choices-top {
    border-top: 1px solid #0097a7;
    border-left: 1px solid #0097a7;
    border-right: 1px solid #0097a7;
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 14px;
}

.ads-choices-bottom {
    border-bottom: 1px solid #0097a7;
    border-left: 1px solid #0097a7;
    border-right: 1px solid #0097a7;
    padding-bottom: 10px;
    font-size: 14px;
}

.ads-choices-top input {
    margin-right: 10px;
}

.ads-choices-bottom input {
    margin-right: 10px;
}

.ads-important {
    color: #0097a7;
}