/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/*
    Created on : Aug 18, 2017, 10:28:53 AM
    Author     : omar.ramadan
*/

.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
    background: #008000 !important;
    text-transform: none !important;
    border-radius: 20px !important;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent !important;
    padding: .375rem 40px;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
}

.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
    background: #50ad50 !important;
}

#nf-field-1047-wrap {
    display: none;
}

#max-loan-amount {
    max-width: 150px;
    border: none;
    border-bottom: 1px solid grey;
    display: block;
}

#get-apr-data {
    width: 150px;
}

#get-max-loan {
    padding: 0 10px;
}

@media screen and (min-width:961px) {
    .suite_container {
        padding-top: 37px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#progressWrapper {
    width: 100%;
    background-color: #ddd;
}

#progressBar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50;
}

.nf-form-fields-required {
    display: none;
}

.nf-mp-header {
    text-align: center;
    padding: 10px 5px 30px 5px;
}

.nf-form-errors {
    display: none;
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary.focus {
    color: #FFF!important;
}

.nf-field-label label {
    font-weight: 600!important;
}


/****************************CSS by Tanveer********************************/

.ninja-new-layout .nf-mp-header {
    padding: 0px !important;
}

.ninja-new-layout .nf-form-wrap :required {
    border: none !important;
    box-shadow: none;
}

@-moz-document url-prefix() {
    .ninja-new-layout .nf-form-wrap select,
    .ninja-new-layout .nf-form-wrap select:-moz-focusring,
    .ninja-new-layout .nf-form-wrap select::-moz-focus-inner {
        color: transparent !important;
        text-shadow: 0 0 0 #000 !important;
        background-image: none !important;
        border: 0;
    }
}

.ninja-new-layout .nf-form-wrap .nf-field-container .nf-before-field,
.ninja-new-layout .nf-form-wrap .ninja-forms-req-symbol,
.ninja-new-layout .nf-form-wrap .nf-mp-footer.boxed,
.ninja-new-layout .nf-form-wrap .nf-error-field-errors,
.ninja-new-layout .nf-form-wrap .hidden-container,
.ninja-new-layout .nf-form-wrap .nf-response-msg,
.ninja-new-layout .nf-field-container.wCApprovedAmt,
.ninja-new-layout .nf-form-wrap .nf-fu-progress {
    display: none !important;
}

.ninja-new-layout .nf-form-wrap .nf-error-field-errors {
    text-align: center;
    color: #d32f2f
}

.ninja-new-layout .nf-form-wrap .nf-field-container:not(.submit-container):not(.file_upload-container):not(.html-container):not(.hr-container) .nf-field .field-wrap {
    position: relative;
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    border-radius: 5px 5px 0px 0px;
}

.ninja-new-layout .nf-form-wrap .nf-field-container:not(.submit-container):not(.file_upload-container):not(.html-container):not(.hr-container) .nf-field .field-wrap:not(.nf-error).active {
    border-bottom-color: #102A54;
}

.ninja-new-layout .nf-form-wrap .nf-field-container:not(.submit-container):not(.file_upload-container):not(.html-container):not(.hr-container) .nf-field .field-wrap.nf-error {
    border: 2px solid #d32f2f;
    border-radius: 5px;
}

.ninja-new-layout .nf-form-wrap .nf-field-container .nf-field .field-wrap label {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: block!important;
    position: absolute;
    color: rgba(25, 25, 25, .4);
    font-size: 17px;
    font-weight: 700!important;
    line-height: 24px;
    left: 16px;
    right: 16px;
    top: 15px;
    bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s;
    z-index: 2;
    pointer-events: none;
    visibility: visible;
    width: 100%!important;
}

.ninja-new-layout .nf-form-wrap .nf-field-container .nf-field .field-wrap.active label {
    color: #9c9ca6;
    font-size: 13px;
    line-height: 12px;
    opacity: 1;
    top: 9px;
    bottom: 31px;
    left: 16px;
    right: 16px;
}

.ninja-new-layout .nf-form-wrap .nf-field-container:not(.submit-container):not(.file_upload-container):not(.html-container):not(.hr-container) .nf-field .field-wrap .nf-element {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #e9e7e9;
    border: none !important;
    color: #000;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    min-width: 0;
    outline: 0;
    height: 52px;
    margin: 0;
    padding: 8px 16px;
    outline-offset: 0px !important;
    widows: 100%!important;
}

.ninja-new-layout .nf-form-wrap .nf-field-container:not(.submit-container):not(.file_upload-container):not(.html-container):not(.hr-container) .nf-field .textarea-wrap .nf-element {
    height: 250px;
}

.ninja-new-layout .nf-form-wrap .nf-field-container:not(.submit-container):not(.file_upload-container):not(.html-container):not(.hr-container) .nf-field .field-wrap.nf-error .nf-element {
    border-radius: 5px;
}

.ninja-new-layout .nf-form-wrap .nf-field-container:not(.submit-container):not(.file_upload-container):not(.html-container):not(.hr-container) .nf-field .field-wrap.active .nf-element {
    padding: 16px 16px 4px;
}

.ninja-new-layout .nf-form-wrap .nf-field-container:not(.submit-container):not(.file_upload-container):not(.html-container):not(.hr-container) .nf-field .field-wrap.active textarea.nf-element {
    padding-top: 25px !important;
}

.ninja-new-layout .nf-form-wrap .nf-field-container.submit-container {
    text-align: center;
    padding-top: 10px;
}

.ninja-new-layout .nf-form-wrap .nf-error-msg {
    font-size: 13px;
}

.ninja-new-layout .nf-form-wrap .input-select:after {
    top: 15px;
    border-left: none;
}

.ninja-new-layout .nf-form-wrap .nf-field-container {
    margin-bottom: 10px !important;
}

.ninja-new-layout .nf-form-wrap .btn-success.disabled,
.ninja-new-layout .nf-form-wrap .btn-success:disabled {
    opacity: 1 !important;
}

.ninja-new-layout .nf-form-wrap select.nf-element {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

.ninja-new-layout .nf-form-wrap .list-select-wrap .nf-field-element:after {
    content: 'expand_more';
    font-family: 'Material Icons';
    color: #000;
    padding: 15px 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
    font-weight: bold;
}

.ninja-new-layout #nf-field-148-wrap {
    width: 100%!important;
}

.ninja-new-layout .nf-form-wrap .nf-field-container.file_upload-container .nf-field-element button.btn-success {
    color: #28a745 !important;
    border-color: #28a745 !important;
    background-color: transparent !important;
    background-image: none !important;
}

.ninja-new-layout .nf-form-wrap .nf-field-container.file_upload-container .nf-field-element button.btn-success:hover {
    color: #fff !important;
    border-color: #1e7e34 !important;
    background-color: #218838 !important;
}

.ninja-new-layout .nf-form-wrap hr {
    border: none;
}


/****************************CSS by Tanveer********************************/

span.mktoButtonWrap.mktoAnimGlow {
    margin: 0 !important;
}

button.mktoButton.btn.btn-success {
    background: #328332 !important;
    border-color: #328332 !important;
    width: 100% !important;
}

.mktoButtonRow {
    width: 100%;
}