body {
    color: #6D6E71;
    background-color: #f7f7f7;
}

p,
li,
li a,
label {
    color: #6D6E71;
}

.content {
    background-color: #fff;
}

.dataGrid th {
    white-space: nowrap;
}

.limit-150-width {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*=col-] {
        display: flex;
        flex-direction: column;
    }

.header .logo img {
    padding: 5px;
}

/** Registration Home Panel ***/
.registration-block {
    padding: 30px 0;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background-position: 50% 0;
    background-repeat: repeat;
    background-size: cover;
}

.registration-background {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
    background-position: 70% 0;
    background-repeat: repeat;
    background-size: cover;
}

    .registration-block:before, .registration-background:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(0, 0, 0, 0.3);
    }

/*** Team Members ***/
.col-team-member {
    border: 1px solid #432486;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    margin: 1em;
}

    .col-team-member img {
        display: inline-block !important;
    }

    .col-team-member p {
        font-size: 1.5em;
    }

.service-block-advisorleads {
    padding: 20px;
    min-height: 380px;
}

.tooltip {
    position: fixed;
}

.btn.outline {
    background-color: #fff;
    margin: 3px;
    color: #000;
    border-color: #FFD02A;
}

.card-logo {
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
}

.btn.outline.active {
    background-color: #FFD02A;
    margin: 3px;
    color: #000;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.mapcanvas {
    width: 100%;
    min-height: 700px;
    padding: 15px;
    margin: -15px;
}

.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.radiusTargets {
    margin: 10px 0;
}

/*.bootstrap-select {
    margin: 5px 5px 0 0;
}*/

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

.btn-yellow {
    color: #000;
    background-color: #FFD02A;
    border-color: #FFD02A;
}

#enquiryTabs li a, #enquiryTabs-accordion .panel-heading a {
    color: #432486 !important;
    font-size: 1.1em;
}

.report-block-title {
    font-size: 1.4em;
}

.report-block-value {
    font-size: 1.4em;
}

.toggle input[type=checkbox] {
    visibility: hidden;
    display: block !important;
    width: 0;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999999;
    }

/*.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}*/
#notesModal .modal-body {
    max-height: 400px;
    overflow-y: scroll;
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background-color: #5cb85c !important;
    background: none;
    color: #fff;
    font-weight: bold;
}

@media (min-width: 992px) {
    .modal-wide {
        width: 900px;
        margin: 30px auto;
    }
}

@media (min-width: 1140px) {
    .modal-extra-wide {
        width: 1040px;
        margin: 30px auto;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.button-dropdown .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.popover {
    z-index: 1000;
}

.modal .popover {
    z-index: 1060;
}

.popover select {
    overflow-x: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.activeProfile {
    font-size: x-small;
    padding: 2px;
    border: solid 1px #ccc !important;
    border-radius: 2px;
    color: #ccc;
}

.activeProfileSite {
    font-size: x-small;
    padding: 2px;
    border: solid 1px #ccc !important;
    border-radius: 2px;
    color: #5cb85c;
    margin-bottom: 5px;
    display: block;
}

/* Inactive bid - Hide the input warning border */
.js-inactive-organic-bids .has-warning .form-control, .js-inactive-organic-bids .has-success .form-control {
    border-width: 0;
}

/* Inactive bid - Hide the bid info */
.js-inactive-organic-bids .js-organic-bid-info {
    display: none;
}

/* Active Big - add padding to to alert notification */
.js-active-organic-bids .js-organic-bid-info {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 5px;
    font-size: 10px;
}

/*** Admin Organic bidding panel ***/
body .table tbody > tr > td {
    border-top: none;
}

body .table-bordered > tbody > tr > td {
    border: 1px solid #ddd;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb;
    font-size: 16px;
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb;
    font-size: 16px;
    font-weight: bold;
}

.form-control-danger {
    color: #f5c6cb;
}

@media (min-width: 968px) {
    body #sidebar .sidebar-inner {
        position: fixed !important;
        /*top: 90px;*/
    }
}

body #sidebar h3 {
    font-size: 18px;
}

body #sidebar table {
    width: 100% !important;
}

    body #sidebar table td {
        vertical-align: middle;
    }

body table {
    border: 1px solid #ddd;
}

body #accordion {
    border: 1px solid #ddd;
    padding: 0;
}

    body #accordion .accordion-inner {
        margin: 16px;
    }

    body #accordion h1 {
        background: #ddd;
        font-size: 28px;
        margin: 0;
        padding: 16px;
    }

    body #accordion .panel {
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        margin: 16px 0 !important;
    }

    body #accordion .panel-heading {
        border: none;
        border-radius: 0;
        padding: 0;
    }

    body #accordion h5 {
        margin: 0;
    }

    body #accordion table {
        border: none;
        font-size: 14px;
    }

    body #accordion .btn-link {
        background-color: transparent;
        border: none;
        color: #333;
        display: block;
        font-size: 15px;
        outline: none;
        padding: 8px 8px 8px 20px;
        position: relative;
        text-align: left;
        text-decoration: none;
        transition: background-color 0.2s;
        width: 100%;
    }

        body #accordion .btn-link:before {
            background-color: #999;
            content: "";
            height: 4px;
            position: absolute;
            right: 10px;
            top: 18px;
            width: 14px;
        }

        body #accordion .btn-link:after {
            background-color: #999;
            content: "";
            height: 14px;
            position: absolute;
            right: 15px;
            top: 13px;
            width: 4px;
        }

        body #accordion .btn-link:hover:before,
        body #accordion .btn-link:hover:after,
        body #accordion .btn-link[aria-expanded=true]:before,
        body #accordion .btn-link[aria-expanded=true]:after {
            background-color: #333;
        }

        body #accordion .btn-link[aria-expanded=true]:after {
            display: none;
        }

        body #accordion .btn-link:hover {
            background-color: #ddd;
        }

    body #accordion .list-group-item {
        border-radius: 0 !important;
    }

    body #accordion ul {
        border-top: 1px solid #ddd;
        margin: 0;
        padding: 16px;
    }

    body #accordion td {
        background-color: #eee;
        color: #333;
        vertical-align: middle;
    }

    body #accordion .list-group-item {
        border: 1px solid #ddd;
        padding: 0;
    }

    body #accordion ul .btn-info {
        background-color: transparent;
        border: none;
        color: transparent;
        display: block;
        font-size: 15px;
        outline: none;
        position: relative;
        text-align: right;
        text-decoration: none;
        width: 100%;
    }

        body #accordion ul .btn-info:active {
            box-shadow: none;
        }

        body #accordion ul .btn-info:before {
            border-radius: 3px;
            background-color: #999;
            content: "";
            height: 4px;
            position: absolute;
            right: 10px;
            top: 11px;
            transform: rotate(45deg);
            transition: all 0.3s;
            width: 14px;
        }

        body #accordion ul .btn-info:after {
            border-radius: 3px;
            background-color: #999;
            content: "";
            height: 14px;
            position: absolute;
            right: 15px;
            top: 13px;
            transform: rotate(-135deg);
            transition: all 0.3s;
            width: 4px;
        }

    body #accordion .btn-info[aria-expanded=true]:before {
        right: 10px;
        top: 14px;
    }

    body #accordion .btn-info[aria-expanded=true]:after {
        right: 15px;
        top: 9px;
    }

    body #accordion .btn-info:hover:before,
    body #accordion .btn-info:hover:after,
    body #accordion .btn-info[aria-expanded=true]:before,
    body #accordion .btn-info[aria-expanded=true]:after {
        background-color: #333;
    }

.table-policy {
    border: none !important;
}

.field-validation-error {
    display: inline-block;
    color: #cc0000 !important;
    text-align: right;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.input-search {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

.btn-category {
    width: 100%;
    background-color: #734ACC;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
}

    .btn-category:hover {
        color: #fff;
    }

.btn-visit {
    color: #734ACC;
    background-color: #fff;
    border: 1px solid #ccc;
}

    .btn-visit:hover {
        color: #fff;
        background-color: #ccc;
    }

/* Style the buttons that are used to open and close the accordion panel */
.panel-heading-catagories {
    background-color: #734ACC;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
    border-radius: 8px;
    display: block;
}

    .panel-heading-catagories:after {
        content: "+";
        /* Unicode character for "plus" sign (+) */
        font-size: 14px;
        color: #fff;
        float: right;
        margin-left: 5px;
        border: none;
        font-family: Arial;
        font-weight: bold;
    }

    .panel-heading-catagories.active:after {
        content: "-";
        /* Unicode character for "minus" sign (-) */
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .panel-heading-catagories.active, .panel-heading-catagories:hover, .panel-heading-catagories:focus {
        background-color: #ccc;
        color: #fff !important;
    }

.list-group-item a, td a {
    color: #734ACC !important;
}

.ui-menu-item.ui-state-focus {
    background: #FFF !important;
    border: 1px solid #734ACC !important;
    color: #734ACC !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border-color: #734ACC;
    background-color: #734ACC;
}

.website-select {
    padding: 10px;
}

.js-image-cropper {
    width: 300px;
    height: 150px;
}

.logo-buttons {
    width: 36px;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .logo-buttons .cancel {
        margin-bottom: 4px;
        border-radius: 4px;
        width: 28px;
        height: 28px;
        line-height: 0px;
        font-size: 0px;
        background-image: url(/assets/plugins/simple-image-cropper/images/Cancel.png);
        background-repeat: no-repeat;
    }

.logo-container {
    position: relative;
}

/*** End ***/
.dataGrid tr.selected {
    color: #000;
    background-color: #734ACC !important;
}

.btn {
    border-radius: 5px;
}

.btn-primary {
    color: #000;
    background-color: #FFD02A;
    border-color: #FFD02A;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.active {
        color: #000 !important;
        background-color: #FFD02A !important;
        border-color: #FFD02A !important;
        opacity: 75% !important;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary.active {
        color: #000;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #000;
        background-color: #FFD02A !important;
        border-color: #FFD02A !important;
        opacity: 75% !important;
    }

table.dataTable {
    border-radius: 5px;
}

    table.dataTable td:has(.btn) {
        white-space: nowrap;
    }

    table.dataTable td .btn {
        display: inline-block;
        /* Ensures buttons remain inline and don't wrap */
    }

.panel {
    border-radius: 5px;
}

    .panel .panel {
        border-radius: 0;
    }

.panel-default > .panel-heading {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

body {
    font-family: "Rubik", Arial, sans-serif;
}

.input-group > input:first-child, .input-group > .input-group-addon {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .input-group > .input-group-addon + input {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

:not(.input-group) select, :not(.input-group) input {
    border-radius: 5px;
}

.form-control {
    height: auto;
}

label, strong, th {
    font-weight: 500;
}

.nav-tabs > li > a.active {
    color: #734ACC;
    border-bottom: 2px solid #734ACC;
}

.header .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}

.header .navbar-nav > li:hover > a {
    color: #734ACC;
}

.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
    border-color: #734ACC;
}

a {
    color: #734ACC;
}

    a:hover {
        color: #432486;
    }

.header .dropdown-menu {
    border-color: #734ACC;
}

.header .logo img {
    z-index: 1;
    margin: 25px 0 25px 0;
    position: relative;
}

h1, h2, h3, h4, h5 {
    color: #000;
}

body {
    color: #525252;
}

#adminAdvisorGrid_first:hover, #adminAdvisorGrid_last:hover, #adminAdvisorGrid_previous:hover, #adminAdvisorGrid_next:hover {
    background-color: #734ACC !important;
    border-color: #734ACC !important;
    color: #fff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 14px;
}

.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
}

/*# sourceMappingURL=custom_advisorleads.css.map */

.cc_css_reboot.cc_dialog.simple {
    max-width: 100%
}

.cc_dialog_headline {
    display: none
}

.InputfieldHeader.cc_dialog_headline {
    display: none
}

.cc_b_inner {
    text-align: right
}

#cc_dialog {
    border-top: 2px solid rgb(189, 169, 231, 1);
    width: 100% !important;
}

    #cc_dialog.cc_dialog {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    #cc_dialog p {
        margin: 0
    }

    #cc_dialog.cc_css_reboot div, #cc_dialog .cc_b_inner {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    #cc_dialog .cc_b_inner {
        text-wrap: nowrap
    }

.cc_dialog_inner {
    flex-direction: column;
    gap: 2rem
}

@media (min-width: 768px) {
    .cc_dialog_inner {
        flex-direction: row;
        display: flex;
        gap: 3rem
    }
}

.light.cc_dialog button.cc_b_ok, .light.cc_dialog .cc_cp_f_save button, .light.cookie-consent-preferences-overlay button.cc_b_ok, .light.cookie-consent-preferences-overlay .cc_cp_f_save button {
    background-color: #432486 !important
}

    .light.cc_dialog button.cc_b_ok:focus, .light.cc_dialog .cc_cp_f_save button:focus, .light.cookie-consent-preferences-overlay button.cc_b_ok:focus, .light.cookie-consent-preferences-overlay .cc_cp_f_save button:focus {
        box-shadow: 0 0 0 2px #2f195e !important
    }

.light.cc_dialog button.cc_b_cp:focus, .light.cc_dialog button.cc_cp_f_save button:focus, .light.cookie-consent-preferences-overlay button.cc_b_cp:focus, .light.cookie-consent-preferences-overlay button.cc_cp_f_save button:focus {
    box-shadow: 0 0 0 2px #c0bcd0 !important
}

.query-builder .has-error .error-container {
    display: none !important;
    position: absolute !important;
}

.cropped-logo {
    max-height: 150px !important;
}

ul.marketplace {
    list-style: none;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

ul.notifications-list {
    width: 300px;
}

ul.notifications-list li a {
       white-space: wrap !important;
       display: block;
}

.has-notifications {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .has-notifications .notification-count {
        font-size: 0.8em;
        font-weight: bold;
        position: absolute;
        top: -5px;
        right: 5px;
        text-align: left;
        width: 9px;
    }