﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');

html {
    height: 100%;
    overflow: hidden;
}


.modal-backdrop {
    bottom: 0;
}

body {
    min-height: 100%;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
    height: 100vh;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

body, h1, h2, h3, h4, h5, h6, p, span, div, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 80px;
    margin-bottom: 60px;
}

.navbar-nav {
    float: left;
}

@media (max-width: 767px) {
    .body-content {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .container {
        padding: 0;
    }

    .navbar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .content-area {
    }

    .navbar-nav {
        float: left;
        width: 49%;
    }

        .navbar-nav.sub-nav-mobile {
            float: right;
            width: 49%;
            background-color: #2a3660;
        }

    .navbar-right {
        display: none;
    }
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.pointer {
    cursor: pointer;
}

.not-allowed {
    cursor: not-allowed !important;
}

/*.btn i.fa {*/
/*    margin-right: 7px;*/
/*}*/

div > h3 {
    margin: 0;
    font-size: 12pt;
    font-weight: bold;

    margin-bottom: 10px;
}

.row hr:first-of-type {
    margin-top: 0;
}

@media (max-width: 767px) {
    .footer {
        display: none;
    }
}

.footer .pull-right {
    text-align: right;
    font-size: 0.8em;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}


.vertical-wizard {
    margin-left: 20px;
    padding-left: 40px;
    border-left: 1px solid #c1c1c1;
    /*width: 330px;*/
    /*border-right: 5px solid #337ab7;*/
}

    .vertical-wizard > div {
        position: relative;
    }

        .vertical-wizard > div > div {
            position: relative;
            margin: 20px 0 25px 0;
        }

        .vertical-wizard > div > div {
            display: none;
        }

    .vertical-wizard.stop-auto-hide > div > div {
        display: block;
    }

    .vertical-wizard > div:first-child > div {
        display: block;
    }

    .vertical-wizard .circle {
        background-color: #e9e9e9;
        height: 35px;
        width: 35px;
        position: absolute;
        left: -58px;
        border-radius: 30px;
        font-size: 16pt;
        padding-top: 7px;
        text-align: center;
        color: #fff;
    }

        .vertical-wizard .circle.active {
            height: 38px;
            width: 38px;
            position: absolute;
            left: -59px;
            border-radius: 30px;
            font-size: 16pt;
            padding-top: 5px;
            border: 4px solid #ffcb00;
        }

    .vertical-wizard h3 {
        cursor: pointer;
    }

    .vertical-wizard .circle.success {
        background-color: #00b636;
    }

    .vertical-wizard .circle.warning {
        background-color: #ffcb00;
    }

    .vertical-wizard .circle.skip {
        background-color: #e20000;
        padding-left: 1px;
    }


    .vertical-wizard .circle.unknown:before {
        content: "\f128";
    }

    .vertical-wizard .circle.success:before {
        content: "\f00c";
    }

    .vertical-wizard .circle.warning:before {
        content: "\f071";
    }

    .vertical-wizard .circle.skip:before {
        content: "\f056";
    }

/* Check boxes */

input.switch:empty {
    margin-left: -9999px;
}

    input.switch:empty ~ label {
        position: relative;
        float: left;
        line-height: 1.6em;
        text-indent: 4em;
        margin: 0.2em 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        input.switch:empty ~ label:before,
        input.switch:empty ~ label:after {
            position: absolute;
            display: block;
            top: -1px;
            bottom: 0;
            content: ' ';
            width: 44px;
            background-color: #adadad;
            border-radius: 1em;
            -webkit-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
        }

        input.switch:empty ~ label:after {
            width: 1.4em;
            top: 0.12em;
            left: 2px;
            bottom: 0.1em;
            margin-left: 0em;
            background-color: #fff;
            border-radius: 1.15em;
        }

input.switch:checked ~ label:before {
    background-color: #393;
}

input.switch:checked ~ label:after {
    margin-left: 1.45em;
}





table tr td i.fa-check {
    color: green;
    float: left;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 6px;
    font-size: 14pt;
}
table tr td i.fa-times {
    color: #d33a35;
    float: left;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 6px;
    font-size: 14pt;
}

table tr td i.fa-warning {
    color: #ffcb00;
    float: left;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 6px;
    font-size: 14pt;
}

table tr td i.fa-question-circle {
    color: #0b0ab0;
    float: left;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 6px;
    font-size: 14pt;
}

.address-cleanser table tr td .btn-sm.btn-danger, .address-cleanser table tr td .btn-sm.btn-success {
    width: 39px;
}

.address-filters {
    display: inline;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-bottom: 10px;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.fullScreen {
    position: absolute;
    top: 1%;
    left: 0.5%;
    width: 99%;
    background-color: #fff;
    z-index: 3;
    border: 1px solid #428bca;
    border-radius: 0px;
    padding: 10px;
    height: 98%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .fullScreen h1 {
        margin-top: 0;
    }

h1 .fa {
    font-size: 16pt;
    float: right;
    margin-top: 10px;
    cursor: pointer;
}

h3 > .fa {
    font-size: 16pt;
    float: right;
    margin-top: 2px;
    cursor: pointer;
}

.hideFullScreen {
}

tr.selected, tr.selected:hover {
    background-color: #428bca !important;
    color: #fff;
}

.processing-step-categories, .processing-step-functions {
    margin-bottom: 20px;
}

    .processing-step-categories div:first-child > div {
        display: inline-block;
        width: 198px;
        height: 45px;
        border: 1px solid #c1c1c1;
        text-align: center;
        position: relative;
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: -2px;
        margin-right: 3px;
    }

        .processing-step-categories div:first-child > div.selected, .processing-step-functions div:first-child > div.selected {
            background-color: #337ab7;
            color: #fff;
        }

        .processing-step-categories div:first-child > div h5, .processing-step-functions div:first-child > div h5 {
            position: absolute;
            bottom: 0px;
            font-weight: bold;
            width: 100%;
            font-size: 14pt;
        }

    .processing-step-functions div:first-child > div {
        display: inline-block;
        width: 198px;
        height: 45px;
        border: 1px solid #c1c1c1;
        text-align: center;
        position: relative;
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: -2px;
        margin-right: 3px;
    }


.processing-input-value select {
    width: 150px;
    display: inline-block;
}

.processing-input-value > div {
    width: 200px;
    display: inline-block;
}

    .processing-input-value > div select, .processing-input-value > div input {
        width: 100%;
    }


.search-form {
    margin-right: 10px;
}

    .search-form .input-group-addon:last-child:hover {
        background-color: #d9d9d9;
        cursor: pointer;
    }

.list-grid i {
    margin-top: 5px;
}

@media (min-width: 1350px) {
    .required-star {
        position: absolute;
        top: 12px;
        right: 0px;
        color: red;
        font-size: 10px;
    }
}


@media (max-width: 1350px) {
    .required-star {
        top: 12px;
        right: 0px;
        color: red;
        font-size: 10px;
    }
}


#sidebar {
    padding-right: 0px;
}

    #sidebar > ul > li {
        background-color: #fff;
        border: 0px solid #fff;
    }

        #sidebar > ul > li i {
            padding-right: 2px;
        }

        #sidebar > ul > li.active a {
            background-color: #428bca;
            color: #fff;
        }

        #sidebar > ul > li a {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

.right-content {
    border-left: 1px solid #ccc;
    margin-top: 20px;
    min-height: 500px;
}

    .right-content h1:first-child {
        margin-top: 0px;
    }


.btn.pull-right {
    margin-left: 10px;
}


.address-cleanser table tr td:nth-child(4), .address-cleanser table tr th:nth-child(4) {
    border-left: 3px solid #c1c1c1;
}

.address-cleanser td.pointer:hover {
    color: #428bca;
}

.address-search-list {
    max-height: 300px;
    min-height: 70px;
    overflow-y: auto;
    padding-right: 10px;
}

    .address-search-list span {
        border: 2px solid #adadad;
        border-radius: 5px;
        background-color: #efefef;
        margin-bottom: -5px;
        margin-top: 10px;
        padding: 5px;
        cursor: pointer;
        display: inline-block;
        margin-right: 1%;
        width: 49%;
    }

        .address-search-list span:hover {
            background-color: #fff;
        }

        .address-search-list span i {
            font-size: 8pt;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 240px;
            display: inline-block;
        }

.address-cleanser-records {
    border: 2px solid #adadad;
    border-radius: 5px;
    background-color: #efefef;
    padding: 6px;
    float: right;
}

    .address-cleanser-records span {
        margin-right: 10px;
        margin-left: 3px;
    }


#unique-person-wrapper .unique-person-duplicate-count {
    color: #fff;
    background-color: red;
    display: inline-block;
    width: 25px;
    padding: 2px 0px;
    border-radius: 50%;
    font-weight: bold;
}



.person-matching-table tr:first-child {
}

.person-matching-table td.duplicate-header {
    background-color: #fff;
}

.person-matching-table td i.fa, .unique-person-manual-match-table td i.fa {
    margin-top: 3px;
    cursor: pointer;
}

.person-matching-table td.confidence-2 {
    background-color: #e3ffe9;
}

.person-matching-table td.confidence-5 {
    background-color: #fdffc6;
}

.person-matching-table td.confidence-10 {
    background-color: #fff4d4;
}

.person-matching-table td.confidence-15 {
    background-color: #ff9393;
}

.unique-person-manual-match-table {
}

    .unique-person-manual-match-table tr:first-child th {
        border-bottom: 1px;
    }



table td i.fa-tag {
    font-size: 13pt;
}

.popover-title {
    background-color: #337ab7;
    color: #fff;
    font-weight: bold;
}

.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.person-table table tr td, .person-table table tr th {
    white-space: nowrap;
}

.person-table > div > div {
    overflow-x: auto;
}

.person-table-suggestions table tr td, .person-table-suggestions table tr th {
    white-space: nowrap;
}

.person-table-suggestions table tr th {
    min-width: 100px;
}

    .person-table-suggestions table tr td:nth-child(2), .person-table-suggestions table tr th:nth-child(2) {
        border-right-width: 3px;
    }

.person-table-suggestions > div > div {
    overflow-x: auto;
    font-size: 9pt;
}

.person-table-suggestions-tag {
    margin-bottom: 2px;
}

    .person-table-suggestions-tag i {
        position: relative;
        top: 1px;
        margin-right: 2px;
        font-size: 13pt;
    }

.unique-person-tags {
    min-width: 270px;
}

.unique-person-tags {
    padding: 3px;
}

    .unique-person-tags table tr td:first-child strong {
        padding-left: 23px;
    }

    .unique-person-tags table tr td:last-child {
        min-width: 150px;
    }

    .unique-person-tags table {
        margin-bottom: 0px;
    }

        .unique-person-tags table span.fa {
            color: #337ab7;
            font-size: 16pt;
            position: absolute;
        }


.login-panel h2 {
    max-width:400px;
    color: #337ab7;
    font-size: 18pt;
    font-weight: bold;
    border-bottom: 2px solid #337ab7;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 5px;
}


.dashboard-number {
    position: relative;
    width: 49%;
    display: inline-block;
    background-color: red;
    height: 152px;
    border-radius: 5px;
    margin-bottom: 3px;
    margin-right: 3px;
    margin-left: 0px;
    color: #fff;
}

.dashboard-number-full {
    width: 99%;
    height: 320px;
}

.dashboard-number:nth-child(1) {
    background-color: #428bca;
}

.dashboard-number:nth-child(2) {
    background-color: #ffcb00;
}

.dashboard-number:nth-child(3) {
    background-color: #ff4646;
}

.dashboard-number:nth-child(4) {
    background-color: #393;
}

.dashboard-number h4 {
    font-size: 52pt;
    position: absolute;
    top: 10px;
    letter-spacing: -3px;
    left: 10px;
    font-family: Calibri;
    border-bottom: none;
}

.dashboard-number .dashboard-number-list {
    position: absolute;
    left: 10px;
    top: 10px;
    /*padding-bottom: 100px;*/
}

.dashboard-number-list .dashboard-number-listnumber {
    font-size: 16pt;
    text-align: right;
    padding-right: 8px;
}

.dashboard-number i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 100pt;
}

.dashboard-number:nth-child(1) i {
    color: #4a9ce4;
}

.dashboard-number:nth-child(2) i {
    color: #ffd73a;
}

.dashboard-number:nth-child(3) i {
    color: #ff5d5d;
}

.dashboard-number:nth-child(4) i {
    color: #40a740;
}

.dashboard-number span {
    font-size: 16pt;
    position: absolute;
    bottom: 25px;
    left: 10px;
}

.import-profile-table-total {
    color: #337ab7;
    margin-right: 15px;
}

    .import-profile-table-total i {
        margin-right: 3px;
    }

.import-profile-table-progress {
    color: #ff8a0a;
    margin-right: 15px;
}

    .import-profile-table-progress i {
        margin-right: 3px;
    }

.import-profile-table-complete {
    color: #393;
}

    .import-profile-table-complete i {
        margin-right: 3px;
    }

.null-cell {
    background-color: #feffc9;
    opacity: 0.5;
    color: #adadad;
    font-style: italic;
    text-align: center;
    font-family: Calibri;
}



#accordion {
    padding-right: 0px;
}

    #accordion .panel-body a {
        font-size: 10pt;
        display: inline-block;
        width: 130px;
    }

        #accordion .panel-body a:hover {
            text-decoration: none;
            font-weight: bold;
        }

    #accordion .panel-body {
        padding: 5px;
    }

        #accordion .panel-body i {
            color: #337ab7;
            width: 20px;
        }


#editor {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ace_editor {
    height: 200px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ace_scroller {
    border-radius: 4px;
}


.logo-panel span {
    display: block;
    font-size: 32pt;
    margin-bottom: 10px;
    color: rgb(7,55,113);
    font-weight: bold;
}

.holistix-logo {
    margin-top: 3px;
}

.navbar-inverse {
    border-width: 0px;
}


.message-item {
    margin-bottom: 5px;
    position: relative;
    
}

    .message-item .message-inner {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 10px;
        position: relative;
        
    }




.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.message-item .message-head {
}

.message-time-span {
    padding-top: 0px;
    border-radius: 3px;
    background-color: #428bca;
    color: #fff;
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
    position: relative;
    margin-top: 15px;
    font-size: 14px;
    width: 100%;
    z-index: 1;
}

.qa-message-content {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    border-left: 5px solid #428bca;
    background-color: #eef7ff;
}

.message-item .message-head .avatar {
    margin-right: 20px;
}

.message-item .message-head .user-detail {
    overflow: hidden;
}

    .message-item .message-head .user-detail h5 {
        font-size: 16px;
        font-weight: bold;
        margin: 0;
    }

.message-item .post-meta {
    padding: 0 15px 0 0;
    font-size: 11px;
    margin-top: 3px;
    color: #242424;
}



.qa-message-list img, .qa-message-list i {
    /*min-height: 40px;*/
    max-height: 40px;
    font-size: 26pt;
}


.form-builder-tabs span {
    background-color: #337ab7;
    color: #fff;
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    height: 45px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding-top: 5px;
    float: left;
    cursor: pointer;
}

    .form-builder-tabs span:hover {
        background-color: #428bca;
    }

    .form-builder-tabs span.active {
        background-color: #393;
        height: 50px;
        margin-top: -5px;
    }

.form-builder-tabs {
    height: 45px;
    clear: both;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
}


.edit-mode [form-builder-question-repeat] {
    background-color: #efefef;
    padding: 5px 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
}



.edit-mode > [form-builder-question-repeat]:hover {
    background-color: #e9e9e9;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}



.edit-mode .form-group {
    margin-bottom: 0;
}


.form-builder-control {
    margin-bottom: 15px;
}

.page-tabs {
    float: right;
    margin-top: 29px;
    font-size: 13pt;
}

    .page-tabs a {
        cursor: pointer;
        padding: 15px;
        color: #878787;
    }

        .page-tabs a:hover {
            border-bottom: 4px solid #bbcede;
            text-decoration: none;
        }

        .page-tabs a.active {
            color: #428bca;
            border-bottom: 4px solid #428bca;
        }


.message-table .message-read-circle {
    color: #ccc;
}

.message-table .message-unread-circle {
    color: #3972a3;
}

.bold {
    font-weight: bold;
}

.fa-star-o, .fa-star {
    color: #ff8b0e;
}

.home-dashboard-tile {
    background-color: #393;
    height: 40px;
    border-radius: 3px;
    position: relative;
}

    .home-dashboard-tile.inactive {
        background-color: #ccc;
    }

    .home-dashboard-tile h2 {
        position: absolute;
        left: 10px;
        top: -16px;
        font-size: 24pt;
        color: #fff;
    }

    .home-dashboard-tile span {
        position: absolute;
        font-size: 14pt;
        bottom: 7px;
        right: 10px;
        color: #fff;
    }


.navbar-default {
    font-size: 11pt;
    min-height: 65px;
    margin-left:2px;
    margin-right: 2px;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
        padding: 0;
        margin: 22px 13px;
    }

@media (max-width: 1000px) {

    .navbar-default .navbar-nav > li > a {
        color: white;
        padding: 0;
        margin: 22px 7px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .sub-nav {
        display: none !important;
    }
}



.sub-nav {
    min-height: 41px;
    height: 41px;
    top: 64px;
    background-color: #2a3660;
    font-size: 13pt;
}

    .sub-nav li.active a {
        font-weight: bold;
    }

    .sub-nav li > a {
        color: white;
        padding: 0;
        margin: 10px 10px !important;
    }

    .sub-nav > li > a:hover, .sub-nav > li > a:focus {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .sub-nav li a span.label {
        margin-left: 10px;
    }

    .sub-nav li.active:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        width: 0;
        height: 0;
        border-top: solid 10px #61bbea;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
    }

table tr td p {
    margin: 0;
}


.control-label {
    font-weight: normal;
}

.form-full label.col-lg-4 {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 3px;
}

.form-full div.col-lg-6 {
    width: 100%;
}

.content-area {
    background-color: #fff;
    padding: 10px;
    
}



.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;
    }

a.btn-circle.btn-lg {
    padding: 20px 16px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

a.btn-circle.btn-xl {
    padding: 20px 16px;
}

.btn-circle i.fa {
    margin-right: 0;
}


.btn-circlehoverme:hover .btn-circlehovermechild {
    display: block;
}

.btn-circlehovermechild {
    right: 50px;
}


@media (min-width: 1350px) {
    .action-buttons {
        position: fixed;
        top: 130px;
        right: 20px;
        width: 70px;
        
        /*border: 1px solid black;*/
    }

        .action-buttons .btn /*, .action-buttons .parent-button*/ {
            display: block;
            margin-bottom: 10px;
            float: right;
        }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
        box-shadow: 10px 10px 30px -8px rgba(0,0,0,0.5);
    }

    .action-child {
        position: absolute;
        left: -80px;
        top: 0px;
        width: 80px;
        display: none;
        padding-left: 20px;
        height: 500px;
    }
}


@media (max-width: 1350px) {
    .action-buttons {
        position: fixed !important;
        bottom: 1px !important;
        right: 0px !important;
        width: 100% !important;
        z-index: 1031;
        /*border: 1px solid black;*/
        background-color: #efefef;
        border-top: 1px solid #c1c1c1;
        padding-top: 10px;
    }

        .action-buttons .btn /*, .action-buttons .parent-button*/ {
            display: block;
            margin-bottom: 10px;
            float: right;
            margin-right: 10px;
        }

    .btn-circle.btn-xl {
        width: 50px;
        height: 50px;
        padding: 8px 8px !important;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
        box-shadow: 10px 10px 35px -9px rgba(0,0,0,0.75);
    }

    .action-child {
        position: absolute;
        left: 0;
        bottom: 60px;
        width: 80px;
        display: none;
        padding-left: 20px;
    }
}



.action-buttons .parent-button {
    display: block;
    float: right;
}

/*.action-parent {
    position: fixed;
    top: 130px;
    right: 20px;
    width: 100px;
}*/

.parent-button {
    position: relative;
    width: 80px;
    display: block;
    /*height: 100px;*/
}

    .parent-button:hover .action-child {
        display: block;
    }

.fb-field-order-parent {
    position: relative;
}

.fb-field-order-child-left {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

.fb-field-order-child-right {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.fb-field-order-parent:hover .fb-field-order-child-left,
.fb-field-order-parent:hover .fb-field-order-child-right {
    display: block;
}




.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #aaefaa;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #393;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #aaefaa;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*END Form Wizard*/



.audit-hidden-group {
    display: none;
}

@media (min-width: 1350px) {
    .help-buttons {
        position: fixed;
        top: 130px;
        left: 20px;
        width: 20px;
    }
}

@media (max-width: 1350px) {
    .help-buttons {
        position: fixed;
        z-index: 999 !important;
        bottom: 13px !important;
        left: 10px;
        width: 20px;
    }
}

.selectedteam {
    background-color: #60A842 !important;
}

.unselectedteam {
    background-color: #428BCA !important;
}


table tr .form-builder-control .form-group label {
    display: none;
}

table tr .form-builder-control .form-group .checkbox label {
    display: block;
}

table tr .form-builder-control .form-group > div {
    width: 98%;
}

table tr .form-builder-control .form-group {
    margin-bottom: 5px;
}

.person-summary {
    border: 2px solid #428bca;
    padding: 5px;
    display: inline-block;
    width: 218px;
    border-radius: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .person-summary .fa-cog {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #ccc;
        font-size: 14pt;
    }

        .person-summary .fa-cog:hover {
            color: #ff8b0e;
            cursor: pointer;
        }

    .person-summary label {
        display: block;
    }

.summary-chart-holder {
    display: inline-block;
    width: 123px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .summary-chart-holder > span {
        position: relative;
        z-index: 1;
        font-weight: bold;
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
    }

    .summary-chart-holder > div {
        width: 135px;
        height: 135px;
        margin: 0 auto;
        margin-left: -7px;
        margin-bottom: -25px;
        margin-top: -13px;
        z-index: -1;
    }




/*.uiform-control[disabled],
.uiform-control[readonly] {
    cursor: not-allowed;
    background-color: #eee !important;
    opacity: 1 !important;
}*/

.ui-select-toggle[disabled] {
    background-color: #eee !important;
    opacity: 1 !important;
}

.abn-tree a {
    color: #000;
    font-size: 12pt;
}

    .abn-tree a i {
        margin-right: 10px;
        font-size: 20pt;
    }

        .abn-tree a i.fa-folder {
            color: rgb(239,216,111);
        }



.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.10);
}

.card-block {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-radius: .25rem .25rem 0 0;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-radius: 0 0 .25rem .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

    .card-header:first-child {
        border-radius: .25rem .25rem 0 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

    .card-footer:last-child {
        border-radius: 0 0 .25rem .25rem;
    }

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

.card-success {
    background-color: #028702;
    border-color: #028702;
}

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .card-warning .card-blockquote p {
        color: #232323 !important;
    }

.card-danger {
    background-color: #d33a35;
    border-color: #d33a35;
}

.card-primary-outline {
    background-color: transparent;
    border-color: #0275d8;

}

.card-secondary-outline {
    background-color: transparent;
    border-color: #ccc;
}

.card-info-outline {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-success-outline {
    background-color: transparent;
    border-color: #028702;
}

.card-warning-outline {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-danger-outline {
    background-color: transparent;
    border-color: #d33a35;
}

.card-inverse .card-footer, .card-inverse .card-header {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
    color: #fff;
}

    .card-inverse .card-blockquote > footer, .card-inverse .card-link, .card-inverse .card-text {
        color: rgba(255,255,255,.65);
    }

        .card-inverse .card-link:focus, .card-inverse .card-link:hover {
            color: #fff;
        }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: .25rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-radius: .25rem .25rem 0 0;
}

.card-img-bottom {
    border-radius: 0 0 .25rem .25rem;
}

@media (min-width:544px) {
    .card-deck {
        display: table;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }

        .card-deck .card {
            display: table-cell;
            width: 1%;
            vertical-align: top;
        }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}

@media (min-width:544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .card-group .card {
            display: table-cell;
            vertical-align: top;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
                    border-radius: 0;
                }
}

@media (min-width:544px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}



.imagecoverphoto {
    position:relative;
    display:inline-block;
}
.overlaycoverphoto {
    display:none;
}
.imagecoverphoto:hover .overlaycoverphoto {
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

    /* All other styling - see example */

    img {
        vertical-align:top; /* Default is baseline, this fixes a common alignment issue */
    }
}






#ex1Slider .slider-selection {
	background: #BABABA;
}



.overlay {
    background: white;
    padding: 0;
}



.form-group input[type="checkbox"] {
    display: none;
}

    .form-group input[type="checkbox"] + .btn-group > label span {
        width: 20px;
    }

        .form-group input[type="checkbox"] + .btn-group > label span:first-child {
            display: none;
        }

        .form-group input[type="checkbox"] + .btn-group > label span:last-child {
            display: inline-block;
        }

    .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
        display: inline-block;
    }

    .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
        display: none;
    }


.plot-linked {
    cursor: pointer !important;
}

    .plot-linked i {
        float: initial !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

.plot-not-linked {
    cursor: not-allowed !important;
}
    .plot-not-linked i {
        float: initial !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }


.plot-linked-grid {
    float:right;
    color:green;
}
.plot-not-linked-grid {
    float: right;
    color: #d33a35;
}

.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important; /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}

.vh-label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

h1, .h1 {
    font-size: 30px;
    margin-top: 0px;
}


h2, .h2 {
    font-size: 24px;
}
.btn-danger {
    color: #fff;
    background-color: #d33a35;
    border-color: #d43f3a;
}

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d33a35;
        border-color: #d43f3a;
    }

.NotificationCountBadge {
    background-color: #d33a35 !important;
}

.btn-success {
    /*background-color: #5cb85c;*/
    /*background-color: #388038;*/
    background-color: #028702;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success.focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #049a04;
        border-color: #398439;
    }

.btn-warning {
    color: #333;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #333;
    }

    .btn-warning .badge {
        background-color: #333;
    }

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    background: #d33a35 !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    background: #028702 !important;
}

.progress-bar-success {
    background-color: #028702;
}

.progress-bar-danger {
    background-color: #d33a35;
}

.label-success {
    background-color: #028702;
}

.label-danger {
    background-color: #d33a35;
}

.gm-err-message {
    color: #474747;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #595959;
}

.color-box {
    width: 25px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 0px;
}
.color-box.amber {
    background-color: #f0ad4e;
}

    .color-box.green {
        background-color: #028702;
    }


    .color-box.red {
        background-color: #d33a35;
    }



.security-permission-cell {
    color: #565656;
    cursor: pointer;
}

    .security-permission-cell.permission-1 span.active {
        color: #d33a35;
    }

    .security-permission-cell.permission-2 span.active {
        color: #ff8b0e;
    }

    .security-permission-cell.permission-3 span.active {
        color: #028702;
    }


.button-like {
    display: inline-block;
    padding: 3px 9px; 
    border: 2px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333; 
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
}

.adjust-site-map-row{
    margin-bottom:5px;
}

.table-cell-input{
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
}

.table-cell-input:focus{
    box-shadow: none;
    border:none;
}


.options-cell {
    position: relative;
}

.ellipsis-menu {
    cursor: pointer;
    display: inline-block;
    padding: 5px;
}

.ellipsis-dot {
    background-color: #333;
    border-radius: 50%;
    display: block;
    height: 4px;
    width: 4px;
    margin: 3px 0;
}

.menu-options {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999999;
    max-width: fit-content;
}

.menu-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-options li {
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.menu-options li:hover {
    background-color: #f0f0f0;
}

.plot-list-icons{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-right:none;
}

.hidden-column {
    display: none;
}

.options-header{
    text-align: center;
}

.plot-list-icons-cell{
    border-right: none !important;
}

.options-cell{
    text-align: center;
    border-left: none!important;
}


.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

/* For Webkit browsers (Chrome, Safari) */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #1e4670; /* Slightly darker shade for hover effect */
}

/* Hide the arrows more aggressively */
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

/* For Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #285C91 transparent;
}

/* Additional measure to hide arrows in some browsers */
:vertical-scrollbar-button:increment,
:vertical-scrollbar-button:decrement,
:horizontal-scrollbar-button:increment,
:horizontal-scrollbar-button:decrement {
    display: none;
}

.plot-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}

.plot-table-container {
    height: 400px;
    overflow-y: auto;
    position: relative;
}

/* Header styles */
.plot-table > thead {
    position: sticky;
    top: 0;
    background-color: #285c91;
    color: white;
    z-index: 100;
}

.plot-table > thead > tr > th {
    position: sticky;
    top: 0;
    background-color: #285c91;
    border: none!important;
    padding: 12px 8px;
    font-weight: bold;
    z-index: 100;
    vertical-align: middle;
}

/* Add a subtle bottom border to visually separate the header */
.plot-table > thead::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

/* Only show borders in data grid mode */
.plot-table.table-condensed > thead > tr > th,
.plot-table.table-condensed > tbody > tr > th,
.plot-table.table-condensed > tfoot > tr > th,
.plot-table.table-condensed > thead > tr > td,
.plot-table.table-condensed > tbody > tr > td,
.plot-table.table-condensed > tfoot > tr > td {
    padding: 8px;
    border: none;
}

/* Add borders only in data grid mode */
.dataGridEdit .plot-table.table-condensed > thead > tr > th,
.dataGridEdit .plot-table.table-condensed > tbody > tr > th,
.dataGridEdit .plot-table.table-condensed > tfoot > tr > th,
.dataGridEdit .plot-table.table-condensed > thead > tr > td,
.dataGridEdit .plot-table.table-condensed > tbody > tr > td,
.dataGridEdit .plot-table.table-condensed > tfoot > tr > td {
    border: 1px solid #e7e7e7;
}

/* Subtle row hover effect */
.plot-table > tbody > tr:hover {
    background-color: rgba(42, 54, 96, 0.05);
}

/* Rest of existing table styles... */
.plot-table.table-condensed > thead > tr > th,
.plot-table.table-condensed > tbody > tr > th,
.plot-table.table-condensed > tfoot > tr > th,
.plot-table.table-condensed > thead > tr > td,
.plot-table.table-condensed > tbody > tr > td,
.plot-table.table-condensed > tfoot > tr > td {
    padding: 5px;
    border: 1px solid #e7e7e7;
}

/* .plot-table > thead > tr > th {
    background-color: #f8f8f8;
} */


.container-main {
    background-color: white;
    position: absolute;
    top: 85px;
    bottom: 0;
    overflow-y: auto;
    width: auto;
    padding-bottom: 25px;
    left: 45px;
    right: 115px;
}

.container-header{
    width:auto;
    margin-left: 45px;
    margin-right:45px;
}



/*.input-group-text {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0.375rem 0.75rem;*/
/*    margin-bottom: 0;*/
/*    font-size: 1rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #495057;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*    background-color: #e9ecef;*/
/*    border: 1px solid #ced4da;*/
/*    border-radius: 0.25rem;*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*}*/

/*.input-group .form-control {*/
/*    flex: 1 1 auto;*/
/*    width: 1%;*/
/*    margin-bottom: 0;*/
/*}*/

/*.input-group .form-control:not(:first-child) {*/
/*    border-top-left-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*}*/





/* Remove fixed height and overflow from container if present */
.container.container-main {
    height: fit-content;
    overflow: visible;
}


.rzslider .rz-bar {
    height: 10px;
    background: #e0e0e0; /* Light grey background */
}

.rzslider .rz-selection {
    height: 10px;
    top: 0;
}

.rzslider .rz-pointer {
    width: 20px;
    height: 20px;
    top: -5px;
    background-color: #0db9f0;
}

.rzslider .rz-pointer:after {
    display: none;
}

.rzslider .rz-tick {
    width: 10px;
    height: 10px;
    top: -1px;
}

.rzslider .rz-tick-legend {
    top: 24px;
    font-weight: bold;
}

/*!* Custom coloring for each tick *!*/
/*.rzslider .rz-tick:nth-child(1) .rz-tick-bar { background-color: red; }*/
/*.rzslider .rz-tick:nth-child(2) .rz-tick-bar { background-color: orange; }*/
/*.rzslider .rz-tick:nth-child(3) .rz-tick-bar { background-color: green; }*/
/*.rzslider .rz-tick:nth-child(4) .rz-tick-bar { background-color: gold; }*/

/* Ensure the selection bar aligns with the main bar */
.rzslider .rz-bar-wrapper {
    height: 10px;
    top: 0;
    padding: 0;
}

.rzslider .rz-bar {
    margin-top:16px;
    height: 10px;
    top: 0;
}

.rzslider .rz-selection {
    height: 10px;
    margin-top:16px;
    top: 0;
}


/* Hide the default radio button */
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

/* Style the radio button when checked */
input[type="radio"]:checked {
    border-color: #3498db;
    background-color: #3498db;
    box-shadow: inset 0 0 0 4px #fff;
}

/* Add a hover effect */
input[type="radio"]:hover {
    border-color: #3498db;
}



.toggle-btn {
    min-width: 100px;
    position: relative;
}

.toggle-btn::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 8px;
    top: 50%;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: left 0.2s;
}

.toggle-btn.btn-primary::before {
    left: calc(100% - 20px);
}

.ragg-red { color: #FF0000; }
.ragg-amber { color: #FFA500; }
.ragg-green { color: #008000; }
.ragg-gold { color: #ff8b0e; }

.toggle-show-home-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #ccc; /* Color when inactive */
}

.toggle-show-home-button.active {
    color: gold; /* Color when active */
}

.input-group .form-control {
    z-index: unset;
}

.map-control-container {
    margin-bottom: 10px;
}

.panel-heading-map-controls{
    color: #ffffff!important;
    background-color: #285c91!important;
}

.datepicker-dropdown {
    position: fixed !important;
    z-index: 9999 !important;
}

.list-group-item.hovered {
    background-color: #f5f5f5;
    cursor: pointer;
}
.address-search-container {
    position: relative;
}

.address-suggestions-container {
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.address-suggestions {
    margin-bottom: 0;
}

.address-suggestions .list-group-item {
    cursor: pointer;
    padding: 8px 15px;
}

.address-suggestions .list-group-item.hovered {
    background-color: #f5f5f5;
}

.custom-blue-btn {
    background-color: #285c91;
    color: white;
    border: none;
}

.custom-blue-btn {
    background-color: #285c91;
    color: white;
    border: none;
}

    .custom-blue-btn:hover,
    .custom-blue-btn:focus,
    .custom-blue-btn:active,
    .custom-blue-btn:active:focus {
        background-color: #1e4c7a; /* A slightly darker shade for hover/focus/active states */
        color: white !important; /* Use !important to override Bootstrap's default behavior */
        outline: none; /* Remove the outline on focus */
        box-shadow: none; /* Remove any box shadow */
    }
.loading-spinner {
    max-height: 75px;
    max-width: 75px;
    animation: spin 1s linear infinite, bounce 0.5s infinite alternate;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}



.fa-chevron-down{
    font-size: 10px!important;
}

.fa-chevron-up{
    font-size: 10px!important;
}


.risk-type-container{
    padding: 5px;
    border-radius: 8px;
    color: white;
    margin-top: 8px;
    padding-left: 20px;
}

.risk-type-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -6px;
    vertical-align: middle;
    background-color: transparent;
    background-position: center;
    background-size: contain;
}
.risk-type-icon.icon-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



.checkbox-wrapper-18{
    display: flex;    
    justify-content: flex-start;    
    align-items: center;
    gap:8px;
}


 .checkbox-wrapper-18 .round {
     position: relative;
     margin-top:5px;
 }

.checkbox-wrapper-18 .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    width: 28px;
    display: block;
}

.checkbox-wrapper-18 .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 8px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 12px;
}

.checkbox-wrapper-18 .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}


.admin-page-container{
    margin-top:10px;
}


.btn-primary {
    background-color: #285c91!important;
    border-color: #2e6da4;
}

.table-fixed {
    width: 100%;
}
.table-fixed thead tr,
.table-fixed tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.table-fixed tbody {
    display: block;
    overflow-y: auto;
    table-layout: fixed;
    max-height: 500px;
}


.lender-dashboard-tile-exposure {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    flex-direction: column;
    border-radius: 8px;
    padding: 10px;
    max-width: 200px;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.lender-dashboard-tile-exposure-over-exposed {
    border: 1px solid #db0202;
    background: linear-gradient(to right, #db0202, #f13636);
}

.lender-dashboard-tile-exposure-over-exposed::before {
    content: "\f06a"; /* FontAwesome exclamation icon */
}

.lender-dashboard-tile-exposure-close-exposed {
    border: 1px solid #f0ad4e;
}

.localised-risk-item {
    padding: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.localised-risk-item.active {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}
}

.lender-dashboard-tile-exposure-close-exposed::before {
    content: "\f071"; /* FontAwesome warning triangle */
}

.lender-dashboard-tile-exposure-under-exposed {
    border: 1px solid #028702;
    background: linear-gradient(to right, #006c00, #06b506);
}

.lender-dashboard-tile-exposure-under-exposed::before {
    content: "\f00c"; /* FontAwesome checkmark */
}

.lender-dashboard-tile-exposure::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 120px;
    right: -10px;
    bottom: -20px;
    background: linear-gradient(to left, rgba(255,255,255,0.15), transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 0;
}

.lender-dashboard-tile-exposure h1,
.lender-dashboard-tile-exposure h4 {
    position: relative;
    z-index: 1;
    margin: 5px 0;
}



.lender-dashboard-tile-exposure-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    flex-direction: column;
    min-width:100px;
    width: auto;
    flex: 1;
    height:122px;
}

.lender-dashboard-tile-exposure-2-over-exposed {
    /*background: linear-gradient(to right, #ffffff, #ff000047)*/
    background-color: #ff000047;
}

.lender-dashboard-tile-exposure-2-over-exposed::before {
    content: "\f06a"; /* FontAwesome exclamation icon */
    background: #D94E67;
}

.lender-dashboard-tile-exposure-2-close-exposed {
    /*background: linear-gradient(to right, #ffffff, #ff960047);*/
    background-color: #ff960047;
}

.lender-dashboard-tile-exposure-2-close-exposed::before {
    content: "\f071"; /* FontAwesome warning triangle */
    background: #e1970a;
}

.lender-dashboard-tile-exposure-2-under-exposed {
    /*background: linear-gradient(to right, #ffffff, #2c935b7d);*/
    background-color: #2c935b7d;
}

.lender-dashboard-tile-exposure-2-under-exposed::before {
    content: "\f00c"; /* FontAwesome checkmark */
    background: #2c935b;

}

.lender-dashboard-tile-exposure-2::before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 50px;
    right: 5px;
    bottom: 0;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 0;
}

.lender-dashboard-tile-exposure-2 h1,
.lender-dashboard-tile-exposure-2 h4 {
    position: relative;
    z-index: 1;
    margin: 5px 0;
}

.lender-site-tile{
    color: #3e3e3e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.lender-site-header-container{
    display:flex;
    margin-top: -10px;
    margin-bottom: 10px;
    align-items: center;
    padding: 0;
}

.lender-dashboard-logo{
    max-width: 300px;
    max-height: 75px;
    margin-left: auto;
}

.lender-dashboard-rag-table{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
}

.ragg-section{
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
}

.ragg-chart-dropdown-button{
    text-align: left;
    margin-bottom:10px;
    width:100%;
}

@media (max-width: 600px) {
    .container-main {
        left: 20px;
        right: 20px;
    }
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 8px 12px;
}

.ui-select-match .ui-select-clear {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.ui-select-match .ui-select-clear:hover {
    color: #d9534f;
}


.lender-apply-filters-button{
    float: right;
    margin-top: 10px;
}

.lender-list-tile-container{
    display:flex;
    justify-content:center;
    align-items:center;
    height:180px;
    cursor:pointer!important;
}

.lender-list-image{
    max-width:100%;
    max-height:150px;
    display: block;
    margin: 0 auto;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

#exposureSlider {
    height: 10px;
    border-radius: 5px;
}

#groupExposureSlider{
    height: 10px;
    border-radius: 5px;
}

.noUi-handle {
    border-radius: 50%;
    width: 18px !important;
    height: 18px !important;
    top: -5px !important;
    border: 2px solid white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.noUi-connect {
    background: none;
}

.noUi-target {
    background: linear-gradient(to right,
    #2c935b7d 0%, #2c935b7d var(--amber-stop),
    #ff960047 var(--amber-stop), #ff960047 var(--red-stop),
    #ff000047 var(--red-stop), #ff000047 100%);
}

.noUi-handle:before {
    display:none;
}
.noUi-handle:after {
    display:none;
}


/* Add these CSS rules to your stylesheet */
.tableFixHead table.table-fixed {
    table-layout: fixed;
    width: 100%;
}

.tableFixHead table.table-fixed th,
.tableFixHead table.table-fixed td {
    min-width: 20px; /* Set your desired minimum width */
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 0; /* Forces the cell to respect width constraints */
}

/* For columns that need specific widths */
.tableFixHead table.table-fixed th[style*="width"],
.tableFixHead table.table-fixed td[style*="width"] {
    /* Keep the inline width settings */
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 20px; /* Minimum width for columns with explicit width */

}

/* Add a title attribute to display full text on hover */
.tableFixHead table.table-fixed td span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.loading-risks{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 54px;
    border: none;
}

.image-upload-container {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    min-height: 150px;
    position: relative;
    outline: none;
}

.image-upload-container.drag-over {
    border-color: #4cae4c;
    background-color: rgba(92, 184, 92, 0.1);
}

.image-upload-container.paste-ready {
    border-color: #5bc0de;
    background-color: rgba(91, 192, 222, 0.1);
}

.image-upload-container .upload-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.image-upload-container .upload-instructions {
    margin-top: 15px;
    color: #666;
}

.image-upload-container .upload-instructions p {
    margin: 5px 0;
}

.paste-mode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(91, 192, 222, 0.1);
    z-index: 5;
}

.paste-instructions {
    text-align: center;
    color: #31708f;
}

.paste-instructions kbd {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    color: #333;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}

.paste-area {
    position: fixed;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

.fa-info-circle{
    color: #4ba2fb;
}

.localised-risk-item {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #d3d3d3;
    color:black;
    padding: 5px 5px 5px 20px;
}

.risk-type-text {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.risk-edit-btn {
    margin-left: 5px;
}


.gm-style-iw-chr{
    display: none;
}

.field-error-text{
    color: #d33a35;
    font-size: 12px;
    margin-top: 5px;
}

.insite-blue{
    color:#285c91;
}

.insite-logo-approved-icon {
    position: absolute;
    top:5px;
    right:3px;
    font-size: 22px;
}

.site-filter-field{
    margin-left: 0!important;
    margin-right: 0!important;
}


.nhbc-approval-button{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-color: orange;
    border-width: 2px;
    height: 38px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.nhbc-approval-button:hover {
    border-color: orange;
    background-color: rgba(255, 165, 0, 0.1);
}

.selectize-control{
    top:3px;
}

.btn-success{
    border-color: transparent!important;;
    background-color: #16A34A!important;
}

.btn-success:hover{
    background-color: #15803D!important;
}

.plot-field-import-data-container {
    height: 34px;
    border: 1px solid orange;
    border-radius: 4px;
    display: flex;
    align-items: center;
    min-width: 220px;
    gap:10px;
    width: fit-content;
    padding-left: 10px;
}

.plot-take-import-data-value-button{
    margin-left: auto;
    margin-right: 5px;
    height: 25px;
    width: 25px;
    padding: 4px;
}

.nhbc-exposure-checkboxes{
    display: flex;
    gap: 20px;
    align-items: flex-end;
    height: 60px;
    
}

.nhbc-plot-changes-warning{
    float: right;
    background-color: #fdbf2d;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.ui-select-match-text{
    overflow: hidden;
}

.selectize-input{
    z-index: 0;
}

.card:hover .overlay {
    display: block !important;
}