.form-wizard {
    padding: 15px;
    background: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-transform: none;
}

.form-body-classic .form-control,
.filter-wrapper .form-control,
.bfh-selectbox-options input {
    margin: 0 !important;
    padding: 0 10px !important;
    line-height: 44px !important;
    color: #333 !important;
    -moz-border-radius: unset !important;
    -webkit-border-radius: unset !important;
    border-radius: unset !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    height: 30px !important;
    background-color: #f8f8f8 !important;
    border: 1px solid;
    border-color: #ccc
}

    .form-body-classic .form-control:focus {
        outline: 0;
        background: #f8f8f8 none repeat scroll 0 0;
        border: 1px solid #eee;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.form-wizard-buttons .btn, .btn-wizard {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 15px;
    /* border: 2px solid #ccc; 
    font-family: 'Lato', sans-serif;*/
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #2c2c2c;
    display: inline-block;
}
.form-wizard-buttons .btn:hover, .btn-wizard:hover {
    background: #111;
}
.form-wizard-step-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-top: 5px;
    background: none;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 0%;
}

.form-wizard-step.active .form-wizard-step-icon {
    width: 48px;
    height: 48px;
    margin-top: 5px;
    background: transparent;
    font-size: 22px;
    line-height: 48px;
}

.form-wizard-step p {
    color: #ccc;
    font-size: 12px;
    line-height: 1.5;
}

.fieldset-content h4,
.measur_guideline h4,
.measur-content h4 {
    color: #1632ab;
}

.form-wizard-step.active p {
    color: #1632ab;
}

.form-wizard a,
.form-wizard a:hover,
.form-wizard a:focus {
    color: #1632ab;
    text-decoration: none;
}

.form-wizard img {
    max-width: 100%;
    width: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
}

.form-wizard .active img {
    filter: grayscale(0%);
    opacity: 1;
}

.form-wizard ::-moz-selection {
    background: #1632ab;
    color: #fff;
    text-shadow: none;
}

.form-wizard ::selection {
    background: #1632ab;
    color: #fff;
    text-shadow: none;
}

.form-wizard label,
.filter-wrapper label {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 13px;
    text-align: left !important;
    padding-top: 0px !important;
}

.form-wizard .btn:hover {
    background: #000;
    color: #fff;
}

.form-wizard .btn:active {
    outline: 0;
    background: #000;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-wizard .btn:focus,
    .form-wizard .btn:active:focus,
    .form-wizard .btn.active:focus {
        outline: 0;
        background: #000;
        color: #fff;
    }

.form-wizard .btn.btn-submit,
.form-wizard .btn.btn-submit:focus,
.form-wizard .btn.btn-submit:active:focus,
.form-wizard .btn.btn-submit.active:focus {
    background: #000;
}

.form-wizard-steps {
    margin: auto;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    background: #f6f6f6
}

.form-wizard-tolal-steps-4 .form-wizard-step {
    position: relative;
    /*float: left;*/
    text-align:center;
    padding: 7px 5px;
    display: inline-block;
    margin: 10PX 10px 0;
    cursor: pointer;
}

.form-wizard fieldset {
    /* display: none; */
    text-align: left;
    border: 0px !important;
    text-align: left;
    border: 0px !important;
    margin-top: 5px;
    /* height: 720px;
    overflow-y: auto;
    */
    overflow-x: hidden;
}

    .form-wizard fieldset .fieldset-content {
        /*height: calc(100vh-32vh);*/
        overflow-x: hidden;
        overflow-y: auto;
    }

.form-wizard-buttons {
    text-align: right;
    position: inherit;
    right: 0px;
    bottom: 0px;
    z-index: 1030;
    overflow: hidden;
    cursor: pointer;
    background: #f6f6f6;
    padding: 10px;
    width: 100%;
    box-shadow: -6px 6px 13px 0px rgba(119, 119, 119, 0.2509803);
}

@media (max-width:768px) {
    .form-wizard {
        height: 100%;
    }
}

.form-wizard .form-control.focus,
.form-wizard .form-control:focus {
    border-color: #716aca;
    color: #575962;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-wizard .btn-wizard {
    background: #1632ab;
}

.form-wizard .btn-wizard:hover {
        background: #0f278e;
}
.btn + .btn {
    margin-left: 10px;
}
@media (max-width:640px) {
    .form-wizard-step.activated p {
        font-size: 14px;
        line-height: 1.5;
    }

    .base-measurement {
        display: none !important
    }
}

/*Customer measuring list Pagination*/
.measur-content .dataTables_length {
    display: none;
}

.measur-content .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    color: #1632ab;
    font-size: 14px;
}

    .measur-content .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        min-width: 1.5em;
        padding: 0.2em 0.5em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 2px;
    }

.measur-content .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            border: 1px solid #000000;
     }