.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

    .wizard > div span.round-tab {
        line-height: 35px;
    }

    .wizard > div.wizard-inner img {
        height: 25px;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 77%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 15px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #715f31;
    
}
.wizard li.active span.round-tab i{
    color: #715f31;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 41%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #715f31;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #715f31;
}

.wizard .nav-tabs > li a {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .wizard .nav-tabs > li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 29%;
    }
}
@media (min-width: 401px) and (max-width: 585px) {
    .wizard li.active:after {
        left: 38%;
    }
}
@media (max-width: 400px) {
    .wizard li.active:after {
        left: 29%;
    }
}
@media (min-width: 586px) and (max-width: 991px) {
    .wizard li.active:after {
        left: 42%;
    }
}
#applicant-form {
    min-height: 680px;
}

.template-eventform {
    margin-top: 150px;
    margin-bottom: 30px;
    min-height: 470px;
}
.template-eventform span small {
    margin-left: auto;
    margin-right: auto;
}
.hint-email {
    visibility: hidden;
    color: red;
}

.hint-password {
    visibility: hidden;
    color: red;
}

.bigger-checkbox {
    width: 15px;
    height: 15px;
}

.bigger-radio {
    width: 15px;
    height: 15px;
}

.fix-lineheight {
    line-height: 28px;
}

.modal-dialog {
    color: #715f31;
}

.section-title {
    border-bottom: 1px solid rgba(232,232,232,0.85);
    padding-bottom: 10px;
    margin: 30px 0 20px;
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #715f31;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.custom-input-field {
    position: relative;
    margin-bottom: 10px;
}

.custom-input-field .form-control:focus:not(textarea), .custom-input-field .form-control.filled:not(textarea) {
    height: 45px;
    padding-top: 15px;
}

.custom-input-field .form-control {
    transition: all 0.3s ease;
}

.custom-input-field .form-control:focus ~ label, .custom-input-field .form-control.filled ~ label {
    top: 4px;
    font-size: 0.7em;
    color: rgba(113, 95, 49, 0.85);
}

.custom-input-field label {
    position: absolute;
    z-index: 3;
    top: 7px;
    left: 12px;
    color: rgba(113, 95, 49, 0.65);
    transition: all 0.3s ease;
    font-weight: normal;
    max-width: calc(100% - 24px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bootstrap-datetimepicker-widget {
    background-color: #2db899 !important;
}

.datepicker-days table td:hover, th:hover {
    background-color: #fff !important;
    color: #2db899 !important;
}
.datepicker-months table td span:hover, .datepicker-years table td span:hover {
    background-color: #fff !important;
    color: #2db899 !important;
}
#datepicker {
    cursor: pointer;
    background-color: #fff;
}
#osszeg {
    border: 1px solid #fff;
    background-color: rgba(40,183,151,.97);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 17px;
    margin-left: 5px;
}
.low-lineheight {
    line-height: 15px;
}
small {
    font-size: 80% !important;
}
label {
    color: rgb(111,111,111);
    line-height: 18px;
}
.section-padding {
    padding-bottom: 20px;
}

/* 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: 25px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 15px; height: 15px;
    border: solid 1px rgb(111,111,111);
    background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 3px; left: 2px;
    font-size: 14px;
    line-height: 0.8;
    color: #09ad7e;
    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);
}



/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    padding-right: 35px;
}

/* checkbox aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 15px; height: 15px;
    border: solid 1px rgb(111,111,111);
    background: #fff;
    border-radius: 10px;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 5px; left: 3px;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background-color: #2db899;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.template-eventform h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #393939;
}
.form-contact {
    margin-top: 15px;
}

.participation_radios .low-lineheight {
    padding-top: 30px;
}

.row-padding {
    margin-top: 32px;
    overflow: visible !important;
}

.help-block {
    text-align: center;
    color: rgb(14, 69, 152);
}

.circle {
    width: 25px;
    height: 25px;
    border: 2px solid rgb(14, 69, 152);
    border-radius: 30px;
    margin: 0px auto;
}

#modal-for-apply {
    cursor: pointer;
    display: inline-flex;
}

.image-frame img {
    width: 100%;
}

#uploaded_file {
    display: none;
}

.image-frame {
    width: 150px;
    height: 150px;
    line-height: 150px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.image-helper {
    line-height: normal;
    color: rgba(113, 95, 49, 0.65);
    text-align: center;
    position: absolute;
    align-self: center;
    z-index: 1;
}

#image-preview {
    border-radius: 50%;
    position: absolute;
    z-index: 8;
    width: 148px;
}

.template-applicant-form .container {
    padding-top: 130px;
}

.mobile-size {
    display: none;
}

@media (max-width: 585px) {
    .image-frame {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    #image-preview {
        width: 88px;
    }

    .mobile-size {
        display: inline;
    }

    .from-tablet-size {
        display: none;
    }
}

@media (min-width: 586px) and (max-width: 767px) {
    .image-frame {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }

    #image-preview {
        width: 148px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .image-frame {
        width: 110px;
        height: 110px;
        line-height: 110px;
    }

    #image-preview {
        width: 108px;
    }
}

.new-row {
    margin-left: -15px;
    margin-right: -15px;
}

.template-applicant-form .nice-select.wide {
    margin-bottom: 10px;
}

.template-applicant-form .nice-select.wide .list {
    z-index: 9;
}

.hint {
    font-size: 10px;
    padding-left: 12px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.nice-select>.current {
    color: #555;
}

.template-applicant-form textarea.form-control  {
    padding-top: 25px !important;
}
.template-applicant-form textarea.form-control+label  {
    top: 10px;
    font-size: 1em;
}

textarea {
    resize: none;
}