/* @extend display-flex; */
#wizard-wrapper display-flex,
#wizard-wrapper .form-flex,
#wizard-wrapper .form-date-group,
#wizard-wrapper .steps ul,
#wizard-wrapper .title,
#wizard-wrapper .title .step-number,
#wizard-wrapper .actions ul li a,
#wizard-wrapper .form-radio-flex,
#wizard-wrapper .form-find {
    display: flex;
    display: -webkit-flex;
}

/* @extend list-type-ulli; */
#wizard-wrapper list-type-ulli,
#wizard-wrapper .steps ul,
#wizard-wrapper .actions ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#wizard-wrapper a:focus,
#wizard-wrapper a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

#wizard-wrapper input,
#wizard-wrapper select,
#wizard-wrapper textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

#wizard-wrapper span.required {
    color: red;
}

#wizard-wrapper span.hint-text {
    font-style: italic;
    font-size: 12px;
    font-weight: 100;
}

#wizard-wrapper input::-webkit-outer-spin-button,
#wizard-wrapper input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

#wizard-wrapper input:focus,
#wizard-wrapper select:focus,
#wizard-wrapper textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

#wizard-wrapper input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
}

#wizard-wrapper input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
}

.clear {
    clear: both;
}

#wizard-wrapper h2 {
    margin: 1em auto 1em;
}

#wizard-wrapper .file-upload-form-group {
    margin-bottom: 12px;
}

#cke_txtRelatedLinks .cke_contents {
    height: 200px !important;
}

/*
  h2 {
    font-size: 30px;
    margin: 0px; }*/
/*
  body {
    font-size: 14px;
    line-height: 1.6;
    color: #222;
    font-weight: 400;
    margin: 0px;
    background: #222;
    position: relative;
    padding: 0px; }
  */
#wizard-wrapper .main {
    padding: 50px 0;
    position: relative;
    z-index: 99;
}

#wizard-wrapper .container {
    width: 1400px;
    margin: 0 auto;
    background: #fff;
}

#wizard-wrapper fieldset {
    padding: 0px;
    margin: 0px;
    border: none;
    padding-left: 45px;
    padding-right: 55px;
    padding-top: 5px;
}

#wizard-wrapper p.desc {
    margin: 0px;
    margin-bottom: 40px;
    color: #555;
}

#wizard-wrapper .form-label {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

#wizard-wrapper .text-input {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: 5px;
}

    #wizard-wrapper .text-input span {
        color: #222;
        font-weight: bold;
    }

#wizard-wrapper input {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
    height: 35px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #222;
    /*font-weight: bold;*/
    font-size: 14px;
}

/*
  #steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
    width: 680px; }*/

#wizard-wrapper .form-flex {
    margin: 0 -10px;
}

    #wizard-wrapper .form-flex .form-group {
        width: 50%;
        padding: 0 10px;
    }

.form-group,
.form-date {
    margin-bottom: 18px;
    position: relative;
}

#wizard-wrapper .form-date-group {
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

    #wizard-wrapper .form-date-group select {
        border: 1px solid #ebebeb;
        width: 100%;
        box-sizing: border-box;
        appearance: none !important;
        -moz-appearance: none !important;
        -webkit-appearance: none !important;
        -o-appearance: none !important;
        -ms-appearance: none !important;
        position: relative;
        background: 0 0;
        z-index: 10;
        cursor: pointer;
        padding: 0 10px;
        height: 50px;
        font-size: 14px;
        color: #999;
        box-sizing: border-box;
        background-color: #fff;
        color: #222;
        font-weight: bold;
    }

#wizard-wrapper .form-date-item {
    position: relative;
    overflow: hidden;
    width: 100px;
    margin-right: 10px;
}

#wizard-wrapper .vertical {
    display: block;
    width: 100%;
    overflow: hidden;
}

    #wizard-wrapper .vertical .steps {
        float: left;
        width: 275px;
    }

    #wizard-wrapper .vertical .content,
    #wizard-wrapper .vertical .actions {
        float: right;
        width: 1070px;
    }

#wizard-wrapper .content {
    height: 840px;
}

#wizard-wrapper #news-wizard-wrapper .content {
    height: 1060px;
}

#wizard-wrapper #service-wizard-wrapper .content {
    height: 2300px;
}


#wizard-wrapper .steps ul {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    padding-left: 40px;
    padding-top: 60px;
}

    #wizard-wrapper .steps ul li {
        padding-bottom: 40px;
        position: relative;
        z-index: 99;
    }

        #wizard-wrapper .steps ul li a {
            text-decoration: none;
            color: #222;
        }

    #wizard-wrapper .steps ul:after {
        position: absolute;
        content: '';
        width: 2px;
        height: 250px;
        background: #ebebeb;
        left: 60px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 9;
    }

#wizard-wrapper .title {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

    #wizard-wrapper .title .step-number {
        width: 40px;
        height: 40px;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        background: #ebebeb;
        color: #999;
        margin-right: 15px;
        border: 5px solid #fff;
        font-weight: bold;
    }

    #wizard-wrapper .title .step-text {
        font-weight: bold;
        color: #999;
        font-size: 14px;
    }

#wizard-wrapper .current .title .step-number {
    background: #4966b1;
    color: #fff;
}

#wizard-wrapper .current .title .step-text {
    color: #4966b1;
}

#wizard-wrapper .content h3 {
    display: none;
}

#wizard-wrapper .content,
#wizard-wrapper .actions {
    background: #f8f8f8;
}

#wizard-wrapper .actions {
    padding-bottom: 55px;
}

    #wizard-wrapper .actions ul {
        padding-left: 45px;
        padding-right: 55px;
    }

        #wizard-wrapper .actions ul .disabled {
            display: none;
        }

        #wizard-wrapper .actions ul li {
            float: right;
        }

            #wizard-wrapper .actions ul li:first-child {
                float: left;
            }

            /*
  #wizard-wrapper .actions ul li:first-child a {
    background: #e8e8e8;
    color: #999; }
  */
            #wizard-wrapper .actions ul li a {
                width: 140px;
                height: 50px;
                color: #fff;
                background: #4966b1;
                align-items: center;
                -moz-align-items: center;
                -webkit-align-items: center;
                -o-align-items: center;
                -ms-align-items: center;
                justify-content: center;
                -moz-justify-content: center;
                -webkit-justify-content: center;
                -o-justify-content: center;
                -ms-justify-content: center;
                text-decoration: none;
            }

#wizard-wrapper .form-radio-flex {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -15px;
}

    #wizard-wrapper .form-radio-flex .form-radio-item {
        padding: 0 15px;
        margin-bottom: 25px;
    }

    #wizard-wrapper .form-radio-flex input {
        width: 0;
        height: 0;
        position: absolute;
        left: -9999px;
    }

        #wizard-wrapper .form-radio-flex input + label {
            margin: 0px;
            width: 223px;
            height: 133px;
            box-sizing: border-box;
            position: relative;
            display: inline-block;
            text-align: center;
            background-color: transparent;
            border: 1px solid transparent;
            text-align: center;
            text-transform: none;
            transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
        }

            #wizard-wrapper .form-radio-flex input + label img {
                width: 100%;
                height: 100%;
            }

        #wizard-wrapper .form-radio-flex input:checked + label {
            border: 1px solid #4966b1;
            z-index: 1;
        }

        #wizard-wrapper .form-radio-flex input:focus + label {
            outline: none;
        }

        #wizard-wrapper .form-radio-flex input:hover {
            border: 1px solid #4966b1;
        }

#wizard-wrapper label.error {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
}

    #wizard-wrapper label.error:after {
        font-family: 'Material-Design-Iconic-Font';
        position: absolute;
        content: '\f135';
        right: 20px;
        top: 50px;
        font-size: 13px;
        color: #f63726;
    }

#wizard-wrapper input.error {
    border: 1px solid #f63726;
}

#wizard-wrapper textarea.error {
    border: 1px solid #f63726;
}

#wizard-wrapper .error-ckeditor {
    border: solid #f63726;
    border-width: 1px 1px 1.5px 1.5px;
}

#wizard-wrapper div.error {
    border: 1px solid #f63726;
}

#wizard-wrapper .submit {
    width: 150px;
    background: #666;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

    #wizard-wrapper .submit:hover {
        background-color: #4d4d4d;
    }

#wizard-wrapper .form-find {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid #ebebeb;
}

#wizard-wrapper .form-icon {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 18px;
    color: #999;
}

@media screen and (max-width: 1280px) {
    #wizard-wrapper .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    #wizard-wrapper .vertical .content,
    #wizard-wrapper .vertical .actions {
        /*float: none;*/
        width: calc(100% - 280px);
    }
}

@media screen and (max-width: 1024px) {
    #wizard-wrapper .container {
        width: calc(100% - 40px);
        max-width: 100%;
    }

    #wizard-wrapper .vertical .steps,
    #wizard-wrapper .vertical .content,
    #wizard-wrapper .vertical .actions {
        float: none;
        width: 100%;
    }

    #wizard-wrapper .form-radio-flex input + label {
        width: 190px;
        height: 120px;
    }
}

@media screen and (max-width: 992px) {
    #wizard-wrapper .content {
        height: 900px;
    }

    #wizard-wrapper .form-radio-flex input + label {
        width: 100px;
        height: 65px;
    }
}

@media screen and (max-width: 768px) {

    #wizard-wrapper #steps-uid-0-p-0 .form-row,
    #wizard-wrapper #steps-uid-0-p-0 .form-group,
    #wizard-wrapper #steps-uid-0-p-0 .form-date {
        width: 100%;
    }

    #wizard-wrapper .form-flex {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        margin: 0px;
    }

        #wizard-wrapper .form-flex .form-group {
            padding: 0px;
        }

    #wizard-wrapper fieldset,
    #wizard-wrapper .actions ul {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 480px) {

    #wizard-wrapper .form-date-group,
    #wizard-wrapper .form-find {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    #wizard-wrapper .content {
        height: 1050px;
    }

    #wizard-wrapper .actions ul li a {
        width: 100px;
    }

    #wizard-wrapper .form-radio-flex {
        margin: 0 -5px;
    }

        #wizard-wrapper .form-radio-flex .form-radio-item {
            padding: 0 5px;
        }

        #wizard-wrapper .form-radio-flex input + label {
            width: 90px;
            height: 61px;
        }
}

/*# sourceMappingURL=style.css.map */
