﻿:root {
  font-size: 14px;
}

.row-spaced-sm {
  margin-bottom: 5px;
}

.row-spaced {
  margin-bottom: 15px;
}

.row-spaced-extra {
  margin-bottom: 30px;
}

.no-pad {
  padding: 0px !important;
}

.no-pad-l {
  padding-left: 0px;
}

.no-pad-r {
  padding-right: 0px;
}

.pad-top-5 {
  padding: 5px 0px 0px 0px;
}

.pad-top-15 {
  padding: 15px 0px 0px 0px;
}

.pad-top-25 {
  padding: 25px 0px 0px 0px;
}

.pad-top-30 {
  padding: 30px 0px 0px 0px;
}

.pad-15 {
  padding: 15px;
}

.pad-sides-5, .pad-horizontal-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pad-sides-1, .pad-horizontal-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.pad-sides-10, .pad-horizontal-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pad-right-30 {
  padding-right: 30px;
}

.pad-vertical-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pad-vertical-15 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.marg-top-15 {
  margin-top: 15px;
}

.marg-top-10 {
  margin-top: 10px;
}

.marg-top-30 {
	margin-top: 30px;
}

.marg-neg-top-15 {
  margin-top: -15px;
}

.marg-neg-top-10 {
  margin-top: -10px;
}

.marg-neg-left-15 {
  margin-left: -15px;
}

.marg-neg-left-10 {
  margin-left: -10px;
}

.themeHeader img {
  width: 100%;
  max-width: 100%;
}

.themeFooter img {
  max-width: 100%;
}

.readonly {
  pointer-events: none;
}

.control-label.no-wrap {
  white-space: nowrap;
}

.text-align-vertical {
  padding-top: 5px;
  padding-bottom: 10px;
}

.font-normal {
  font-weight: normal;
}

.textBold {
  font-weight: bold;
}

.textItalic {
  font-style: italic;
}

.textUnderline {
  text-decoration: underline;
}

.textStrike {
  text-decoration: line-through;
}

.textUnderline.textStrike {
  text-decoration: underline line-through;
}

.col-width-3-percent {
  width: 3%;
}

/*Person Profile Module css*/
.secPic {
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #484B54;
  height: 48px;
  width: 48px;
}

.confirmPassLabel {
  display: none;
}

#selectedSecPic {
  border-style: solid;
  border-width: 1px;
  border-color: #484B54;
  height: 118px;
  width: 118px;
}

.prn-org-table {
  margin-bottom: 5px;
}

.prn-org-table-caption {
  font-size: 115%;
  font-weight: bold;
  color: inherit;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}
/*End Person Profile Module css*/

/* Org Aux Nav Person link*/
a.orgAuxNavPersonLink {
  background-color: inherit;
  color: inherit;
}

.cf-upload-text {
  cursor: pointer;
}

.errorSummaryContainer {
  visibility: hidden;
  position: sticky;
  top: 100px;
  right: 10px;
  z-index: 5;
  padding-top: 5px;
}

  .errorSummaryContainer .panel-body {
    padding: 0px;
    max-height: 65vh;
    overflow-y: auto;
  }

    .errorSummaryContainer .panel-body .row {
      padding: 5px !important;
      margin-left: 0px;
      margin-right: 0px
    }

      .errorSummaryContainer .panel-body .row:hover {
        background: #f2dede;
        color: red;
      }

  .errorSummaryContainer .panel-danger {
    border: none;
    position: absolute;
    width: 100%;
    min-width: 300px;
    padding:3px;
  }

  .errorSummaryContainer .errorRow i {
    color: red;
  }

  .errorSummaryContainer .warningRow i {
    color: #CC8500;
  }

  .errorSummaryContainer .errorRow,
  .errorSummaryContainer .warningRow {
    padding: 0;
  }

/* At small screens / high zoom, make the error summary full-width and non-sticky */
  @media (max-width: 760px) {
    .errorSummaryContainer {
      position: absolute;
      right: 0px;
      width: 50%;
      float: none;
    }

      .errorSummaryContainer .panel-body {
        max-height: 40vh;
      }
  }

  .force-margin-right-0 {
    margin-right: 0px !important;
  }

  .jconfirm-content i.glyphicon-ban-circle[title="Error"] {
    color: red;
  }

  .jconfirm-content i.glyphicon-warning-sign[title="Warning"] {
    color: #CC8500;
  }


  /* === Modals === */
  .modal {
    /*box-shadow: 0px 3px 13px #484B54;*/
  }

  .modal-header {
    background-color: var(--sub-heading);
    color: var(--text-heading) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 2.5em !important;
    border-bottom: none;
  }

    .modal-header button {
      color: var(--text-heading) !important;
      margin: 0px;
      padding: 15px 15px 15px 0px;
      font-weight: normal;
      text-shadow: none;
    }


  .modal-body {
    background-color: white;
  }

  .modal-footer {
    border: none;
    /*border-top: 2px solid var(--sub-heading);*/
    background-color: white;
    box-shadow: 0px -1px 1px var(--sub-heading);
  }

    .modal-footer .btn {
      margin-right: 15px;
      font-size: 1.3em;
      padding: 10px 30px;
      font-weight: bold;
    }

    .modal-footer .button-separator {
      display: none;
    }


@media (max-width: 760px) {
  .modal-header {
    font-size: 1.8em !important;
  }

    .modal-header button {
      color: var(--text-heading) !important;
      margin: 0px;
      padding: 15px 5px 10px 0px;
      font-weight: normal;
      text-shadow: none;
    }

  .modal-footer .btn {
    font-size:1em;
    margin-right: 0px;
    padding: 5px 10px;
    font-weight: bold;
  }
}


  /* === Fields === */
  .form-control {
    background-color: white;
    border-radius: 0px;
    border: thin solid #484B54;
    color: var(--text);
  }

  .magicsuggest.ms-ctn-focus {
    z-index: 1000;
  }

  .form-control:focus {
    border-color: #006DCC !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 111, 207, 0.6)
  }

  /* === Buttons === */
  button.btn,
  input[type=button].btn,
  input[type=submit].btn {
    border: thin solid #484B54;
    border-radius: 0px;
  }

    button.btn.btn-large,
    input[type=button].btn.btn-large,
    input[type=submit].btn.btn-large {
      font-size: 1.3em;
      padding: 10px 30px;
      font-weight: bold;
    }

  .btn-default, .btn-default:active {
    background-color: white;
  }

    .btn-default:hover, .btn-default:focus {
      background-color: #F0F0F0;
      border-color: #484B54;
    }

  .handle .dropdown-toggle:focus {
    border-color: #484B54;
    border-style: solid;
  }

  .btn-primary, .btn-primary:active {
    color: var(--text-heading);
    background-color: var(--highlight);
  }

    .btn-primary:hover, .btn-primary:focus {
      color: var(--text);
      background-color: var(--highlight-light);
    }

  button.btn-primary, button.btn-primary:active,
  input[type=button].btn-primary, input[type=button].btn-primary:active,
  input[type=submit].btn-primary, input[type=submit].btn-primary:active {
    border-color: var(--highlight);
  }

  .btn-danger, .btn-danger:active {
    background-color: #EB0000;
    color: var(--text-heading);
  }

    .btn-danger:not(.buttonBarButton):hover, .btn-danger:not(.buttonBarButton):focus, .btn-red:hover, .btn-red:focus {
      color: var(--text) !important;
      background-color: #F4DADA !important;
    }

  button.btn-danger:not(.buttonBarButton), button.btn-danger:active:not(.buttonBarButton),
  input[type=button].btn-danger, input[type=button].btn-danger,
  input[type=submit].btn-danger, input[type=submit].btn-danger,
  button.btn-red, button.btn-red:active,
  input[type=button].btn-red, input[type=button].btn-red,
  input[type=submit].btn-red, input[type=submit].btn-red {
    border-color: #EB0000 !important;
  }

  button.btn-blue, button.btn-blue:active,
  input[type=button].btn-blue, input[type=button].btn-blue,
  input[type=submit].btn-blue, input[type=submit].btn-blue {
    border-color: #222a8a !important;
  }

  .btn-blue:hover, .btn-blue:focus {
    color: var(--text) !important;
    background-color: #c6e2f5 !important;
  }

  .btn-blue, .btn-red {
    border: 1px solid !important;
  }

  .dropdown .btn {
    vertical-align: top;
  }

  body a {
    text-decoration: underline;
  }

  /* === Nav Tabs === */
  .nav-tabs {
    border-bottom: thin solid #484B54;
    background: white;
  }

    .nav-tabs > li {
      margin-bottom: 0px;
      border-radius: 0px;
      border-right: thin solid #484B54;
    }

      .nav-tabs > li:last-child {
        border-right: none;
      }

      .nav-tabs > li > a {
        padding: 15px;
        border: 0px;
        border-radius: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 1.4em;
        color: var(--text);
        margin: 0px;
        text-align: center;
        text-decoration: none;
      }

      .nav-tabs > li.active > a,
      .nav-tabs > li.active > a:focus,
      .nav-tabs > li.active > a:hover {
        border: 0px;
        background-color: var(--heading);
        color: var(--text-heading);
      }



  /* === Toggles === */
  .toggle {
    border-radius: 0px;
    border: thin solid #484B54;
  }

    .toggle.btn-primary {
      border-color: #484B54;
    }

    .toggle label.btn-primary:hover,
    .toggle label.btn-primary:focus {
      border-color: #484B54 !important;
      color: var(--text) !important;
    }

    .toggle .toggle-handle {
      border-radius: 0px;
      border-left: thin solid #484B54;
      border-right: thin solid #484B54;
    }


  /* === Tables === */
  thead, .table-head {
    background-color: var(--heading);
    color: var(--text-heading);
  }

  /**/
  tbody > tr:nth-child(even):not([id^="ctl00_"]), .table-body .table-row:nth-child(even) {
    background-color: #F0F0F0;
  }



  .table-head > div,
  .table-head ~ .table-body .table-row > div,
  .table > .table-body .table-row > div {
    padding: 8px;
  }


  /*.table-head ~ .table-body {
	border-left: thin solid #484B54;
	border-right: thin solid #484B54;
	border-bottom: thin solid #484B54;
}*/

  /*.tableHeader ~ .tableBody:nth-child(odd) {
	background-color: #F0F0F0;
}*/

  /*.tableHeader ~ .tableBody:hover,
.tableHeader ~ .tableBody:focus {
	background-color: var(--heading-light);
}

.tableHeaderNoMargin {
	padding-bottom: 10px;
	padding-top: 10px;
}*/

  .tableHeader {
    font-weight: bold;
  }

  .scrollBoxSmall > .table-head,
  .scrollBoxMedium > .table-head,
  .scrollBoxLarge > .table-head {
    position: sticky;
    top: 0;
    z-index: 3;
    margin-top: 0px;
  }

  td > button:not(:first-child),
  .table > .table-body .table-row > div > button:not(:first-child) {
    margin-right: 2px;
  }

  thead:not(.k-grid-header):not(.k-grid-header thead), tbody tr:not(.canvas-table-row):not(.k-master-row):not(.k-group-footer) {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  table[id^="ctl00_"] > table[id^="ctl00_"] > thead, table[id^="ctl00_"] > tbody tr {
    display: table-row !important;
    width: 100%;
    table-layout: fixed;
  }


  /*.table tbody tr:not(.canvas-table-row) {
	display: table;
	width: 100%;
	table-layout: fixed;
}*/
  .table {
    border: thin solid #484b54;
    margin-bottom: 0px;
    border-collapse: unset;
  }

    .table > thead th {
      color: var(--text-heading);
      font-weight: normal;
    }

    .table tr,
    .table > .table-body .table-row {
      border-bottom: thin solid #484B54;
    }

      .table tr:last-child,
      .table > .table-body .table-row:last-child {
        border-bottom: none;
      }

      .table > tbody > tr:hover,
      .table > tbody > tr:focus,
      .table > .table-body .table-row:hover,
      .table > .table-body .table-row:active {
        background-color: var(--heading-light);
      }

    .table > thead > tr > th.active,
    .table > .table-head > div.active {
      background-color: black;
    }

    .table td {
      word-break: break-word;
    }

  td .no-wrap {
    white-space: nowrap;
  }

  .tableDate {
    max-width: 150px;
  }

  th.handle,
  .table .table-head > div.handle {
    width: 20px;
    display: inline-table;
    position: relative;
    float: left;
  }

  td.handle,
  .table > .table-body .table-row div.handle,
  .canvasRow > .handle {
    width: 20px;
    cursor: move;
    display: inline-table;
    position: relative;
    float: left;
    padding-right: 0px;
    height: 100%;
    min-width: 20px;
  }

  .handle [role="button"] {
    cursor: move;
  }

  .handle[role="button"] {
    cursor: move;
  }

  .table > tbody > tr > td {
    border-top: none !important;
  }

  .table-row > .table-row-expansion {
    padding: 0px 0px 0px 15px !important;
    border-top: thin solid #484B54;
    background-color: var(--sub-heading);
  }

    .table-row > .table-row-expansion > .table {
      border: none;
    }

  .table-row:hover > .table-row-expansion {
    background-color: var(--sub-heading);
  }

  td button {
    margin-left: 3px;
  }


  .chevron-column {
    padding-left: 26px !important;
  }

  .fake-table-alignment {
    padding: 8px 8px 8px 0px !important;
  }

  .floatThead-container {
    overflow-x: unset !important;
  }

  /* === Pagination Controls === */
  .pagination {
    margin: 0px;
  }

    .pagination button {
      color: var(--text);
      float: left;
      padding: 8px 16px;
      text-decoration: none;
      font-size: 1.1em;
      border: thin solid #484B54;
      border-top: none;
      background: none;
    }

      .pagination button.active {
        background-color: var(--heading);
        color: var(--text-heading);
        border: thin solid var(--heading);
        border-top: none;
      }

      .pagination button:hover:not(.active) {
        background-color: #F0F0F0;
        cursor: pointer;
      }
  /*
    .pagination button:first-child,
    .pagination button:last-child {
      font-size: 1.6em;
      padding: 3px 16px;
    }
	.pagination button:disabled {
		opacity: .7
	}*/

  /* === Hyperlinks === */
  a, a:active, a:visited {
    color: var(--heading);
  }

    a:hover, a:focus {
      color: var(--text);
      background-color: var(--heading-light);
      cursor: pointer;
      text-decoration: underline;
    }


  /* === Checkbox & Radio Button === */
  /* The container */
  .igx-checkbox-container,
  .igx-radiobutton-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    user-select: none;
  }
  .cf-scrolling-list .igx-checkbox-container {
    min-height: 20px;
  }

  tr > td > .igx-checkbox-container,
  .table-row > div > .igx-checkbox-container {
    /*margin-bottom: 22px;*/
    min-height: 10px;
  }

  th > .igx-checkbox-container,
  .table-head > div > .igx-checkbox-container,
  th > .igx-radiobutton-container,
  .table-head > div > .igx-radiobutton-container {
    font-weight: normal;
  }

  /*tr > td > .igx-checkbox-container:only-child,
.table-row > div > .igx-checkbox-container:only-child {
	margin-bottom: 10px;
}*/

  /* Hide the browser's default checkbox */
  .igx-checkbox-container input,
  .igx-radiobutton-container input {
    position: absolute;
    display: none !important;
    cursor: pointer;
  }

  /* Create a custom checkbox */
  .igx-checkbox-checkmark,
  .igx-radiobutton-checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: white;
    border: thin solid #484B54;
    margin-bottom: -5px;
  }

  .igx-radiobutton-checkmark {
    top: -2px;
    border-radius: 50%;
  }

  /* On mouse-over, when checked and disabled */
  .igx-checkbox-container:hover input:checked:disabled ~ .igx-checkbox-checkmark {
    border-color: var(--highlight);
    background-color: var(--highlight);
    cursor: not-allowed;
  }
  /* On mouse-over, not checked and disabled*/
  .igx-checkbox-container:hover input:disabled ~ .igx-checkbox-checkmark,
  .igx-radiobutton-container:hover input:disabled ~ .igx-radiobutton-checkmark {
    border-color: #484B54;
    cursor: not-allowed;
  }
  /* On mouse-over, when checked and disabled(checkmark) */
  .igx-checkbox-container:hover input:checked:disabled ~ .igx-checkbox-checkmark:after {
    border-color: white;
  }

  /* On mouse-over, not checked */
  .igx-checkbox-container:hover input ~ .igx-checkbox-checkmark,
  .igx-radiobutton-container:hover input ~ .igx-radiobutton-checkmark {
    border-color: var(--highlight);
  }

  /* On mouse-over, when checked */
  .igx-checkbox-container:hover input:checked ~ .igx-checkbox-checkmark {
    border-color: #484B54;
    background-color: var(--highlight-light);
  }

    /* On mouse-over, when checked (checkmark) */
    .igx-checkbox-container:hover input:checked ~ .igx-checkbox-checkmark:after {
      border-color: #484B54;
    }

  /* When the checkbox is checked */
  .igx-checkbox-container input:checked ~ .igx-checkbox-checkmark,
  .igx-radiobutton-container input:checked ~ .igx-radiobutton-checkmark {
    border-color: var(--highlight);
    background-color: var(--highlight);
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .igx-checkbox-checkmark:after,
  .igx-radiobutton-checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .igx-checkbox-container input:checked ~ .igx-checkbox-checkmark:after,
  .igx-radiobutton-container input:checked ~ .igx-radiobutton-checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .igx-checkbox-container .igx-checkbox-checkmark:after {
    left: 7px;
    top: 1px;
    width: 9px;
    height: 17px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(35deg);
  }

  /* Style the indicator (dot/circle) */
  .igx-radiobutton-container .igx-radiobutton-checkmark:after {
    top: 7px !important;
    left: 7px !important;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: white;
  }

  /*Disabled checkbox style*/
  .igx-checkbox-container.disabled {
    cursor: not-allowed;
    outline: none;
    pointer-events: none;
  }

  /*Disabled checkbox style*/
  .igx-checkbox-checkmark.disabled {
    opacity: 0.5;
    pointer-events: none;
  }


  .k-button[disabled] {
    opacity: 0.7;
  }

  /* === Rich Text Fields === */
  .mce-tinymce {
    border: thin solid #484B54 !important;
  }

  .mce-container-body:not(.mce-stack-layout):not(.mce-abs-layout):not(.mce-foot) {
    margin: 0px !important;
    background-color: var(--sub-heading) !important;
  }

  .mce-toolbar-grp {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
  }

  .mce-btn-group {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    background-color: var(--sub-heading) !important;
  }

  .mce-btn {
    background: none !important;
    border: none !important;
    color: var(--text-heading) !important;
    margin: 0px !important;
    padding: 10px 5px !important;
    border-right: thin solid var(--text-heading) !important;
  }


  .mce-ico, .mce-txt {
    color: var(--text-heading) !important;
  }

  .mce-txt, .mce-container iframe {
    font-family: 'Open Sans', arial, sans-serif !important;
  }


  .mce-foot {
    border: none !important;
  }

    .mce-foot .mce-btn {
      border: thin solid var(--highlight) !important;
      background-color: var(--highlight) !important;
    }

  .mce-caret {
    border-top-color: white !important;
  }


  /* === Input Group Addons === */
  .input-group-addon {
    color: var(--text-heading);
    background-color: var(--heading);
    border-radius: 0px;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 45px;
    font-size: 16px;
  }

  .input-group-btn > .btn {
    border-radius: 0px;
  }

  /*#endregion*/
  /* === Sortable Handler === */
  @media (min-width: 768px) {
    .handle + .col-sm-1 {
      width: 7%;
    }

    .handle + .col-sm-2 {
      width: 15%;
    }

    .handle + .col-sm-3 {
      width: 23%;
    }

    .handle + .col-sm-4 {
      width: 31.5%;
    }

    .handle + .col-sm-5 {
      width: 40%;
    }

    .handle + .col-sm-6 {
      width: 48.5%;
    }

    .handle + .col-sm-7 {
      width: 57%;
    }

    .handle + .col-sm-8 {
      width: 65%;
    }

    .handle + .col-sm-9 {
      width: 73.5%;
    }

    .handle + .col-sm-10 {
      width: 82%;
    }

    .handle + .col-sm-11 {
      width: 90%;
    }

    .handle + .col-sm-12 {
      width: 98.5%;
    }

    .bizRuleSort .handle + .col-sm-7 {
      width: 53.8%
    }
  }


  /* === Tooltips === */
  .tooltip-inner {
    border-radius: 0px;
    background-color: var(--sub-heading);
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    border: 1px solid black;
    overflow-wrap: break-word;
    word-wrap: break-word;
    max-width: 250px;
    width: max-content;
  }

  .tooltip {
    z-index: 99999;
    opacity: 0.96 !important;
  }

@media (min-width: 760px) {
  .tooltip-multiline {
    max-width: 15%;
  }
}
  .tooltip-opaque {
    opacity: 1 !important;
  }

  .tooltip-inner-multiline {
    text-align: left;
    max-width: 100%;
  }

  .on-screen-help {
    font-size: 1.3em;
    vertical-align: top;
    color: var(--accent);
    float: right;
    margin-right: -5px;
  }

    .on-screen-help:hover,
    .on-screen-help:active {
      color: var(--accent-light);
    }


  /* === Scrollbars === */
  html::-webkit-scrollbar,
  .dropdown-submenu::-webkit-scrollbar,
  .igx-dash-panel-content::-webkit-scrollbar,
  .scrollBoxSmall::-webkit-scrollbar,
  .scrollBoxMedium::-webkit-scrollbar,
  .scrollBoxLarge::-webkit-scrollbar,
  .scrollBoxPanel::-webkit-scrollbar,
  .check-list-scroll-125::-webkit-scrollbar,
  .modal-body::-webkit-scrollbar,
  .panel-body::-webkit-scrollbar {
    background: transparent;
  }

    html::-webkit-scrollbar:vertical,
    .dropdown-submenu::-webkit-scrollbar:vertical,
    .igx-dash-panel-content::-webkit-scrollbar:vertical,
    .scrollBoxSmall::-webkit-scrollbar:vertical,
    .scrollBoxMedium::-webkit-scrollbar:vertical,
    .scrollBoxLarge::-webkit-scrollbar:vertical,
    .scrollBoxPanel::-webkit-scrollbar:vertical,
    .check-list-scroll-125::-webkit-scrollbar:vertical,
    .modal-body::-webkit-scrollbar:vertical,
    .panel-body::-webkit-scrollbar:vertical {
      width: 1em;
    }

    html::-webkit-scrollbar:horizontal,
    .dropdown-submenu::-webkit-scrollbar:horizontal,
    .igx-dash-panel-content::-webkit-scrollbar:horizontal,
    .scrollBoxSmall::-webkit-scrollbar:horizontal,
    .scrollBoxMedium::-webkit-scrollbar:horizontal,
    .scrollBoxLarge::-webkit-scrollbar:horizontal,
    .scrollBoxPanel::-webkit-scrollbar:horizontal,
    .check-list-scroll-125::-webkit-scrollbar:horizontal,
    .modal-body::-webkit-scrollbar:horizontal,
    .panel-body::-webkit-scrollbar:horizontal {
      height: 0;
    }

  html::-webkit-scrollbar-thumb,
  .dropdown-submenu::-webkit-scrollbar-thumb,
  .igx-dash-panel-content::-webkit-scrollbar-thumb,
  .scrollBoxSmall::-webkit-scrollbar-thumb,
  .scrollBoxMedium::-webkit-scrollbar-thumb,
  .scrollBoxLarge::-webkit-scrollbar-thumb,
  .scrollBoxPanel::-webkit-scrollbar-thumb,
  .check-list-scroll-125::-webkit-scrollbar-thumb,
  .modal-body::-webkit-scrollbar-thumb,
  .panel-body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 99999px;
    border: 0.3125em solid #484B54 transparent;
    background-clip: content-box;
    margin-right: -10px;
  }

  /*Div scrollbars. Necessary for background coloring to resemble the sidebar.*/
  div::-webkit-scrollbar {
    border: 0.3125em solid #484B54 transparent;
    border-radius: 99999px;
    background-color: rgb(240, 240, 240);
    width: 10px;
  }

  div::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 99999px;
    border: 0.3125em solid #484B54 transparent;
    background-clip: content-box;
    margin-right: -10px;
  }


  /* === Placeholder Text On Configured Document Label Elements === */
  span.igx-element-label:empty:before {
    content: attr(data-igx-placeholder);
    color: #999;
  }


  span.labelNoBorder > input {
    border: none;
    outline-width: 0;
  }


  .dontstack {
    font-style: italic;
  }

  /*Global Notification Stuff*/

  .notificationBubble { /*used to show if there are unread messages.*/
    background: #e02424;
    padding: 2px 7px;
    color: #fff;
    font: bold .6em Tahoma, Arial, Helvetica;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-right: 5px;
  }

  .check-list-scroll-125 {
    max-height: 111px;
    overflow-y: scroll;
    padding: 10px 0 0 0;
    padding-top: 15px !important;
  }

  .high-priority-icon {
    color: #F00000;
    font-size: 1.5em;
  }

  tr > td > .igx-checkbox-container + .high-priority-icon,
  .table-row > div > .igx-checkbox-container + .high-priority-icon {
    padding-top: 5px;
  }



  .reviewPanel {
    width: 28%;
    position: sticky;
    top: 100px;
    height: 90vh;
    overflow-x: visible;
    overflow-y: scroll;
    float: right;
  }

    .reviewPanel .panel-body {
      max-height: 90vh;
    }

  .reviewScroll {
    position: sticky;
    top: 100px;
    height: 90vh;
    float: right;
    z-index: 20;
    /*margin-right: -15px;*/
  }

  .squish {
    width: 70%;
    float: left;
  }

    .squish .scroll-scrollx_visible .formInnerCanvas {
      width: 103%;
    }

  .RevPanelButtons {
    position: fixed;
    right: 0;
    float: right;
    margin-right: -16px;
    top: 440px;
    -webkit-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .ModificationsButton {
    position: fixed;
    right: 0;
    float: right;
    margin-right: -37px;
    top: 535px;
    -webkit-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

    .RevPanelButtons input, .ModificationsButton input {
      margin-left: -5px;
    }

  .reviewPanel .panel-heading {
    position: sticky;
    top: 0px;
    z-index: 10;
    color: var(--sub-heading)
  }

  .reviewPanel h4 p {
    display: inline;
  }

  /*hide and reserve space */
  [data-hidden="hidden"] {
    visibility: hidden;
  }

  .displayNone {
    display: none;
  }


  button.no-style {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
  }

  [class*="glyphicon-chevron"] {
    cursor: pointer;
  }

  .cssTextRequired {
    font-size: 14px;
    font-weight: bold;
    color: #cc0033;
  }

  .cssTextStandard {
  }

  .cssTextBold {
    font-weight: bold;
  }

  .cssTextBoldItalic {
    font-weight: bold;
    font-style: italic;
  }

  .cssTextBoldItalicUnderline {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
  }

  .cssTextBoldUnderline {
    font-weight: bold;
    text-decoration: underline;
  }

  .cssTextItalic {
    font-style: italic;
  }

  .cssTextItalicUnderline {
    font-style: italic;
    text-decoration: underline;
  }

  .cssTextUnderline {
    text-decoration: underline;
  }

  .cssTextTextCenter {
    text-align: center;
  }

  .cssTextTextLeft {
    text-align: left;
  }

  .cssTextTextRight {
    text-align: right;
  }



  .labelNoBorder input {
    border: none;
    outline: 0;
    background: none;
  }

    .labelNoBorder input:focus {
      border: none;
      outline: 0;
      background: none;
    }

  textarea {
    resize: vertical;
    min-height: 34px;
  }

    textarea.resize-horizontal {
      resize: both;
    }


  p a, .layered-link a, td a {
    color: blue;
  }

    p a:visited, .layered-link a:visited, td a:visited {
      color: blueviolet;
    }


  div#wrapperDiv > div#bodySub {
    margin-bottom: 90px;
  }

  /*DF Show Debug*/
  .element-debug-details {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(1,1,1,0.5);
    color: white;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    z-index: 10;
  }

  .variablePanel .element-debug-details {
    position: relative;
    margin-bottom: 2px;
  }

  .form-element .wrapper {
    position: relative;
  }


  [role=dialog] {
    z-index: 66000 !important;
  }

  .green {
    color: rgb(32, 135, 32) !important;
  }

  .red {
    color: #e80c3b !important;
  }

  .orange {
    color: darkorange !important;
  }

  .darkorange {
    color: #CC8500 !important;
  }

  .xdsoft_datetimepicker {
    position: relative;
    z-index: 70000 !important;
  }


  #skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border: 1px solid white;
    border-bottom-right-radius: 8px;
    background-color: darkblue;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 1000;
  }

    #skiptocontent a:focus {
      position: absolute;
      top: 0px;
      left: 0px;
      -webkit-transition: top .1s ease-out;
      transition: top .1s ease-out;
    }

  .spe-readonly {
    height: 34px;
  }

  .cf-scrolling-list {
    overflow-y: auto;
    padding: 5px;
    border: 1px solid black;
    max-height: 200px;
    display: flex;
    flex-wrap: wrap;
  }

  .text-overflow {
    overflow-wrap: break-word;
  }

  .stickyHeader {
    position: sticky;
    top: 0;
    z-index: 5;
    background: white;
    margin-bottom: 0.5rem;
  }

  /*contains document identifier text which needs to preserve white space*/
  .documentIdentifier {
    white-space: pre-wrap;
  }

  [hidden][style*="display: block;"] {
    display: block !important;
  }


  .json-viewer {
    color: #000;
    padding-left: 20px;
  }

    .json-viewer ul {
      list-style-type: none;
      margin: 0;
      margin: 0 0 0 1px;
      border-left: 1px dotted #ccc;
      padding-left: 2em;
    }

    .json-viewer .hide {
      display: none;
    }

    .json-viewer .type-string {
      color: #0B7500;
    }

    .json-viewer .type-date {
      color: #CB7500;
    }

    .json-viewer .type-boolean {
      color: #1A01CC;
      font-weight: bold;
    }

    .json-viewer .type-number {
      color: #1A01CC;
    }

    .json-viewer .type-null, .json-viewer .type-undefined {
      color: #90a;
    }

    .json-viewer a.list-link {
      color: #000;
      text-decoration: none;
      position: relative;
    }

      .json-viewer a.list-link:before {
        color: #aaa;
        content: "\25BC";
        position: absolute;
        display: inline-block;
        width: 1em;
        left: -1em;
      }

      .json-viewer a.list-link.collapsed:before {
        content: "\25B6";
      }

      .json-viewer a.list-link.empty:before {
        content: "";
      }

    .json-viewer .items-ph {
      color: #aaa;
      padding: 0 1em;
    }

      .json-viewer .items-ph:hover {
        text-decoration: underline;
      }


  /*ChatBot chatbox */

  .chatbox {
    position: fixed;
    bottom: 0;
    right: 80px;
    width: 400px;
    max-height: 625px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 999;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 3px 7px #484B54;
  }

  .chatbox--tray {
    bottom: 0px;
  }

    .chatbox--tray .chatbox__body, .chatbox--tray .chatbox__footer, .chatbox--tray .typing-icon {
      display: none;
    }

  .chatbox--closed {
    bottom: -625px;
  }

  .chatbox .form-control:focus {
    border-color: #1f2836;
  }

  .chatbox__title,
  .chatbox__body {
    border: 1px solid #DCDCDC;
    border-bottom: 0px;
  }

  .chatbox__title {
    min-height: 50px;
    padding-right: 10px;
    background-color: var(--sub-heading);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

    .chatbox__title h2 {
      height: 50px;
      margin: 0 0 0 15px;
      line-height: 50px;
      position: relative;
      padding-left: 20px;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      font-size: 1.5em; /* Adjust the font size  */
    }

      .chatbox__title h2 span {
        color: #fff;
        max-width: 195px;
        display: inline-block;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .chatbox__title h2:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 12px;
        height: 12px;
        background: #4CAF50;
        border-radius: 6px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
      }

  .chatbox__title__tray,
  .chatbox__title__close {
    width: 24px;
    height: 24px;
    outline: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
  }

    .chatbox__title__tray:hover,
    .chatbox__title__close:hover {
      opacity: 1;
    }

    .chatbox__title__tray span {
      width: 12px;
      height: 12px;
      display: inline-block;
      border-bottom: 2px solid #fff
    }

    .chatbox__title__close svg {
      vertical-align: middle;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-width: 1.2px;
    }

  .chatbox__body,
  .chatbox__credentials {
    padding: 15px;
    border-top: 0;
    background-color: #DCDCDC;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }

  .chatbox__credentials {
    display: none;
  }

    .chatbox__credentials .form-control {
      -webkit-box-shadow: none;
      box-shadow: none;
    }

  .chatbox__body {
    overflow-y: scroll;
  }

  .chatbox__body__message {
    position: relative;
  }

    .chatbox__body__message p {
      padding: 15px;
      border-radius: 4px;
      font-size: 14px;
      background-color: #fff;
      -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
      box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
    }

    .chatbox__body__message img, .chatbox__body__message span {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #fcfcfc;
      position: absolute;
      top: 10px;
      font-size: 1.8em;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }

  .chatbox__body__message--left span {
    background-color: var(--highlight-light);
  }

  .chatbox__body__message--right span {
    background-color: var(--heading-light);
  }

  .chatbox__body__message--left p {
    margin-left: 15px;
    padding-left: 30px;
    text-align: left;
    padding-top: 25px;
  }

  .chatbox__body__message--left img, .chatbox__body__message--left span {
    left: -5px;
  }

  .chatbox__body__message--right p {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
  }

  .chatbox__body__message--right img, .chatbox__body__message--right span {
    right: -5px;
  }

  .chatbox__message {
    padding: 15px;
    min-height: 50px;
    outline: 0;
    resize: none;
    border: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fefefe;
  }

  .chatbox--empty {
    height: 262px;
  }

    .chatbox--empty.chatbox--tray {
      bottom: -212px;
    }

    .chatbox--empty.chatbox--closed {
      bottom: -262px;
    }

    .chatbox--empty .chatbox__body,
    .chatbox--empty .chatbox__message {
      display: none;
    }

    .chatbox--empty .chatbox__credentials {
      display: block;
    }

  .chatbox_timing {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 2px;
  }

    .chatbox_timing ul {
      padding: 0;
      margin: 0
    }

      .chatbox_timing ul li {
        list-style: none;
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
      }

        .chatbox_timing ul li a {
          display: block;
          color: #747474
        }

  .ul_msg {
    padding: 10px !important;
  }

  .chatbox__body__message--right .ul_section_full {
    margin-right: 15px;
    padding-right: 30px;
    text-align: right;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.3);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.3);
    margin-bottom: 15px;
    padding-bottom: 5px;
    /*padding-top: 15px;*/
  }

  .chatbox__body__message--left .ul_section_full {
    margin-left: 15px;
    padding-left: 15px;
    text-align: left;
    /*padding-top: 15px;*/
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.3);
    box-shadow: 1px 1px rgba(100, 100, 100, 0.3);
  }

  .ul_msg {
    padding: 0;
    margin: 0px
  }

    .ul_msg li {
      list-style: none;
      display: block
    }

  .ul_msg2 {
    padding: 0;
    margin: 0px;
    text-align: right;
  }

    .ul_msg2 li {
      list-style: none;
      display: inline-block;
      margin-right: 15px;
    }

  .chatbox__body__message--right .chatbox_timing {
    position: absolute;
    left: 10px;
    font-size: 12px;
    top: 2px;
  }

  .chatbox__body__message--right .ul_msg2 {
    text-align: left
  }

    .chatbox__body__message--right .ul_msg2 li {
      list-style: none;
      display: inline-block;
      margin-left: 15px;
      margin-right: 0px
    }

  .chat_set_height {
    height: 40px;
    margin-top: 1px;
  }

  .chatbox22 .form-control:focus {
    border-color: #DCDCDC;
  }

  .width50 {
    width: 50%;
    float: left;
    background: #ECECEC;
  }

  .chatbox__title button {
    color: var(--text-heading) !important;
  }

  .chat-icon {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: var(--accent);
    opacity: 0.7;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    z-index: 99;
    border: 1px solid #ffffff;
  }

    .chat-icon:active {
      opacity: 0.7;
    }

    .chat-icon:hover, .chat-icon:focus {
      opacity: 1;
    }

    .chat-icon:before {
      content: '\1F4AC'; /* Unicode for a speech bubble icon */
    }

  .chat_sentMessage {
    white-space: pre-wrap;
  }

  #chat-box .typing-icon {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15px;
    padding-bottom: 5px;
    background-color: #DCDCDC;
    min-height: 10px;
  }

  .chatbox--tray .typing-icon {
    display: none !important;
    align-items: center;
    justify-content: left;
    padding-left: 15px;
    padding-bottom: 5px;
    background-color: #DCDCDC;
    min-height: 10px;
  }

  #chat-box .dot {
    width: 10px;
    height: 10px;
    background-color: var(--sub-heading);
    border-radius: 50%;
    margin: 0 3px;
    opacity: 0;
    animation: pulse 1.4s infinite;
  }

    #chat-box .dot:nth-child(2) {
      animation-delay: 0.2s;
    }

    #chat-box .dot:nth-child(3) {
      animation-delay: 0.4s;
    }

  .igx-popup-panel .typing-icon {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 15px;
    min-height: 15px;
    margin-top: 25px;
  }

  .igx-popup-panel .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 0;
    animation: pulse 1.4s infinite;
    background-color: var(--sub-heading);
  }

    .igx-popup-panel .dot:nth-child(2) {
      animation-delay: 0.2s;
    }

    .igx-popup-panel .dot:nth-child(3) {
      animation-delay: 0.4s;
    }

  @keyframes pulse {
    0%, 100% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }
  }

  .chat_rating {
    float: right;
    bottom: 5px;
    right: 5px;
  }

  .chatbox__body__message--left .chat_timestamp {
    float: left;
    font-size: 10px;
    bottom: 0px;
    padding-top: 5px;
  }

  .chatbox__body__message--right .chat_timestamp {
    float: right;
    font-size: 10px;
    bottom: 0px;
    padding-top: 5px;
  }

  .chat_rating .fa-thumbs-up,
  .chat_rating .fa-thumbs-down {
    cursor: pointer;
    margin-left: 5px;
  }

  .chat_rating {
    color: dimgrey;
  }

    .chat_rating i:not(.selected):hover {
      color: black;
    }

    .chat_rating .selected {
      color: #007bff;
    }

  /*======================Chat Box Ends=====================================================*/
  /*======================Message=====================================================*/
  .message_check {
    padding-top: 10px;
  }

  .messsade_date {
    text-align: left;
    padding-top: 9px;
  }

    .messsade_date a {
      color: #000;
    }

  .padleftright0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .message_box_area {
    color: #000;
    cursor: pointer;
  }

  .create_m {
    border: 1px solid #ccc !important;
  }

  .fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
  }

  .fileinput-button {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e6e6e6;
    margin-top: 15px;
  }

  .fileinput-button {
    float: left;
    margin-right: 4px;
    overflow: hidden;
    position: relative;
  }

    .fileinput-button input {
      cursor: pointer;
      direction: ltr;
      font-size: 23px;
      margin: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transform: translate(-300px, 0px) scale(4);
    }

  .fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
  }

  .create_m:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
  }

  .col-lg-3.control-label {
    text-align: left;
  }

  .querybuilder-combobox.k-combobox {
    width: 100%;
  }

  #modalErrors .errorRow {
    padding: 7px !important;
    color: #e80c3b;
  }

    #modalErrors .errorRow:hover {
      background: #f2dede;
      color: #e80c3b;
    }

  /* removes the password reveal control on edge as we create our own*/
  ::-ms-reveal {
    display: none;
  }

  .opacity-half {
    opacity: 0.5
  }

  @media (min-width: 760px) {
    .navbar-collapse {
      display: none;
    }
  }

  .not-allowed {
    cursor: not-allowed !important;
  }

    .not-allowed * {
      cursor: not-allowed !important;
      pointer-events: none;
    }

  .navbar .dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
    outline-offset: -2px;
  }

  .navbar a, #auxNavPartialView a {
    text-decoration: none;
  }

    #auxNavPartialView a:hover, #auxNavPartialView:focus {
      text-decoration: underline;
    }

  .bold {
    font-weight: bold;
  }

  .feedback-icon {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: var(--accent);
    opacity: 0.7;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #ffffff;
    z-index: 99;
    border: 1px solid #ffffff;
  }

    .feedback-icon.pushed {
      bottom: 105px;
      -webkit-transition: all .45s linear;
      -moz-transition: all .45s linear;
      -o-transition: all .45s linear;
      transition: all .45s linear;
    }

    .feedback-icon:active {
      opacity: 0.7;
    }

    .feedback-icon:hover, .feedback-icon:focus {
      opacity: 1;
    }


  /*Modification to remix icons, add medium size*/
  .ri-md {
    font-size: 1.2em;
  }

  .ri-sm {
    font-size: 1em;
  }

  .ai-help-button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: var(--text-heading);
    background-color: var(--accent);
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, color 0.3s;
    vertical-align: top;
    padding: 0px 5px 0px 5px;
    border: 1px solid var(--accent);
    float: right;
  }

    .ai-help-button:hover, .ai-help-button:focus {
      background-color: var(--accent-light);
      color: var(--text);
      outline: none;
      border: 1px solid var(--accent);
    }

  .handle .ri-draggable {
    margin-right: -5px;
    padding: 0px;
    display: block;
  }

  label {
    font-weight: normal;
  }

  .input-group {
    width: 100%;
  }

  a:focus, div:focus, button:focus, input[type=button]:focus, input[type=submit]:focus, i[tabindex]:focus, .k-button:focus, .k-toolbar-item:focus, .k-picker:focus, .k-editor-toolbar *:focus {
    outline: 1px solid black !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 2px white, 0 0 0 4px black !important;
  }

  div.auxNavHeaderItem:focus,
  i.auxNavHeaderItem[tabindex]:focus {
    outline: 1px solid white !important;
    box-shadow: 0 0 0 2px white;
  }

  @supports (outline-color: -webkit-focus-ring-color) {
    a:focus, div:focus, button:focus, input[type=button]:focus, input[type=submit]:focus, i[tabindex]:focus, .k-button:focus, .k-toolbar-item:focus, .k-picker:focus, .k-editor-toolbar *:focus {
      outline: 5px auto -webkit-focus-ring-color !important;
      box-shadow: none !important;
    }
  }

  a:focus {
    outline-offset: 2px;
  }

  li a:focus, div:focus {
    outline-offset: -2px;
  }

/* ===================================================
   Button bar collapse for zoomed/small-screen desktop
   =================================================== */

#buttonBarToggle {
  display: none !important;
  width: 100%;
}

@media (max-width: 760px) {
  #buttonBar.collapsable #buttonBarToggle {
    display: inline-block !important;
  }

  /* Hide buttons/separators by default in collapsed mode */
  #buttonBar.collapsable #buttonBarButtons .buttonBarButton:not(#buttonBarToggle),
  #buttonBar.collapsable #buttonBarButtons .button-separator {
    display: none;
  }

  /* Show buttons when expanded — must match specificity of the hide rule above */
  #buttonBar.collapsable.buttonBar-expanded #buttonBarButtons .buttonBarButton:not(#buttonBarToggle) {
    display: block;
    width: 100%;
    text-align: left;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid black;
    margin: 0;
  }

  #buttonBar.collapsable.buttonBar-expanded #buttonBarButtons .button-separator {
    display: none;
  }

  #buttonBar.collapsable {
    position: relative;
    overflow: visible !important;
  }

    #buttonBar.collapsable.buttonBar-expanded #buttonBarButtons {
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 1050;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 0px;
      min-width: 180px;
      max-height: calc(100vh - 120px);
      overflow-y: auto;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      display: block;
    }

    #buttonBar.collapsable.buttonBar-expanded .buttonBarButton {
      border-bottom: 1px solid black;
      margin-right: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
    }

  #buttonBar.navbar-form {
    padding: 0px;
  }
}

  /* === Dashboard Panel Overflow Fix === */
  /* At small screens / high zoom, allow the panel heading and body
   to expand beyond the grid cell so table content is not truncated. */
  @media (max-width: 1600px) {
    [data-gs-width="1"] [data-igx-table-panl="MyTasks"] > .panel-heading,
    [data-gs-width="1"] [data-igx-table-panl="MyTasks"] > .panel-body,
    [data-gs-width="1"] [data-igx-table-panl="MyOpportunities"] > .panel-heading,
    [data-gs-width="1"] [data-igx-table-panl="MyOpportunities"] > .panel-body {
      min-width: 260%;
    }

    [data-igx-table-panl="MyTasks"],
    [data-igx-table-panl="MyOpportunities"] {
      overflow-x: auto;
    }
  }

  @media (max-width: 760px) {
    [data-gs-width="1"] [data-igx-table-panl="MyTasks"] > .panel-heading,
    [data-gs-width="1"] [data-igx-table-panl="MyTasks"] > .panel-body,
    [data-gs-width="1"] [data-igx-table-panl="MyOpportunities"] > .panel-heading,
    [data-gs-width="1"] [data-igx-table-panl="MyOpportunities"] > .panel-body {
      min-width: 150%;
    }

    [data-gs-width="2"] [data-igx-table-panl="MyTasks"] > .panel-heading,
    [data-gs-width="2"] [data-igx-table-panl="MyTasks"] > .panel-body,
    [data-gs-width="2"] [data-igx-table-panl="MyOpportunities"] > .panel-heading,
    [data-gs-width="2"] [data-igx-table-panl="MyOpportunities"] > .panel-body {
      min-width: 140%;
    }

    [data-igx-table-panl]:not([data-igx-table-panl="MyTasks"]):not([data-igx-table-panl="MyOpportunities"]) > .panel-heading,
    [data-igx-table-panl]:not([data-igx-table-panl="MyTasks"]):not([data-igx-table-panl="MyOpportunities"]) > .panel-body {
      min-width: 160%;
    }

    [data-igx-table-panl] {
      overflow-x: auto;
    }
  }

  @media (max-width: 500px) {
    [data-gs-width="1"] [data-igx-table-panl="MyTasks"] > .panel-heading,
    [data-gs-width="1"] [data-igx-table-panl="MyTasks"] > .panel-body,
    [data-gs-width="1"] [data-igx-table-panl="MyOpportunities"] > .panel-heading,
    [data-gs-width="1"] [data-igx-table-panl="MyOpportunities"] > .panel-body {
      min-width: 260%;
    }

    [data-gs-width="2"] [data-igx-table-panl="MyTasks"] > .panel-heading,
    [data-gs-width="2"] [data-igx-table-panl="MyTasks"] > .panel-body,
    [data-gs-width="2"] [data-igx-table-panl="MyOpportunities"] > .panel-heading,
    [data-gs-width="2"] [data-igx-table-panl="MyOpportunities"] > .panel-body {
      min-width: 260%;
    }
  }

  @media (max-width: 350px) {
    [data-gs-width="1"] [data-igx-table-panl="MyTasks"] > .panel-heading,
    [data-gs-width="1"] [data-igx-table-panl="MyTasks"] > .panel-body,
    [data-gs-width="1"] [data-igx-table-panl="MyOpportunities"] > .panel-heading,
    [data-gs-width="1"] [data-igx-table-panl="MyOpportunities"] > .panel-body {
      min-width: 400%;
    }

    [data-gs-width="2"] [data-igx-table-panl="MyTasks"] > .panel-heading,
    [data-gs-width="2"] [data-igx-table-panl="MyTasks"] > .panel-body,
    [data-gs-width="2"] [data-igx-table-panl="MyOpportunities"] > .panel-heading,
    [data-gs-width="2"] [data-igx-table-panl="MyOpportunities"] > .panel-body {
      min-width: 400%;
    }

    [data-igx-table-panl]:not([data-igx-table-panl="MyTasks"]):not([data-igx-table-panl="MyOpportunities"]) > .panel-heading,
    [data-igx-table-panl]:not([data-igx-table-panl="MyTasks"]):not([data-igx-table-panl="MyOpportunities"]) > .panel-body {
      min-width: 260%;
    }

    [data-igx-table-panl] {
      overflow-x: auto;
    }
  }

.navbar-toggle .icon-bar {
  background-color: var(--text-heading) !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  border: 1px solid var(--text-heading) !important;
  background-color: var(--text-heading) !important;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: var(--text) !important;
}
