﻿
:root {
    --dt-row-selected: #fff1cc;
    --dt-row-selected-text: #212529;
}

.form-control {
    font-size: 13px !important;
    height: 28px;
}

.blueText {
    color: #14afca;
}

.tabButtons
{
    padding:10px;
}

.blueBackground {
    background: #14afca;
}
/*used in text editor*/
.custom-dropdown-variable {
    width: 250px;
    overflow-y: scroll;
    max-height: 400px;
}

.notitfyBanner {
    width: 100%;
    background-color: #f776008c;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 3px;
    text-align:center;
}
.pendingChanges {
    position: fixed;
    top: 50px;
    left: var(--w);
    right: 0;
    height: 30px;
    background-color: #f77600;
    font-size: 14px;
    font-weight: bold;
    z-index: 998;
}
body.sb-collapsed .pendingChanges {
    left: var(--w-col);
}

.whatsNewBanner {
    height: 40px;
    background-color: #108ca2;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.whatsNewHeading {
    font-size: 16px !important;
    font-weight: bold;
}

#pageIntro {
    background-color: #e4eef1; /* #d1e7df;*/
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 10px;
    position: absolute;
    z-index: 100;
    margin-left: var(--w);
    width: calc(100vw - var(--w));
}
.helpList {
    padding-left: 40px !important;
}
.helpList li {
    list-style-type: disc !important;
}
#pageIntroTitle {
    font-size: 16px !important;
    font-weight: bold;
}

.popoverHelp {
    cursor: help;
}
.pageHelp {
    cursor: help;
}

.popoutHelpTitle {
    color: white;
    background: #14afca;
    font-size: 16px !important;
    font-weight: bold;
}

/*select2*/
.select2Button {
    min-width: 65px;
}

.select2InputGroup {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

/* BS4 → BS5: .input-group-append/.input-group-prepend wrappers were removed;
   make them transparent to flexbox so their children join the input-group row. */
.input-group > .input-group-append,
.input-group > .input-group-prepend {
    display: contents;
}

/* BS5 defaults flex-wrap: wrap, which lets the button drop below the input at small sizes.
   Our site always expects single-line input groups. */
.input-group {
    flex-wrap: nowrap;
}

.input-group > .form-control,
.input-group > .form-select {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .select2-container {
    width: auto !important; /* overrides Select2's JS-set style="width:100%" */
    flex: 1 1 auto;
    min-width: 0;
}

    .input-group > .select2-container .select2-selection--single {
        /*      height: calc(1.5em + 0.75rem + 2px) !important;*/
    }
/*datatable*/
.dt-buttons {
    float: right;
}

.dataTables_filter {
    float: left;
}

/* Match pagination to site teal theme, compact size */
.dt-paging .pagination {
    --bs-pagination-color: #14afca;
    --bs-pagination-hover-color: #0e9ab4;
    --bs-pagination-focus-color: #14afca;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(20, 175, 202, 0.25);
    --bs-pagination-active-bg: #14afca;
    --bs-pagination-active-border-color: #14afca;
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.2rem;
    --bs-pagination-font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

/* Keep pager centred: info and pageLength each take equal 1fr, pager stays in the middle */
.dt-layout-full:has(.dt-paging) {
    display: flex;
    align-items: center;
}
.dt-layout-full:has(.dt-paging) .dt-info {
    flex: 1;
    min-width: 0;
}
.dt-layout-full:has(.dt-paging) .dt-length {
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*datatable card view*/
.cards tbody tr {
    float: left;
    width: 25rem;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.25);
}

.cards tbody td {
    display: block;
}

.table {
    --bs-table-color: rgb(73, 80, 87);
    --bs-table-striped-color: rgb(73, 80, 87);
    --bs-table-hover-color: rgb(73, 80, 87);
    --bs-table-active-color: rgb(73, 80, 87);
}

.table tbody label {
    display: none;
  
}

table {
    font-family: 'Nunito', sans-serif !important;
}
.cards tbody label {
    display: inline;
    position: relative;
    font-size: 85% !important;
    width: 25%;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

tr.selected label {
    color: #404040;
}

.table .fa-light {
    /*  font-size: 2.5rem;*/
    text-align: center;
}

.cards .fa-light {
    /*  font-size: 7.5rem;*/
}

a {
    cursor: pointer;
}
/*form elements*/
    .form-group {
    margin-bottom:0.2rem;
}
/*
.form-control {
    height: calc(1.5em + .5rem + 2px);
}
    */
.btn-minus {
    /* height: calc(1.5em + 0.75rem + 3px);*/
    height:28px;
}
.btn-plus {
    height: 28px;
    /*  height: calc(1.5em + 0.75rem + 3px);  */
}
.input-group-text {
    height: 28px;
    
}
.input-group-button {
    height: 28px;
    display: flex !important;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}


.tableSpinner .btn-minus {
    height: 21px;
}
.tableSpinner .btn-plus {
    height: 21px;
}

.tableSpinner .input-group-text {
    height: 21px;
}

.tableSpinner .form-control {
    height: 21px;
}

.tableSpinner button {
    height: 21px;
}

.treeBorder {
    border-color: #14afca;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
}

#external-events {
  
}

    #external-events h4 {
        font-size: 16px;
        margin-top: 0;
        padding-top: 1em;
    }

    #external-events .fc-event {
        margin: 3px 0;
        cursor: move;
    }

    #external-events p {
        margin: 1.5em 0;
        font-size: 11px;
        color: #666;
    }

        #external-events p input {
            margin: 0;
            vertical-align: middle;
        }

.notification_counter {
    position: absolute;
    top: 8px;
    /*right: 5px;*/
    min-width: 20px;
    background-color: #D93F3F;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: small;
    font-weight: bold;
}

.groupSeachSideBar {
    max-width: 500px;
    width: calc(100% - 50px);
}
.groupSearchTree {
    height: calc(100vh - 120px);
    overflow-y: scroll;
}


.list-group-item + .list-group-item {
     border-top-width: 1px!important;
}

.side-barHeader {
    background-color: #14afca;
    color: white;
    text-align: center;
     margin-bottom: 20px;
    padding: 5px;
}

/*
.jstree li.jstree-open > a.jstree-anchor > i.jstree-checkbox,
.jstree li.jstree-closed > a.jstree-anchor > i.jstree-checkbox {
    display: none!important;
}

.jstree-default .jstree-leaf > .jstree-ocl {
    display: none !important;
}
    */

.card-header .accicon {
    float: right!important;
    font-size: 16px;
    width: 1.2em;
}

.jstree-default .jstree-clicked {
    background-color: #14afca;
    color: white!important;
}

[data-bs-toggle="collapse"] .fa:before {
    content: "\f102";
}

[data-bs-toggle="collapse"].collapsed .fa:before {
    content: "\f103";
}
.card .card-body {
    padding: .5em;
}



.card {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    font-size: 13px !important;
}

.card-header {
    /*   cursor: pointer; ?? */
    border-bottom: 1px solid #ebebeb;
    padding: 5px 10px;
    /*    display: block !important;*/
    font-size: 14px;
    font-weight: 600;
}
.card-header-page {
    font-size: 16px !important;
    font-weight: bold;
    border-left-color: #14afca !important;
    border-left-width: 3px !important;
}

.card-header-page-span {
    padding-bottom: .2em !important;
    padding-top: .2em !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl
{
    padding-left:0px;
    padding-right:0px;
}
.nav {
    font-size: 14px;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 29px!important;
}



.dataTable .select2-container--bootstrap4 .select2-selection--single {
    height: 22px !important;
}
    .dataTable .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered
    {
        line-height:18px;
    }
    /*table expand*/
    td.details-control::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-light);
        /*  content: "\f02a\0020\0020\f324";*/
        content: "\f324";
        cursor: pointer;
        /*   background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;*/
    }

tr.shown td.details-control::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-light);
   /* content: "\f02a\0020\0020\f322";*/
    content: "\f322";
    cursor: pointer;
    /* background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;*/
}


table.dataTable {
font-size: 12px;
}

.table.dataTable .btn.btn-sm {
    padding: 3px 10px;
    font-size: 13px;
}
table.dataTable tr.dtrg-group.dtrg-level-0 th {
    font-weight: bold;
    padding: 0;
}

.tableGroupHeaderCard {
    margin-top: 0px !important;
}

table.dataTable.table > tbody > tr.selected > * .dt-row-selected {
    background-color: #fff1cc;
    color: #212529;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected .dt-row-selected {
    background-color: #fff1cc;
    color: #212529;
}

dt-row-selected {
    background-color: #fff1cc;
    color: #212529;
}


table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable thead th.select-checkbox:before,
table.dataTable thead th.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
}

table.dataTable tbody td.select-checkbox:before,
table.dataTable thead th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}

.tableSelectColumn {
    /*   max-width: 30px !important;*/
    width: 15px !important;
    padding-right: 5px !important;
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right::after {
    box-shadow: none;
    }

table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
    box-shadow: none;
}
/* so all of selected row is coloured*/

table.dataTable tbody tr.selected  td.dtfc-fixed-start, table.dataTable tbody tr.selected  td.dtfc-fixed-end {
    background-color: #fff1cc;
    color: #212529;
}

    

.editColumn {
    height: 20px;
    line-height: 20px !important;
    cursor: pointer;
}

.serialNumberDetails .list-group-item {
    padding-left: 2rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    display: block !important;
}
.form-check-inline {
    margin-right: .25rem; 
}

.pointer {
     cursor: pointer;
 }



.clickable {
    cursor: pointer;
    color: #00b2ca;
}

/*  .clickable:hover {
        text-decoration: underline;
    }*/

.tableWarningRow {
    background-color: #efd6d6f5 !important;
}

.dark .tableWarningRow {
    color: red !important;
    background-color: revert !important;
}

.tableWarningCell {
    background-color: #efd6d6f5 ;
}

.dark .tableWarningCell {
    color: red !important;
    background-color: revert!important;
}

.tableGroup .input-group-text {
    height: 21px !important;
    font-size: 12px;
}

.tableGroup .form-control {
    height: 21px !important;
    font-size: 12px;
}
  
.globalSearchResults{
    margin-top:0px !important;
    width:100% !important;
}

.filterhead
{
   padding-right:4px!important;
}

.tableSelect {
    border-radius: 4px;
    border-color: #ced4da;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='grey' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.2rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

    .tableSelect option:checked {
        background-color: #00bcd4
    }

body.dark .tableSelect {
    border-radius: 4px;
    border-color: #6e6e6e;
    color: #ced4da;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='grey' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.2rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

    body.dark .tableSelect option {
        background-color: #2d2d30
    }

        body.dark .tableSelect option:checked {
            background-color: #1b1b1c
        }

body.dark .table-bordered {
    border-color: #6e6e6e;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
}

.table-hover > tbody > tr:hover {
     background-color: #dee2e6;
}

.tableHighlight {
    background-color: #dee2e6;
}


table.dataTable td {
    vertical-align: middle !important;
}

.table-sm td, .table-sm th{
padding-top:1px;
padding-bottom:1px;
}

div.dt-container > div.row {
margin-bottom : .2rem;
}
.dt-scroll {
    border: rgb(222 226 230);
    border-style: solid;
    border-width: 1px;
}

.horizontalCentreColumn {
   text-align:center;
}

.editHeader
{
    font-size:16px;
    font-weight:bold;
}

.hidden {
    display: none;
}
.copy {
    cursor: pointer;
}

.hidden-icon {
    opacity: 0;
}


/* flexible multi column list*/
.items {
    display: flex;
    flex-wrap: wrap;
    /*  margin-left: -10px; */
    margin-top: -10px;
}

    .items .item {
        flex: 1 0 200px;
        box-sizing: border-box;
      padding-left:10px;
      padding-right:10px;
        margin-left: 15px;
        margin-top: 5px;
    }

.topIcons {
    color: #00b2ca;
    padding-left :.5rem;
    padding-right:.5rem;
}

.nav-tabs {
border-bottom:none;
}

.nav-pills .nav-link {
    color: #00b2ca !important;
    border-color: #00b2ca !important;
    font-weight: normal !important;
    /*   border: 1px solid;
    border-radius: .25rem;*/
    padding: 0.3rem 0.75rem;
    margin: 0 3px -3px 3px;
}

    .nav-pills .nav-link.active {
        font-weight: bold !important;
        background: none;
        padding-bottom: 0 !important;
        border-bottom-color: #00b2ca !important;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-radius: 0px;
    }

    .nav-pills .nav-link.alertTab .tab-error-icon {
        font-size: 11px;
        margin-left: 4px;
        vertical-align: middle;
    }

.nav-pills.side .nav-link {
    color: white !important;
    background-color: #14afca;
    border-color: #14afca !important;
    font-weight: normal !important;
    /*   border: 1px solid;
    border-radius: .25rem;*/
    padding: 0.3rem 0.75rem;
    margin: 0px;
}

    .nav-pills.side .nav-link.active {
        color: white !important;
        background: #108ca2 !important;
        font-weight: 600 !important;
        
    }

    .nav-pills.side .icon {
        color: white !important;

    }
.tabBottom {
    padding-bottom: 0px !important;
}

.custom-control-label {
    /* margin-bottom: 0.5rem;
    vertical-align: middle;*/
    padding-top: 4px;
}

.custom-radio {
padding-top:4px;
}

.actionButtons {
    color: #00b2ca;
    cursor: pointer;
}

    .actionButtons:hover {
        color: #17a2b8;
    }

.actionMenu {
max-width:30px!important;
}

.dropDownTable {
    width:100%;
padding:0px;
border:none;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

.dropdown-submenu-left > .dropdown-menu {
    left: -100%;
    top: 0;
    margin: 0;
    padding: 0;
    right: 100%;
}

.first-sub-menu {
    width: 12rem;
    left: -105% !important;
}

.droppableList{
overflow-y:auto;
}

.droppableList .fc-event {
    margin: 3px 0;
    cursor: move;
}

.fc-event-main {
overflow:hidden;
}

.footerButtons {
    position: fixed;
    bottom: 0px;
    width: calc(100% - var(--w));
    left: var(--w);
    z-index: 20;
}

.list-group-item {
 padding-bottom: 0.25rem;
 padding-top:0.25rem;
}

.form-check-input {
    margin-top: 0.2rem;
}

.linkDisabled {
    opacity: 0.5;
   cursor: not-allowed;
}

/* Select2 — match site's form-control sizing (13px / 28px) and fix BS5 theme sizing */
.select2-container--bootstrap-5 .select2-selection {
    font-size: 13px;
    min-height: 28px;
    padding: 3px 2.25rem 3px .5rem;
}
/* select2 hides the real <select> and renders this widget as its very next sibling — applying
   is-invalid/is-valid to the (hidden) select alone has no visible effect on its own, this app-wide
   gap existed everywhere a select2 field used the standard Bootstrap validation classes. */
select.is-invalid + .select2-container--bootstrap-5 .select2-selection {
    border-color: #dc3545;
}
select.is-valid + .select2-container--bootstrap-5 .select2-selection {
    border-color: #198754;
}
.select2-container--bootstrap-5 .select2-selection--multiple {
    padding-right: .5rem;
}
/* Select2 — override base select2.css rules that break Bootstrap 5 layout */
.select2-container .select2-selection--single {
    height: auto;           /* select2.css forces height:28px; let Bootstrap min-height take over */
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    overflow: visible;      /* select2.css sets overflow:hidden; clips wrapped tags */
    white-space: normal;    /* select2.css sets white-space:nowrap */
    padding: .25rem .5rem;
    margin: 0;
    list-style: none;
    width: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li {
    margin: 0;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;          /* select2.css adds 5px top margin; misaligns inline search */
    font-size: 1rem;
}
/* Tag (choice) pills — applies to all themes */
.select2-container .select2-selection--multiple .select2-selection__choice {
    display: inline-flex;
    align-items: center;
    gap: .25rem;
    float: none;            /* default theme uses float:left; breaks flex layout */
    margin: 0;              /* default theme adds margin-top:5px margin-right:5px */
    padding: .15em .5em;
    font-size: .85em;
    line-height: 1.4;
    color: #fff;
    background-color: #14afca;
    border: none;
    border-radius: .25rem;
    cursor: default;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, .8);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 1em;
    line-height: 1;
    order: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.warningText {
color:red;
}

.side-menu > .side-menu-body > ul li a, .side-menu > .container > .side-menu-body > ul li a, .side-menu > .container-fluid > .side-menu-body > ul li a {
    padding: 4px 15px;
}

.inline.select2-container {
display:inline-block;
}

body.waiting * {
    cursor:wait!important;
}

ul.licenseList li {

    list-style-type: square;

}

.brandingIcon  {
   max-height: 40px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.brandingIcon a:hover {
    margin: 0px !important;
    height: 45px;
}

.footerBlankDiv {
    height: 50px
}

.marginBottomBlank {
margin-bottom:55px!important;
}

/*stops checkbox text being coloured if validation used*/
.custom-control-input.is-invalid ~ .custom-control-label, .custom-control-input.is-valid~.custom-control-label {
    color: revert;
}

.disabledListRow {
    background-color: rgba(0,0,0,.03);
}

/*seems to get overridden somewhere*/
.note-editor .note-toolbar > .note-btn-group, .note-popover .popover-content > .note-btn-group {
display:inline-flex;
}

.searchIcon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-light);
    /* content: "\f02a\0020\0020\f322";*/
    content: "\f002";
    cursor: pointer;
    padding-right:2px;
}


table.dataTable input.dt-select-checkbox {
    appearance: checkbox;
  /*  width: 16px;
    height: 16px;*/
   accent-color: #14afca;
   color:white;


}
table.dataTable input.dt-select-checkbox:checked:after {
    content: '✔';
    color: white;
}
    table.dataTable input.dt-select-checkbox:checked:after {
        content: "";
    }

    table.dataTable input.dt-select-checkbox:indeterminate:after {
        content: "";
        background-color: transparent;
    }

table.dataTable.table.table-striped > tbody > tr:nth-of-type(2n+1).selected {
    background-color: #fff1cc;
}

.custom-control-inline-radio-label {
padding-top:12px;
}

.help-icon {
    display: none;
}

.notePropertyName {
    font-weight:normal;
}

.notePropertyValue {
font-weight:bold;
}

.noteHeaderWarning {
    background-color: #fff3cd;
}

.draggable
{
        cursor:move;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.draggable-item {
    cursor: move;
    user-select: none;
    transition: transform 0.2s, box-shadow 0.2s;
    /*  font-weight: 500;*/
}

    .draggable-item:hover {
   /*    transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);*/
    }

    .draggable-item:active {
        transform: scale(0.98);
    }

/* timeline */

.timeline-section {
}

.timeline-section .state-progress {
    outline-color: #007bff;
    background-color: #007bff;
    --dot-size: 25px;
}

.timeline-section .state-success {
    outline-color: #28a745;
    background-color: #28a745;
}

/* Customized connector color */
.timeline-section .completed.e-connector::after {
    border-color: #28a745;
}

.timeline-section .intermediate.e-connector::after {
    border-style: dashed;
}

.card-collapse {
width:99.5%;
}

.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical {
border:none;
}


.deviceInfo {
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight:600;

}

.deviceInfoText {
    padding-bottom: 2px;
    padding-top: 2px;
    padding-left: 0rem;
    padding-right: 0.5rem;
}

.consumableInfoRow {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.consumableInfoRowSelected {
    background-color: #e9ecef;
   }

.filterTextDiv {
line-height:1;
}
.filterText {
font-weight:300;
font-size:12px;
line-height:0.9;
}

.filterTextTitle {
    font-weight: 700;
    font-size: 12px;
    line-height: 0.9;
}
td.dtfc-fixed-right.z-index-3,
td.dtfc-fixed-end.z-index-3 {
    z-index: 3 !important;
    position: relative;
}

.dropdown-menu {
    z-index: 4 !important;
    font-size: 13px;
}

.dropdown-item {
/*padding:0px!important;*/
}
.submenu-hover {
    position: relative;
    cursor: pointer;
    padding: 0px !important;
}

    .submenu-hover:hover {
        background-color: #f8f9fa;
    }

.submenu-menu {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 5 !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    min-width: 10rem;
    padding: 0; /* Changed from 0.5rem 0 to 0 */
}

.submenu-hover:hover > .submenu-menu {
    display: block;
  
}

.submenu-menu .dropdown-item {
    display: block;
    width: 100%;

}

/* Nested submenu positioning */
.submenu-nested > .submenu-menu {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 6 !important;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    min-width: 10rem;
    padding: 0;
}

.submenu-nested:hover > .submenu-menu {
    display: block;
}
.menuButton:not(:disabled):not(.disabled):hover {
    background: #00bcd4;
    border-color: #00bcd4;
    color: white;
}

.bootbox-prompt-message {
font-weight:600;
}
.bootbox-body {
    font-weight: 600;
}

/*summernote*/
.note-editor.is-valid {
    border: 1px solid #198754 !important;
}

.note-editor.is-invalid {
    border: 1px solid #dc3545 !important;
}

@media (max-width: 991px) {
    .footerButtons {
            width: calc(100% - 20px);
        }
    }

    @media (min-width: 410px) {
        .items .item {
            max-width: calc(50% - 10px);
        }
    }

    @media (min-width: 620px) {
        .items .item {
            max-width: calc(33.33333% - 10px);
        }
    }

    @media (min-width: 830px) {
        .items .item {
            max-width: calc(25% - 10px);
        }
    }

    @media (min-width: 1040px) {
        .items .item {
            max-width: calc(20% - 10px);
        }
    }

    @media (min-width: 1250px) {
        .items .item {
            max-width: calc(16.66667% - 10px);
        }
    }

    @media (min-width: 1460px) {
        .items .item {
            max-width: calc(14.28571% - 10px);
        }
    }

    @media (min-width: 1670px) {
        .items .item {
            min-width: calc(12.5% - 10px);
        }
    }


/* IssueNo #6371 */
/* ── New collapsible sidebar ───────────────────────────────────────── */
:root {
    --w: 200px;
    --w-col: 44px;
    --sb: #14afca;
    --sb-dark: #108ca2;
    --sb-hover: rgba(0,0,0,0.15);
    --sb-active: rgba(0,0,0,0.25);
    --sb-sub: rgba(0,0,0,0.10);
}

#sb {
    position: fixed;
    top: 50px; left: 0;
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
    height: calc(100vh - 50px);
    width: var(--w);
    min-width: var(--w);
    background: var(--sb);
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: width .22s ease, min-width .22s ease;
    overflow: visible;
    z-index: 100;
}
#sb.collapsed { width: var(--w-col); min-width: var(--w-col); }

.sb-header {
    display: flex; align-items: center;
    padding: 0 4px 0 12px;
    background: rgba(0,0,0,0.12);
    height: 34px; flex-shrink: 0; overflow: hidden; white-space: nowrap;
}
.sb-header-label {
    flex: 1; font-size: 10px; font-weight: 600;
    letter-spacing: .07em; text-transform: uppercase;
    color: rgba(255,255,255,0.85); overflow: hidden; transition: opacity .15s;
}
#sb.collapsed .sb-header-label { opacity: 0; width: 0; flex: 0; }

.sb-toggle {
    background: none; border: none; color: #fff;
    cursor: pointer; padding: 4px 6px;
    display: flex; align-items: center; flex-shrink: 0; border-radius: 3px;
    outline: none; box-shadow: none;
}
.sb-toggle:hover { color: #fff; background: rgba(255,255,255,0.1); }
.sb-toggle:focus, .sb-toggle:active { outline: none; box-shadow: none; }
.sb-toggle i { font-size: 15px; transition: transform .22s; display: block; }
#sb.collapsed .sb-toggle i { transform: rotate(180deg); }

.sb-body {
    overflow-y: auto; overflow-x: hidden; flex: 1; width: 100%;
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
}

/* custom-checkbox-info colour — migrated from app.css (#6372) */
.custom-checkbox.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before,
.custom-switch.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #00bcd4;
    background-color: #00bcd4;
}
.custom-checkbox.custom-checkbox-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-radio.custom-checkbox-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before,
.custom-switch.custom-checkbox-info .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    border-color: #32eeff;
    background-color: #32eeff;
}
.custom-checkbox.custom-checkbox-info .custom-control-input:focus ~ .custom-control-label::before,
.custom-radio.custom-checkbox-info .custom-control-input:focus ~ .custom-control-label::before,
.custom-switch.custom-checkbox-info .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.3);
}

/* Reports fields table — header column borders to match DataTables appearance */
#tblFields thead th {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
.sb-body::-webkit-scrollbar { width: 4px; }
.sb-body::-webkit-scrollbar-track { background: transparent; }
.sb-body::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 2px; }
.sb-body::-webkit-scrollbar-thumb:hover { background: rgba(0,0,0,0.35); }

.sb-row { display: block; position: relative; }
#sb.collapsed .sb-row { width: var(--w-col); }

#sb .sb-link {
    display: flex; align-items: center;
    padding: 4px 0 4px 12px;
    color: #fff !important; text-decoration: none !important;
    font-weight: 400;
    cursor: pointer;
    transition: background .1s; min-height: 28px; width: 100%;
}
#sb .sb-link:hover { background: var(--sb-hover); color: #fff !important; }
#sb .sb-link.active { background: var(--sb-active); color: #fff !important; }
.sb-link i.icon { font-size: 16px; width: 20px; flex-shrink: 0; text-align: center; }
.sb-link .lbl { flex: 1; margin-left: 10px; font-size: 13px; overflow: hidden; white-space: normal; transition: opacity .15s; }
.sb-link .sub-menu-arrow { margin-right: 8px; font-size: 11px; color: rgba(255,255,255,0.7); transition: transform .18s, opacity .15s; flex-shrink: 0; }
.sb-link.open .sub-menu-arrow,
.sb-row.open > .sb-link .sub-menu-arrow { transform: rotate(90deg); }
#sb.collapsed .sb-link { width: var(--w-col); overflow: hidden; }
#sb.collapsed .sb-link .lbl,
#sb.collapsed .sb-link .sub-menu-arrow { opacity: 0; width: 0; height: 0; overflow: hidden; margin: 0; pointer-events: none; }

.sb-sub { overflow: hidden; max-height: 0; transition: max-height .22s ease; background: transparent; width: 100%; }
.sb-sub.open,
.sb-row.open > .sb-sub { max-height: 600px; }
#sb.collapsed .sb-sub { max-height: 0 !important; pointer-events: none; }

#sb .sb-sub-link {
    display: flex; align-items: flex-start;
    padding: 3px 8px 3px 36px;
    color: #fff !important; text-decoration: none !important;
    font-weight: 400;
    cursor: pointer; font-size: 12.5px; transition: background .1s;
    max-width: 100%; box-sizing: border-box;
}
#sb .sb-sub-link:hover { background: var(--sb-hover); color: #fff !important; }
#sb .sb-sub-link.active { background: var(--sb-active); color: #fff !important; }
#sb .sb-sub-link i { font-size: 13px; width: 15px; flex-shrink: 0; text-align: center; margin-top: 2px; }
#sb .sb-sub-link .lbl { margin-left: 7px; flex: 1; min-width: 0; white-space: normal !important; overflow-wrap: break-word; word-break: break-word; }

.sb-flyout {
    position: fixed; left: var(--w-col);
    background: var(--sb); min-width: 180px;
    z-index: 9999; border-radius: 0 4px 4px 0;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.35);
    display: none; flex-direction: column; overflow: hidden;
}
.sb-flyout.visible { display: flex; }
#flyout .flyout-title {
    padding: 7px 14px; font-size: 13px; font-weight: 600;
    color: #fff; border-bottom: 1px solid rgba(255,255,255,0.2);
}
#flyout .flyout-link {
    display: flex; align-items: center; gap: 8px;
    padding: 7px 16px; color: #fff !important;
    text-decoration: none !important; cursor: pointer; font-size: 13px; white-space: nowrap;
}
#flyout .flyout-link:hover { background: var(--sb-hover); color: #fff !important; }
#flyout .flyout-link.active { background: var(--sb-active); color: #fff !important; }
#flyout .flyout-link i { font-size: 13px; width: 15px; text-align: center; }

main.main-content {
    margin-left: var(--w);
    padding: 4px 10px 10px;
    min-height: calc(100vh - 50px);
    transition: margin-left .22s ease;
}
body.sb-collapsed main.main-content { margin-left: var(--w-col); }
body.sb-collapsed #pageIntro { margin-left: var(--w-col); width: calc(100vw - var(--w-col)); }
body.sb-collapsed .footerButtons { width: calc(100% - var(--w-col)); left: var(--w-col); }
body.sb-collapsed .sidebarGroups.show { left: var(--w-col) !important; }
/* ── End new sidebar ───────────────────────────────────────────────── */

/* IssueNo #6372 — icon-block migrated from app.css (Gramos theme).
   Used by DashboardV3.aspx stat cards only. To be replaced when that
   page is redesigned for consistency with the rest of the portal. */
.icon-block {
    width: 40px; height: 40px; line-height: 40px;
    display: inline-flex; justify-content: center; align-items: center;
    background: #e1e1e1; border-radius: 3px;
    text-align: center; color: black; font-size: 18px;
}
.icon-block.icon-block-xl { width: 70px; height: 70px; line-height: 70px; font-size: 28px; }
.icon-block.icon-block-lg { width: 50px; height: 50px; line-height: 50px; font-size: 22px; }
.icon-block.icon-block-sm { width: 30px; height: 30px; line-height: 30px; font-size: 14px; }
.icon-block.icon-block-xs { width: 20px; height: 20px; line-height: 20px; font-size: 12px; }
.icon-block.icon-block-floating { border-radius: 50%; }
.icon-block.icon-block-outline-white    { border: 1px solid white;   background: none; color: white   !important; }
.icon-block.icon-block-outline-primary  { border: 1px solid #5891aa; background: none; color: #5891aa !important; }
.icon-block.icon-block-outline-success  { border: 1px solid #0acf97; background: none; color: #0acf97 !important; }
.icon-block.icon-block-outline-danger   { border: 1px solid #f2125e; background: none; color: #f2125e !important; }
.icon-block.icon-block-outline-info     { border: 1px solid #00bcd4; background: none; color: #00bcd4 !important; }
.icon-block.icon-block-outline-warning  { border: 1px solid #ff8300; background: none; color: #ff8300 !important; }
.icon-block.icon-block-outline-dark     { border: 1px solid #3a3f51; background: none; color: #3a3f51 !important; }

/* ── Bootstrap 5 brand-colour overrides ───────────────────────────────── */
:root {
    --bs-primary:     #14afca;
    --bs-primary-rgb: 20, 175, 202;
    --bs-info:        #14afca;
    --bs-info-rgb:    20, 175, 202;
}

/* btn-info — white text on brand colour */
.btn-info {
    --bs-btn-color:              #fff;
    --bs-btn-bg:                 #14afca;
    --bs-btn-border-color:       #14afca;
    --bs-btn-hover-color:        #fff;
    --bs-btn-hover-bg:           #108ca2;
    --bs-btn-hover-border-color: #0f85a0;
    --bs-btn-focus-shadow-rgb:   20, 175, 202;
    --bs-btn-active-color:       #fff;
    --bs-btn-active-bg:          #108ca2;
    --bs-btn-active-border-color:#108ca2;
    --bs-btn-disabled-color:     #fff;
    --bs-btn-disabled-bg:        #14afca;
    --bs-btn-disabled-border-color: #14afca;
}

.btn-outline-info {
    --bs-btn-color:              #14afca;
    --bs-btn-border-color:       #14afca;
    --bs-btn-hover-color:        #fff;
    --bs-btn-hover-bg:           #14afca;
    --bs-btn-hover-border-color: #14afca;
    --bs-btn-focus-shadow-rgb:   20, 175, 202;
    --bs-btn-active-color:       #fff;
    --bs-btn-active-bg:          #14afca;
    --bs-btn-active-border-color:#14afca;
}

/* form-check / checkbox / switch — brand colour when checked */
.form-check-input:checked {
    background-color: #14afca;
    border-color:     #14afca;
}
.form-check-input:focus {
    border-color: #7dd7e5;
    box-shadow: 0 0 0 .25rem rgba(20, 175, 202, .25);
}
.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(20%2c175%2c202%2c0.5)'/%3e%3c/svg%3e");
}
/* When focused AND checked, restore white thumb — without this the teal thumb is invisible against the teal track */
.form-switch .form-check-input:focus:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* DataTables BS4 build uses .custom-select which was removed in BS5 */
select.custom-select {
    display: inline-block;
    padding: .25rem 2rem .25rem .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    appearance: none;
}
.icon-block.icon-block-outline-secondary { border: 1px solid #a3a4a5; background: none; color: #a3a4a5 !important; }
.icon-block.icon-block-outline-facebook { border: 1px solid #3b5998; background: none; color: #3b5998 !important; }
.icon-block.icon-block-outline-twitter  { border: 1px solid #55acee; background: none; color: #55acee !important; }
.icon-block.icon-block-outline-linkedin { border: 1px solid #0077b5; background: none; color: #0077b5 !important; }
.icon-block.icon-block-outline-google   { border: 1px solid #DB4437; background: none; color: #DB4437 !important; }
/* ── End icon-block ────────────────────────────────────────────────── */

/* IssueNo #6372 — navbar, overlay, body baseline migrated from app.css (Gramos theme) */
/* ── Body baseline ───────────────────────────────────────────────────── */
body {
    padding-top: 50px;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    color: #495057;
    background-color: #f2f2f250;
}
body.no-scroll { overflow: hidden; }

/* IssueNo #6372 — list reset + icon spacing, migrated from app.css */
ul:not(.list-unstyled) { margin: 0; padding: 0; }
ul:not(.list-unstyled) li { list-style-type: none; }
ul:not(.list-unstyled) li a .icon {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 14px;
}

/* ── Overlay (group filter / notification panel backdrop) ─────────────── */
.overlay {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    background: rgba(0,0,0,.3);
    transition: opacity .5s;
}
.overlay.show { opacity: 1; pointer-events: auto; }

/* ── Navbar / top header ─────────────────────────────────────────────── */
nav.navbar {
    height: 50px;
    position: fixed;
    top: 0; right: 0; left: 0;
    z-index: 999;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.15);
    padding: 0 18px;
    justify-content: inherit;
    background: #14afca;
}
nav.navbar .header-logo { width: 200px; }
nav.navbar .header-logo a { display: flex; align-items: center; }

nav.navbar .header-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ── Header breadcrumb (inline, right of group filter) ── */
#header-breadcrumb {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: 8px;
    max-width: 9999px;
    transition: max-width 0.22s ease, opacity 0.15s ease, margin 0.22s ease;
    opacity: 1;
}
#header-breadcrumb #breadcrumb_ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    font-size: 13px;
}
#header-breadcrumb .breadcrumbs_item {
    color: rgba(255,255,255,0.8);
    white-space: nowrap;
}
#header-breadcrumb .breadcrumbs_item a,
#header-breadcrumb .breadcrumbs_item a:visited {
    color: rgba(255,255,255,0.8) !important;
    text-decoration: none;
}
#header-breadcrumb .breadcrumbs_item a:hover { color: #fff !important; }
#header-breadcrumb .breadcrumbs_item:after { color: rgba(255,255,255,0.4); }
#header-breadcrumb .breadcrumbs_item:last-child a { color: #fff !important; font-weight: 600; }

/* ── Header inline search panel ── */
#header-search-panel {
    flex: 1;
    min-width: 0;
    max-width: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: max-width 0.22s ease, padding 0.22s ease;
    padding: 0;
}
#header-search-panel .input-group { flex-wrap: nowrap; }
#header-search-panel input.form-control {
    border: none;
    background-color: rgba(255,255,255,.2);
    color: white;
    height: 32px;
    transition: background-color .2s;
    box-shadow: none;
}
#header-search-panel input.form-control:focus {
    background-color: rgba(255,255,255,.9);
    color: #212529;
    box-shadow: none;
}
#header-search-panel input.form-control::placeholder { color: rgba(255,255,255,.8); }
#header-search-panel input.form-control:focus::placeholder { color: #6c757d; }
#header-search-panel button.btn {
    background-color: rgba(255,255,255,.3);
    border-color: transparent;
    color: white;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 32px;
}

/* Collapsed breadcrumb / expanded search */
.header-body.search-open #header-breadcrumb {
    max-width: 0;
    opacity: 0;
    margin-left: 0;
}
.header-body.search-open #header-search-panel {
    max-width: 9999px;
    padding: 0 8px;
}

/* ── Global search results (fixed below navbar) ── */
#divGlobalSearchResults {
    position: fixed;
    top: 50px;
    left: calc(var(--w) + 44px);
    right: 0;
    background: white;
    border-top: none;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    max-height: 340px;
    overflow-y: auto;
    z-index: 1100;
}
body.sb-collapsed #divGlobalSearchResults { left: calc(var(--w-col) + 44px); }

nav.navbar .header-body ul.navbar-nav { flex-direction: row; }
nav.navbar .header-body ul.navbar-nav li.nav-item { margin-left: 4px; }
nav.navbar .header-body ul.navbar-nav li.nav-item a.nav-link {
    line-height: 100%;
    padding: 8px 12px;
    border-radius: 5px;
    color: white !important;
    font-size: 18px;
}
nav.navbar .header-body ul.navbar-nav li.nav-item a.nav-link:hover,
nav.navbar .header-body ul.navbar-nav li.nav-item a.nav-link:focus {
    outline: none;
    background-color: rgba(255,255,255,.2);
}
nav.navbar .dropdown-menu { margin-top: 20px; position: absolute; float: none; }
nav.navbar .dropdown-menu.dropdown-menu-big { width: 300px; }
/* ── End navbar ──────────────────────────────────────────────────────── */

/* ── Sidebar panels (group filter, notifications) ────────────────────── */
.sidebar {
    padding: 10px;
    position: fixed;
    right: -500px;
    opacity: 0;
    top: 50px;
    bottom: 0;
    width: 400px;
    background: white;
    z-index: 999;
    transition: all .2s;
    box-shadow: 8px 0 10px 3px rgba(0,0,0,.5);
}
.sidebar.show { right: 0; opacity: 1; }

/* group filter slides in from the left, next to the main nav sidebar */
.sidebarGroups { left: -500px !important; }
.sidebarGroups.show { left: var(--w) !important; }
/* ── End sidebar panels ──────────────────────────────────────────────── */

/* ── Migrated from App_Themes/Silk — IssueNo #6376 ─────────────────────
   Previously loaded dynamically from App_Themes/Silk/WebPages/
   InstantNotification.Silk.css and Main.Silk.css via Main.Master.cs AddStyles().
   App_Themes removed as part of Telerik removal; styles moved here.
   Telerik-specific selectors (RadGrid, RadMenu, RadUpload etc.) are omitted.
   ──────────────────────────────────────────────────────────────────────── */

/* ── Instant notification bell ──────────────────────────────────────── */
@media screen and (max-width:1400px) {
    .notification_container { position: absolute; right: 8%; z-index: 10000; }
}
@media screen and (min-width:1601px) {
    .notification_container { position: absolute; right: 6%; z-index: 10000; }
}
@media screen and (min-width:1401px) and (max-width:1600px) {
    .notification_container { position: absolute; right: 7%; z-index: 10000; }
}

.notification {
    color: #555555;
    text-decoration: none;
    padding: 12.5px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    margin-right: 40px;
}
.notification_bellicon { font-size: larger; }
.notification .notification_counter {
    position: absolute;
    top: 10px;
    right: 5px;
    min-width: 20px;
    background-color: #D93F3F;
    border-radius: 5px;
    text-align: center;
    color: white;
    font-size: small;
    font-weight: bold;
}
.notification_header_info {
    font-size: 12px;
    padding: 10px 10px 0 10px;
    color: white;
    display: block;
    background-color: indianred;
    border-radius: 5px 5px 0 0;
}
.notification_header_info:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 10px;
    border-bottom: 2px solid white;
}
.notification_header_actions {
    background-color: #e6e6e6;
    color: #4CAF50;
    padding: 5px;
    text-align: right;
    display: block;
    border-bottom: 1px dotted black;
}
.notification_header_actions i { padding: 5px; }
.notification_header_actions i:hover {
    border-radius: 2px;
    background-color: #007d93;
    color: white;
    cursor: pointer;
}
.notification_message { font-weight: 600; display: block; }
.notification_time {}
.notification_rows { color: red; }

#notification_view_all { border: unset; }
#notification_view_all:hover { border-radius: 0 0 5px 5px !important; }
#notification_view_all .notification_message { font-weight: unset; }

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 260px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    right: 10%;
    background-color: #fbfbfb;
    border-radius: 5px;
}
.dropdown-content a {
    color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted;
}
.dropdown-content a .btnMarkAsRead {
    color: #4caf4f;
    float: right;
    display: block;
    padding: 5px;
}
.dropdown-content a .btnMarkAsRead:hover {
    border-radius: 2px;
    cursor: pointer;
    background-color: #007d93;
    color: white;
}
.dropdown_item_hover:hover { background-color: #2dabc1; color: white !important; }
.show { display: block; }

div.callout {
    background-color: #f2f2f2;
    position: relative;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 20px #999;
    margin: 10px 15px;
    min-height: 50px;
    border: 1px solid #333;
}
.callout::before {
    content: "";
    width: 0;
    height: 0;
    border: 0.8em solid transparent;
    position: absolute;
}
.callout.top-left::before {
    left: 7px;
    top: -20px;
    border-bottom: 10px solid #444;
}
.actionable {
    border: unset;
    padding: unset;
    border-bottom: 1px solid;
    width: 300px;
    height: 100%;
    font-weight: 700;
}

/* ── General page styles (non-Telerik) ──────────────────────────────── */
.border { border: 0.2em solid #CFCFCF; }
.border_bottom { border-bottom: 1px solid #14afca !important; }

.breadcrumbs_item { color: #D1C4E9; }
.breadcrumbs_item:after { color: #8BC34A; }
.breadcrumbs_item:last-child:after { display: none; }
.breadcrumbs_item_active { color: #17a2b8 !important; }

.CssDash {
    border: 2.5px solid #BFBFBF;
    background: linear-gradient(to bottom, #ffffff 0%, #c6c6c6 100%);
}
.CssDash:hover { background: linear-gradient(to bottom, #e2e2e2 1%, #898989 100%); }
.CssDash:active { box-shadow: 2px 2px 1px white, -2px -2px 1px #828282; }

.RoundedDiv { background-color: #f2f2f2; border-color: #14afca; }
.DashGraph { background-color: white; }
.DashFeed { border: 1px; color: black; }
.feedItem-title { color: black; }
.feedItem-description { color: #606060; }

.background { color: White; background-color: #393939; }
.labels, .details { font-size: 12px; color: Black; }
.labelsPaths { font-size: 13px; color: Black; }
.GroupName { color: Black; }
.LoginLables { color: Black; }
.DownloadLink { color: Blue; }

.GeneralInfo { border: 1px solid rgb(217,217,217); background: white; }
.GeneralDescriptions { background: #D6D6D6; }
.details1 { background: #D6D6D6; }
.ConsumablesDiv { border-left: 1px solid rgb(217,217,217); }
.deviceReadingsTr { outline: 1px solid rgb(217,217,217); }
.multiEdit { border-right: 2px solid #D6D6D6; }
.ModelsGrid { background-color: #DEDEDE; height: 25px; }

.scheduledTasksDatePeriod { width: 97px; }
.emailTextBox { height: 250px; width: 600px; margin-right: 15px; }
.SelectGroup { margin-left: 10px; margin-top: 20px; border: 0.2em solid #14afca; border-radius: 5px; }

.labelCurrentlySet {
    color: forestgreen;
    margin-left: 20px;
    height: 19px;
    display: inline;
    font-weight: bold;
    vertical-align: middle;
}
.labelNotInstalled { color: red; margin-left: 0; height: 19px; display: inline; }

.JobTicketHistoryChangeLog { font-size: smaller; margin-bottom: 3px; margin-top: 3px; font-style: italic; }

.UserControlHeading {
    font-size: 13px;
    font-weight: bolder;
    padding: 5px;
    border-radius: 8px;
    background: #6b7176;
    color: #8BC34A;
    width: fit-content;
    display: inline-block;
    margin-bottom: 6px;
}
/* ── End migrated styles ─────────────────────────────────────────────── */
