/**
 * Common Admin theme interface elements
 *
 * @package BIDXCMS
 * @subpackage Themes
 * @version 2
 * @author Wade Berlin <wade.berlin@brokeridxsites.com>
 * @copyright  Broker IDX Sites Inc. 2009-2025
 */

/**  * General   */
.hidden {
    display: none !important;
}
.footer-time {
    margin-left: auto;
    margin-right: 5px;
    width: 300px;
    height: 30px;
    font-weight: bold;
    font-style: italic;
}
.float-right {
    float: right;
    margin-right: 10px;
}

/** *   Site Links   */
.site-link,
.document-link,
.vt-link {
    display: block;
    margin-left: auto;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    text-indent: -9999px;
}
.site-link {
    margin-right: 5px;
    background: url("../images/external-link-symbol.png") no-repeat 20px;
    background-size: 16px;
}
.document-link {
    background: url("../images/download.png") no-repeat center;
}
.vt-link {
    margin-right: 5px;
    background: url("../images/external-link-symbol.png") no-repeat 20px;
    background-size: 16px;
}
td.column-link.site-column-link {
    width: 60px;
    margin: 0;
    padding: 0px;
}
td.click-link a {
    display: block;
    width: 100%;
}
.itemlist tr td a:hover {
    color: #9f792c !important;
}

/**
 *   Page Area layouts
 */
#import-form li,
.lead-delete-container li,
.lead-delete-container li {
    list-style: none;
}
.leads-subhead-title,
.subhead_area_title {
    background: #bdbdbd;
    letter-spacing: 1px;
    border-bottom: 1px solid #999;
    text-align: left;
    padding-left: 20px;
    color: #000;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.leads-subhead-title {
    font-weight: normal;
    font-size: 16px;
}
.subhead_area_title {
    font-size: 14px;
    overflow: hidden;
    font-weight: bold;
}
.leads-subhead-options {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    color: #000;
    line-height: 40px;
}
li.lead-import-option {
    margin-left: 35px;
    margin-right: auto;
    margin-bottom: 10px;
    width: 180px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/**
 * Leads Tracker Styles
 */
.tracker-line {
    margin-left: 10px;
    margin-bottom: 5px;
}
.tracker-line-item {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}
.tracker-label,
.tracker-date {
    font-weight: bold;
    margin-right: 5px;
}
/**
 * Leads Tracker Widget Styles
 */
.tracker-widget-line {
    margin-left: 10px;
    margin-bottom: 5px;
}
.tracker-widget-line-item {
    margin-left: 5px;
    font-size: 14px;
}
.tracker-widget-label,
.tracker-widget-date {
    font-weight: bold;
    margin-right: 5px;
}

/**
 * Menu Styles
 */
.data-count {
    position: absolute;
    display: block;
    top: 2px;
    left: 22px;
    background-color: #f00;
    color: #fff;
    font-size: 10px;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 0 1px #333;
}

/**
 * 	Action Plan Task list
 */
.task-status-late {
    background: #ffaeae;
}
.task-status-catching {
    background: #ffe8a2;
}
.task-status-disabled {
    background-image: url(../images/ap-disabled-background.png);
}

/**
 * Status List
 */
.status-delete,
.status-archive {
    display: inline-block;
    width: 100px;
    color: #fff;
    font-size: 14px;
    font-variant-caps: all-small-caps;
    font-weight: bold;
    text-align: center;
    border-radius: 15px;
}
.status-delete {
    background: #e75480;
}
.status-archive {
    background: #ff8c00;
}
.status-testimonial-request,
.status-testimonial-request-off,
.status-edit-listing,
.status-edit-virtualtour,
.view-response-report {
    display: inline-block;
    width: 80px;
    color: #fff;
    font-size: 12px;
    font-variant-caps: all-small-caps;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    line-height: 11px;
    margin-left: 10px;
    padding: 3px;
}
.status-testimonial-request {
    background: #008c00;
}
.status-testimonial-request-off {
    background: #8c8c8c;
}
.status-edit-listing,
.status-edit-virtualtour,
.view-response-report {
    font-weight: bolder;
    background: #008c00;
    margin-left: 3px;
}
.status-edit-listing:hover,
.status-edit-virtualtour:hover,
.view-response-report:hover,
.status-testimonial-request:hover {
    color: #fff;
    background: #0b0;
}

/**
 * New Stats Block
 */
.statistics-container {
    float: right;
    overflow: hidden;
    width: 240px;
    height: 90px;
    padding-top: 10px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}
.statistics-container ul {
    list-style: none;
    font-size: 12px;
}
.statistics-title {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}
.statistics {
    font-weight: normal;
}
.row-pinclose,
.row-ytdcomm,
.row-fycomm {
    display: inline-block;
    text-align: right;
    width: 65px;
}
.row-pinclose::before,
.row-ytdcomm::before,
.row-fycomm::before {
    content: "$";
}

/**
 *     New Info Block
 */
input[type="submit"],
.email-images-form-wrap .form-select-image {
    cursor: pointer;
}
#profile-block,
.list-action {
    float: right;
}
.profile-info {
    float: left;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}
.profile-name {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
}
.profile-links {
    list-style: none;
    margin-bottom: 0;
}
.profile-links li {
    float: left;
    border-right: 1px solid #ccc;
    padding: 0px 10px;
}
.profile-links li:first-child {
    padding-left: 0px;
}
.profile-links li:last-child {
    border-right: none;
    padding-right: 0;
}
.profile-links a {
    text-decoration: none;
    color: #333;
}
.profile-avatar {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    max-width: 80px;
    max-height: 70px;
}
ul.profile-avatar-container {
    float: right;
    margin-bottom: 0;
}

/**
 *  new list elements
 */
.list-action {
    width: 230px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 10px;
}
.list-action-title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #333;
}

/**
 *  Edit Leads page
 */
.status-norequest,
.lead-handoff-container,
.lead-convert-container,
.lead-archive-container,
.ui-dialog .ui-dialog-title,
.landing-page-wrap .label-description,
.email-images-form-wrap .display-inline-block input[type="checkbox"],
#customer-list-message-area .customer-listing-message-widget-main {
    display: none;
}

/**
 *  new edit elements
 */
span.late {
    background-color: #f00;
    color: #fff;
    padding: 4px;
}
li.customer-delete-comment {
    list-style: none;
}
a.late-lead-link,
a.late-lead-link:visited {
    margin-top: 5px;
    color: #f00;
    font-size: 16px;
    padding: 2px;
}
a.late-lead-link:hover {
    background-color: #f00;
    color: #fff;
}
.list-action-title {
    border-bottom: none;
    position: relative;
    top: 2px;
}
.listfilter {
    min-height: 40px;
}
.list-action,
.edit-action {
    position: relative;
    width: 60%;
    background: none;
    box-shadow: none;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 3px;
    text-align: right;
}
.edit-action-title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid #333;
}
.edit-action-item,
.list-action-item {
    overflow: hidden;
    display: inline-block;
    width: 75px;
    height: 68px;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
.addcontact a,
.addcontact a:visited .list-action-item a,
.list-action-item a:visited,
.edit-action-item a,
.edit-action-item a:visited {
    position: relative;
    background-size: 28px;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    width: 73px;
    height: 40px;
    box-shadow: none;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background-color: transparent;
    word-wrap: break-word;
    padding-top: 29px;
}
.list-action-item a:hover .edit-action-item a:hover {
    padding-bottom: 4px;
}
.action-help {
    margin-right: -5px !important;
    border-radius: 5px 0px 0px 5px;
    background-color: #000;
    z-index: 10;
}
.action-help a {
    display: block;
    height: 60px !important;
    width: 60px !important;
    background: url("../icons/play.png") no-repeat center 4px !important;
    color: #fff;
    padding-top: 40px;
    margin-left: 5px;
}
.action-help a:hover {
    background: url("../icons/play-over.png") no-repeat center 4px !important;
    color: #0f0;
}
.addcontact a {
    display: block;
    height: 50px !important;
    width: 60px !important;
    float: right;
}
.action-show_customer_status {
    display: block;
    width: 300px;
    height: 60px;
    padding: 4px;
    float: left;
    margin-top: -4px !important;
}
.edit-action-item.action-help a:hover {
    padding-bottom: 4px;
}
.item-class-dl-csvexportshowpopup a,
.edit-action-item.action-salessheet a {
    background: url(../images/download-icon.png) no-repeat center top;
}
.item-class-transaction-dropbox-backup a {
    background: url(../images/dropbox-icon.png) no-repeat center top;
}
.item-class-pending-trans-due-close-date a,
.edit-action-item.action-pending a {
    background: url(../images/pending-icon.png) no-repeat center top;
}
.edit-action-item.action-add-feed a,
.edit-action-item.action-add-theme a {
    background: url(../images/theme.png) no-repeat center top;
}
.edit-action-item.action-add-brokerage a {
    background: url(../images/add-office.png) no-repeat center top;
}
.edit-action-item.action-add-agentsite a {
    background: url(../images/add-domain-icon.png) no-repeat center top;
}
.edit-action-item.action-reset_password a {
    background: url(../images/reset-icon.png) no-repeat center top;
}
.edit-action-item.action-add-actionplan a {
    background: url(../images/add-actionplan.png) no-repeat center top;
}
.edit-action-item.action-close a {
    background: url(../images/close-icon.png) no-repeat center top;
}
.edit-action-item.action-review a,
.edit-action-item.action-report a,
li.edit-action-item.edit-approval a,
.action-add-blogcategory a,
.action-add-blogpost a,
.action-add-todoitem a {
    background: url(../images/add-post-icon.png) no-repeat center top;
}
.edit-action-item.action-open a {
    background: url(../images/open-icon.png) no-repeat center top;
}
.edit-action-item.action-cancel a,
a.return-current-transactions {
    background: url(../images/cancel-icon.png) no-repeat center top;
}
.edit-action-item.action-withdraw a {
    background: url(../images/withdraw-icon.png) no-repeat center top;
}
.edit-action-item.action-expired a {
    background: url(../images/expire-icon.png) no-repeat center top;
}
.edit-action-item.action-activate a {
    background: url(../images/location-icon.png) no-repeat center top;
}
.edit-action-item.action-rebroadcast a {
    background: url(../images/antenna.png) no-repeat top center;
}
.edit-action-item.action-deletetrans a,
.edit-action-item.action-delete a,
.action-campaign-delete a,
.edit-action-item.action-delete-all a {
    background: url(../images/delete-icon.png) no-repeat center top;
}
.edit-action-item.action-lock a,
.edit-action-item.action-force_logout a {
    background: url(../images/locked.png) no-repeat center top;
}
.edit-action-item.action-unapprove a,
.edit-action-item.action-add-in-blacklist a {
    background: url(../images/unapprove.png) no-repeat center top;
}
.edit-action-item.action-spam a {
    background: url(../images/spam.png) no-repeat center top;
}
.edit-action-item.action-convert_customer a {
    background: url(../images/user.png) no-repeat center top;
}
.edit-action-item.action-admin_delete a,
.edit-action-item.action-deletes a {
    background: url(../images/delete-permanent.png) no-repeat center top;
}
.edit-action-item.action-block_phone_text a {
    background: url(../images/text-blacklist.png) no-repeat center top;
}
.edit-action-item.action-remove_block_phone_text a {
    background: url(../images/send-phone-text.png) no-repeat center top;
}
.edit-action-item.action-block_email_task a {
    background: url(../images/do-not-email.png) no-repeat center top;
}
.edit-action-item.action-remove_block_email_task a,
.action-add-messaging-system a,
.action-add-.item-class-send-listing a,
.edit-action-item.action-add-delete-compaign.item-class-send-listing a {
    background: url(../images/send-listing-icon.png) no-repeat center top;
}
.edit-action-item.action-remove-from-blacklist a,
li.edit-action-item.action-undelete a {
    background: url(../images/reactivate.png) no-repeat center top;
}
.edit-action-item.action-unlock a {
    background: url(../images/unlock.png) no-repeat center top;
}
.edit-action-item.action-approve a {
    background: url(../images/approve.png) no-repeat center top;
}
.edit-action-item.action-request_testimonial a,
.edit-action-item.action-submit-processing a {
    background: url(../images/send.png) no-repeat center top !important;
}
.edit-action-item.action-log-contact a,
.edit-action-item.action-update a {
    background: url(../images/log-contact.png) no-repeat center top;
}
.edit-action-item.action-approve_user a,
.edit-action-item.action-approvecontact a,
.edit-action-item.action-approve_domain a {
    background: url(../images/accept-contact-icon.png) no-repeat center top;
}
.edit-action-item.action-expenses a,
.edit-action-item.action-add-salesrepsexpenses a {
    background: url(../images/add-expense-icon.png) no-repeat center top;
}
.edit-action-item .convert-form-button {
    background: url(../images/convert-icon.png) no-repeat center top;
}
.edit-action-item .customer-handoff-form-button,
.edit-action-item .handoff-form-button,
.edit-action-item .customer-handoff-form-button {
    background: url(../images/hand-off-icon.png) no-repeat center top;
}
.edit-action-item .convert-ghost-button {
    background: url(../images/convert-ghost.png) no-repeat center top;
}
.edit-action-item.action-subscriber-ticket a,
.edit-action-item.action-subscriber-ticket a {
    background: url(../images/add-ticket.png) no-repeat center top;
}
.edit-action-item.action-preview a#preview-branded-tour,
.edit-action-item.action-preview a#preview-unbranded-tour {
    background: url(../images/branded.png) no-repeat center top;
}
.edit-action-item.action-add-scheduleshowing a,
.action-add-event a {
    background: url(../images/add-event-icon.png) no-repeat center top;
}
.edit-action-item.action-change-close-date a,
.action-campaign-reschedule a,
.edit-action-item.action-calendar_sync a {
    background: url("../images/calendar-sync-icon.png") no-repeat center top;
}
li.edit-action-item.action-staff_update a#staff-form-popup,
li.edit-action-item.action-next_follow_up a {
    background: url(../images/contact-icon.png) no-repeat center top;
}
li.edit-action-item.action-edit a {
    background: url(../images/customer-action-plan-icon.png) no-repeat center top;
}
.foldercontrols .addcontact {
    margin-top: 5px;
    overflow: hidden;
}
.foldercontrols a {
    margin: 0 5px;
}
.foldercontrols a.add-from-addbk {
    background: url(../images/contact-address-book.png) no-repeat center top;
}
.foldercontrols a.add-from-new {
    background: url(../images/add-contact.png) no-repeat center top;
}
.action-add-contact a {
    background: url(../images/icon-log-contact.png) no-repeat center top;
}
.action-add-contact a:after {
    content: "Log Contact";
}
.action-add-testimonial a {
    background: url(../images/add-testimonail-icon.png) no-repeat center top;
}
.action-add_two-event a {
    background: url(../images/download.png) no-repeat center top;
}
.action-add-documentcategory a,
.action-add-document a,
.action-add-board-document a {
    background: url(../images/add-document.png) no-repeat center top;
}
a.add-transaction-quicklink,
.action-add-transaction a {
    background: url(../images/add-transaction-icon.png) no-repeat center top;
}
.action-add-blogpost a,
.action-subscriber-checklist a,
.edit-action-item.action-approve-ticket a {
    background: url(../images/checkmark.png) no-repeat center top;
}
a.add-campaign-quicklink {
    background: url(../icons/emarketing-icon-dark.png) no-repeat center top;
}
a.list-customers-quicklink {
    background: url(../icons/customers-icon-dark.png) no-repeat center top;
}
a.list-leads-quicklink,
a.add-lead-quicklink,
.action-add-lead a {
    background: url(../images/add-leads-icon.png) no-repeat center top;
}
a.add-listing-quicklink,
.action-add-listing a,
li.edit-action-item.action-add-image a,
li.action-add-header-images a,
li.action-add-banner-images a {
    background: url(../images/add-list-icon.png) no-repeat center top;
}
a.add-tour-quicklink,
a.add-tour,
.action-add-tour a {
    background: url(../images/virtual-tour-icon.png) no-repeat center top;
}
.action-add-page a,
.action-create-document a {
    background: url(../images/add-page-icon.png) no-repeat center top;
}
.edit-action-item.action-reset a,
.edit-action-item.action-replace-all a {
    background: url(../images/reset.png) no-repeat center top;
}
.edit-action-item.action-add-user a {
    background: url(../images/add-agent.png) no-repeat center top;
}
.action-add-customers a,
.action-add-contacts a {
    background: url(../images/add-customer-icon.png) no-repeat center top;
}
.action-add-customer-group a,
.action-add-email-group a {
    background: url(../images/add-customer-group-icon.png) no-repeat center top;
}
.action-add-upcoming-development a {
    background: url(../images/upcoming-development-add-icon.png) no-repeat center
        top;
}
.action-add-user-requests a {
    background: url(../images/user-requests-add-icon.png) no-repeat center top;
}
.action-add-email-campaign a {
    background: url(../images/add-campaign-icon.png) no-repeat center top;
}
.action-add-upcoming-development {
    height: 70px;
}
.edit-action-item.action-deletesa a.agentsite-permadelete-button {
    width: 120px;
}
.list-action-item.item-class-add-lead-rule a,
.edit-action-item.action-add-.item-class-add-lead-rule a {
    background: url(../images/add-lead-rule.png) no-repeat center top;
}
.action-add-.item-class-send-message a,
.action-add-.item-class-send-message a {
    background: url(../images/send-message-icon.png) no-repeat center top;
}
.edit-action-item.action-dripblast a {
    background: url(../images/drip-email.png) no-repeat center top;
}
.edit-action-item.action-reset_dashboard a,
.edit-action-item.action-reset_all_dashboards a,
.edit-action-item.action-reset_stats a {
    background: url(../images/reset-dashboard-icon.png) no-repeat center top;
}
.edit-action-item.action-add-.item-class-send-auto-message a {
    background: url(../images/cs-automatic-email-icon.png) no-repeat center top;
}
.edit-action-item.action-rejectcontact a {
    background: url(../images/reject-contact-icon.png) no-repeat center top;
}
.edit-action-item.action-add-.item-class-send-holiday-message a {
    background: url(../images/holiday-icon.png) no-repeat center top;
}
.edit-action-item.action-resetplan a {
    background: url(../images/reset-action-plan.png) no-repeat center top;
}
.edit-action-item.action-catchall-docs a,
li.edit-action-item.action-archive a {
    background: url(../images/archive.png) no-repeat center top;
}
.edit-action-item.action-credit-card a {
    background: url(../images/add-credit-card.png) no-repeat center top;
}
.edit-action-item.action-publish a.listing-publish-button {
    background: url(../images/publish-listing.png) no-repeat center top;
}
.edit-action-item.action-unpublish a.listing-unpublish-button {
    background: url(../images/unpublish-listing.png) no-repeat center top;
}
.edit-action-item a.action-subscriber {
    background: url(../images/subscriber.png) no-repeat center top;
}
li.edit-action-item.action-staff-contact a.staff-log-button {
    background: url(../images/message-agent.png) no-repeat center top;
}
li.edit-action-item.action-rm-request a {
    background: url(../images/rmrequest.png) no-repeat center top;
}
li.edit-action-item.action-unarchive a {
    background: url(../images/unarchive.png) no-repeat center top;
}
.action-add-board a,
.action-add-office a {
    background: url(../images/board-office.png) no-repeat center top;
}
a.add-video,
.action-add-video a {
    background: url(../images/video-player.png) no-repeat center top;
}
li.edit-action-item.item-class-view-all-log a {
    background: url(../images/view_icon.png) no-repeat center top;
}
.action-add- a {
    background: url(../images/add-notice-icon.png) no-repeat center top;
}
.btn.btn-download,
.btn.btn-download:hover,
.btn.btn-rename,
.btn.btn-rename:hover,
.btn.btn-delete,
.btn.btn-delete:hover,
.btn.btn-move-document,
.btn.btn-move-document:hover {
    background: transparent !important;
    position: relative;
    line-height: 40px;
    height: 50px;
    padding: 0 10px;
}
.btn-download:after,
.btn-rename:after,
.btn-delete:after,
.btn-move-document:after {
    top: 30px;
    text-align: left;
}
.btn-download:after {
    content: "Download";
    left: 2px;
}
.btn-rename:after {
    content: "Rename";
    left: 7px;
}
.btn-delete:after {
    content: "Delete";
    left: 10px;
}
.btn-move-document:after {
    content: "Move";
    left: 16px;
}

/**
 * List Action Images
 */
.list-image-container {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.listing-image {
    max-height: 90px;
    max-width: 90px;
}

/**
 *  Additions for new Edit Pages
 */
div.blog-message {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}
input.input-text {
    width: 150px !important;
}
input.input-text.wide-text {
    width: 350px !important;
}

/**
 *     Additions related to delete buttons
 */
div.blog_icon {
    margin-right: 5px;
    float: right;
    position: relative;
    z-index: 1;
}

/* Blog Styling */
.blog_icon .edit-action {
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
}
#accountform .blog_icon .edit-action li {
    margin-right: 0;
}

/************************************
* Sort Arrows
*************************************/
.arrow_move_top,
.page_arrows_container {
    vertical-align: top;
    display: inline-block;
}
.page_arrows_container {
    width: 20px;
}
.sort_arrow_up a,
.sort_arrow_down a {
    padding-right: 25px;
}
.sort_arrow_up a {
    background: url(/themes_admin/admin_light/icons/arrow-up.png) no-repeat center
        right;
}
.sort_arrow_down a {
    background: url(/themes_admin/admin_light/icons/arrow-down.png) no-repeat
        center right;
}
.arrow_move_up a,
.arrow_move_down a {
    display: inline-block;
    padding-right: 20px;
    width: 20px;
    height: 15px;
}
.arrow_move_up a {
    background: url(/themes_admin/admin_light/icons/arrow-up.png) no-repeat center;
}
.arrow_move_down a {
    background: url(/themes_admin/admin_light/icons/arrow-down.png) no- repeat center;
}
.arrow_move_top a {
    vertical-align: top;
    background: url(/themes_admin/admin_light/icons/arrow-top.png) no-repeat center;
    display: inline-block;
    width: 20px;
    height: 30px;
    margin-right: 30px;
}

/* view all notices pages */
.system_notice_title {
    color: #000;
    background-color: #dbdbdb;
    padding: 10px;
    border-bottom: 1px solid #999;
}

/**
 *     Agentsite Dashboard
 */
.card-container {
    overflow: hidden;
    height: 300px;
    width: 200px;
    float: left;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    margin: 10px;
}
.card-title {
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #333;
}
.card-description {
    margin: 10px;
    font-size: 14px;
}

/**
 * Next / Previous Tab Cards
 */
.tab_pagination {
    position: relative;
    height: 60px;
    font-size: 14px;
    font-weight: bold;
    color: #336699;
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
.button_next_card,
.button_previous_card {
    position: absolute;
    top: 0px;
    background-size: contain;
    width: 60px;
    height: 60px;
}
.button_next_card {
    right: 0px;
    background: url(/themes_admin/admin_light/icons/arrow-right-circle.jpg) no-repeat;
}
.button_previous_card {
    left: 0px;
    background: url(/themes_admin/admin_light/icons/arrow-left-circle.jpg) no-repeat;
}

/* Next Previous arrow of admintab */
.admintab li a.tab-prev-link,
.admintab li a.tab-next-link {
    text-indent: -9999px;
    width: 8px;
    height: 12px;
    display: block;
    padding: 5px;
}
.admintab li a.tab-prev-link {
    background: url(/themes_admin/admin_light/images/arrow-left.png) no-repeat
        center 7px #e1e1e1;
}
.admintab li a.tab-next-link {
    background: url(/themes_admin/admin_light/images/arrow-right.png) no-repeat
        center 7px #e1e1e1;
}

/**
 * 	Popup Form Styles
 */
.next-followup-container ol,
.widget-popup ol,
.widget-support-popup ol,
#lead-handoff-popup ol,
#lead-convert-popup ol,
.lead-update-container ol,
#staff-form-popup.staff-log-container ol {
    list-style: none;
    padding: 0px;
}
.next-followup-container li,
.widget-popup li,
.widget-support-popup li,
#lead-handoff-popup li,
#lead-convert-popup li,
.lead-update-container li,
#staff-form-popup.staff-log-container li {
    margin-bottom: 10px;
}
.next-followup-container b,
.widget-popup b,
.widget-support-popup b,
#lead-handoff-popup b,
#lead-convert-popup b,
.lead-update-container b,
#staff-form-popup.staff-log-container li.lead-note b {
    display: block;
    font-weight: normal;
    font-size: 15px;
}
.next-followup-container textarea,
.widget-contact-form-list input,
.widget-contact-form-list textarea,
.widget-contact-form-list select,
.widget-support-popup input[type="text"],
#lead-handoff-popup textarea,
#lead-convert-popup textarea,
#lead-handoff-popup select,
.lead-update-container select,
.lead-update-container textarea,
#staff-form-popup.staff-log-container textarea {
    padding: 0px 40px 0px 15px;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #494848;
    background: #0d0e12;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 17px;
    color: #979696;
    transition: box-shadow 0.5s ease;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
}
.next-followup-container textarea,
.widget-contact-form-list textarea,
#lead-handoff-popup textarea,
#lead-convert-popup textarea,
.lead-update-container textarea,
#staff-form-popup.staff-log-container textarea {
    height: 120px;
    line-height: 20px;
    padding: 5px;
}
.widget-contact-form-list select,
#lead-handoff-popup select,
.lead-update-container select {
    background-repeat: no-repeat !important;
    background-position: calc(100% - 5px) center !important;
}
.next-followup-container .submit,
.widget-popup .submit,
.widget-support-popup .submit,
#lead-handoff-popup input[type="submit"],
#lead-convert-popup input[type="submit"],
.lead-update-container input[type="submit"],
#staff-form-popup.staff-log-container input[type="submit"],
#action-plan-task-note button[type="submit"] {
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0px 15px;
    margin: 20px 0 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    background: #939395;
    box-shadow: 0.5px 0.866px 0px 0px rgba(0, 0, 0, 0.2),
        inset 0.5px 0.866px 0px 0px rgba(255, 255, 255, 0.38);
    color: #121317;
    transition: background 0.5s ease;
    font-family: "Open Sans", sans-serif;
    border-radius: 0;
}
.next-followup-container .submit:hover,
.widget-popup .submit:hover,
.widget-support-popup .submit:hover,
#lead-handoff-popup input[type="submit"]:hover,
#lead-convert-popup input[type="submit"]:hover,
.lead-update-container input[type="submit"]:hover,
#staff-form-popup.staff-log-container input[type="submit"]:hover {
    background: #fff;
    top: 0;
    color: #121317 !important;
}
#action-plan-task-note button[type="submit"] {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
#lead-handoff-popup span,
#lead-convert-popup span {
    display: block;
    font-size: 13px;
    margin: 0 0 10px 0 !important;
    font-weight: 400;
}
.widget-add a,
.widget-footer a,
.cwidget-add a,
.cwidget-footer a {
    z-index: 1;
}
.widget-support-popup input[type="text"] {
    padding: 0px 40px 0px 15px !important;
    border: 1px solid #494848 !important;
    background: #0d0e12 !important;
    box-sizing: border-box !important;
    height: 50px !important;
    border-radius: 0 !important;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-front {
    z-index: 100;
}
.widget.widget_leads > .widget-inner,
.cwidget > .cwidget-inner {
    overflow-y: scroll;
}

/** Misc visuals **/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-content,
.tab-page form,
#noti_Button,
.list-image-column {
    position: relative;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
}
.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666;
}
.tooltipster-content ul {
    list-style-type: none;
}

/* List Filter */
.listfilter form {
    display: inline-block;
    vertical-align: top;
}

/* ItemList */
.itemlist td {
    padding: 8px 5px;
    border-bottom: 1px solid #eaebed;
    transition: background-color 0.5s ease;
}
.itemlist tr.list_row a {
    color: #333;
}
.itemlist tr.list_row:hover td,
.itemlist tr.activetask td {
    background-color: #bdbdbd;
    color: #fff;
}
.itemlist tr.list_row td.column-link {
    background-color: #f1f1f1;
}
.itemlist tr.list_row:hover td.column-link {
    background-color: #555;
    color: #fff;
}
.itemlist tr:hover td a {
    color: #fff !important;
}
.itemlist tr:hover td .agent-link {
    color: #333 !important;
}
.itemlist tr td.column-link a {
    text-decoration: underline !important;
}

/* Saved Search Form */
.saved_search label {
    width: 100%;
    display: block;
    margin-bottom: 3px;
}
.saved_search li select {
    margin-right: 10px;
    width: 250px;
    height: 30px;
    font-size: 13px;
    padding: 5px;
    box-sizing: border-box;
}
.saved_search li input[type="radio"] {
    margin-right: 3px;
}
#accountform .saved_search li input[type="text"] {
    width: 250px;
}
.saved_search li.search_built select,
.wrap-thumb:hover > .hover-header-image-preview,
.list-image-column:hover .list-hover-image-preview,
#customer-list-message-area .customer-listing-message-widget-main.listing-chat-first,
#customer-list-message-area .customer-listing-message-widget-main.submit-chat {
    display: block;
}
.saved_search li.search_built select:first-of-type {
    margin-bottom: 5px;
}
#accountform .saved_search .searchprice input[type="text"] {
    width: 101px;
    margin-left: 3px;
}
.saved_search .customer_search_form li b,
ul.notification-ul-list li.notification-item .item-details,
.notification_box {
    float: left;
}
.saved_search .search_property.listing_age b {
    display: none !important;
}

/*** Routing ***/
.routing_list {
    margin-left: 0px !important;
    width: 100% !important;
}
.routing_item {
    vertical-align: top;
    width: 175px;
}

/*** Theme Options ***/
img.screenshot {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    margin: 5px;
    z-index: 1;
    transition: all 0.5s;
}
img.screenshot:hover {
    width: 100%;
    max-height: 100% !important;
}
.mark-all-read {
    color: #afa;
}

/* for transaction dashboard page */
.trans-dashboardpage .edit-action {
    float: right;
    width: auto;
}
.trans-dashboardpage .top-action-btns a {
    text-decoration: none;
    font-size: 11px;
    line-height: 13px;
    height: auto;
}
.trans-dashboardpage .top-action-btns li {
    height: 45px;
    margin: 10px 0px !important;
}
.menu-item-notice-line {
    float: left;
    color: #f00;
    font-size: 13px;
}
.menu-item-notice-line .mark-all-notice {
    font-size: 11px;
    text-decoration: underline;
}
.menu-item-notice-icon {
    padding: 5px 5px;
    float: left;
    width: 100%;
    position: relative;
}
.menu-item-notice-icon .data-count {
    left: 23px;
    top: -3px;
    line-height: 13px;
}
#push-subscription-button:disabled {
    background: #c3c3c3;
}

/*======================
    Conversation Box
====================== */
.message-widget-main {
    border: 1px solid #000;
    background-color: #ccc;
    margin: 10px;
}
.message-widget-title-conver {
    text-align: center;
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 10px;
}
.message-widget-both {
    width: 100%;
    padding: 8px 0px;
    float: left;
}
.message-widget-avatar.agent {
    color: #f00;
    float: right;
    margin-left: 6px;
}
.message-widget-avatar.customer {
    float: left;
    color: #060;
    margin-right: 6px;
}
.message-widget-avatar {
    text-align: right;
    height: 50px;
    width: 50px;
    background-color: #dedede;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    line-height: 50px;
}
.message-widget-agent-mesg,
.message-widget-customer-mesg {
    border: 2px solid #dedede;
    background-color: #dedede;
    border-radius: 5px;
    padding: 5px;
    width: 74%;
    overflow-wrap: break-word;
    min-height: 35px;
}
.message-widget-agent-mesg {
    float: right;
}
.message-widget-customer-mesg {
    float: left;
}
.message-widget-both span.time {
    float: left;
    width: 98%;
    font-size: 10px;
    color: #5e5e5e;
    line-height: 10px;
    padding: 3px;
}
.text-right {
    text-align: right;
}
.text-left,
.advanced-search-wrap .display_inline_block {
    text-align: left;
}

/* User Notifications */
ul.notification-ul-list li.notification-item {
    width: 100%;
    margin: 0px !important;
    border-bottom: 1px solid #fff;
    padding: 0px;
    line-height: 18px;
}
ul.notification-ul-list li.notification-item a {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-radius: 10px;
}
ul.notification-ul-list li.notification-item a.unread {
    background-color: #edf2fa;
}
ul.notification-ul-list li.notification-item a:hover {
    background-image: linear-gradient(
        rgba(29, 33, 41, 0.04),
        rgba(29, 33, 41, 0.04)
        );
    text-decoration: none;
    color: #212d40;
}
ul.notification-ul-list li.notification-item .item-avatar {
    float: left;
    background: #212d40;
    padding: 8px;
    border-radius: 50%;
    margin: 0px 10px;
}
ul.notification-ul-list li.notification-item .item-title {
    font-size: 12px;
    font-weight: bold;
}
ul.notification-ul-list li.notification-item .item-time {
    color: #90949c;
    font-size: 11px;
}
ul.notification-ul-list li.notification-item .item-actions {
    float: right;
    color: #90949c;
    font-size: 14px;
    margin: 10px;
}
ul.notification-ul-list li.notification-no-item {
    padding: 10px;
    list-style: none;
}
#header-notifications-popup {
    display: none;
    width: 430px;
    position: absolute;
    top: 35px;
    left: -35px;
    background: #fff;
    border: solid 1px rgba(100, 100, 100, 0.2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    z-index: 1;
    text-align: left;
}
#header-notifications-popup:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid #ccc;
    border-color: transparent transparent #fff;
    margin-top: -20px;
    margin-left: 35px;
}
#noti_Counter {
    display: block;
    position: absolute;
    background: #f00;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    z-index: 1;
    top: -2px;
    left: 15px;
    line-height: 15px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    font-weight: bold;
}
.notification-title {
    display: block;
    color: #212d40;
    background: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 8px;
    margin: 0;
    border-bottom: solid 1px rgba(100, 100, 100, 0.3);
}
.notification-title a {
    float: right;
    color: #212d40;
    font-size: 12px;
}
.notification-title a:hover {
    text-decoration: underline;
}
.seeAll {
    background: #f6f7f8;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    border-top: solid 1px rgba(100, 100, 100, 0.3);
    text-align: center;
}
.seeAll a {
    color: #212d40;
}
.seeAll a:hover {
    background: #f6f7f8;
    text-decoration: underline;
}
#header-notifications-popup .item-details {
    width: 350px;
}
#header-notifications-popup li.notification-item a {
    border-radius: 0px;
}
.notifications-scrollbar {
    height: 300px;
    overflow-y: scroll;
}
#scrollbar-1::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}
#scrollbar-1::-webkit-scrollbar-thumb {
    background-color: #000;
}
#scrollbar-1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
.notification-loading-bar {
    text-align: center;
    width: 100%;
    display: none;
}
#header-notifications-popup
ul.notification-ul-list
li.notification-item
.notification-todo-icon {
    float: right;
    font-size: 14px;
}
.todo-display_inline_block {
    display: inline-block;
    vertical-align: top;
    border: none;
    width: 100%;
    text-align: left;
}
.todo-display_inline_block li label {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}
.todo-textfield {
    width: 100% !important;
    height: 40px !important;
    color: #444;
    margin: 0px !important;
    max-width: 100%;
}
.todo-custom-btn {
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin: 10px 0px;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.todo-btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

/* CSS for select email images popup*/
.email-images-form-wrap .fieldset-block {
    vertical-align: top;
    border: 0;
    width: 100%;
    text-align: left;
}
.email-images-form-wrap .display-inline-block,
.site-social-icons .site-social-icons-wrap,
.site-social-icons .site-social-icons-wrap .values {
    display: inline-block;
}
.email-images-form-wrap .display-inline-block li {
    width: 49%;
    float: left;
    margin: 5px;
    position: relative;
}
.email-images-form-wrap .display-inline-block img {
    display: block;
    width: 100%;
    height: auto;
    transition: 0.5s ease;
    backface-visibility: hidden;
}
.email-images-form-wrap .submit-button {
    float: right;
    padding: 5px;
}
.email-images-form-wrap .center-button {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.email-images-form-wrap .center-button-value {
    background-color: #4caf50;
    color: #fff;
    padding: 15px;
    border-radius: 50%;
}
.show {
    opacity: 1 !important;
}
.img-opacity {
    opacity: 0.4 !important;
}
.max-height-imp img {
    max-height: 160px !important;
}

/* css for thumbnail images in customer preferences */
.wrap-thumb {
    width: 150px !important;
    margin-left: 0px !important;
    margin: 0px !important;
    padding: 2px !important;
}
.wrap-thumb img {
    max-height: 48px !important;
    border: 1px solid #5e5e5e;
    cursor: pointer;
}
.wrap-thumb-img {
    width: 149px;
}
.thumb-button {
    margin-top: 12px;
    float: left;
}
.hover-header-image-preview {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #888;
    padding: 5px;
    left: 170px;
    margin-top: 5px;
}
.hover-header-image-preview img {
    max-width: 100%;
    max-height: 100% !important;
    cursor: unset;
}
.form-select-image:hover > .popup-img {
    opacity: 0.4 !important;
}

/* css for notification toggle switches */
#push-subscription-button,
.notify-switch {
    background: #c3c3c3;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    box-shadow: none;
    padding: 0 20px;
    cursor: pointer;
    width: 38%;
}
.notification-input-wrap {
    float: left;
    display: inline-block;
    margin-right: 25px;
}
.notification-input-wrap .push-main-title {
    width: auto !important;
    margin-left: 0px !important;
}
.safaripushnote,
.push-subscription-button {
    color: #f00;
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    margin-left: 0px !important;
}
.user-notify-header {
    width: 55%;
    display: inline-block;
    font-size: 14px !important;
}
.imp-font-size {
    font-size: 14px !important;
}
.user-notify-button {
    width: 45%;
    display: inline-block;
    text-align: right;
}
.notify-oncolor {
    background: #7cc576 !important;
}

/* Advanced Search Popup */
.advanced-search-wrap .width-full {
    width: 94%;
}
.advanced-search-wrap .width-half {
    width: 46%;
}
.advanced-search-wrap .width-100 {
    width: 100%;
    font-size: 12px;
}
.advanced-search-wrap .button-margin {
    margin-top: 10px;
}
.advanced-search-wrap label {
    font-weight: bold;
    font-size: 12px;
}

.advanced-search-wrap .display_inline_block li {
    display: inline-block;
    vertical-align: top;
}
.advanced-search-wrap .left {
    float: left !important;
}
.advanced-search-wrap .right {
    float: right !important;
}
.advanced-search-wrap .search-custom-btn {
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.advanced-search-wrap .search-custom-btn:hover {
    opacity: 0.8;
}
.advanced-search-wrap .advanced-search-reset {
    margin-right: 5px;
    background-color: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
}
.green_color {
    color: #008000;
}
.b-width {
    width: 160px !important;
    margin-top: 3px;
}
.block_phone_text_class {
    width: 95px !important;
}
.action-block_phone_text {
    width: 100px !important;
}

/** Search Forms */
.search-form-container li b {
    display: inline-block;
    vertical-align: top !important;
}
.search-form-container select {
    width: 400px;
    display: inline-block;
    vertical-align: top !important;
}
.user-tour-switch .notification_box select {
    margin-bottom: 5px;
}

/* agentsite social settings css */
.site-social-icons .so-icon {
    font-size: 30px;
    font-weight: bold;
}
.site-social-icons .site-social-icons-wrap .icon {
    display: inline-block;
    width: 50px;
}
.site-social-icons .site-social-icons-wrap .radio-btn {
    display: inline-block;
    margin: 0 32px 0 0;
}
.site-social-icons .custome_social_media_link-div {
    margin-top: 10px;
    display: none;
}
.site-social-icons .custome_social_media_link-div input {
    width: 200px !important;
}
.site-social-icons .custome_social_media_link-div .imp-note {
    font-weight: bold;
    color: #f00;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    margin-left: 34px;
}
.report_foldercontrols {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
}
.report_custom_tab {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.report_foldercontrols .report_custom_tab .report_tabs {
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #212d40;
}
.report_foldercontrols .report_custom_tab .report_tabs li {
    background: #dee0e3;
    color: #222;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 3px 0px 0px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 28%;
    text-align: center;
}
.report_foldercontrols .report_custom_tab .report_tabs li a {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.report_foldercontrols .report_custom_tab .report_tabs .current {
    background: #212d40;
}
.report_foldercontrols .report_custom_tab .report_tabs .current a {
    color: #fff !important;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0px;
}

/* brokerage create document css */
.remove-trans-create-editor {
    position: absolute;
    top: 11px;
    right: 194px;
    font-size: 18px !important;
    color: #f00;
    cursor: pointer;
}
.create_doc_editor_wrap {
    position: relative;
    width: 69%;
    display: inline-block;
}
.fixed-preview-document {
    background: #7cc576;
    padding: 25px 0 25px 0;
    text-align: center;
    position: fixed;
    width: 83%;
    bottom: 0;
    font-size: 31px;
    color: #fff !important;
}
.add-new-page-btn {
    font-size: 29px !important;
    color: #F4A460;
    cursor: pointer;
}
.editor-trans-constant {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}
.add-new-page-plus {
    text-align: center;
    width: 111%;
}
.radio-space {
    margin-left: 10px;
    margin-bottom: 5px;
    width: 100px !important;
}
.pointer-false {
    cursor: default !important;
}

/* * test pages  */
.test-list {
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 5px;
    width: 100%;
}
.test-name {
    font-size: 16px;
    font-style: bold;
}
#add-new-listing-transaction-form .customform-data-container ol {
    margin-top: 10px;
}
#add-new-listing-transaction-form
.customform-data-container
.display_inline_block {
    display: inline-block;
    width: 94%;
    vertical-align: top;
    border: none;
    margin-left: 10px;
}
#add-new-listing-transaction-form .widget-edit-form .display_inline_block li label {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
}
#add-new-listing-transaction-form .customform-data-container li select {
    width: 100% !important;
    height: 40px !important;
    color: #444;
    margin: 0px !important;
    max-width: 100%;
}
#add-new-listing-transaction-form .customform-data-container li .custom-btn {
    background-color: #5cb85c;
    color: #fff;
    border: 1px solid #4cae4c;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 8px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
#add-new-listing-transaction-form .customform-data-container li .custom-btn:hover {
    opacity: 0.8;
}
.list-hover-image-preview {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #888;
    padding: 5px;
    transform: translate(0%, -60%);
    top: -100%;
    left: 100%;
}
#customer-list-message-area > div {
    overflow: hidden;
    padding: 10px;
}
.message-widget-both span.custome-time {
    width: 91% !important;
}
#customer-list-message-area .customer-listing-message-form {
    width: 89%;
}
.listing-message-open-chat.click-first-chat,
.listing-message-open-chat.click-submit-chat {
    background-color: #71b5f3;
}
.customer-chat-div {
    width: 32% !important;
    float: left;
}
.customer-chat-div1 {
    width: 64% !important;
}
.listing-message-open-chat {
    background-color: #f4f8fb;
    cursor: default;
    border-left: 6px solid#DDDFE2;
    font-size: 13px;
    padding: 10px;
    text-align: left;
    margin-top: 10px;
}
.font-12 {
    font-size: 12px !important;
}
.landing-images-main-wrap {
    width: 70%;
    display: inline-flex;
}
.landing-images-main-wrap .landing-image {
    text-align: center;
    width: 33%;
    margin: 5px;
}
.landing-images-main-wrap .input-hidden {
    position: absolute !important;
    left: -9999px;
}
.landing-images-main-wrap input[type="radio"]:checked + label > img {
    border: 2px solid #5bc0de;
}
.landing-images-main-wrap label {
    width: 100%;
}
.landing-images-main-wrap label img {
    width: 100%;
    border: 1px solid #eaeaea;
}
.landing-images-main-wrap .img-label {
    font-size: 15px;
}
.brokerage-usage-lineitem {
    display: block;
    width: 95%;
    font-size: 14px;
    margin-bottom: 5px;
}
.usage-office-name,
.usage-subscriber-id {
    font-weight: bold;
    padding-right: 5px;
}
