/* general */
@font-face {
    font-family: 'Segoe UI semibold';
    src: url('font/seguisym.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    text-align: center;
    background-color: #333;
    height: auto;
    color: #596d80;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.underlined {
    text-decoration: underline;
}

.top-bordered {
    border-top: 1px solid;
}

.bottom-bordered {
    border-bottom: 1px solid;
}

.centered-container {
    width: 786px;
    margin-left: auto;
    margin-right: auto;
}

.over_hidden {
    overflow: hidden !important
}

.center, .general_action.center {
    text-align: center
}

.action, .general_action {
    text-align: right;
}

.divider {
    width: 100%;
    height: 1px;
    background: #8fa7bd;
    margin-left: -10px;
    padding-right: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.top-space-200 {
    margin-top: 200px;
}

.top-space-190 {
    margin-top: 190px;
}

.top-space-180 {
    margin-top: 180px;
}

.top-space-160 {
    margin-top: 160px;
}

.top-space-140 {
    margin-top: 140px;
}

.top-space-130 {
    margin-top: 130px;
}

.top-space-120 {
    margin-top: 120px;
}

.top-space-110 {
    margin-top: 110px;
}

.top-space-100 {
    margin-top: 100px;
}

.top-space-90 {
    margin-top: 90px;
}

.top-space-80 {
    margin-top: 80px;
}

.top-space-70 {
    margin-top: 70px;
}

.top-space-60 {
    margin-top: 60px;
}

.top-space-50 {
    margin-top: 50px;
}

.top-space-40 {
    margin-top: 40px;
}

.top-space-30 {
    margin-top: 30px;
}

.top-space-20 {
    margin-top: 20px;
}

.top-space-10 {
    margin-top: 10px;
}

.top-space-5 {
    margin-top: 5px;
}

.left-space-120 {
    margin-left: 120px;
}

.left-space-100 {
    margin-left: 100px;
}

.left-space-90 {
    margin-left: 90px;
}

.left-space-80 {
    margin-left: 80px;
}

.left-space-70 {
    margin-left: 70px;
}

.left-space-60 {
    margin-left: 60px;
}

.left-space-50 {
    margin-left: 50px;
}

.left-space-40 {
    margin-left: 40px;
}

.left-space-30 {
    margin-left: 30px;
}

.left-space-25 {
    margin-left: 25px;
}

.left-space-20 {
    margin-left: 20px;
}

.left-space-10 {
    margin-left: 10px;
}

.left-space-5 {
    margin-left: 5px;
}

.left-space-0 {
    margin-left: 0px !important;
}

.left-space-10.ls-negative {
    margin-left: -10px;
}

.bottom-space-80 {
    margin-bottom: 80px;
}

.bottom-space-70 {
    margin-bottom: 70px;
}

.bottom-space-60 {
    margin-bottom: 60px;
}

.bottom-space-50 {
    margin-bottom: 50px;
}

.bottom-space-40 {
    margin-bottom: 40px;
}

.bottom-space-30 {
    margin-bottom: 30px;
}

.bottom-space-20 {
    margin-bottom: 20px;
}

.bottom-space-10 {
    margin-bottom: 10px;
}

.top-inset-200 {
    padding-top: 200px;
}

.top-inset-190 {
    padding-top: 190px;
}

.top-inset-180 {
    padding-top: 180px;
}

.top-inset-160 {
    padding-top: 160px;
}

.top-inset-140 {
    padding-top: 140px;
}

.top-inset-130 {
    padding-top: 130px;
}

.top-inset-120 {
    padding-top: 120px;
}

.top-inset-100 {
    padding-top: 100px;
}

.top-inset-80 {
    padding-top: 80px;
}

.top-inset-70 {
    padding-top: 70px;
}

.top-inset-60 {
    padding-top: 60px;
}

.top-inset-50 {
    padding-top: 50px;
}

.top-inset-40 {
    padding-top: 40px;
}

.top-inset-30 {
    padding-top: 30px;
}

.top-inset-20 {
    padding-top: 20px;
}

.top-inset-15 {
    padding-top: 15px;
}

.top-inset-10 {
    padding-top: 10px;
}

.right-space-50 {
    margin-right: 50px;
}

.right-space-40 {
    margin-right: 40px;
}

.right-space-30 {
    margin-right: 30px;
}

.right-space-25 {
    margin-right: 25px;
}

.right-space-20 {
    margin-right: 20px;
}

.right-space-15 {
    margin-right: 15px;
}

.right-space-10 {
    margin-right: 10px;
}

.right-space-5 {
    margin-right: 5px;
}

.right-space-0 {
    margin-right: 0px !important;
}

.right-space-5.rs-negative {
    margin-right: -5px;
}

.right-space-10.rs-negative {
    margin-right: -10px;
}

.space-50 {
    margin: 50px;
}

.space-40 {
    margin: 40px;
}

.space-30 {
    margin: 30px;
}

.space-20 {
    margin: 20px;
}

.space-10 {
    margin: 10px;
}

.bottom-inset-10 {
    padding-bottom: 10px;
}

.right-inset-90 {
    padding-right: 90px;
}

.right-inset-80 {
    padding-right: 80px;
}

.right-inset-70 {
    padding-right: 70px;
}

.right-inset-60 {
    padding-right: 60px;
}

.right-inset-50 {
    padding-right: 50px;
}

.right-inset-40 {
    padding-right: 40px;
}

.right-inset-30 {
    padding-right: 30px;
}

.right-inset-25 {
    padding-right: 25px;
}

.right-inset-20 {
    padding-right: 20px;
}

.right-inset-15 {
    padding-right: 15px;
}

.right-inset-10 {
    padding-right: 10px;
}

.right-inset-5 {
    padding-right: 5px;
}

.left-inset-120 {
    padding-left: 120px;
}

.left-inset-100 {
    padding-left: 100px;
}

.left-inset-90 {
    padding-left: 90px;
}

.left-inset-80 {
    padding-left: 80px;
}

.left-inset-70 {
    padding-left: 70px;
}

.left-inset-60 {
    padding-left: 60px;
}

.left-inset-50 {
    padding-left: 50px;
}

.left-inset-40 {
    padding-left: 40px;
}

.left-inset-30 {
    padding-left: 30px;
}

.left-inset-25 {
    padding-left: 25px;
}

.left-inset-20 {
    padding-left: 20px;
}

.left-inset-15 {
    padding-left: 15px;
}

.left-inset-10 {
    padding-left: 10px;
}

.left-inset-5 {
    padding-left: 5px;
}

.inset-50 {
    padding: 50px;
}

.inset-40 {
    padding: 40px;
}

.inset-30 {
    padding: 30px;
}

.inset-25 {
    padding: 25px;
}

.inset-20 {
    padding: 20px;
}

.inset-15 {
    padding: 15px;
}

.inset-10 {
    padding: 10px;
}

.inset-5 {
    padding: 5px;
}

.red {
    color: #EB2D07;
}

.marine {
    color: #fff;
}

.orange {
    color: #ce7e44;
}

.blue {
    color: #45749F;
}

    .blue.light {
        color: #4393dc;
    }

.white {
    color: #FFFFFF;
}

.gray {
    color: #596d80;
}

    .gray.light {
        color: #8fa7bd;
    }

.stepContent .container_12,
.stepContent .container_16 {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.grid-row {
    margin-left: 1%;
    margin-right: 1%;
}

.stepContainer .inherit h3,
.stepContainer article,
header,
form .two,
form .row,
form .three,
.side_holder h4,
.steps_group,
.view_records {
    text-align: left;
}

    .side_holder h4.text-center {
        text-align: center;
    }

.bottom.text-right {
    text-align: right;
}

*:focus {
    outline: none;
}

a {
    color: #4393dc;
    text-decoration: none;
}

    a.btn-link, span.btn-link {
        letter-spacing: 1px;
        font-size: 15px;
        font-style: italic;
    }

    a.download-link, span.download-link {
        letter-spacing: 1px;
        font-size: 18px;
    }

        a.download-link:hover, span.download-link {
            color: #df7718;
        }

.logo {
    margin: 6px;
}

h2, .h2, a.h2 {
    font-size: 25px;
    font-weight: normal;
    padding-top: 15px;
}

    h3.light,
    .h3.light,
    h2.light,
    .h2.light {
        color: #8fa7bd;
    }

    h2.upper, .h2.upper {
        text-transform: uppercase;
    }

h3, .h3, a.h3 {
    font-weight: normal;
    font-size: 20px !important;
}

    h3 span, .h3 span {
        font-family: 'Segoe UI semibold',sans-serif;
        font-weight: bold;
    }

h4, .h4 {
    font-weight: normal;
    font-size: 15px;
}

.strong {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}


header,
#header {
    max-width: 1700px;
    min-width: 1000px;
    margin: 0 auto 10px auto;
    padding: 0 10px 0 10px;
    text-align: left;
}

section,
#section {
    max-width: 1700px;
    min-width: 1000px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    padding: 0 52px;
}

.stepContainer .inherit {
    width: 805px;
    margin: 0 auto;
}

.stepContainer h3.inherit {
    padding-left: 60px;
    padding-right: 60px;
    width: auto;
}

label.for_button {
    font-size: 11px;
    color: #abb3ba;
    padding-right: 0
}

.for_checkbox {
    font-size: 20px;
    margin-left: 5px;
}

.step_label {
    font-size: 25px;
}

/* icons */
i.left_arrow {
    display: inline-block;
    background: url("../images/arrows.png") 0 0 no-repeat;
    width: 53px;
    height: 38px;
    position: absolute;
    left: -60px;
    top: 0px;
}

i.cross {
    display: inline-block;
    background: url("../images/edit_prop_icons.png") -40px 3px no-repeat;
    width: 12px;
    height: 15px;
    vertical-align: middle;
}

i.add-new-property,
i.add-additional-owner,
i.prop_copy {
    display: inline-block;
    height: 19px;
    vertical-align: middle;
}

i.prop_copy {
    background: url("../images/edit_prop_icons.png") 0 0 no-repeat;
    width: 12px;
}

i.add-additional-owner {
    background: url("../images/add_additional_owner.png") 0 0 no-repeat;
    width: 27px;
}

i.add-new-property {
    background: url("../images/add_new_property.png") 0 0 no-repeat;
    width: 20px;
}

i.owner {
    display: inline-block;
    background: url("../images/edit_prop_icons.png") -20px 0 no-repeat;
    width: 12px;
    height: 19px;
    vertical-align: middle;
}

i.add-blue,
i.edit-blue-dark,
i.delete-red {
    display: inline-block;
    width: 28px;
    height: 28px;
}

i.add-blue {
    background: url("../images/add_blue.png") 0 0 no-repeat;
}

i.edit-blue-dark {
    background: url("../images/edit_blue_dark.png") 0 0 no-repeat;
}

i.delete-red {
    background: url("../images/delete_red.png") 0 0 no-repeat;
}

i.load {
    display: inline-block;
    background: url("../images/attach_sprite.png") -100px 0 no-repeat;
    width: 28px;
    height: 28px;
}

i.delete_file {
    display: inline-block;
    background: url("../images/attach_sprite.png") -50px 0 no-repeat;
    width: 28px;
    height: 28px;
}

i.attachment {
    display: inline-block;
    background: url("../images/attach_sprite.png") 0 1px no-repeat;
    width: 30px;
    height: 28px;
}

i.plus.gray.small,
i.plus.white.small,
i.turn_off {
    display: inline-block;
    background: url("../images/btn-sprite.png") 0 -210px no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 7px;
    top: 6px;
    cursor: pointer;
}

i.plus.gray.small {
    background: url("../images/plus_gray_small.png") 0 0 no-repeat;
}

i.plus.white.small {
    background: url("../images/plus_white_small.png") 0 0 no-repeat;
}

    i.plus.white.small:hover {
        background: url("../images/plus_white_light_small.png") 0 0 no-repeat;
    }

i.right_arrow {
    display: inline-block;
    background: url("../images/arrows.png") -80px 0 no-repeat;
    width: 53px;
    height: 38px;
    position: absolute;
    right: -60px;
    top: 0px;
}

i.home {
    display: inline-block;
    background: url("../images/top_menu_icons.png") 0 0 no-repeat;
    width: 19px;
    height: 20px;
    vertical-align: text-bottom;
}

i.exit {
    display: inline-block;
    background: url("../images/top_menu_icons.png") -25px 0 no-repeat;
    width: 19px;
    height: 20px;
    vertical-align: middle;
}

i.advance {
    display: inline-block;
    background: url("../images/top_menu_icons.png") -50px 0 no-repeat;
    width: 29px;
    height: 20px;
    vertical-align: middle;
}

    i.advance.dark-blue {
        background: url("../images/top_menu_icons.png") -85px 0 no-repeat;
    }

i.info {
    display: inline-block;
    background: url("../images/info.png") 0 0 no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: top;
    cursor: help;
    position: absolute;
    right: 10px;
    top: 10px;
}

    i.info.light {
        background-image: url("../images/info_light.png");
    }

i.edit-property-record,
i.exclamation {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: top;
}

i.exclamation {
    background: url("../images/exclamation_orange.png") 0 0 no-repeat;
}

i.edit-property-record {
    background: url("../images/edit_property_record.png") 0 0 no-repeat;
}

i.plus-white-light {
    display: inline-block;
    background: url("../images/plus_white_light.png") 0 0 no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: top;
}

    i.plus-white-light:hover {
        background: url("../images/plus_white.png") 0 0 no-repeat;
    }

i.power-on {
    display: inline-block;
    background: url("../images/power_on.png") 0 0 no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: top;
}

    i.plus.medium,
    i.power-on.small {
        width: 17px;
        height: 17px;
    }

    i.power-on:hover {
        background: url("../images/power_on_light.png") 0 0 no-repeat;
    }

    i.power-on.small.blue {
        background: url("../images/power_on_blue_small.png") 0 0 no-repeat;
    }

i.plus.medium.blue {
    display: inline-block;
    background: url("../images/plus_blue_medium.png") 0 0 no-repeat;
    vertical-align: top;
}

i.mass-big,
i.tools,
i.due-diligence,
i.state-reports,
i.library,
i.import-records,
i.view-records,
i.download,
i.manage-users,
i.profile,
i.address_search,
i.audit,
i.archive {
    display: inline-block;
    width: 59px;
    height: 47px;
    vertical-align: top;
}

i.view-records {
    background: url("../images/view_records.png") 0 0 no-repeat;
}

i.address-search {
    background: url("../images/address_search.png") 0px 0px no-repeat;
}

i.tools {
    background: url("../images/tools.png") 0px 0px no-repeat;
}

i.due-diligence {
    background: url("../images/due_diligence.png") 0px 0px no-repeat;
}

i.state-reports {
    background: url("../images/state_reports.png") 0px 0px no-repeat;
}

i.library {
    background: url("../images/libruary.png") 0px 0px no-repeat;
}

i.import-records {
    background: url("../images/import_record.png") -10px -6px no-repeat;
}

i.download {
    background: url("../images/download.png") 0px 0px no-repeat;
}

i.mass-big {
    background: url("../images/mass.png") 0px 0px no-repeat;
}

i.audit {
    background: url("../images/audit.png") 0px 0px no-repeat;
    background-size: 60px;
}

i.info-big,
i.chat-big,
i.resources-big,
i.update,
i.chat-big,
i.manage-users-big,
i.profile-big,
i.archive-big {
    display: inline-block;
    background: url("../images/update.png") 0 bottom no-repeat;
    width: 65px;
    height: 65px;
    vertical-align: top;
}

i.chat-big {
    background: url("../images/chat_big.png") 0 bottom no-repeat;
}

i.update {
    background: url("../images/update.png") 0 bottom no-repeat;
}

i.manage-users-big {
    background: url("../images/manage_users_big.png") 0 0 no-repeat;
}

i.chat-big {
    background: url("../images/chat.png") 0 0 no-repeat;
}

i.resources-big {
    background: url("../images/resources.png") 0 0 no-repeat;
}

i.info-big {
    background: url("../images/info_icon.png") 0 0 no-repeat;
}

i.profile-big {
    background: url("../images/profile_big.png") 0 0 no-repeat;
}

i.archive-big {
    background: url("../images/data_utilities_big.png") 0 0 no-repeat;
}

i.factory {
    display: inline-block;
    background: url("../images/side-sprite.png") 0 0 no-repeat;
    width: 59px;
    height: 47px;
    vertical-align: top;
}

i.key {
    display: inline-block;
    background: url("../images/side-sprite.png") -80px 0 no-repeat;
    width: 53px;
    height: 47px;
    vertical-align: top;
}

i.report {
    display: inline-block;
    background: url("../images/side-sprite.png") -160px 0 no-repeat;
    width: 60px;
    height: 47px;
    vertical-align: top;
}

i.mail {
    display: inline-block;
    background: url("../images/side-sprite.png") -230px 0 no-repeat;
    width: 63px;
    height: 60px;
    vertical-align: top;
}

i.letter {
    display: inline-block;
    background: url("../images/side-sprite.png") -300px 0 no-repeat;
    width: 45px;
    height: 45px;
    vertical-align: top;
}

i.book {
    display: inline-block;
    background: url("../images/side-sprite.png") -360px 0 no-repeat;
    width: 30px;
    height: 45px;
    vertical-align: top;
}

i.accordion-closed.small,
i.accordion-opened.small,
i.plus-blue,
i.minus-blue,
i.enter-sign-blue,
i.cancel {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

i.accordion-closed.small {
    background: url("../images/accordion_closed_small.png");
}

i.accordion-opened.small {
    background: url("../images/accordion_opened_small.png");
}

i.cancel.blue {
    background: url("../images/cancel_blue.png");
}

i.plus-blue {
    background: url("../images/plus_blue.png");
}

i.minus-blue {
    background: url("../images/minus_blue.png");
}

i.enter-sign-blue {
    background: url("../images/enter_sign_blue.png");
}

i.left-blue-arrow {
    display: inline-block;
    background: url("../images/left_blue_arrow_icon.png");
    width: 15px;
    height: 24px;
    vertical-align: middle;
}

.left_arrow_colored {
    display: inline-block;
    background: url("../images/arrows_colored.png") 0 0 no-repeat;
    width: 27px;
    height: 44px;
    font-size: 1px;
}

    .left_arrow_colored:hover {
        background: url("../images/arrows_colored.png") 0 -50px no-repeat;
    }

.right_arrow_colored {
    display: inline-block;
    background: url("../images/arrows_colored.png") -40px 0 no-repeat;
    width: 27px;
    height: 44px;
    font-size: 1px;
}

    .right_arrow_colored:hover {
        background: url("../images/arrows_colored.png") -40px -50px no-repeat;
    }

.arrow_colored {
    background: url("../images/big_arrows_colored.png") 0 0 no-repeat;
    font: 14px/62px sans-serif;
    display: inline-block;
    width: 34px;
    height: 64px;
    color: #ffffff;
    padding-right: 6px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: -2px;
    margin-left: 20px;
    text-align: center;
}

    .arrow_colored:hover {
        background-position: 0 -70px;
    }

/* bottom menu */
nav.bottom {
    height: 64px;
    background-color: #596d80;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
    color: white;
    position: relative;
}

    nav.bottom ul li {
        display: inline-block;
        vertical-align: middle;
        margin-top: 9px;
        text-decoration: none;
        margin-right: 20px;
    }

        nav.bottom ul li a {
            color: white;
            text-decoration: none;
        }

    nav.bottom > a {
        color: #ffffff;
        font-size: 10px;
        background-repeat: no-repeat;
        background-position: 50% 10px;
        display: inline-block;
        /*padding-left: 30px;*/
        padding-right: 3px;
        padding-top: 42px;
        padding-bottom: 10px;
        width: 80px;
    }

    nav.bottom a:hover {
        text-decoration: underline;
    }

    nav.bottom a.active {
        background-color: #df7718;
    }

    nav.bottom a.pricing {
        background-image: url("../images/pricing.png");
    }

    nav.bottom a.logout {
        background-image: url("../images/logout.png");
    }

    nav.bottom a.settings {
        background-image: url("../images/settings.png");
    }

    nav.bottom a.myprofile {
        background-image: url("../images/myprofile.png");
    }

    nav.bottom a.report {
        background-image: url("../images/advanced/menu/state_reports.png");
    }

    nav.bottom a.help {
        background-image: url("../images/help.png");
    }

    nav.bottom a.tools {
        background-image: url("../images/tools.png");
    }

    nav.bottom a.address-search {
        background-image: url("../images/address_search.png");
        padding-left: 5px;
        padding-right: 5px;
        width: 83px;
    }

.missing-features-tooltip {
    border: 1px solid #545454;
    background: #ffffff;
    color: #4b5967;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.15);
}

    .missing-features-tooltip .tooltipster-content {
        font-size: 12px;
        font-family: 'Myriad Pro', sans-serif;
        line-height: 16px;
        overflow: hidden;
        text-align: left
    }

/* wizard steps general */
table.score {
    width: 280px;
    margin: 50px auto 70px auto;
}

    table.score.long {
        width: 600px;
        margin: 5px auto;
    }

    table.score td, table.score h3 {
        vertical-align: bottom;
        text-align: left;
    }

        table.score td:first-child {
            vertical-align: middle;
            padding-right: 10px;
        }

        table.score td a {
            font-size: 25px;
            display: inline-block;
        }

    table.score.long tr td, table.score.long tr td h3 {
        vertical-align: middle;
        font-size: 25px;
    }

    table.score.long tr td {
        min-width: 50px;
    }

.policy {
    font-size: 16px;
    color: #596d80;
    padding: 40px;
}

.history {
    list-style: none;
    text-align: left;
}

    .history li {
        display: block;
        padding: 0 70px 18px 20px;
        background: url("../images/breadcrumpts.png") -38px 4px no-repeat;
        position: relative;
    }

.first.company .history li {
    padding: 0 0 18px 20px;
}

.history li a.rollback {
    color: #4cffff;
    font-size: 15px;
    position: absolute;
    right: 0;
    bottom: 19px;
    cursor: default;
}

    .history li a.rollback:hover {
        text-decoration: underline;
    }

    .history li a.rollback.oneline {
        bottom: auto;
        top: 0px;
    }

/* horizontal wizard */
.JLWizard .stepContainer,
.JLWizard.wizard_show_bg.wizard_nav_hidden .stepContainer {
    display: block;
    position: relative;
    clear: both;
    border: 2px solid #91a7bd;
    background-color: #fff;
    margin-bottom: 7px;
}

.JLWizard.wizard_nav_hidden .stepContainer {
    border: 0;
    background: none;
}

.wizard_vertical .stepContent {
    /*height: 410px;*/
}

.JLWizard.wizard_vertical .stepContainer {
    margin-left: 20%;
}

.JLWizard.wizard_vertical.wizard_nav_hidden .stepContainer {
    margin-left: 0;
}

.JLWizard .stepContainer .content,
.JLWizard.wizard_show_bg.wizard_nav_hidden .stepContainer .content {
    display: block;
    margin: 0;
    padding: 10px;
    overflow: visible;
    z-index: 88;
    clear: both;
    min-height: 460px;
}

.JLWizard .stepContainer .content.login {
    min-height: 435px;
}
.JLWizard .stepContainer .content.small {
    min-height: 350px;
}

.JLWizard.wizard_show_bg.wizard_nav_hidden.wizard_no_inset .stepContainer .content,
.JLWizard.wizard_nav_hidden .stepContainer .content {
    padding: 0;
}

.stepContent {
    min-height: 422px;
    /*overflow: auto;*/
    /*    overflow: hidden;*/
    overflow: visible;
    border: 1px solid transparent; /* preventing margins collapsing */
}
.security .stepContent {
    min-height: 465px;
}

    .stepContent .filters {
        position: relative;
        background-color: #E8EFF5;
        padding: 10px 20px 0 20px;
    }

        .stepContent .filters .change-search-type {
            position: absolute;
            right: 30px;
        }

/*.stepContent .filters .grid_1 {width: 5%; margin-right: 2%; margin-left: 1%;}
.stepContent .filters .grid_2 {width: 10%; margin-right: 2%; margin-left: 1%;}
.stepContent .filters .grid_3 {width: 15%; margin-right: 2%; margin-left: 1%;}
.stepContent .filters .grid_4 {width: 20%; margin-right: 2%; margin-left: 1%;}
.stepContent .filters .grid_5 {width: 25%; margin-right: 2%; margin-left: 1%;}
.stepContent .filters .grid_6 {width: 30%; margin-right: 2%; margin-left: 1%;}
.stepContent .filters .grid_7 {width: 35%; margin-right: 2%; margin-left: 1%;}*/


article {
    color: #aab2b9;
    font-size: 18px;
}

.JLWizard nav.top_bar {
    /*position: relative;*/
    list-style: none;
    margin: 7px 0;
    clear: both;
    background: #4393dc;
    overflow: hidden;
    padding: 0 6px;
    font-size: 0;
    color: #FFFFFF;
    height: 38px;
    margin-top: 0px;
}

    .JLWizard nav.top_bar > .nav a {
        display: inline-block;
        margin: 0;
        padding: 6px 3px;
        width: 230px;
        font-size: 14px;
        text-decoration: none;
        color: #ffffff;
        text-align: center;
        background: #367ebf;
        position: relative;
    }

        .JLWizard nav.top_bar > .nav a.selected, .JLWizard nav.top_bar > .nav a.dark_blue.selected {
            background: #ffffff;
            color: #596d80;
        }

        .JLWizard nav.top_bar > .nav a.dark_blue {
            background: #2e6ea9;
        }

        .JLWizard nav.top_bar > .nav a:after {
            content: " ";
            display: block;
            width: 11px;
            height: 30px;
            background: url("../images/lbc.png") 0 0 no-repeat;
            position: absolute;
            right: -11px;
            top: 1px;
            z-index: 200;
        }

        .JLWizard nav.top_bar > .nav a.dark_blue:after {
            background-image: url("../images/dbc.png");
        }

        .JLWizard nav.top_bar > .nav a.selected:after, .JLWizard nav.top_bar > .nav a.dark_blue.selected:after {
            background-image: url("../images/wc.png");
        }

        .JLWizard nav.top_bar > .nav a.last:after {
            background-image: none;
        }

    .JLWizard nav.top_bar .title {
        margin-top: 8px;
        color: #ffffff;
        font-size: 16px;
        display: inline-block;
    }

    .JLWizard nav.top_bar > a {
        padding-top: 8px;
        font-size: 14px;
    }

        .JLWizard nav.top_bar > a:first-child {
            float: left;
        }

        .JLWizard nav.top_bar > a:last-child {
            float: right;
        }


/* vertical vizard */
.anchors.left a {
    height: 103px;
}

a.add-user {
    background: url("../images/add_user.png") 0 bottom no-repeat;
}

a.user-accounts {
    background: url("../images/user_accounts.png") 0 bottom no-repeat;
}

a.user-access {
    background: url("../images/user_access.png") 0 bottom no-repeat;
}

.wizard_vertical nav.top_bar {
    text-align: left;
}

a.information {
    background: url("../images/info_icon.png") 0 bottom no-repeat;
}

a.finish {
    background: url("../images/flag.png") 0 bottom no-repeat;
}

a.import-record {
    background: url("../images/import_record.png") 0 bottom no-repeat;
}

a.copy {
    background: url("../images/copy.png") 0 bottom no-repeat;
}

a.contact {
    background-image: url("../images/contact.png");
}

.anchors.left {
    position: absolute;
    width: 20%;
    left: 0;
}

    .anchors.left a {
        background-color: #285f91;
        color: #ffffff;
        display: block;
        margin-bottom: 10px;
        margin-top: 1px;
        padding: 10px;
        text-align: left;
        height: 103px;
        text-decoration: none;
        position: relative;
        margin-right: 10px;
        background-position: 0 bottom;
        background-repeat: no-repeat;
    }

        .anchors.left a span {
            position: absolute;
            right: 10px;
            bottom: 10px;
        }

        .anchors.left a:last-child {
            margin-bottom: 0;
        }

        .anchors.left a:hover,
        .anchors.left a.selected {
            background-color: #df7718;
        }

        .anchors.left a.non-clickable:not(.selected):hover {
            background-color: #285f91;
        }

/* side holder */
.side_holder {
    color: #ffffff;
    min-height: 460px;
}

    .side_holder, .side_holder > div {
        position: relative;
    }

        .side_holder.three > div,
        .side_holder.four > div,
        .side_holder.two > div,
        .side_holder.one_two > div,
        .side_holder.two_one > div,
        .side_holder.three_one > div {
            float: left;
        }

        .side_holder i.info {
            top: 12px;
            right: 22px;
        }

        .side_holder .last i.info {
            right: 12px;
        }

        .side_holder i.plus-white-light,
        .side_holder i.power-on {
            position: absolute;
            top: 12px;
            right: 55px;
            cursor: copy;
        }

        .side_holder .last i.plus-white-light,
        .side_holder .last i.power-on {
            right: 45px;
        }

        .side_holder .activity i.plus-white-light,
        .side_holder .activity i.power-on {
            position: static;
        }

        .side_holder.four > div {
            width: 25%;
        }

        .side_holder.three > div {
            width: 33.3333%;
        }

        .side_holder.three > .first.company {
            width: 20%;
        }

        .side_holder.three > .two {
            width: 45%;
        }

        .side_holder.three > .last.reporting {
            width: 35%;
        }

        .side_holder.three_one > div {
            width: 28%;
        }

            .side_holder.one_two > div,
            .side_holder.two_one > div,
            .side_holder.three_one > div.last {
                width: 16%;
            }

                .side_holder.one_two > div.center,
                .side_holder.one_two > div.last,
                .side_holder.two_one > div.first,
                .side_holder.two_one > div.center {
                    width: 42%;
                }

        .side_holder.two > div {
            width: 50%;
        }

        .side_holder > div > div {
            padding: 15px;
            margin-right: 10px;
            background: #285f91;
        }

        .side_holder > div.disabled {
            opacity: 1;
            filter: alpha(opacity=100);
        }

            .side_holder > div.disabled > div {
                background: #9AB9D3;
            }

        .side_holder > div.odd > div {
            background: #4393DC;
        }

        .side_holder > .last > div {
            margin-right: 0;
        }
        /*.side_holder.two > div:not(.last) > div, .side_holder > .center > div {
    background-color: #4393dc;
}*/
        .side_holder.three > div:not(.unselectable):hover > div,
        .side_holder.four > div:not(.unselectable):hover > div,
        .selectable:hover,
        .side_holder.one_two .selectable:hover,
        .side_holder.two .selectable:hover,
        .side_holder.three .selectable:hover,
        .side_holder.one > div:not(.unselectable):hover > div,
        .side_holder.one_two > div:not(.unselectable):hover > div,
        .side_holder.two_one > div:not(.unselectable):hover > div,
        .side_holder.two > div:not(.unselectable):hover > div,
        .side_holder.three_one > div:not(.unselectable):hover > div {
            background-color: #df7718;
        }

        .side_holder .stepContent {
            /*height: 374px;*/
        }

        .side_holder h4 {
            font-size: 18px;
            font-family: 'Segoe UI semibold', sans-serif;
        }

            .side_holder h4.inline {
                white-space: nowrap;
            }

        .side_holder .general_action {
            height: 40px;
            overflow: hidden;
            position: relative;
        }

            .side_holder .general_action .activity a {
                cursor: alias;
            }

/* vertical holder */
.vertical_holder > div {
    position: relative;
    padding: 0px !important;
}

    .vertical_holder > div > div {
        padding: 15px;
    }

.vertical_holder.two .stepContent {
    min-height: 155px;
}

.vertical_holder.two > div.last {
    margin-top: 10px;
}

.side_holder .vertical_holder i.info {
    right: 12px;
}

.side_holder .vertical_holder i.plus-white-light {
    right: 45px;
}

span.holder_name {
    font-size: 12px !important;
    display: inline-block;
    padding-top: 2px;
    text-align: left;
    margin-bottom: 0
}


.general_action .short_info div.record_view {
    position: absolute;
    bottom: 0px;
    white-space: nowrap;
}

.general_action .activity {
    position: absolute;
    right: 15px;
    bottom: 16px;
}

.short_info {
    position: relative;
    float: left;
    margin-right: 50px;
    height: 100%;
}

    .short_info > h4 {
        bottom: 0px;
        position: absolute;
    }

    .short_info > span {
        position: absolute;
        bottom: 0;
        width: 110px;
        text-align: left
    }

    .short_info > table td {
        text-align: left;
        vertical-align: bottom;
    }

        .short_info > table td:last-child {
            width: 160px;
        }

.general_action.small {
    padding-top: 10px;
    height: 55px;
    position: relative;
}

    .general_action.small table {
        position: absolute;
        bottom: 0;
    }

    .general_action.small .short_info span.holder_name {
        min-width: 80px;
        display: inline-block;
    }

.side_holder .general_action .record_view span, .side_holder .general_action .record_view a {
    font-size: 14px;
    vertical-align: middle;
}



.side_holder .general_action {
    font-size: 12px;
}

    .side_holder .general_action i {
        margin-right: 10px;
        vertical-align: bottom;
    }

    .side_holder .general_action a {
        font-size: 16px;
    }

    .side_holder .general_action span {
        font-size: 18px;
        font-family: 'Segoe UI semibold', sans-serif;
    }

#letter {
    cursor: pointer
}

.dialog_text {
    display: none
}

.view_records .head {
    background-color: #e8eff5;
    padding: 10px 15px 20px 15px;
}

.record_search_link {
    font-size: 12px;
    color: #6c7a85;
    position: absolute;
    right: 30px;
}

.nav {
    /*position: absolute;*/
    /*right: 0;*/
}

    .nav .first {
        display: inline-block;
        background: url("../images/nav.png") 0 -1px no-repeat;
        width: 27px;
        height: 33px;
    }

    .nav .last {
        display: inline-block;
        background: url("../images/nav.png") -124px -1px no-repeat;
        width: 27px;
        height: 33px;
    }

    .nav .prev_pg {
        display: inline-block;
        background: url("../images/nav.png") -37px -1px no-repeat;
        width: 17px;
        height: 33px;
    }

    .nav .next_pg {
        display: inline-block;
        background: url("../images/nav.png") -100px -1px no-repeat;
        width: 17px;
        height: 33px;
    }

        .nav .next_pg:hover,
        .nav .prev_pg:hover,
        .nav .last:hover,
        .nav .first:hover {
            background-image: url("../images/nav_hover.png");
        }


    .nav span {
        font-size: 12px;
        color: #6c7a85;
        display: inline-block;
        vertical-align: top;
        padding-top: 12px;
    }

#login {
    width: 500px;
    margin: 0 auto;
}

/*#login > div.title {*/
/*background: #285f91 url("../images/user.png") 100% center no-repeat;*/
/*color: #ffffff;*/
/*font-size: 19px;*/
/*padding: 7px 20px;*/
/*text-align: left;*/
/*}*/

i.user {
    background: url("../images/user.png") 100% center no-repeat;
    width: 26px;
    height: 20px;
    vertical-align: bottom;
    display: inline-block;
}

#login > div:not(.title) {
    padding: 20px;
    /*border: 2px solid #91a7bd;*/
    /*min-height: 200px;*/
    /*border-top: 0 none;*/
}

#login label {
    font-size: 17px;
    min-width: 85px;
}

#login .row {
    padding-top: 15px;
}

    #login .row .help_text {
        color: #d34040;
        padding: 4px 0 0 90px;
        display: block;
    }

    #login .row.has-error input[type=text], #login .row.has-error input[type=password] {
        border: 1px solid #d34040;
        color: #d34040;
    }

    #login .row input[type=text], #login .row input[type=password] {
        width: 365px;
        font-size: 14px;
        height: 38px;
    }

#login .remember {
    padding-left: 90px;
    text-align: left;
    padding-top: 10px;
}

    #login .remember * {
        font-size: 14px;
        vertical-align: middle;
    }

    #login .remember a {
        float: right;
        margin-right: 4px;
    }

.missing-features .lead {
    padding: 5px;
}

.missing-features .items-list {
    list-style: initial;
    list-style-type: decimal;
    padding: 0 25px;
}

    .missing-features .items-list li {
        margin: 5px 0;
    }

.missing-features .bottom {
    background-color: #C8EDEE;
    padding: 5px;
}

    .missing-features .bottom .link-container {
        width: 205px;
        text-decoration: underline;
    }

    .missing-features .bottom i.advance {
        width: 30px;
        margin: 6px;
    }

label.inline {
    font-size: 17px;
}

.state-specific-data .row {
    margin-bottom: 10px;
}

.info_small {
    background-image: url("../images/info_small.png");
    display: inline-block;
    width: 15px;
    height: 15px;
}

.stepContainer .information a.confirm {
    cursor: alias;
}

.stepContainer .business_start_date .hasDatepicker .ui-datepicker {
    margin: 0 auto;
}

/*-------------------------- paid version dialog and tooltip --------------------------*/
.paid-version-feature-tooltip-dialog .dialog-body,
.paid-version-feature-dialog .dialog-body {
    text-align: justify;
}

.paid-version-feature-tooltip-dialog .actions .btn,
.paid-version-feature-dialog .actions .btn {
    color: #FFFFFF;
}

.paid-version-feature-tooltip .dialog-body {
    max-height: 300px;
    overflow-y: auto;
    line-height: initial;
}

.edit-user-search-input {
    width: 300px !important;
}

.edit-user-search-input-container {
    padding-top: 16px;
    width: 420px;
}

.edit-user-header-container {
    width: 33%;
}

.edit-user-input-clean {
    opacity: 0.5;
    left: -25px;
    top: 4px !important;
    transition: 0.5s ease;
    cursor: pointer;
}

.base .property-codes label {
    text-align: left;
}

.bottom-filters li {
    float: left;
    border: 1px solid #C5D2DD;
    border-left: 0px;
}

.bottom-filters ul {
    display: inline-block;
    vertical-align: middle;
}

.bottom-filters a {
    padding: 5px 10px;
    display: block;
    color: #596D80;
}

li.active a {
    background-color: #4393DC;
    color: #FFFFFF;
}

.bottom-filters a:hover {
    background-color: #D5F1FF;
}

.bottom-filters li:first-child {
    border-left: 1px solid #C5D2DD;
}

.row-container > * {
    box-sizing: border-box;
}

.column-container {
    float: left;
    width: 25%;
}

.row-container:after {
    content: "";
    display: table;
    clear: both;
}

.security-report-container {
    min-height: 120px;
    max-height: 177px;
    margin-bottom: 30px !important;
    overflow-y: auto;
}

.min-width-250 {
    min-width: 250px;
}

.reports .stepContent {
    min-height: 357px;
    overflow: hidden;
}

.base .property-codes label {
    text-align: left;
}

.anchors.left.request-report-menu a {
    height: 243px !important;
}

.request-report-container {
    height: 300px;
    overflow: auto;
}

.display-flex {
    display: flex;
}

margin-right-0 {
    margin-right: 0;
}

margin-left-0 {
    margin-left: 0;
}

.anchors.left.audit-trail-menu a {
    height: 103px !important;
}

.text-input-styled {
    float: right;
}

    .text-input-styled i {
        position: absolute;
        top: 20px;
        font-weight: 500;
    }

    .text-input-styled input {
        width: 400px;
        padding-left: 22px;
        border-radius: 0px;
        border-top-style: hidden;
        border-right-style: hidden;
        border-left-style: hidden;
        background-color: #eee;
        background: white;
        box-shadow: inset 0 0 3px white;
    }

    .text-input-styled:focus {
        outline: none;
    }

.height-40 {
    height: 40px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.padding-top-10 {
    padding-top: 10px;
}

.width-246 {
    width: 246px !important;
}

.top-auto {
    top: auto !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.bottom-app-version {
    padding: 0 15px;
    color: white;
    position: relative;
    bottom: 22px;
    float: right;
    font-size: 10px;
}