﻿
/* STC 
    ps: #f9c725;
    st: #65613C;
    pk: #f9c725;
*/

/*  TSP
    ps: #f9c725;
    st: #65613C;
    pk: #f9c725;
*/

body {
    background-color: #EEEEEE !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding: 0;
    min-height: calc(100vh - 76px) !important;
}

h1, h2, h3 {
    color: #f9c725;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    width: 100%;
}

/* theCRM Styles*/
/* Content Stuff */
/********************************************************************************************************************************************/
.object-container, .object-container-sub, .object-container-tabs {
    background-color: white;
    margin: 0px 10px 10px 10px;
    /* 15/01/2025 - padding: 0 0 10px 0;*/
    /*overflow-x: visible; */
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    border-radius: 8px;
    text-align: left;
}

.object-container-sub {
    display: flex;
    flex-direction: column;
    /*flex-grow: 1;*/
    /*display: block;*/
}

.object-container {
    /*z-index: 200; */
}

.object-container-tabs {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    /*min-height: 100%;*/
}

.object-container-page {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 8px;
    margin-left: 10px;
}

.object-containers-full-width {
    margin-top: 56px;
    height: calc(100vh - 100px);
}

.modal-title {
    color: #f9c725;
    font-size: 1.3em;
}

.desktop-list-container {
    background-color: white;
    margin: 20px 10px 10px 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    border-radius: 8px;
    overflow-x: auto;
    text-align: left;
    height: 100%;
}

/* Homepage Dashboard */
.dx-dashboard-viewer-content {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dx-layout-item-container {
    margin: 0 !important;
}

.dx-dashboard-viewer-content {
    background-color: white !important;
}
/* Hopepage Dashboard */


.dashboard-container {
    background-color: white;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    border-radius: 8px;
    overflow-x: hidden;
}

.object-containers-users, .object-containers-admin {
    width: 400px;
    margin: 0 auto 0 auto;
    padding-bottom: 10px;
}

.object-containers-admin {
    padding-top: 100px;
}

#content {
    width: 100%;
    min-height: calc(100vh - 148px); /*Becuase it was adding extra and making a scroll bar*/
    transition: all 0.3s;
    position: absolute;
    top: 128px;
    right: 0;
    padding-left: 60px;
}

.content {
    min-height: calc(100vh - 56px) !important;
    /*background-color: #e4f3ff;*/
}

.content-admin-popout {
}

#subcontent {
    width: 100%;
    min-height: calc(100vh - 66px);
    transition: all 0.3s;
    /*padding-top: 10px;*/
    right: 0;
    padding-left: 60px;
}

#subcontentnoleftnav {
    width: 100%;
    min-height: calc(100vh - 56px);
    transition: all 0.3s;
}

/*.user-master {
    background-image: url("../images/user-login-wallpaper.jpg");
    background-repeat: no-repeat;
    background-size:1920px;
    background-position:top;
}
.site-master {
    background-image: url("../images/site-wallpaper.jpg");
    background-repeat: no-repeat;
}*/

.lime-text {
    color: #f9c725!important;
    text-decoration: none !important;
}

.pageoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.1 !important;
    z-index: 99998 !important;
    will-change: opacity;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*.pageoverlay:hover {adisplay:none;}*/

.navhidden {
    -webkit-transform: translateX(-125%);
    -ms-transform: translateX(-125%);
    transform: translateX(-125%);
}

.navshown {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}



.rgba-brown-strong {
}

.detailFields {
    /*background-color: red;*/
}
/*Form element stuff*/
/********************************************************************************************************************************************/
.input-group-append {
    cursor: pointer;
}


.input-group-text {
    width: 24px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.8em !important;
    padding-top: 10px !important;
}

.addon-a {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.input-group-addon a {
    color: black; /*#f9c725 !important;*/
}

.small-link {
    color: #f9c725;;
    font-size: 0.8em;
}

    .small-link:hover {
        color: #65613c;
    }

.object-containers-users h4 {
    text-align: left;
    color: #65613c;
}

input[type=checkbox] {
    opacity: 1 !important;
    position: static !important;
}

/* Nav stuff */
/********************************************************************************************************************************************/
.object-menu, .master-navbar, .master-navbar-blank {
    background-color: #404040 !important;
    height: 56px;
    padding: 0px 0px 0px 0px;
    margin: 0 50px 0 50px;
    /*text-align: right;*/
    color: white;
    line-height: 34px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    width: calc(100% - 60px);
    top: 0px;
    z-index: 99;
    border-top: 3px solid #f9c725 !important;
    border-bottom: 1px dashed #f9c725 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    top: 0;
    clear: both;
    /*New*/
    width: 100% !important;
    display: table;
}

.burger-div {
    display: inline-block;
    margin: 2px 0 0 20px;
}

.burger-div-blank {
    margin: 0 0 0 10px;
}

.theCRMLogo {
    margin: 0 0 0 10px;
    cursor: pointer !important;
}



.navbar-search, .right-nav-items, .right-nav-items-sub, .navbar-object-name {
    width: 32%;
}

.theCRMLogo img {
    height: 90px;
}

.left-nav-area, .navbar-search, .right-nav-items, .navbar-object-name {
    height: 50px;
    display: inline-block;
}

.left-nav-area {
    /*z-index: 1100;*/
    width: 154px !important;
}

    .left-nav-area div {
        display: inline-table;
    }

.navbar-search {
    text-align: center;
}

    .navbar-search .input-group {
        margin-top: 10px;
    }

.search-txt {
    height: 32px !important;
    background-color: #E0E0E0;
}

.search-mag {
    width: 28px;
    font-size: 1.2em;
}

.navbar-object-name {
    color: #f9c725;
    font-size: 1.8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}
.navbar-object-name i {
    margin-right: 10px; /* Space after icon, adjust as needed (e.g., 5px, 15px) */
}
.object-table-icon, .left-nav-icon {
    color: #f9c725 !important;
}

.right-nav-items {
    padding: 8px 10px 0 0;
    text-align: right;
}

    .right-nav-items ul {
        margin: 0;
    }



.loggedintemplate {
    margin: 0;
    padding: 0;
}

.navbar-logo {
    color: #f9c725 !important;
    font-weight: bold;
    font-size: 1.5em !important;
}

.nav-item-icon {
    color: #f9c725 !important;
    background-color: #404040 !important;
    display: inline-block;
    font-size: 1.1em;
    width: 32px;
}

.nav-hamburger {
    color: #f9c725;
    display: inline-block;
    font-size: 1.1em;
    width: 32px;
}

.nav-slide-out {
    font-size: 1.4em !important;
    display: inline-block;
    text-decoration: none;
}

    .nav-slide-out:hover {
        text-decoration: none;
    }


.sub-nav-link, .sub-nav-link-button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    background: #f9c725;;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    font-size: .9em !important;
    line-height: 16px !important;
    border: 0px !important;
    margin: 6px 0 0 10px;
}

.right-nav-items ul li {
    text-decoration: none;
    display: inline-block;
    /*margin: 3px 6px 0 0;*/
}

.sub-nav-link-button {
    border: 0px !important;
}

.sub-nav-link:hover {
    background: #a3a10f;
    text-decoration: none;
    color: #ffffff;
}
/* New object level buttons*/
.sub-nav-link-close, .sub-nav-link-save, .sub-nav-link-save-close, .sub-nav-link-workflow, .sub-nav-link-email, .sub-nav-link-email-send, .sub-nav-link-design {
    color: #f9c725 !important;
    min-width: 24px;
    background: none !important;
    font-size: 1.2em;
    padding: 6px 0 0 6px;
    border: none;
}

    .sub-nav-link-save:disabled, .sub-nav-link-save-close:disabled, .sub-nav-link-save, .sub-nav-link-save-close {
        border: none;
    }

.sub-nav-link-zoom {
    background-color: #404040;
    background-image: url('../images/zoom-logo.PNG'); /* Path to your image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 21px;
    min-width: 90px !important;
    color: #2D8CFF !important;
    padding: 14px 18px 0 14px;
    border: none;
    margin-top: 8px;
}
/*    .sub-nav-link-zoom:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f03d";
    }*/
.sub-nav-link-workflow {
    margin-right:10px;
}
.sub-nav-link-workflow-red, .sub-nav-link-workflow-amber, .sub-nav-link-workflow-green {
    min-width: 24px;
    background: none !important;
    font-size: 1.1em;
    padding: 6px 0 0 6px;
    border: none;
}

.sub-nav-link-workflow-red {
    -webkit-animation: flash linear .5s infinite;
    animation: flash linear .5s infinite;
    color: red !important;
}

.sub-nav-link-workflow-amber {
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
    color: orange !important;
}

.sub-nav-link-workflow-green {
    color: lightgreen !important;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.sub-nav-link-close:hover, .sub-nav-link-save:hover, .sub-nav-link-save-close:hover, .sub-nav-link-workflow:hover, .sub-nav-link-email:hover, .sub-nav-link-email-send:hover, .sub-nav-link-design:hover {
    color: #65613c !important;
}

.sub-nav-link-workflow-red:hover {
    color: darkred !important;
}

.sub-nav-link-workflow-amber:hover {
    color: darkorange !important;
}

.sub-nav-link-workflow-green:hover {
    color: darkgreen !important;
}

.sub-nav-link-email:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f0e0";
}

.sub-nav-link-email-send:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f1d8";
}

.sub-nav-link-design:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f568";
}

.sub-nav-link-design {
    margin-right: 5px;
}

.sub-nav-link-save:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f0c7";
}

.sub-nav-link-save-close:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f14a";
}

.sub-nav-link-close:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f410";
}

.sub-nav-link-workflow:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f059";
    font-size: 1.3em;
}

.sub-nav-link-workflow-green:before, .sub-nav-link-workflow-amber:before, .sub-nav-link-workflow-red:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f05a";
    font-size: 1.3em;
}

.right-nav-items-sub {
    width: 30%;
    text-align: right;
    display: table-cell;
    padding: 2px 10px 0 0;
    text-align: right;
}

.workflowrow {
    margin-top: 10px;
    padding: 0 10px 10px 10px;
    height: 100%;
}

.dxhe-docTypeXHTML {
    border: none !important;
}

.workflow-frame {
    height: 100%;
    width: 100%;
    border: none;
}

#subContent_panelContent {
    height: 100%;
}

.workflow-frame-body {
    background-color: white !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5;
    color: #495057;
}


#slide-out {
    margin-top: 100px !important;
}

.rgba-brown-strong, .rgba-brown-strong:after {
    /*Edit this for your own main nav colour*/
    background-color: rgba(70,67,42,.7)
}

/* New Left Nav*/
.left-nav-item i {
    width: 26px;
    color: #dad832;
    font-size: 1.1em;
}



/*Alerty things*/
/********************************************************************************************************************************************/
/* alertToast 31/03/2021 */
.alerttoast, .alerttoastchat {
    visibility: hidden;
    position: fixed;
    bottom: 40px;
    right: 20px;
    min-width: 480px;
    border: none;
    border: 1px solid #AAAAAA;
    border-radius: 8px;
    z-index: 99999;
    background-color: white;
    padding: 8px 16px 8px 16px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
}

.alerttoastpopup a {
    color: #f9c725;
}

    .alerttoastpopup a:hover {
        text-decoration: none;
    }

@media screen and (max-width: 768px) {
    .alerttoast, .alerttoastchat {
        right: 10px;
        width: calc(100% - 20px);
        min-width: 200px !important;
        margin-top: -10px;
    }
}

.alert-green {
    border-top: 6px solid rgba(0,128,0);
    background-color: white
}

    .alert-green:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 1.5em;
        color: rgba(0,128,0);
        font-weight: 100;
        content: "\f058";
        margin-right: 10px;
    }

.alert-amber {
    border-top: 6px solid rgba(255,140,0);
    background-color: white;
}

    .alert-amber:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 1.5em;
        color: rgba(255,140,0);
        font-weight: 100;
        content: "\f071";
        margin-right: 10px;
    }

.alert-red {
    border-top: 6px solid rgba(200,0,0);
}

    .alert-red:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 1.5em;
        color: rgba(200,0,0);
        font-weight: 100;
        content: "\f071";
        margin-right: 10px;
    }

.alert-blue {
    border-top: 6px solid rgba(173, 216, 230);
}

    .alert-blue:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 1.5em;
        color: rgba(200,0,0);
        font-weight: 100;
        content: "\f071";
        margin-right: 10px;
    }

/* Fade in and out animation */
@keyframes fade {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

.fade-out {
    animation-name: fadeout;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


/*Desktop Header*/
/********************************************************************************************************************************************/
.desktop-header-wrapper {
    background-color: white;
    padding: 10px 20px 20px 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    position: fixed;
    top: 56px;
    width: calc(100% - 60px);
    z-index: 996;
    height: 64px;
}

.desktop-header {
    font-size: 1.2em;
    text-align: left;
}

.who-buttons, .desktop-header {
    display: table-cell;
    width: 100% !important;
}

.who-buttons {
    padding: 0;
    margin-right: 0 !important;
    text-align: right !important;
}

.who-buttons-text {
    display: inline-block !important;
    font-family: Arial;
    margin: 0 !important;
    padding: 0 !important;
}

.who-buttons-icon {
    padding-top: 3px;
}

.desktop-header-h1 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    border-bottom: 1px solid #f9c725;;
}

.header-link-button {
    color: #f9c725;;
    font-size: 0.8em;
}

/* Desktop Charting */
/********************************************************************************************************************************************/
.dashboard-container-chart {
    background-color: white;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    border-radius: 8px;
    overflow-x: hidden;
    width: 360px;
    display: inline-block;
}

.dashboard-container-list {
    background-color: white;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    border-radius: 8px;
    overflow-x: hidden;
    width: 360px;
    display: inline-block;
}

.chart-title {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

/*Form layout stuff*/
/********************************************************************************************************************************************/
.control-label {
    font-size: 0.9em !important;
    margin-bottom: 5px !important;
    font-weight: bold;
    display: block;
}

.control-tooltop {
    margin-top: 5px;
    background-color: lightblue;
}

.control-tooltip:after {
    margin-left: 3px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f05a";
    color: #f9c725;
    cursor: wait;
}

.form-group .form-control {
    width: 100%;
    font-size: 0.9em;
}

.dxbs-textbox .form-control {
    /* Dan 23/03/2023 - Filter row text boxes in lists */
    font-size: 1em;
}

.form-group {
    margin-bottom: 15px !important;
}

input[type="checkbox"] {
    width: 24px !important;
    padding-top: 0px;
    margin-top: 0px;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

/*Account Page stuff*/
/********************************************************************************************************************************************/
.account-page-wrapper {
    margin: 50px auto 0 auto;
    width: 480px;
    /*font-size:1.4em;*/
}

.account-page-button {
    padding: 0 54px 0 20px;
}

/* theCRM grid list view stuff */
/********************************************************************************************************************************************/

.gridListWrapper {
    background-color: white;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    border-radius: 8px;
    text-align: left;
    height: calc(100vh - 120px);
    overflow: hidden;
    overflow-y: visible;
}
/* Different for desktop now */
.theDesktopWrapper {
    padding: 10px;
}

#gridListWrapperSub {
}

/*    .newlinkedobject {
        height: calc(100vh - 88px) !important;
    }

    .desktop-reminders {
        height: 50vh !important;
    }



    .gridListHeader {
        height: 54px;
    }

    .gridListContainer {
        overflow: auto;
        min-height: 0;
        height: calc(100% - 104px);
        border-bottom: 1px solid #DDDDDD;
    }

    .gridListFooter {
        height: 34px;
        padding-top: 10px;
        width: 100%;
        display: table;
        text-align: center;
    }

    .gridListPageControls {
        margin: auto;
        display: inline-block;
    }

        .gridListPageControls div {
            display: table-cell;
        }

    .gridList {
        border: none;
        height: 100%;
        width: 100%;
        font-size: .9em;
        table-layout: fixed;
        overflow: auto;
    }

        .gridList td, .gridList th {
            padding: 10px;
            border: none;
            white-space: nowrap;
        }

    .grid-row {
        line-height: 1em;
        border-bottom: solid 1px #EEEEEE;
    }

        .grid-row:hover {
            background-color: #f9c725;;
            color: #FFFFFF;
            cursor: pointer;
        }

    .removeLinkCell a {
        display: none;
    }

    .grid-row:hover > .removeLinkCell a {
        display: block;
    }

    .grid-header:hover {
        cursor: default;
    }

    .grdHiddenCol, .hidden {
        display: none;
    }

    .gridListHeader .form-group {
        display: inline-block;
    }

    .gridListSearch {
        padding: 0;
    }


    .local-search-div {
        width: 300px;
        height: 32px;
        position: relative;
        margin-top: 0px;
        display: inline-block;
    }

    .gridListHeader .input-group {
        padding: 0;
    }


    .page-item .custom-select {
        margin: 0 10px 0 10px;
    }

    .gridListStats {
        float: left;
        color: #f9c725;
        height: 100%;
        display: flex;
    }

    .page-item .btn-primary {
        background-color: #f9c725;
        border-color: #f9c725;
    }

    .grid-header-cell a, .grid-header th {
        color: #65613c;
        font-weight: bold;
    }

    .grid-row {
        min-width: 100%;
        width: 100%;
    }

    .modal-body {
        background-color: #EEEEEE !important;
        padding: 0;
    }

    .selectusers {
        height: 100%;
        width: 100%;
    }

    .grid-row-cell {

        overflow: hidden;
        vertical-align: bottom;
    }

    .grid-header-cell {
        overflow: hidden;
        padding: 0 !important;
    }

    .removeLinkCell {
        text-align: right;
        width: 32px !important;
        font-size: 1em;
        color: #f9c725;
    }*/
/* Tooltip stuff */
/********************************************************************************************************************************************/
.tooltip-inner {
    color: #65613c;
    background-color: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #65613c;
}

.tooltip .arrow::before {
    border-bottom-color: #444 !important;
    border-top-color: #444 !important;
}

/* Multi-select Stuff */
/********************************************************************************************************************************************/
/*selecta {
    height: 200px !important;
    display: block
}*/

/* Phocus Dashboard */
.phocusDashboard {
    width: 100%;
    height: 100%;
    border: none;
}

/* Google Maps stuff*/

.google-company-header {
    font-weight: bold;
    color: #f9c725
}

/* Avatar Initials */
/********************************************************************************************************************************************/
.logo-initials {
    position: relative;
    left: -40px;
    width: 40px;
    display: inline-table;
}

.avatar-username {
    width: 140px;
    display: inline-table;
    /*background-color: red;*/
    margin-left: -40px;
}

.logo-wrapper {
    overflow: hidden;
    /*background-color:green;*/
}

/* Dropdown management */
.dropdown-controls {
    font-size: 1.8em;
}


/* From bootstrap ---------------------------- */
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file,
    .input-group > .custom-select,
    .input-group > .form-control,
    .input-group > .form-control-plaintext {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .custom-file + .custom-file,
        .input-group > .custom-file + .custom-select,
        .input-group > .custom-file + .form-control,
        .input-group > .custom-select + .custom-file,
        .input-group > .custom-select + .custom-select,
        .input-group > .custom-select + .form-control,
        .input-group > .form-control + .custom-file,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .form-control,
        .input-group > .form-control-plaintext + .custom-file,
        .input-group > .form-control-plaintext + .custom-select,
        .input-group > .form-control-plaintext + .form-control {
            margin-left: -1px
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
        .input-group > .custom-select:focus,
        .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4
        }

        .input-group > .custom-select:not(:last-child),
        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-select:not(:first-child),
        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label,
        .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

    .input-group-append .btn,
    .input-group-prepend .btn {
        position: relative;
        z-index: 2
    }

        .input-group-append .btn:focus,
        .input-group-prepend .btn:focus {
            z-index: 3
        }

        .input-group-append .btn + .btn,
        .input-group-append .btn + .input-group-text,
        .input-group-append .input-group-text + .btn,
        .input-group-append .input-group-text + .input-group-text,
        .input-group-prepend .btn + .btn,
        .input-group-prepend .btn + .input-group-text,
        .input-group-prepend .input-group-text + .btn,
        .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px
        }

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .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: .25rem
}

    .input-group-text input[type=checkbox],
    .input-group-text input[type=radio] {
        margin-top: 0
    }

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-text-admin {
    width: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.8em !important;
    padding-top: 0px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .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: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append a {
    text-decoration: none !important;
    padding-left: 9px !important;
    padding-top: 4px !important;
}

.input-group-append .add-on {
    cursor: pointer;
    /*width: 14px;
    height: 14px;*/
    width: 24px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.8em !important;
    padding-top: 0px !important;
    padding-left: 5px !important;
}
/* overrides */
.input-group-append .input-group-text-button {
    width: auto;
    font-size: 1em !important;
    padding: 0 10px 0 10px !important;
}

.input-group-append .input-group-text:hover {
    background-color: #c4ccd4;
}
/* ---------------------------- */
/* ReportView Stuff */
/********************************************************************************************************************************************/
.reportviewercontainer {
    min-height: calc(100vh - 76px) !important;
    overflow: auto;
    padding-bottom: 0;
}

.reportviewercontrol {
    background-color: #FAFAFA;
    width: 100% !important;
    height: 100% !important;
}

/* Dropdown Multi-select stuff */
.themultiselect .dropdown-toggle {
    margin: 0 !important;
    padding: 0 10px 0 10px !important;
}

.themultiselect .text {
    font-size: 0.8em;
}

.themultiselect {
    padding-top: 4px;
}

/* signature form control stuff*/
.signature {
    height: 98px !important;
}

/* Bootstrap Gridview Stuff*/
.dxbs-gridview {
    width: 100% !important;
    font-size: 0.9em;
}

.dxbs-button {
    color: #f9c725;
}
/*.dxbs-cmd-cell .dxbs-button:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f055" !important;
}*/


.dxbs-cmd-cell .dxbs-button {
    text-decoration: none;
}

.dxbs-editform:hover {
    background-color: white !important;
}

.thelist-edittemplate-buttons {
    display: flex;
    width: 100%;
    padding: 20px 0 10px 5px;
}

.thelist-edittemplate-buttons-right {
    display: flex;
    width: 100%;
    padding: 30px 10px 10px 5px;
}

    .thelist-edittemplate-buttons-right button {
        margin-left: auto;
    }


.thelist-edittemplate-buttons .btn {
    margin-left: 10px;
}

.thelist-edit-template .dxbs-button {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    background: #f9c725;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    font-size: .9em !important;
    line-height: 16px !important;
    border: 0px !important;
    margin: 6px 0 0 10px;
}

.dxbs-editform {
    padding: 0 !important;
}

.dxToolbarButton {
    font-size: 1em !important;
}

.dxbs-icon-filter {
    color: #f9c725; !important;
}

    .dxbs-icon-filter:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f142" !important;
    }

.active > .dxbs-icon-filter {
    color: #f9c725 !important;
}

.dxbs-fixed-header-content a {
    color: #65613c !important;
    font-weight: 500;
}

.dxbs-ta-title {
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 1.4em !important;
    /*    aborder-bottom: 1px solid #f9c725;;*/
}

.dxbs-edit-row input {
    padding: 0 0 0 2px;
    font-size: 1em;
}

.dxbs-edit-row .form-control[readonly] {
    background-color: #f0f0f0;
    border: none;
}

.dxbs-edit-row {
    height: 30px !important;
}


.card-body {
    padding: 10px 0 0 0 !important;
}

.tab-content .card-body {
    padding: 0 !important;
}

.gridviewbuttonicon {
    font-family: "Font Awesome 5 Pro";
    font-size: 1em;
    color: #f9c725;
    /*color: #f9c725;;*/
}

.gridviewbuttoniconsub {
    font-family: "Font Awesome 5 Pro";
    font-size: 0.8em !important;
    color: #f9c725;
}

.thelisttitleicon {
    color: #f9c725;
    margin-right: 5px;
}

.gridviewbutton {
    font-size: 1em;
    padding: 3px 6px 3px 6px;
}

    .gridviewbutton .dxbs-icon-search {
        display: none;
    }


/*Hack stop stop gridview headers change when sorting disabled (quote items)*/
.dxbs-fixed-header-content span {
    width: 100%;
}
/*Hack stop stop gridview headers change when sorting disabled (quote items)*/

.iconNewObject:before {
    font-weight: 100;
    content: "\f067";
}

.iconSaveLayout:before {
    font-weight: 100;
    content: "\f0c7";
}

.iconLoadLayout:before {
    font-weight: 100;
    content: "\f005";
}

.iconGroupButton:before {
    font-weight: 100;
    content: "\f5fd";
}

.iconFilterButton:before {
    font-weight: 100;
    content: "\f0b0";
}

.iconRevertButton:before {
    font-weight: 100;
    content: "\f0e2";
}

.iconReloadButton:before {
    font-weight: 100;
    content: "\f01e";
}

.iconResetLayout:before {
    font-weight: 100;
    content: "\f2f1";
}

.iconCustomise:before {
    font-weight: 100;
    content: "\f013";
}

.iconSaveBookmark:before {
    font-weight: 100;
    content: "\f02e";
}


.iconSaveRecipients:before {
    font-weight: 100;
    content: "\f0c0";
}

.iconShareLayout:before {
    font-weight: 100;
    content: "\f14d";
}

.iconSearchButton:before {
    font-weight: 100;
    content: "\f002";
}

.iconExportCSV:before {
    font-weight: 100;
    content: "\f6dd";
}

.iconExportPDF:before {
    font-weight: 100;
    content: "\f1c1";
}

.iconExportExcel:before {
    font-weight: 100;
    content: "\f1c3";
}

.iconUploadCloud:before {
    font-weight: 100;
    content: "\f382";
}

.iconCut:before {
    font-weight: 100;
    content: "\f0c4"
}

.iconCopy:before {
    font-weight: 100;
    content: "\f0c5"
}

.iconRevise:before {
    font-weight: 100;
    content: "\f044"
}

.iconExchange:before {
    font-weight: 100;
    content: "\f362"
}

.iconPaste:before {
    font-weight: 100;
    content: "\f0ea"
}

.iconComment:before {
    font-weight: 100;
    content: "\f4b2"
}

.iconHeading:before {
    font-weight: 100;
    content: "\f1dc"
}

.iconJustMine:before {
    font-weight: 100;
    content: "\f4c2"
}

.iconMoveUp:before {
    font-weight: 100;
    content: "\f325"
}

.iconMoveDown:before {
    font-weight: 100;
    content: "\f322"
}

.iconUnlink:before {
    font-weight: 100;
    content: "\f2ed"
}

.iconExternalLink:before {
    font-weight: 100;
    content: "\f08e"
}

.iconInboxIn:before {
    font-weight: 100;
    content: "\f310";
}

.iconInboxOut:before {
    font-weight: 100;
    content: "\f311";
}

.iconReply:before {
    font-weight: 100;
    content: "\f3e5";
}

.iconReplyAll:before {
    font-weight: 100;
    content: "\f122";
}

.iconForward:before {
    font-weight: 100;
    content: "\f064";
}




.iconCookie:before {
    font-weight: 100;
    content: "\f564";
}

.iconReport:before {
    font-weight: 100;
    content: "\f201";
}

.iconBookmark:before {
    font-weight: 100;
    content: "\f02e";
}

.iconMerge:before {
    font-weight: 100;
    content: "\f387"
}

.iconImport:before {
    font-weight: 100;
    content: "\f56f"
}

.iconGlobalDelete:before {
    font-weight: 100;
    content: "\f056"
}

.iconCustomFilter:before {
    font-weight: 100;
    content: "\e03e";
}

.iconJustMine:before {
    font-weight: 100;
    content: "\e073";
}


.buttonDeleteBookmark:hover, .buttonDeleteBookmark {
    text-decoration: none !important;
}

    .buttonDeleteBookmark:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        color: #f9c725;
        content: "\f057";
        text-decoration: none !important;
    }

.buttonUnlinkObject {
    height: 20px !important;
}

    .buttonUnlinkObject:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 100;
        font-size: .8em;
        color: #f9c725;
        content: "\f127";
        text-decoration: none !important;
    }

.dxbs-cmd-cel {
    background-color: red !important;
}

.buttonAddProduct:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f055" !important;
}

.buttonEditProduct, .buttonDeleteProduct {
    /*width: 24px !important;margin-right:8px!important;*/
}

    .buttonEditProduct:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 100;
        content: "\f044" !important;
    }

    .buttonDeleteProduct:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 100;
        content: "\f2ed" !important;
    }

#content {
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 56px;
    right: 0;
    padding-left: 60px;
}

.card {
    border: none !important;
}

.card-header {
    border: none !important;
}

.dxbs-fixed-header-content {
    padding: 4px 0 4px 0;
    border: none !important;
    border-right: solid 1px #FFFFFF !important;
}

.theHeaderRow:hover .dxbs-fixed-header-content {
    border-right: dashed 1px #BBBBBB !important;
}

.theHeaderRow .dxbs-fixed-header-content span {
    color: #65613c;
    font-weight: 500;
    /*padding-right:10px;*/
}

.theFilterRow td {
    border: none;
}

.dxbs-input-cntr {
    min-height: 28px !important;
    font-size: .9em;
}

/*.dxbs-dropdown-edit .form-control  {
    padding:0!important;
    height: 20px !important
}*/

.dxbs-icon-arrow-up, .dxbs-icon-arrow-down {
    color: #65613c !important;
}

.dxbs-footer-row {
    /*abackground-color: #eeeeee !important;*/
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    color: #f9c725;
}

    .dxbs-footer-row td {
        border: none !important;
        height: 36px !important;
        padding-top: 9px !important;
    }

/* DevEx Tabs */
.nav-link .tabCountBadge {
    color: #f9c725;
    /*color:white;*/
    background-color: inherit;
    font-size: 0.7em;
    padding-left: 0px;
    padding-top: 0px;
    vertical-align: top;
    /*width: 18px;
    height: 18px;
    border-radius: 9px;
    
    color: #FFFFFF;
    
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;*/
}
/*.nav-link.active .tabCountBadge {
    color: #65613c!important;
}*/
.detailTab {
    /*height: 10px;*/
    min-height: 100%;
    /*background-color: aquamarine;*/
    /*overflow-y: visible;*/
}
/*.detailTab:after {
    clear:both;
}*/
.insightTab {
    height: 100%; /*10px;*/
    max-height: calc(100vh - 134px) !important;
    width: 100% !important;
    /*background-color:red;*/
    display: flex;
}

.insightReport {
    width: 100% !important;
}

.subTabTabs {
    margin: 0px;
    padding: 0; /*2px 0 2px;*/
    height: 32px;
    color: white;
}

.tabCount {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    margin: 0 0 0 4px;
    background-color: #65613c;
    color: #FFFFFF;
    font-size: 0.8em;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}

.nav-tabs {
    /*min-height: 40px !important;*/
    /*background-color: white;*/
    border-radius: 8px;
    border: none !important;
    /*flex-grow: 1;*/
}

    .nav-tabs .nav-item a:visited {
        /*background-color: red;*/
        text-decoration: none;
    }

    .nav-tabs .nav-item .nav-link {
        font-size: .9em !important;
        color: #65613c;
        border: none;
        border-bottom: 3px solid white;
        padding: 8px 10px 8px 10px;
        font-weight: 500;
    }

    .nav-tabs .nav-item .active {
        font-weight: bold;
    }

.tab-content {
    padding: 0 !important;
    margin: 0 !important;
    z-index: 227;
    display: flex;
    flex-grow: 1;
    /*min-height:90%;*/
    /*background-color: orange;*/
    /*height: 100%;*/
    /*border: 2px solid green;*/
}
/*.tab-content:after {
    clear:both;
}*/
/* Border bottom tab page hover */
.tab-coloured-hov-0 .nav-link:hover, .tab-coloured-hov-0 .active {
    border: none;
    border-bottom: 3px solid #f9c725; !important;
}

.tab-pane {
    z-index: 220;
    /*background-color:greenyellow;border:5px solid red;*/
    padding: 10px 10px 0 10px;
    width: 100%;
    /*min-height:90%;*/
}

    .tab-pane div, .dxbs-fm-upload-panel .card-footer {
        font-size: 13px;
    }

.tab-coloured-hov-1 .nav-link:hover, .tab-coloured-hov-1 .active {
    border: none;
    border-bottom: 3px solid #65613c !important;
}

.tab-coloured-hov-2 .nav-link:hover, .tab-coloured-hov-2 .active {
    border: none;
    border-bottom: 3px solid #f9c725 !important;
}

.tab-coloured-hov-3 .nav-link:hover, .tab-coloured-hov-3 .active {
    border: none;
    border-bottom: 3px solid #3E474B !important;
}

.tab-coloured-hov-4 .nav-link:hover, .tab-coloured-hov-4 .active {
    border: none;
    border-bottom: 3px solid #463B5B !important;
}

.tab-coloured-hov-5 .nav-link:hover, .tab-coloured-hov-5 .active {
    border: none;
    border-bottom: 3px solid #393978 !important;
}

.tab-coloured-hov-6 .nav-link:hover, .tab-coloured-hov-6 .active {
    border: none;
    border-bottom: 3px solid #2F5278 !important;
}

.tab-coloured-hov-7 .nav-link:hover, .tab-coloured-hov-7 .active {
    border: none;
    border-bottom: 3px solid #28737A !important;
}

.tab-coloured-hov-8 .nav-link:hover, .tab-coloured-hov-8 .active {
    border: none;
    border-bottom: 3px solid #2A6F3C !important;
}

.tab-coloured-hov-9 .nav-link:hover, .tab-coloured-hov-9 .active {
    border: none;
    border-bottom: 3px solid #955126 !important;
}

.tab-coloured-hov-10 .nav-link:hover, .tab-coloured-hov-10 .active {
    border: none;
    border-bottom: 3px solid #f9c725; !important;
}

.tab-coloured-hov-11 .nav-link:hover, .tab-coloured-hov-11 .active {
    border: none;
    border-bottom: 3px solid #65613c !important;
}

.tab-coloured-hov-12 .nav-link:hover, .tab-coloured-hov-12 .active {
    border: none;
    border-bottom: 3px solid #f9c725 !important;
}

.tab-coloured-hov-13 .nav-link:hover, .tab-coloured-hov-13 .active {
    border: none;
    border-bottom: 3px solid #3E474B !important;
}

.tab-coloured-hov-14 .nav-link:hover, .tab-coloured-hov-14 .active {
    border: none;
    border-bottom: 3px solid #463B5B !important;
}

.tab-coloured-hov-15 .nav-link:hover, .tab-coloured-hov-15 .active {
    border: none;
    border-bottom: 3px solid #393978 !important;
}

.tab-coloured-hov-16 .nav-link:hover, .tab-coloured-hov-16 .active {
    border: none;
    border-bottom: 3px solid #2F5278 !important;
}

.tab-coloured-hov-17 .nav-link:hover, .tab-coloured-hov-17 .active {
    border: none;
    border-bottom: 3px solid #28737A !important;
}

.tab-coloured-hov-18 .nav-link:hover, .tab-coloured-hov-18 .active {
    border: none;
    border-bottom: 3px solid #2A6F3C !important;
}

.tab-coloured-hov-19 .nav-link:hover, .tab-coloured-hov-19 .active {
    border: none;
    border-bottom: 3px solid #955126 !important;
}
/* End of DevEx Tab Pages*/


.gridListWrapperPopup {
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    border-radius: 8px;
}

.dxgvHSDC th {
    border: none !important;
}

.xbs-search-panel {
    margin: 10px;
}

.theEstimateRow td {
    border-bottom: solid 1px #EEEEEE !important;
}

.theEstimateTable {
}

.theListRow {
    height: 30px;
    /* Removed: 29/07/2021 border-color: #f9c725; !important;*/
    border-bottom: 1px dashed #CCCCCC !important;
}

    .theListRow td {
        /*border: none !important;*/
    }

/*.theListTable > tbody > tr:nth-of-type(odd) {
    background-color: #F0F0F0;
}*/

.table-active {
    background-color: #f9c725!important;
}

    .table-active .format-condition {
        color: white !important;
    }


/* Desktop Dock Panel Stuff */
.desktop-dock-panel, .desktop-dock-panel-admin {
    color: #65613C;
    width: 180px;
    height: 200px;
    position: relative;
    margin: 16px 16px 8px 16px;
    padding: 10px;
    /*position: relative;*/
    border-top: solid 10px #000000;
    border-radius: 8px;
    background-color: #FCFCFC !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
}
.report-dock-panel {
    color: #65613C;
    width: 250px;
    height: 200px;
    position: relative;
    margin: 16px 16px 8px 16px;
    padding: 10px;
    /*position: relative;*/
    border-top: solid 10px #000000;
    border-radius: 8px;
    background-color: #FCFCFC !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desktop-dock-panel:hover, .report-dock-panel:hover {
    background-color: #E8E8E8 !important;
    cursor: pointer;
}

.desktop-dock-panel-header {
    display: flex;
    justify-content: center;
    width: 160px;
    font-size: 1.1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*height: 24px;*/
    color: #444444;
}
.desktop-dock-panel-header-admin {
    width: 160px;
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    color: #444444;
}

.desktop-dock-panel-header-icon {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center both vertically and horizontally */
    font-size: 3em; /* Adjust size as needed */
    color: #f9c725;
}
.desktop-dock-panel-header-icon-admin {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.1em;
    margin-right: 6px;
    color: #C71A61;
    /*width: 26px;*/
}
.desktop-dock-panel-header {
    width: 160px;
    font-size: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 24px;
    color: #444444;
}
.report-dock-panel-header-icon {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.1em;
    position: absolute;
    bottom:6px;
    right:10px;
    font-size: 3em; /* Adjust size as needed */
    color: #f9c725;
}
.panelDashboardWidgets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 134px);
}

.desktop-dock-panel-header-heading {
    white-space: normal; /* Allows text to wrap */
    word-wrap: break-word; /* Ensures long words break */
    overflow-wrap: break-word; /* Alternative for breaking long words */
    display: block; /* Ensures it behaves as a block element */
    height:100%;
}

.desktop-count, .desktop-count8, .desktop-count9, .desktop-count10, .desktop-count11, .desktop-count12, .desktop-count13 {
    font-size: 2em;
    width: 160px;
    height: 70px;
}

.desktop-count8 {
    font-size: 2em !important;
}

.desktop-count9 {
    font-size: 2em !important;
}

.desktop-count10 {
    font-size: 2em !important;
}

.desktop-count11 {
    font-size: 1.8em !important;
}

.desktop-count12 {
    font-size: 1.7em !important;
}

.desktop-count13 {
    font-size: 1.6em !important;
}

.desktop-dock-panel .btn {
    padding: 4px 8px 4px 8px !important;
    margin-left: 10px;
}

.desktop-dock-panel-buttons {
    max-width: 110% !important;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

    .desktop-dock-panel-buttons > a {
        flex: 0;
        flex-shrink: 1;
    }


.desktop-dock-panel-searcharea {
    text-align: right;
    height: 32px;
    width: 160px;
    margin-bottom: 10px;
    font-size: 0.9em;
}

    .desktop-dock-panel-searcharea .control-button-desktop {
        margin: 0 !important;
        background-color: transparent;
        border: none;
        font-size: 0.9em;
    }

    .desktop-dock-panel-searcharea .control-input {
        background-color: transparent;
        color: transparent !important;
        border: none;
        font-size: 0.9em
    }

        .desktop-dock-panel-searcharea:hover .control-input, .desktop-dock-panel-searcharea .control-input:focus {
            background-color: white;
            border-color: #ced4da;
            transition: 0.3s;
            color: #495057 !important;
        }

            .desktop-dock-panel-searcharea:hover .control-button-desktop, .desktop-dock-panel-searcharea .control-input:focus ~ .input-group-append .control-button-desktop {
                background-color: white !important;
                color: #65613c;
                border-color: #ced4da;
                border-left-color: white;
                transition: 0.3s;
            }

.desktop-schedule-icon:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f550";
}

.desktop-calendar-icon:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f073";
}

.desktop-kanban-icon:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f0db";
}

.desktop-dock-panel-searcharea .control-button-desktop {
    color: #65613c !important;
}

.desktop-dock-panel-searcharea .input-group-append:hover ~ .control-input {
    background-color: white !important;
    color: #65613c;
    border-color: #ced4da;
    border-left-color: white;
}

/*.desktop-dock-panel-searcharea .input-group-append:hover {background-color:yellow;}*/
.desktop-dock-panel-searcharea .control-control {
    padding: 0;
}


/********************************************************************************************************************************************/
/* new Controls */
.panelFields, .panelFieldsSub {
    display: flow-root;
    width: 100% !important;
    min-height: 100% !important;
}

#subContent_panelPrimaryFields {
    padding-bottom: 10px;
}

.control-caption {
    font-weight: 500;
    font-size: 10pt;
    padding: 0 0 3px 0;
    /* Added: 04/08/2020 - Deal with long labels.*/
    display: block;
    text-overflow: ellipsis;
    /*  09/04/2024 - this is the label being too close to the input */
    overflow: hidden;
    white-space: nowrap;
    min-height: 24px;
}

.control-caption-separator {
    font-weight: 500;
    font-size: 10pt;
    padding: 0 0 3px 0;
    /* Added: 04/08/2020 - Deal with long labels.*/
    display: block;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;*/
}

.control-caption-readonly {
    font-weight: 500;
    font-size: 10pt;
    padding: 0 0 3px 0;
    /* Added: 04/08/2020 - Deal with long labels.*/
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #AAAAAA;
}


.control-input-global-search, .control-button-global-search {
    height: 32px !important;
    font-size: 0.9em !important;
}

.control-button-global-search {
    background-color: white;
    color: #808080;
    border-color: #ced4da;
    border-left-color: white;
    padding: 5px 10px 6px 10px;
}


.control-control {
    font-size: 0.9em;
    float: left; /* Changed: 26/02/2021 - fields don't wrap next to tall fields - NL */
    /*display:inline-block!important;*/
    padding: 10px 10px 0 10px;
    vertical-align: top;
    border: 1px;
}


/*Custom toolbar controls*/
.control-control-toolbar-rolename {
    display: flex;
    flex-grow: 1;
    width: 420px;
    height: 28px;
}

.control-control-toolbar {
    /*float: left;*/
    display: flex;
    flex-grow: 1;
    padding-top: 0px;
}

.control-control-toolbar-margin {
    /*float: left;*/
    display: flex;
    /*flex-grow: 1;*/
    padding-top: 0px;
    width: 150px;
    height: 28px;
}

.control-caption-toolbar-rolename, .control-caption-toolbar-margin {
    display: flex;
    align-items: center;
    /*float: left!important;*/
    margin-right: 8px;
    /*padding-top: 8px;*/
    height: 28px;
}

    .control-caption-toolbar-rolename:before, .control-caption-toolbar-margin:before {
        font-family: "Font Awesome 5 Pro";
        font-size: 1.1em;
        font-weight: 100;
        color: #f9c725;
        margin-right: 5px;
    }

    .control-caption-toolbar-rolename:before {
        content: "\f81b";
    }

    .control-caption-toolbar-margin:before {
        content: "\f64e";
    }

.control-input-toolbar {
    padding: 1px 0 0 8px;
    height: 28px !important;
    font-size: 1em;
}

.control-input-toolbar-margin {
    padding: 1px 0 0 8px;
    height: 28px !important;
    font-size: 1em;
}

.control-radio-button {
    font-weight: 500;
    margin-top: 4px;
    font-size: 10pt;
}
/*Custom toolbar controls*/
.control-control-text {
    padding: 10px;
}

    .control-control-text h4 {
        font-size: 1.2em;
        padding-top: 10px;
    }

    .control-control-text hr {
        margin: 10px -10px 0 -10px;
    }

.control-control-chkbox {
    padding-top: 5px;
    height: 28px;
}

.control-control-chkbox-nocaption {
}

.control-control-youtube {
    width: 100%;
}

.thelist-edittemplate-buttons .form-check-label {
    font-weight: bold;
    padding: 0 0 3px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.control-canvas {
    background-color: azure;
    border-radius: 8px;
    border: 1px solid #ced4da !important;
    color: #f9c725;
    cursor: crosshair;
    width: 100%;
    height: 100%;
}

.control-image {
    border-radius: 8px;
    border: 1px solid #ced4da;
    width: 100%;
    height: 100%;
}


.control-input {
    font-size: 13px !important;
    padding: 0 5px 0 8px;
    height: 28px;
    display: block;
}

.is-invalid {
    background-color: #fdb4cc !important;
}
/*.dxbs-icon-error {color: black;}*/

.tagbox-input {
    padding: 0 !important;
    margin: 0 !important;
}

.control-button, .control-button-drop, .control-button-left {
    font-size: 1em;
    line-height: 1em;
    width: 28px;
    padding: 0;
    /*background-color: #EEEEEE;*/
    border-color: #CCCCCC !important;
    background-color: transparent !important;
    border-left-color: white;
    color: #606060;
}

/* json Panel */
.control-panel {
    float: left; /* Changed: 26/02/2021 - fields don't wrap next to tall fields - NL */
    padding: 10px 10px 0 10px;
}


.inline-form-button {
    height: 32px !important;
    color: #ffffff;
    background: #f9c725;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    line-height: 16px !important;
    border: 0px !important;
    margin: 6px 0 0 10px;
}

.control-control .inline-form-button {
    margin-top: 24px;
}

.control-listbox-item a {
    padding: 2px 2px 2px 8px !important;
}

#subContent_listMembers, #subContent_listNonMembers {
    height: 400px !important;
}

/*.control-button-left {
    border-right-color: white;
    border-left-color: #CCCCCC;
}*/

.control-button-two {
}

.left-nav-area-new-dropdown .theCRMLogo {
    margin-left: 11px;
}

.control-colour-indicator {
    height: 24px !important;
    width: 24px !important;
}

.object-container .new-dropdown {
    min-height: 100% !important
}

.control-button-drop {
    font-size: 1.2em;
    padding-top: 7px;
}

.control-list, .control-calendar {
    font-size: 0.9em;
    border: 1px solid #ced4da;
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
}

.control-html-editor {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.dxbs-dropdown-area .modal-dialog {
    z-index: 99999 !important;
}

.control-calendar {
}

    .control-calendar .card-footer {
        background-color: white;
        padding: 10px;
        width: 300px;
    }


.dxbs-input-cntr {
    margin: 0;
    padding: 0;
}

    .dxbs-input-cntr .form-control {
        display: inline-block;
        /*padding:0!important;
        background-color:lightcoral;*/
        margin: 0 !important;
    }

.control-tag {
    font-size: 1em;
    font-weight: normal;
    padding: 1px 6px 2px 6px;
    margin: 0 0px 0px 0;
    height: 40px;
}

    .control-tag .badge-secondary {
    }

.control-button-text {
    background-color: #EEEEEE;
    color: #606060;
    border-color: #CCCCCC;
    padding: 0 10px 0 10px;
    font-size: 1em;
}

.dxbs-tagbox .dxbs-input-cntr {
    padding: 2px; /* 3px 0 3px 3px;*/
}

.control-tag-remove:hover {
    color: #f9c725;
}

.control-input-memo {
    padding: 4px 5px 4px 8px;
    font-size: 1em;
}
/*HERE*/
.sub-nav-link-dx {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Arial;
    color: #ffffff;
    background: #f9c725;;
    padding: 6px 12px 6px 12px;
    text-decoration: none;
    font-size: .9em !important;
    line-height: 16px !important;
    border: 0px !important;
    margin: 0 0 0 10px;
}

    .sub-nav-link-dx:hover {
        background: #a3a10f;
        text-decoration: none;
        color: #ffffff;
    }

.control-input-tags:disabled {
    background-color: #e9ecef !important;
}

.input-group-prepend .disabled .fas, .input-group-append .disabled .fas {
    margin-top: 8px;
    background-color: transparent !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
}

.dxbs-edit-btn .control-button-left .disabled .btn .btn-secondary, .input-group-prepend .disabled, .input-group-append .disabled {
    background-color: transparent !important; /*#e9ecef !important;*/
    opacity: 1;
    color: gray;
}
/*.control-button-date {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f073";
}*/

.dxbs-edit-btn .control-button .transparent {
    background-color: #e9ecef !important;
    color: red;
}

.control-button .disabled, .control-button-left .disabled {
    color: gray !important;
    font-size: 24px !important;
    background-color: red !important;
}

.dxbs-edit-btn {
    display: inline-block;
    text-align: center;
    /*font-size: 1em!important;
    line-height: 1em!important;
    width: 28px;
    padding: 0!important;*/
    /*background-color: #EEEEEE;*/
    /*border-color: #CCCCCC !important;
    background-color: transparent !important;
    border-left-color: white!important;
    color: #606060!important;*/
}

.input-group-prepend .disabled {
    border-color: #ced4da;
    border-right: none;
}

.input-group-append .disabled {
    border-color: #ced4da;
    border-left: none;
}


.form-check-input {
    height: 22px;
}

.first-field {
    clear: both;
}

/*.dxbs-edit-btn {
    padding-top: 8px !important;
    line-height: 1em;
}*/
.access-denied {
    text-align: center;
    margin: 20px auto 20px auto;
}

.btn-subpage {
    background-color: transparent !important;
}

    .btn-subpage:hover {
        color: #FFFFFF;
        background-color: #0069d9 !important;
        border-color: #0069d9 !important;
    }

span[id*='_Token0'], .tab-coloured-0 {
    background-color: #f9c725; !important;
}

span[id*='_Token1'], .tab-coloured-1 {
    background-color: #65613c !important;
}

span[id*='_Token2'], .tab-coloured-2 {
    background-color: #f9c725 !important;
}

span[id*='_Token3'], .tab-coloured-3 {
    background-color: #3E474B !important;
}

span[id*='_Token4'], .tab-coloured-4 {
    background-color: #463B5B !important;
}

span[id*='_Token5'], .tab-coloured-5 {
    background-color: #393978 !important;
}

span[id*='_Token6'], .tab-coloured-6 {
    background-color: #2F5278 !important;
}

span[id*='_Token7'], .tab-coloured-7 {
    background-color: #28737A !important;
}

span[id*='_Token8'], .tab-coloured-8 {
    background-color: #2A6F3C !important;
}

span[id*='_Token9'], .tab-coloured-9 {
    background-color: #955126 !important;
}

span[id*='_Token10'], .tab-coloured-10 {
    background-color: #f9c725; !important;
}

span[id*='_Token11'], .tab-coloured-11 {
    background-color: #65613c !important;
}

span[id*='_Token12'], .tab-coloured-12 {
    background-color: #f9c725 !important;
}

span[id*='_Token13'], .tab-coloured-13 {
    background-color: #3E474B !important;
}

span[id*='_Token14'], .tab-coloured-14 {
    background-color: #463B5B !important;
}

span[id*='_Token15'], .tab-coloured-15 {
    background-color: #393978 !important;
}

span[id*='_Token16'], .tab-coloured-16 {
    background-color: #2F5278 !important;
}

span[id*='_Token17'], .tab-coloured-17 {
    background-color: #28737A !important;
}

span[id*='_Token18'], .tab-coloured-18 {
    background-color: #2A6F3C !important;
}

span[id*='_Token19'], .tab-coloured-19 {
    background-color: #955126 !important;
}


/*"#f9c725;", "#65613c", "#f9c725", "#3E474B", "#463B5B", "#393978", "#2F5278", "#28737A", "#2A6F3C", "#955126", "#f9c725;", "#65613c", "#f9c725", "#3E474B", "#463B5B", "#393978", "#2F5278", "#28737A", "#2A6F3C", "#955126", "#f9c725;", "#65613c", "#f9c725", "#3E474B", "#463B5B", "#393978", "#2F5278", "#28737A", "#2A6F3C", "#955126"*/

.format-condition:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f0c8 ';
    margin-right: 6px;
}

.format-condition, .format-condition .dx-ellipsis .dxbs-nlb dxbs-nrb {
    background: none; /* transparent !important;*/
}

.phocus-report-frame {
    border: none;
    width: calc(100vw - 40px);
    height: calc(100vh - 96px);
    position: absolute;
}

.logout-icon, .admin-icon, .history-icon {
    width: 28px;
}

.bookmarks-icon, .register-icon, .reminder-icon, .login-icon {
    width: 24px;
}

.reminder-icon {
    width: 26px;
}

/* Dashboard Stuff */
.dashboardrow {
    height: calc(100vh - 56px);
    z-index: 1;
}

.dxbs-hyperlink {
    color: #f9c725;
}

    .dxbs-hyperlink:hover {
        text-decoration: none;
        color: #f9c725;
        font-weight: bold;
    }

.text-right {
    text-align: right;
}

/* Drag and drop stuff*/
.hover {
    background-color: lightblue;
}

.activeHover {
    background-color: lightgray;
}

.ui-draggable-dragging {
    background-color: lightgreen;
    color: White;
}

/* To try and deal with DevEx not allowing inline styles */
.displaynone {
    display: none
}





.css-testing {
    height: 200px;
    width: 200px;
    margin: auto;
    background-color: green;
}

.thelist-clickablecell {
    color: #f9c725;
    cursor: pointer;
    /*vertical-align: top!important;*/
}

    .thelist-clickablecell:hover {
        font-weight: bold;
    }

.dropdowncontrols div {
    float: left;
}

.full-height {
    height: calc(100vh - 76px);
}

.control-caption em {
    color: #f9c725;
}

/*sub datalist toolbar*/
.sublisttoolbar .dxToolbarButton {
    height: 30px;
    padding: 3px 8px 3px 8px;
    font-size: 8pt !important;
}

.sublisttoolbar .gridviewbutton {
    font-size: 1.1em;
}

.sublisttoolbar .btn-toolbar {
    background-color: #FFFFFF;
}

.object-menu-wrapper {
    text-align: right;
    margin: 0;
    padding: 5px 10px 0 0;
    border-bottom: 1px solid #DDDDDD;
    height: 37px;
    position: relative;
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-topleft: 8px;
}

.object-menu-button-wrapper {
    display: inline-block;
    height: 30px;
    border-right: 1px solid #DDDDDD;
    margin: 0 3px 0 0px;
    padding-right: 7px;
}

.object-email-button-wrapper {
    display: inline-block;
    height: 30px;
    border: none;
    margin: 0;
    padding: 0;
}

.object-menu-button-wrapper:last-child {
    border: none;
}

.object-menu-wrapper .object-menu-button {
    text-decoration: none;
    height: 31px;
    padding: 4px 8px 5px 8px;
    font-size: 10pt !important;
    color: #6c757d;
    border: none;
    background-color: transparent;
}

    .object-menu-wrapper .object-menu-button:hover {
        background-color: #6c757d;
        color: white;
        transition: 0.3s;
        cursor: pointer;
    }
/*.object-menu-button-seperator {
    border-left: 1px solid #DDDDDD;
    margin:0 3px 0 3px;
    height:40px;
}*/
/*.object-menu-button-seperator:last-child {
    border: none;
}*/


/*Extended workflow help to the Background of the object*/
div#ragwrapper.amber {
    background-color: darkorange !important;
}

div#ragwrapper.red {
    background-color: darkred !important;
}

/*#subcontent {
    background-color: darkorange;
}*/

.projectactivitytimeline {
    padding: 10px;
}

/*Spinner/Throbber stuff*/

.theListControlmain .dxbs-lp .dxbs-icon-refresh::before {
    content: "";
}
/*.theListControl .dxbs-lp .dxbs-icon-refresh {
    background-color:red!important;
}*/
.sk-cube-grid {
    width: 85px;
    height: 85px;
    /*margin: 100px auto;*/
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: calc(50vh - 42px);
    left: calc(50vw - 42px);
    /*right: 0;*/
    z-index: 99999;
    /*background-color: white;

    border-radius: 8px;*/
}

    .sk-cube-grid .sk-cube {
        width: 22px;
        height: 22px;
        background-color: #333;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        padding: 0px;
        margin: 3px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
        box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: #f9c725;;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        background-color: #65613c;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        background-color: #f9c725;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        background-color: #3E474B;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: #463B5B;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
        background-color: #393978;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        background-color: #2F5278;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        background-color: #28737A;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
        background-color: #2A6F3C;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*Kanban Stuff*/
.control-dockzone {
    float: left;
    width: 200px;
    height: 100%;
    background-color: lightgoldenrodyellow !important;
    margin-right: 10px;
}

/* Gridlist Stuff */
.dxbs-pager .page-link {
    color: #f9c725;
}

.dxbs-pager .summary {
    margin: 0 0 0 10px !important;
}

    .dxbs-pager .summary div {
        font-size: 1em !important;
        color: #65613C !important;
    }

.dxbs-pager .page-item.active .page-link {
    background-color: #f9c725;
    color: white !important;
}

.dxbs-pager .pagination {
    margin: 0 auto 0 auto;
}

.dxbs-pager .page-size {
    margin: 0 !important;
}
/* End of Gridlist Stuff */

/* New SummaryTabLists Stuff */
.summaryTabList {
    width: 100% !important;
}

    .summaryTabList .card .dxgvCSD {
        height: 48px !important;
    }

.dxbs-empty-header {
    display: none;
}

/*ROW_STATE settings*/
.rowState1, .rowState2, .rowState3, .rowState4, .rowState5, .rowState6, .rowState7, .rowState8, .rowState9 {
    border: none !important;
    line-height: .8em !important;
}

.rowState1 {
    /*Normal Item*/
    color: darkblue;
}

.rowState2 {
    /*Comment Row*/
    color: gray !important;
}

    .rowState2 td {
        color: gray;
    }

.rowState3 {
    /*Heading Row*/
    border-bottom: 2px solid gray !important;
    height: 40px !important;
    vertical-align: top !important;
}

    .rowState3 td {
        /*Heading Row*/
        vertical-align: bottom !important;
        font-weight: bold;
        color: gray;
    }

.rowState4 {
    /*Pricing Issue*/
    color: #f9c725 !important;
    font-weight: bold;
}

.rowState5 {
    /*Obsolete Row*/
    color: orange;
    font-weight: bold;
}

.rowState6 {
    /*Special*/
    color: green !important;
    font-weight: bold;
}

.rowState7 {
}

.rowState8 {
}

.rowState9 {
}

.contractPrice1 {
    color: #f9c725;
    font-weight: bold;
}


/*twanger*/
.twanger {
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.2em;
    /*margin-top: 5px;*/
    cursor: pointer;
    color: #f9c725;
    width: 0 !important;
    margin-right: 20px;
}

.twanger-up {
    /*right: 14px;*/ /*left: calc(100vw - 50px);*/
}

.twanger-down {
    /*right: 1px;*/ /*left: calc(100vw - 50px);*/
}

.twanger-up:before {
    content: "\f106";
    width: 0;
}

.twanger-down:before {
    content: "\f107";
}

.moveTabsToTop {
    position: fixed;
    top: 66px;
    /*bottom: 0px;*/
    z-index: 100;
    height: calc(100vh - 76px);
    width: calc(100vw - 80px);
}
/* 08/02/2022 */
/*.theListControlsub {
    width: calc(100% - 20px) !important;
}
.moveTabsToTop.theListControlsub {
    width: calc(100% - 20px) !important;
}*/

.normal-size {
    position: initial;
    height: 100%;
    /*aheight:200px;*/ /* <-- This was causing the stupid fields to fall out the onbject-container-sub*/
}

.form-check-input {
}

.control-control-justmine-chkbox {
    padding: 0;
}

    .control-control-justmine-chkbox .form-check-label {
        /*font-size: 1em;
                background-color: green;
    padding: 0 !important;
    margin: 0!important;
    float: left!important;
    display: block!important;*/
    }

.control-control-justmine-chkbox {
    cursor: pointer;
}

    .control-control-justmine-chkbox .form-check-label:before { /*input[type=checkbox]:before {*/
        font-weight: 100;
        font-family: "Font Awesome 5 Pro";
        content: "\f0c8";
        color: #f9c725;
        padding-right: 5px;
        font-size: 1.1em;
    }

    .control-control-justmine-chkbox .form-check-input:checked ~ .form-check-label:before {
        font-weight: 100;
        font-family: "Font Awesome 5 Pro";
        content: "\f14a";
        color: #f9c725;
        padding-right: 5px;
        font-size: 1.1em;
    }

    .control-control-justmine-chkbox input[type=checkbox] {
        display: none;
        opacity: 0.3 !important;
        width: 0;
    }

.control-caption-justmine {
}

.control-command-button:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f144";
    color: #f9c725;;
    font-size: 1.2em !important;
}

.control-button:hover span:before {
    color: white;
}

.control-button-drop:hover, .control-button:hover { /*, .control-button-left:hover .control-button-left:hover span:before*/
    background-color: #f9c725; !important;
    color: #FFFFFF !important;
}

/* if a command button is on a "control-button-left" - the right border is blank */
#subContent_NEW_NET_VALUE_B1 {
    border-right: 1px solid #ced4da;
}

.dxbs-filter-row .form-control {
    padding: 2px;
    height: 28px;
    margin: 2px;
}

.dxbs-filter-row .dropdown-toggle {
    /*font-size: 1em!important;
    line-height: 1em!important;*/
    width: 24px;
    padding: 0;
    /*background-color: #EEEEEE;*/
    border-color: #CCCCCC !important;
    background-color: transparent !important;
    border-left-color: white;
    color: #606060;
}

    .dxbs-filter-row .dropdown-toggle:hover {
        background-color: #f9c725; !important;
        color: #FFFFFF !important;
    }

.dxbs-pager .form-control, .dxbs-pager .dropdown-toggle {
    padding: 2px;
    height: 30px;
    margin: 2px;
}

/*Estimator stuff*/
.estimatorcontainer {
    flex-grow: 1;
    display: flex;
    background-color: white;
    margin: 10px 10px 0px 10px;
    padding: 10px; /* 10px 0 10px;*/
    overflow-x: visible;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    border-radius: 8px;
    text-align: left;
    height: calc(100vh - 76px) !important;
    width: 100% !important;
    /*height: calc(100vh - 76px) !important;*/
}

.theListControl {
    /*text-align: left;
    
    
    overflow: hidden;
    overflow-y: visible !important;
    overflow-x: auto;*/
    /*height: calc(100vh - 16px) !important;*/
    /*height:100%!important;*/
    width: 100% !important;
    flex-grow: 1;
}

/*.theListControlSUB div {
    height: 100%!important;
}*/

.estimatetitle {
    color: white; /*#f9c725;#f9c725;;*/
    font-size: 1.7em;
    padding-top: 7px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* File Upload Dropzone*/
.control-upload-dropzone {
    background-color: #f9c725; !important;
    border-radius: 8px;
    /*margin: 10px;*/
}

/* Chrome Zooming Issue with SQLRS Report Veiwer*/
#ctl00_subContent_theReportViewer_ctl13 {
    overflow: visible !important
}

.control-control-invisible {
    position: absolute;
    left: -1000px;
    width: 0 !important;
}

.control-fullwidthdiv {
    border-radius: 8px;
    border: 1px solid #ced4da;
    /*background-color: red;*/
    margin: 10px 10px 0 10px;
    width: calc(100% - 20px);
    padding: 0 !important;
    overflow: hidden;
}

.html-editor {
    padding: 0 !important;
}

/*.control-List-drop-check {
    font-size:.9em;
}
.control-List-drop-checkbox {
    font-size: .9em;
}
.control-List-drop-checkbox .form-check-input {
    font-size: .9em;
    background-color: yellow;
}*/
.control-list-check {
    font-size: .9em;
}

    .list-group li .list-group-item .form-check, .control-list-check .form-check {
        display: flex !important;
        align-items: center;
        vertical-align: middle !important;
        padding: 2px 10px 2px 10px !important;
        margin-right: 8px !important;
        font-size: .9em;
    }
    /*.dxbs-list-filter {
    padding:8px;
}*/
    .list-group-item .form-check-input, .control-list-check .form-check-input {
        margin-right: 8px !important;
    }
/*.list-group-item .form-check-label {
   vertical-align:middle!important;
}*/
.list-group-item {
    padding: 4px 20px 4px 20px;
}
/* modal popup header stuff 
.popup-header {
    background-color: #404040 !important;
    height: 56px;
    text-align: right;
    color: white;
    line-height: 34px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
    width: 100%;
    z-index: 99;
    border-top: 3px solid #f9c725 !important;
    border-bottom: 1px dashed #f9c725 !important;
}
.popup-header-right-buttons {

}*/
.popupWrapper {
    padding-bottom: 0px !important;
}

.bottomOfWrapper {
    display: block;
}

.bodyOfWrapper {
    background-color: blue;
}

.AddProducttoButton {
    font-size: 0.9em !important;
}

/* Scheduler Backgrounds for linking TYPE dropdown HEX highlights */
.bg-BAB812 {
    background-color: #f9c725; !important;
}

.bg-65613C {
    background-color: #65613C !important;
}

.bg-C71A61 {
    background-color: #f9c725 !important;
}

.bg-3E474B {
    background-color: #3E474B !important;
}

.bg-463B5B {
    background-color: #463B5B !important;
}

.bg-393978 {
    background-color: #393978 !important;
}

.bg-2F5278 {
    background-color: #2F5278 !important;
}

.bg-28737A {
    background-color: #28737A !important;
}

.bg-B40404 {
    background-color: #B40404 !important;
}

.bg-B43104 {
    background-color: #B43104 !important;
}

.bg-B45F04 {
    background-color: #B45F04 !important;
}

.bg-B18904 {
    background-color: #B18904 !important;
}

.bg-AEB404 {
    background-color: #AEB404 !important;
}

.bg-86B404 {
    background-color: #86B404 !important;
}

.bg-5FB404 {
    background-color: #5FB404 !important;
}

.bg-31B404 {
    background-color: #31B404 !important;
}

.bg-0431B4 {
    background-color: #0431B4 !important;
}

.bg-045FB4 {
    background-color: #045FB4 !important;
}

.bg-0489B1 {
    background-color: #0489B1 !important;
}

.bg-04B4AE {
    background-color: #04B4AE !important;
}

.bg-04B486 {
    background-color: #04B486 !important;
}

.bg-04B45F {
    background-color: #04B45F !important;
}

.bg-04B431 {
    background-color: #04B431 !important;
}

.bg-04B404 {
    background-color: #04B404 !important;
}

.bg-0404B4 {
    background-color: #0404B4 !important;
}

.bg-3104B4 {
    background-color: #3104B4 !important;
}

.bg-29088A {
    background-color: #29088A !important;
}

.bg-4B088A {
    background-color: #4B088A !important;
}

.bg-6A0888 {
    background-color: #6A0888 !important;
}

.bg-8A0886 {
    background-color: #8A0886 !important;
}

.bg-B4045F {
    background-color: #B4045F !important;
}

.bg-B40431 {
    background-color: #B40431 !important;
}

/* Foreground text colour */
.fg-BAB812 {
    color: #FFFFFF !important;
}

.fg-65613C {
    color: #FFFFFF !important;
}

.fg-C71A61 {
    color: #FFFFFF !important;
}

.fg-3E474B {
    color: #FFFFFF !important;
}

.fg-463B5B {
    color: #FFFFFF !important;
}

.fg-393978 {
    color: #FFFFFF !important;
}

.fg-2F5278 {
    color: #FFFFFF !important;
}

.fg-28737A {
    color: #FFFFFF !important;
}

.fg-B40404 {
    color: #FFFFFF !important;
}

.fg-B43104 {
    color: #FFFFFF !important;
}

.fg-B45F04 {
    color: #FFFFFF !important;
}

.fg-B18904 {
    color: #FFFFFF !important;
}

.fg-AEB404 {
    color: #FFFFFF !important;
}

.fg-86B404 {
    color: #FFFFFF !important;
}

.fg-5FB404 {
    color: #FFFFFF !important;
}

.fg-31B404 {
    color: #FFFFFF !important;
}

.fg-0431B4 {
    color: #FFFFFF !important;
}

.fg-045FB4 {
    color: #FFFFFF !important;
}

.fg-0489B1 {
    color: #FFFFFF !important;
}

.fg-04B4AE {
    color: #FFFFFF !important;
}

.fg-04B486 {
    color: #FFFFFF !important;
}

.fg-04B45F {
    color: #FFFFFF !important;
}

.fg-04B431 {
    color: #FFFFFF !important;
}

.fg-04B404 {
    color: #FFFFFF !important;
}

.fg-0404B4 {
    color: #FFFFFF !important;
}

.fg-3104B4 {
    color: #FFFFFF !important;
}

.fg-29088A {
    color: #FFFFFF !important;
}

.fg-4B088A {
    color: #FFFFFF !important;
}

.fg-6A0888 {
    color: #FFFFFF !important;
}

.fg-8A0886 {
    color: #FFFFFF !important;
}

.fg-B4045F {
    color: #FFFFFF !important;
}

.fg-B40431 {
    color: #FFFFFF !important;
}

.theschedulerwrapper {
}

.theschedulerbutton {
    background-color: #FFFFFF;
}

    .theschedulerbutton:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(0, 123, 255);
        border-color: rgb(0, 123, 255);
    }
/* Put a shadow on modal popups*/
.modal-dialog, .desktop-dock-panel {
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    background-color: transparent;
    border-radius: 8px;
}

.subcontainer {
    position: fixed;
    top: 56px;
}



.alertpopupwrapper {
    z-index: 98;
    position: fixed;
    top: 76px;
    right: 20px;
}

.dupepopupwrapper {
    z-index: 98;
    position: fixed;
    top: 00px;
    right: 20px;
}

.alerttoastpopup {
    border-radius: 8px;
    z-index: 99;
    background-color: white;
    padding: 16px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    position: relative;
    width: 480px;
}

.alertPopupClose {
    min-width: 24px;
    font-size: 1.2em;
    padding: 0;
    color: #65613C;
    position: absolute;
    top: 2px;
    right: 3px;
}

    .alertPopupClose:hover {
        color: #f9c725;
        cursor: pointer;
    }

    .alertPopupClose:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 100;
        content: "\f057";
    }

.mainreportviewer {
    margin: 10px;
}







/*All thead responsive schniz*/
/********************************************************************************************************************************************/
/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
}

@media screen and (max-width: 640px) {
    .centre-nav-logo {
        display: none !important;
    }

    .account-page-wrapper {
        width: 100%;
    }

    .account-page-button {
        padding-right: 16px !important;
        float: right;
    }

    .object-containers-users {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .site-master .right-nav-items {
        display: none;
    }

    .left-nav-area {
        width: 154px !important;
        display: table-cell !important;
    }

    .navbar-search, .navbar-object-name {
        width: auto !important;
        display: table-cell !important;
        padding-right: 10px !important;
        text-align: right;
        text-overflow: ellipsis !important;
    }

    .navbar-object-name {
        padding-right: 18px !important;
        text-overflow: ellipsis !important;
    }

    .object-containers-users {
        margin-top: 66px;
    }
}

@media screen and (max-width: 500px) {
    .alerttoast, .alerttoastchat {
        min-width: 100%;
    }

    .theCRMLogo {
        display: none !important;
    }

    .left-nav-area {
        width: 52px !important;
    }*/
/*#btnClose {display:none;}*/
/*    .navbar-object-name {
        text-align: left;
        width: 40% !important;
        text-overflow: ellipsis !important;
    }*/

/*.right-nav-items-sub {
        width: 128px !important;
    }

    #gridSubListWrapper {
        min-height: 768px;
    }
}

@media screen and (max-width: 320px) {
    .theCRMLogo {
        display: none !important;
    }

    .left-nav-area {
        width: 30px !important;
    }
}

@media screen and (max-width: 1023px) {
    #content, #subcontent {
        padding-left: 0px !important;
    }

    .theCRMLogo {
        vertical-align: top;
        margin: 8px 0 0 0;
    }

        .theCRMLogo img {
            height: 26px;
        }*/

/*    .navbar-object-name {
        font-size: 1.5em;
        text-overflow: ellipsis !important;
    }*/

/*.moveTabsToTop {
        width: calc(100% - 20px) !important;
    }*/
/*.desktop-header-wrapper, .master-navbar {
        width: 100%!important;
    }*/
/*}



@media screen and (min-width: 701px) {
    .object-containers-users {
        margin-top: 10%;
    }
}

@media screen and (max-width: 980px) {
    .theListRow {
        font-size:1.2em;
    }

    .btn-toolbar .dxbs-ta-title {
        font-size: 1.8em !important;
    }

    .right-nav-items {
        display: table-cell;
        max-width: 100px!important;
    }
    .left-nav-area-new-dropdown {
        max-width: 150px !important;
        display: table-cell;
    }
    .left-nav-item a {
        font-size: 1.1em !important;
    }*/
/*.navbar-object-name span {
        text-overflow: ellipsis !important;
        width: calc(100vw - 300px);
    }
    .navbar-object-name {
        display: table-cell;
        overflow: hidden;
        height: 30px !important;*/
/*width: calc(100vw - 300px);*/
/*}*/
/*.desktop-dock-panel {
        border: none !important;*/
/*height: 0;*/
/*width: calc((100vw - (100vw - 100%))/2);
        height: calc((100vw - (100vw - 100%))/2);
        margin: 0 !important;*/
/*padding-bottom: 50%;*/
/*border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .desktop-dock-panel-header {
        font-size: 5vw;
        width: 100%;
        overflow: visible;
    }

    .desktop-count {
        font-size: 10vw;
        display: inline-block;
    }

    .master-navbar {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .desktop-dock-panel-searcharea {
        display: inline-block;
        width: 100%;
        overflow: visible;
        margin-top: 10%;
        height: 20% !important;
    }

        .desktop-dock-panel-searcharea .control-input, .desktop-dock-panel-searcharea .control-button-desktop {
            font-size: 3vw !important;
        }

    .desktop-dock-panel-buttons {
        display: inline-block;
        bottom: 10px;
        width: 100%;
    }
        .desktop-dock-panel-buttons .btn {
            width: calc(50% - 10px);
            height: 10% !important;
            border-radius: 0px;
            margin: 5px;
            font-size: 3vw !important;
        }

    .gridListWrapper {
        overflow-y: visible;
    }

    .card-body .dxbs-ap {
        display: none !important;
        background-color: red !important;
    }

    .gridListWrapper {
        margin: 0;
        padding: 0;
        border: none !important;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width:700px) {
    .control-calendar {
        position: initial !important;
    }

    @media screen and (max-width:540px) {
        .format-condition::after {
            display: none;
            content: '';
        }
    }
}*/


/* Todo: all media bollox */



/*Drag command Drop*/
.hover {
    background-color: #FFFFFF;
}

.activeHover {
    background-color: #f9c725;
}

.ui-draggable-dragging {
    background-color: #65613C;
    color: White;
}



/*New edit row settings*/
.theListTable .dxbs-edit-row {
    padding: 8px 0 8px 0 !important;
    height: 50px !important;
}

    .theListTable .dxbs-edit-row :has([readonly~="readonly"]) .form-control {
        display: none !important;
    }

    .theListTable .dxbs-edit-row :has([readonly~="readonly"]) .input-group-append {
        display: none !important;
    }

    .theListTable .dxbs-edit-row .form-control, .theListTable .dxbs-edit-row .input-group, .theListTable .dxbs-filter-row .form-control, .theListTable .dxbs-filter-row .input-group {
        padding: 0 0px 0 5px;
        height: 28px !important;
        margin: 0;
    }

.theListTable .dxbs-feedback, .theListTable .input-group-append {
    height: 30px !important;
}

.theListTable .dxbs-dropdown-edit .dxbs-input-cntr {
    height: 20px !important;
}

.theListTable .dxbs-edit-row .input-group-append .dropdown-toggle, .theListTable .dxbs-filter-row .input-group-append .dropdown-toggle {
    height: 28px !important;
    font-size: 1em;
    line-height: 1em;
    width: 30px;
    padding: 0;
    background-color: #EEEEEE;
    border-color: #CCCCCC;
    background-color: transparent !important;
    border-left-color: white;
    color: #606060;
    font-size: 1.2em;
    padding-top: 7px;
    margin: 0 0 1px 0;
}

    .theListTable .dxbs-edit-row .input-group-append .dropdown-toggle:hover, .theListTable .dxbs-filter-row .input-group-append .dropdown-toggle:hover {
        background-color: #f9c725; !important;
        color: #FFFFFF !important;
    }

.theListTable td {
    border: none;
}

.theListTable dxbs-cmd-cell {
    font-size: 0.8em !important;
    padding: 0;
    margin: 0;
    max-width: 20px !important;
}

.theListTable .table-danger {
    box-shadow: 0px 5px 10px -5px rgba(133,133,133,1);
    border-radius: 8px;
    background-color: #f9c725 !important;
    color: red;
}

.theListTable .dropdown-item {
    font-size: 0.85em;
}

.theListTable .dxbs-edit-row {
    background-color: #f9c725; !important;
    background-color: white !important;
    margin: 20px 10px 20px 10px !important;
    padding: 10px 0 10px 0;
    margin: 5px 0 5px 0;
    overflow-x: visible;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    border-radius: 8px;
    text-align: left;
    z-index: 10000 !important;
}

/*New list icons form datalist commands*/
.list-edit:before, .list-delete:before, .list-cancel:before, .list-update:before, .list-unlink:before, .list-complete:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
}

.list-edit:before {
    content: "\f304";
}

.list-delete:before {
    content: "\f1f8";
}

.list-cancel:before {
    content: "\f0e2";
}

.list-update:before {
    content: "\f0c7";
}

.list-unlink:before {
    content: "\f127";
}

.list-complete:before {
    content: "\f00c";
}

.list-edit, .list-delete, .list-unlink, .list-update, .list-cancel, .list-complete {
    padding: 0 2px 0 2px !important;
    width: 25px;
}

.timelineLink:hover {
    text-decoration: none;
    cursor: pointer;
}

    .timelineLink:hover .timelineField {
        color: #f9c725 !important;
        font-weight: 600;
    }

.timelineIconWrapper, .timelineTextWrapper {
    display: table-cell;
}

.timelineIcon {
    color: #f9c725;;
    width: 23px;
    font-size: 1em;
}

.timelineField {
    color: #212529;
    font-family: Arial;
    font-size: 0.9em;
}

.timelineFieldDiv {
    font-size: 0.9em;
    /*font-style: italic;*/
    margin-left: 16px;
    color: #65613C;
    margin-bottom: 4px;
}
/*.timelineFieldDiv:not(empty) > .timelineRow {
    height:128px;
}
.timelineFieldDiv:empty > .timelineRow {
    height: 32px;
}*/

/*Conditional formatting form rows*/
.cell-rag-green {
    color: #009600;
}

.cell {
    color: #C96E00;
}

.cell {
    color: #C90900;
}

.row-rag-green {
    background-color: rgba(128, 255, 145, 0.5);
}

.row-rag-amber {
    background-color: rgba(255, 206, 153, 0.5);
}

.row-rag-red {
    background-color: rgba(255, 153, 153, 0.5);
}





/* Portal Related Stuff*/
.portal-home-wrapper {


}

.portal-home-slogan {
    margin: 100px auto;
    width: 50%;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    color: white;
    font-family: "Roboto Slab",Georgia,'Times New Roman',serif;
}





/* New layout command mster nav using Flex */
html {
    min-height: 100vh;
}

.master-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat:no-repeat;
}
.master-page::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity (0.5 = 50% dark) */
    z-index: 1; /* Ensure overlay is above the image */
}
.master-page > * {
    position: relative; /* Ensure content is above overlay */
    z-index: 2;
}

.master-topnav {
    background-color: white;
    height: 100px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    border-top: 3px solid #f9c725;
    border-bottom: 1px dashed #f9c725;
    display: flex;
    flex-grow: 0;
    justify-content: space-between;
    top: 0;
}

.master-left-nav-area, .master-right-nav-items, .master-navbar-search {
    min-width: 200px !important;
}

.navbar-object-name {
    width: calc(100vw - 200px);
}



.master-right-nav-items {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 5px;
    font-size: 1.1em;
}

    .master-right-nav-items a {
        padding: 4px;
    }

        .master-right-nav-items a:hover {
            text-decoration: none;
            color: #65613C !important;
        }

.master-navbar-search {
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.control-control-global-search {
    width: 100%;
}

.master-left-nav-area {
    display: flex;
    justify-content: start;
    align-items: center;
}

.master-object-menu-wrapper {
    text-align: right;
    margin: 0;
    padding-right: 10px;
    border-bottom: 1px solid #DDDDDD;
    height: 38px;
    background-color: #F8F8F8;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.5);
    /*    z-index:10;*/
}

.master-object-menu-button-wrapper {
    padding: 7px 8px 4px 8px;
    font-size: 1em;
    border-right: 1px solid #AAAAAA;
    color: #6c757d;
    height: 38px;
}

.master-object-menu-wrapper:last-child {
    border-right: none !important;
    /*background-color:red;*/
}

.master-object-menu-button-wrapper i {
    color: #f9c725;
}

.master-object-menu-wrapper .object-menu-button {
    font-size: .9em;
}

.master-object-menu-button-wrapper:hover {
    background-color: #6c757d;
    color: white;
    transition: 0.3s;
    cursor: pointer;
}

.master-side-nav-wrapper {
    width: 60px;
    background-color: lightblue;
    flex-shrink: 0;
}

.master-right-content {
    display: flex;
    flex-direction: column;
    /*flex-grow:1;*/
    justify-content: stretch;
    width: 100%;
    height: calc(100vh - 100px) !important;
    /* 05/09/2023 */
    max-width: calc(100vw - 60px);
}
.master-footer {
    height: 23px;
    font-size: 10pt;
    text-align: right;
    padding-right: 10px;
    background-color: black;
    color: #f9c725;
    border-top: 1px dashed #f9c725;
}
.zerowidth {
    width: 0;
}

.master-right-content-maxwidth {
    width: 100%;
}

.master-content {
    display: flex;
    flex: 1;
    /*background-color:red;*/
}

.master-content-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    overflow-y: auto !important;
    /*    max-height:calc(100vh)!important;*/
}

.master-content-subcontent {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    overflow-y: auto !important;
    height: calc(100vh - 100px) !important;
}

.master-content-content-centered {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.theListWrapper {
    background-color: white;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    border-radius: 8px;
    text-align: left;
    flex-grow: 1;
    /*    z-index: 9;*/
    overflow: hidden;
    overflow-y: visible !important;
    overflow-x: auto;
    height: calc(100vh - 120px)!important;
}

    .theListWrapper .estimate {
        max-height: calc(100vh - 76px) !important;
        height: calc(100vh - 76px) !important;
    }

.theListWrapper-activitymanager, .activity-manager-grid-wrapper {
    background-color: white;
    /*margin: 10px;*/
    margin: 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    border-radius: 8px;
    text-align: left;
    flex-grow: 1;
    /*    z-index: 9;*/
    overflow: hidden;
    overflow-y: visible !important;
    overflow-x: auto;
    height: calc(100vh - 114px) !important;
}

.theListWrapper-subcontent {
    background-color: white;
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    border-radius: 8px;
    text-align: left;
    flex-grow: 1;
    /*    z-index: 9;*/
    overflow: hidden;
    overflow-y: visible !important;
    overflow-x: auto;
    /*height: calc(100vh - 26px) !important;*/
}

.nosubnav {
    max-height: calc(100vh - 1px) !important;
}

.theListWrapper hr {
    margin: 10px 14px 10px 14px;
}

.object-containers {
    /* This is the setting that controls the bottom of the sub tab view.*/
    padding-top: 10px;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 100px) !important;
}
.object-containers-notopnav {
    /* This is the setting that controls the bottom of the sub tab view.*/
    padding-top: 10px;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height:100%;
}

/* This is a special one for the activity manager */
.theListWrapperBlank {
    background-color: #EEEEEE;
    /*    margin: 10px;
    padding: 10px;*/
    /*    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    border-radius: 8px;
    text-align: left;*/
    /*flex-grow: 1;*/
    margin: 10px 0 0 0;
    margin: 0;
    border: none;
    overflow: hidden;
    overflow-y: visible !important;
    /*max-height: calc(100vh - 100px) !important;*/
    font-size: 1em;
}

.theMergeGridviewWrapper {
    height: calc(100% - 64px);
    overflow: hidden;
    overflow-y: visible !important;
}

.splitterpanel, .splitterpanelright {
    background-color: #EEEEEE;
    margin: 10px 0 10px 10px;
}
/*.splitterpanelright {
    background-color: #EEEEEE;
}*/
/*.activity-manager-grid-wrapper {
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,10);
    border-radius: 8px;
    height: calc(100vh - 112px) !important;
}*/
.activity-manager-iframe {
    background-color: transparent;
    /* height:calc(100% - 20px);
    width: 100%;*/
    padding: 0;
}

.activity-manager-seperator {
    padding: 0;
    border: none;
    background-color: #EEEEEE;
}

.activity-manager-popup .control-list {
    font-size: 1.2em;
}

.control-button-drop {
    height: 28px;
}


/* Can't beleive this will work */
.form-check-input {
    accent-color: #f9c725;
}

.titlebadge {
    color: #f9c725;
    font-size: 0.8em;
    margin: 4px 0 0 4px;
}

#theFilter .dxfc-nd {
    font-size: 1.1em !important;
}

.schedule-resource-header {
    font-weight: 500;
    font-size: .9em;
    color: #444444;
}

.schedule-appointment-content {
    padding: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 12px);
    /*flex:1;*/
}

.schedule-appointment-subject {
    font-weight: 500;
    font-size: 1.1em;
    color: #f9c725;
    margin-bottom: 3px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.schedule-appointment-location {
    font-size: 1em;
    color: #65613C;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.schedule-appointment-description {
    font-weight: 400;
    font-size: .9em;
    color: #65613C;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.schedule-appointment-wrapper {
    font-size: 11pt;
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    border-radius: 8px;
    border: none;
    text-align: center;
    margin: 0px;
    padding: 0;
}

.schedule-appointment-topcolour {
    height: 8px !important;
    border-radius: 8px 8px 0 0;
    width: 100%;
}


.schedule-appointment-tick {
    float: right;
    margin-left: 4px;
    margin: 0;
    padding: 0;
    color: #f9c725;
}

.calendar-vertical-appointment-wrapper-wrapper {
    margin: 0px;
    /*background-color:lightgoldenrodyellow;*/
}

.calendar-appointment-body-wrapper {
    display: flex;
    flex: 1;
    /*flex-direction: row;*/
    height: calc(100% - 8px);
}

.calendar-vertical-appointment-wrapper {
    font-size: 11pt;
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    border-radius: 8px;
    border: none;
    text-align: center;
    height: calc(100% - 18px);
    /*height:100%;*/
    /*    overflow: hidden;
    white-space: nowrap;
    display:flex;
    flex-direction:column;*/
    background-color: white;
    margin: 8px;
}

.calendar-vertical-appointment-left-bar {
    width: 6px;
    height: 70%;
    min-height: 40px;
    /*min-height: calc(100% - 10px) !important;*/
    border-radius: 3px;
    margin: auto 1px auto 4px;
}

/* For some reason, the report viewer menu was being set to 400px wide so all the menu wasn't available */
#ctl00_subContent_theReportViewer {
    width: 100% !important;
    height: 100% !important;
}


/* FileManager stuff*/
.fileManagerTab {
    display: block;
    height: 100%;
    max-height: calc(100vh - 134px) !important;
    width: 100%;
}

.control-filenanager {
    min-height: 100%;
}

.control-filemanager-uploadpanel {
    padding: 10px 0 0 0;
    font-size: 10px !important;
}

    .control-filemanager-uploadpanel .input-group {
        font-size: 10px;
    }

.control-filenamager-toolbar {
    display: none;
}

.control-filemanager-admin div {
    font-size: 13px;
}

.dxfm-uploadPanelTableBCell {
    display: none;
    background-color: red;
    margin: 0;
}

.dxfm-uploadPanelTable {
    margin: 0 !important;
}

.cont-filemgr {
}

    .cont-filemgr .dxsplLCC {
        padding: 0;
    }

    .cont-filemgr .dxm-content {
        margin: 5px 0 0 0;
        color: #f9c725 !important;
    }

/* Signoff and/or customer forms */
.signoff-body, .signoff-html {
    width: 100%;
    height: 100%;
    background-color: white !important;
}

.signoff-wrapper {
    margin: auto;
    width: 1140px;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.signoff-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 10px;
}

.signoff-header-left {
    width: 50%;
}

.signoff-header-right {
    width: 50%;
}

.signoff-content {
    margin: 10px 0 10px 0;
}

.signoff-customer-logo {
    width: 100%;
}

.signoff-panelFields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.modal-backfade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.1 !important;
    z-index: 99998;
}

.spinner {
    width: 85px;
    height: 85px;
    /*margin: 100px auto;*/
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: calc(50vh - 42px);
    left: calc(50vw - 42px);
    /*right: 0;*/
    z-index: 99999;
    /*background-color: white;

    border-radius: 8px;*/
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
        background-color: #f9c725;;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
        background-color: #65613C;
    }

    .spinner .bounce3 {
        background-color: #f9c725;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


/*.pound-sign:before {
    font-weight: 100;
    font-family: "Font Awesome 5 Pro";
    content: "\f154";
}*/

/*Kanban stuff*/
#kanban {
    white-space: nowrap;
    height: 100% !important;
}

.dx-scrollview-content {
    /*height:100%!important;*/
    /*background-color:aquamarine;*/
}

.kanban-sortable-cards {
    min-height: 90px
}

.kanban-avatar {
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
}

.kanban-column {
    border-top: solid 8px;
    background-color: #F8F8F8;
    border-radius: 8px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 256px;
}

.kanban-left-type {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 5px;
    width: 5px;
    border-radius: 2px;
}

.kanban-top-status {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px !important;
    border-radius: 8px 8px 0 0;
    width: 100%;
}

.kanban-scrollable-list {
    max-height: calc(100vh - 196px) !important;
    width: 100%;
}

.kanban-list-title {
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: -0px;
    font-weight: 500;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.kanban-card {
    position: relative;
    background-color: white;
    box-sizing: border-box;
    width: 230px;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.list-word-wrap-cell {
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
    overflow: visible; /* Show content that overflows the container */
}

.chooseusers {
    /*float:right;*/
}

.to-cc-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

    .to-cc-wrapper a {
        position: absolute;
        right: 15px;
        bottom: 5px;
        display: flex;
        text-decoration: none;
        color: #f9c725;
    }

.to-cc-box {
    width: 100%;
    margin-top: auto;
}

.thelist-toolbar {
    background-color: white !important;
    max-width: 100% !important;
}

.thesublist-toolbar {
    background-color: white !important;
    /*width: 100%!important;*/
    max-width: 100% !important;
}

    .thesublist-toolbar .btn-toolbar {
        font-size: .9em;
    }

.theSubList-toolbar-button {
    font-size: 1.0em;
}

.milliseconds {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 0.6em;
    color: #f9c725;;
    z-index: 99999;
}

.quick-search-wrapper {
    background-color: white;
    border-radius: 8px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
    box-shadow: 0px 0px 10px 0px rgba(133,133,133,1);
}

.quick-search-results {
    margin: 10px;
    width: 600px;
    overflow: auto;
    height: 480px;
}

.quick-search-results-inner {
}

.quick-search-results .result-item {
    margin-bottom: 10px;
}

.quick-search-icon {
    color: #f9c725;
    width: 20px;
}

.quick-search-name:hover, .quick-search-name {
    text-decoration: none;
    color: #f9c725;
    font-size: 0.9em;
}

/*Draggable Fields*/
.edit-mode .sortable-placeholder {
    /*height: 40px;*/ /* Adjust based on your field height */
    background-color: #f0f0f0;
    border: 2px dashed #ccc;
    margin-bottom: 5px;
}

.edit-mode .sortable-field {
    background-image: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f0f0f0 75%), linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    border: white solid 2px;
    cursor: move;
}

    .edit-mode .sortable-field:hover {
        border: #f9c725 solid 2px;
    }

.sortable-placeholder {
    float: left; /* Match the float property of fields */
    width: 20px; /* Match the field width */
    height: 64px; /* Match the field height */
    background-color: #f0f8ff; /* Light background color */
    border: 2px dashed #007bff; /* Dashed border for visibility */
    box-sizing: border-box;
}

.disabled-button {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.modal-content {
    border-radius: 8px;
}

.disabled-button {
    opacity: 0.5;
    pointer-events: none; /* Prevents clicking */
}

.quick-result-count {
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 4px;
    border-bottom: solid 1px black;
}

.object-favourite {
    height: 26px;
    width: 26px;
    position: absolute;
    left: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 18px;
}

.nofavourite:before {
    content: "\f004";
    position: absolute;
    top: 0px;
    left: 2px;
    width: 10px;
    height: 10px;
    display: block;
}

.yesfavourite:before {
    font-weight: 800;
    content: "\f004";
    position: absolute;
    top: 0px;
    left: 2px;
    width: 10px;
    height: 10px;
    display: block;
}

.gridrowobjecticon {
    color: #f9c725;
    font-size: 1.1em;
}

/* Trying to deal with crlf in cards */
.dx-flex-card-layout-row-element {
    white-space: pre !important;
}


/*Portal specific stuff*/
/* Hover effect for better usability */
.desktop-dock-panel:hover {
    background-color: #f8f8f8; /* Subtle gray background on hover */
}

.portal-site-header-icon {
    color: #f9c725;
    font-size:1.7em!important;
}


/* New button control */
.control-controlbutton {
    height: 28px;
    padding: 0 10px 0 10px;
    /*color: #C71A61 !important;*/
    background-color: white;
    /*border: 1px #CCCCCC solid !important;*/
    border-radius: 6px;
    font-size: 13px;
    max-width: calc(100% - 40px) !important;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .control-controlbutton:hover {
        color: white;
        background-color: #BAB812;
    }

    .control-controlbutton dxbDisabled:hover {
        color: #C71A61 !important;
        background-color: white;
    }

.controlbutton-icon {
    color: #65613C !important;
}

#crmLogoImg {
    width: 140px !important;
    height: auto;
}

/* This is the list row highlight */
.bg-primary, .dxbs-hov {
    background-color: #BBB !important; /* Uncommented as it was shoing a blue highlight bar */
}
.theListRow:hover > .format-condition, .theListRow:hover {
    background-color: #BBB !important; /*hot track colour*/
    color: #FFFFFF !important;
    /*cursor: pointer;*/
}











.a {
}
/* Dashboard Runner Blue Squares from Cards */
.dx-flex-card-layout, .dx-flex-card-layout-content {
    background-color: #19A3DD !important;
    padding: 0px;
}

.dx-carditem-none-color {
    font-size: 5em !important;
    color: white;
}

.dx-carditem-default-color {
    font-size: 4vh !important;
    color: white;
}

.dx-carditem-positive-color {
    font-size: 3vh !important;
    color: white;
}

.dx-flex-card-layout-content > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    flex-grow: 1;
    text-align: center;
}

    .dx-flex-card-layout-content > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
        flex-grow: 1;
        text-align: center;
    }

.dx-flex-card-layout-content > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) {
    flex-grow: 1;
    text-align: center;
}

.dx-flex-card-layout-content > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) {
    flex-grow: 1;
    text-align: center;
}

.dx-flex-card-layout-content > div:nth-child(2) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
    font-size: 10vh !important;
    flex-grow: 1;
}

.dx-flex-card-layout-content > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
    font-size: 6vh !important;
    flex-grow: 1;
}
/* Dashboard Runner Blue Squares from Cards */
.abc {
}
/* New responsiveness */
/* -------------------------------------------------------------------------------------------------------------------------------------------------- */
/*@media screen and (min-width: 1023px) {
    .nav-slide-out, .burger-div, .burger-div-blank {
        display: none !important;
    }
}*/

@media screen and (max-width:480px) {
    /* Narrowist mobile */
    .desktop-dock-panel {
        width: 50%;
    }

    .master-object-menu-button-wrapper i {
        font-size: 1.3em;
        width: 28px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    /* Low res iPad etc */
    .desktop-dock-panel {
        width: 33%;
    }
}

@media screen and (max-width: 767px) {
/*    .theCRMLogo {
        display: none;
    }*/

    .navbar-object-name, .master-right-nav-items {
        /*width: calc(50% - 20px);*/
    }

    #btnWorkflowHelp {
        display: none;
    }

    .master-right-nav-items {
        padding-right: 1px;
    }

    .sub-nav-link-save, .sub-nav-link-save-close, .sub-nav-link-close, .sub-nav-link-design {
        font-size: 1.5em;
        line-height: 1.5em;
        background-color: #f9c725; !important;
        color: black !important;
        width: 48px;
        border-radius: 0;
        margin: 0 1px 0 1px;
        border: none !important;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    /* Decent iPad etc */
    .desktop-dock-panel {
        width: 25%;
    }

    .master-left-nav-area {
        width: 40px;
    }
}

/* Narrower thatn 1023 */
@media screen and (max-width: 1023px) {
    .master-side-nav-wrapper {
        width: 0px;
    }

    .master-right-content {
        max-width: 100vw;
    }

    .master-navbar-search {
        display: none;
    }

    .object-menu-button {
        /*display: none;*/
    }

    .master-object-menu-wrapper {
        height: 48px;
    }

    .master-object-menu-button-wrapper i {
        font-size: 1.4em;
        width: 32px;
        text-align: center;
    }

    .master-left-nav-area, .master-right-nav-items {
        width: 50%;
    }

    .desktop-dock-panel {
        margin: 1px;
        box-shadow: none;
        border-radius: 0;
    }

    .theListWrapper {
        margin: 0;
        border-radius: 0;
    }
}

.cf-turnstile {
    position: fixed;
    bottom: 1px;
    left: 4px;
    z-index: 9999;
    opacity: 0.85;
    transform: scale(0.75);
    transform-origin: bottom left;
}

