.ninja-forms-form-wrap * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

    .ninja-forms-form-wrap *::after {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .ninja-forms-form-wrap *::before {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

a.tooltip {
    text-decoration: none;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        padding: 14px 20px;
        width: 240px;
        line-height: 16px;
        margin-top: -10px;
        margin-left: 28px;
        display: none;
        position: relative;
        z-index: 1;
    }

        a.tooltip span::before {
            left: -15px;
            border-top-color: transparent;
            border-right-color: rgb(204, 204, 204);
            border-bottom-color: transparent;
            border-top-width: 10px;
            border-right-width: 15px;
            border-bottom-width: 10px;
            border-top-style: solid;
            border-right-style: solid;
            border-bottom-style: solid;
            position: absolute;
            content: "";
        }

    a.tooltip:hover span {
        background: rgb(241, 241, 241);
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        color: rgb(51, 51, 51);
        display: inline;
        position: absolute;
    }

    a.tooltip span {
        border-radius: 4px;
        box-shadow: 5px 5px 8px #ccc;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-box-shadow: 5px 5px 8px #CCC;
        -webkit-box-shadow: 5px 5px 8px #CCC;
    }

#ui-datepicker-div {
    background: rgb(241, 241, 241);
    border-radius: 3px;
}

    #ui-datepicker-div a {
        text-decoration: none;
        cursor: pointer;
    }

    #ui-datepicker-div .ui-datepicker-header {
        padding: 5px;
        text-align: center;
    }

    #ui-datepicker-div .ui-datepicker-calendar th {
        padding: 5px;
        text-align: center;
    }

    #ui-datepicker-div .ui-datepicker-calendar td {
        padding: 5px;
        text-align: center;
    }

    #ui-datepicker-div .ui-icon {
        text-indent: 0px;
    }

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.ninja-forms-no-display {
    display: none;
}

.ninja-forms-form .wp-switch-editor {
    height: auto;
}

.ninja-forms-form .mceIframeContainer {
    background: rgb(255, 255, 255);
}

.ninja-forms-req-symbol {
    color: rgb(255, 0, 0);
}

.ninja-forms-form .label-above label {
    display: block;
}

.ninja-forms-form .label-below label {
    display: block;
}

.field-wrap {
    margin-bottom: 20px;
}

#ninja_forms_required_items {
    margin-bottom: 20px;
}

#pass-strength-result {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221) !important;
    margin: 13px 5px 5px 1px;
    padding: 3px 5px;
    width: 200px;
    text-align: center;
    background-color: rgb(238, 238, 238);
}

.bad#pass-strength-result {
    border-color: rgb(255, 133, 60) !important;
    background-color: rgb(255, 183, 140);
}

.good#pass-strength-result {
    border-color: rgb(255, 204, 0) !important;
    background-color: rgb(255, 236, 139);
}

.short#pass-strength-result {
    border-color: rgb(240, 64, 64) !important;
    background-color: rgb(255, 160, 160);
}

.strong#pass-strength-result {
    border-color: rgb(141, 255, 28) !important;
    background-color: rgb(195, 255, 136);
}

.ninja-forms-cont {
    position: relative;
}

    .ninja-forms-cont::after {
        clear: both;
        display: block;
        content: "";
    }

.ninja-forms-field-error {
    color: red;
}

.ninja-forms-form-wrap input {
    width: auto;
    height: auto;
    vertical-align: inherit;
}

.ninja-forms-form-wrap select {
    width: auto;
    height: auto;
    vertical-align: inherit;
}

.ninja-forms-form-wrap textarea {
    width: auto;
    height: auto;
    vertical-align: inherit;
}

.ninja-forms-form-wrap label {
    font-weight: bold;
}

.ninja-forms-form-wrap .list-checkbox-wrap ul label {
    font-weight: normal;
}

.ninja-forms-form-wrap .list-radio-wrap ul label {
    font-weight: normal;
}

.field-wrap::after {
    clear: both;
    display: block;
    content: "";
}

.field-wrap.label-left .ninja-forms-field {
    margin-left: 8px;
}

.field-wrap.label-left .ninja-forms-star-rating-control {
    margin-left: 8px;
}

.field-wrap.label-right .ninja-forms-field {
    margin-right: 8px;
}

.field-wrap.label-right .ninja-forms-star-rating-control {
    margin-right: 8px;
}

.field-wrap.label-right label {
    display: inline;
}

.field-wrap.label-left label {
    display: inline;
}

.label-above label {
    margin-bottom: 5px;
}

.MultiFile-wrap {
    display: inline-block;
}

.text-wrap.label-left input {
    margin-left: 10px;
}

.profile_pass-wrap.label-left input {
    margin-left: 10px;
}

.textarea-wrap.label-left textarea {
    margin-left: 10px;
}

.text-wrap.label-right input {
    margin-right: 10px;
}

.profile_pass-wrap.label-right input {
    margin-right: 10px;
}

.textarea-wrap.label-right textarea {
    margin-right: 10px;
}

.text-wrap.label-above label {
    width: 100%;
    display: block;
}

.textarea-wrap.label-above label {
    width: 100%;
    display: block;
}

.profile_pass-wrap input {
    width: 100%;
}

.text-wrap.label-above input {
    width: 100%;
}

.text-wrap.label-below input {
    width: 100%;
}

.text-wrap.label-inside input {
    width: 100%;
}

.textarea-wrap.label-above textarea {
    width: 100%;
}

.textarea-wrap.label-below textarea {
    width: 100%;
}

.textarea-wrap.label-inside textarea {
    width: 100%;
}

.list-dropdown-wrap.label-above select {
    width: 100%;
}

.list-dropdown-wrap.label-below select {
    width: 100%;
}

.textarea-wrap textarea {
    height: 200px;
}

.profile_pass-wrap input {
    margin-bottom: 10px;
}

.list-radio-wrap span ul li input {
    margin-right: 5px;
}

.list-checkbox-wrap span ul li input {
    margin-right: 5px;
}

.list-radio-wrap span ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-checkbox-wrap span ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-radio-wrap span ul li {
    list-style: none;
}

.list-checkbox-wrap span ul li {
    list-style: none;
}

.list-radio-wrap span ul li {
    margin: 0px;
    padding: 0px;
}

.list-checkbox-wrap span ul li {
    margin: 0px;
    padding: 0px;
}

.list-radio-wrap.label-left label {
    float: left;
}

.list-radio-wrap.label-left ul {
    float: left;
}

    .list-radio-wrap.label-left ul li {
        float: left;
    }

.list-radio-wrap.label-right label {
    float: left;
}

.list-radio-wrap.label-right ul {
    float: left;
}

    .list-radio-wrap.label-right ul li {
        float: left;
    }

.list-checkbox-wrap.label-left label {
    float: left;
}

.list-checkbox-wrap.label-left ul {
    float: left;
}

    .list-checkbox-wrap.label-left ul li {
        float: left;
    }

.list-checkbox-wrap.label-right label {
    float: left;
}

.list-checkbox-wrap.label-right ul {
    float: left;
}

    .list-checkbox-wrap.label-right ul li {
        float: left;
    }

.rtl .list-radio-wrap.label-left label {
    float: right;
}

.rtl .list-radio-wrap.label-left ul {
    float: right;
}

    .rtl .list-radio-wrap.label-left ul li {
        float: right;
    }

.rtl .list-radio-wrap.label-right label {
    float: right;
}

.rtl .list-radio-wrap.label-right ul {
    float: right;
}

    .rtl .list-radio-wrap.label-right ul li {
        float: right;
    }

.rtl .list-checkbox-wrap.label-left label {
    float: right;
}

.rtl .list-checkbox-wrap.label-left ul {
    float: right;
}

    .rtl .list-checkbox-wrap.label-left ul li {
        float: right;
    }

.rtl .list-checkbox-wrap.label-right label {
    float: right;
}

.rtl .list-checkbox-wrap.label-right ul {
    float: right;
}

    .rtl .list-checkbox-wrap.label-right ul li {
        float: right;
    }

.list-radio-wrap.label-left ul li {
    padding: 0px 8px;
}

.list-radio-wrap.label-right ul li {
    padding: 0px 8px;
}

.list-checkbox-wrap.label-left ul li {
    padding: 0px 8px;
}

.list-checkbox-wrap.label-right ul li {
    padding: 0px 8px;
}

.list-radio-wrap.label-above ul li {
    padding: 0px 0px 0px 10px;
}

.list-radio-wrap.label-below ul li {
    padding: 0px 0px 0px 10px;
}

.list-checkbox-wrap.label-above ul li {
    padding: 0px 0px 0px 10px;
}

.list-checkbox-wrap.label-below ul li {
    padding: 0px 0px 0px 10px;
}

.list-multi-wrap.label-left label {
    float: left;
}

.list-multi-wrap.label-right select {
    float: left;
}

.credit_card-wrap div label {
    width: 100%;
    display: block;
}

.credit_card-wrap div input {
    width: 100%;
    display: block;
}

.credit_card-wrap div {
    margin-bottom: 10px;
}

    .credit_card-wrap div span {
        font-size: 0.8em;
    }

.hp-wrap {
    display: none;
}

.honeypot-wrap {
    display: none;
}
