﻿/*Conflixs*/
.wrapper {
    max-width: 100% !important;
}

    .wrapper.newForm {
        max-width: 942px !important;
    }

.form-container {
    padding: 0px;
}

.footer, .push {
    display: none;
}

/*Counter*/
body {
    counter-reset: section; /* Set a counter named 'section', and its initial value is 0. */
}

/*Applicationform*/

/*Body*/
.panel {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}

/*Headers*/
.panel-heading {
    font-size: 18px;
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #6c6f70;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    line-height: 1.15;
    padding-left: 35px;
    position: relative;
    border: 0px !important;
    margin-left: 15px;
}

    .panel-heading:before {
        color: rgb(255, 255, 255);
        content: counter(section);
        counter-increment: section 1;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 25px;
        background: #1d2e3e;
        border-radius: 50%;
        left: 0%;
        background-image: url('../../../Content/skins/beyondautism/images/panel-background.png');
    }

/*form layout*/
label {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    color: #72808b;
    font-size: 13px;
    line-height: 1.2;
}

.form-control {
    border-radius: 3px;
    border: 2px solid #eae9e9;
    opacity: 1;
}

/*.required-flag {
    float: left;
    padding-right: 5px;
}*/

/*Dropzone*/
.newForm {
    color: #555 !important;
}

#application-rendered-form .application-dropzone {
    background-color: #fff;
    padding: 35px;
}

/*#ApplicantDetailsForm .panel {
    padding: 20px !important;
    border: 1px solid #f6f6f6 !important;
    -webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.2) !important;
    -moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.2) !important;
    box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.2) !important;
}*/

/*Sidebar*/
.about-app h1 {
    position: relative;
    border: 0px !important;
    color: #fff;
    font-family: 'Helvetica Neue LT W01_55 Roman', arial, sans-serif;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.sticky {
    position: sticky;
    top: 1%;
}

.about-app ul {
    list-style-type: none;
    padding-left: 0px;
}

.newForm ul li {
    padding: 0px !important;
    font-size: 14px !important;
    list-style-type: none;
    line-height: 24px !important;
}

.tickList {
    font-size: 16px;
    color: #afafaf;
    font-family: Arial,sans-serif;
    font-weight: 400;
    line-height: 1.375;
}

/*Buttons*/
#btnCreateApplication, .complete-application-form {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: Verdana,arial,helvetica,clean,sans-serif;
}

.save-application-form {
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: Verdana,arial,helvetica,clean,sans-serif;
}
/*Submit*/
/*When using bootstrap 4*/
.submit-panel .row {
    display: flex;
}

.submit-panel {
    padding: 0 10px 0 10px !important;
}

.form-control {
    width: 100%;
    height: 44px !important;
    line-height: 44px;
    padding: 0 10px;
    margin: 0;
    border: 2px solid #eae9e9;
    color: #72808b;
    font-size: 13px;
}

select {
    height: 44px !important;
}

.about-app {
    padding: 25px !important;
    border-radius: 0px;
}
.box-1 {
    background-color: #0083ba;
}

.box-2 {
    background-color: #ed7102;
}

.box-3 {
    background-color: #522398;
}
/* NHBC Specific CSS */
#application-rendered-form .panel {
    padding: 0;
}

    #application-rendered-form .panel .panel-body {
        padding: 10px;
    }

#application-rendered-form .btn-success {
    border: #ED7102 !important;
    background-color: #ED7102 !important;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    border-radius: 0px;
    line-height: 1;
    font-family: 'Helvetica Neue LT W01_55 Roman', arial, sans-serif;
}

#application-rendered-form .panel.submit-panel {
    padding: 10px;
}

    #application-rendered-form .panel.submit-panel .btn-info {
        color: #fff;
        background-color: #6d87a0;
        border-color: #6d87a0;
    }

#application-rendered-form .continuation-panel .text-success {
    color: #fff !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0px;
}

label {
    padding: initial;
    /*display: inline-block !important;*/
    max-width: 100%;
    margin-bottom: initial;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: Verdana,arial,helvetica,clean,sans-serif;
    color: #808080 !important;
    line-height: 22px !important;
}

.required-flag {
    color: red;
}

.radio-question label {
    margin-right: 30px;
    background-color: #fff;
    padding: 5px;
}

.radio-question label {
    margin-right: 0px;
}

.col-12 {
    padding-right: 15px;
    padding-left: 15px;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.alert-success {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1d2e3f !important;
}


.job-detail ul li {
    padding-left: 0px !important;
    background: none !important;
    margin-bottom: 7px;
    color: #fff;
    font-family: 'Helvetica Neue LT W01_55 Roman', arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

    .job-detail ul li span {
        position: relative;
        border: 0px !important;
        color: #fff;
        font-family: 'Helvetica Neue LT W01_55 Roman', arial, sans-serif;
        font-weight: bold;
        margin: 0 0 10px;
        font-size: 1.6rem;
        line-height: 1.5;
    }

/*erroring*/
[type=text], [type=email] {
    margin-bottom: 0px !important;
}

input.error, textarea.error, select.error {
    border: 1px solid #f00 !important;
}

label.error {
    color: #f00 !important;
}

.error {
    border: 2px dashed red !important;
}

label.error {
    color: #f00 !important;
    border: 0px !important;
}

.sticky {
    background-color: transparent !important;
    padding: 0px !important;
}