:root {
    --primary-color: #3161d1;
    --text-color: #333;
    --gray-color: #e0e0e0;
    --success-color: #03cc76;
    --primary-light: #6e8fde;
    --primary-lighter: #acbfec;
    --primary-lightest: #eaeffb;
    --pre-startup-color: #ff8080;
    --closure-startup-color: #F68537;
    --post-startup-color: #6e9aaa;
    --closure-items-color: #FF7A30;
    --dotted-line-color: #C0C0C0;
    --moc-total-projects: #498add;
    --moc-open-projects: #2dbb9b;
    --moc-closed-projects: #b7b7b7;
    --moc-pending-projects: #f6bb43;
    --moc-watchpoint-projects: #ff7f50;
    --moc-hpapproval-color: #77dd77;
    --moc-hprejected-color: #ff6961;
}

@font-face {
  font-family: AvenirNextLTW01-Regular;
  src: url(../theme/font/AvenirNextLTW01-Regular.woff2) format("woff2");
}

@media (max-width: 1167px){
    .b-menubar,.set-backup {
        display: none !important;
    }

    .mob-set-backup{
        display: block;
    }
}

@media (min-width: 1167px) {
    .b-sidebar {
        display: none;
    }
}


@media (max-width: 768px) {

  .b-menu-toggler {
    display: block;
    position: absolute;
    top: 7%;
  }

  .nav-links {
    display: block;
  }

  .sub-menu {
    top: 140px !important;
  }
}

@media (min-width: 768px) {

  html {
    font-size: 16px;
  }
}

/* #region 1.Main */

html {
    font-size: 14px;
}

*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(i):not(.error_page):not(.k-dialog-title):not(.doc-badge):not(.c-title):not(.c-desc):not(.no-font):not(.no-font *) {
    font-size: 13px !important;
}


html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-family: AvenirNextLTW01-Regular !important;
}

.btn {
    font-weight: bold;
}
/* #endregion */

/* #region 2.Header Menu */

main {
    margin: 0 20px;
    padding-bottom: 20px;
}

.main {
    height: 80vh;
    overflow-y: auto;
    padding: 0.5rem 0.5rem;
    flex-grow: 1;
    background-color: #f7f7f7;
    width: 100%;
    overflow-x: hidden;
}

header {
    margin-bottom: 15px;
}

.navbar {
    background-color: white;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-shadow: 0px 7px 19px -3px rgba(0, 0, 0, 0.3) !important;
}

.nav-menu {
    padding: 0;
}

    .nav-menu .active,
    .navbar .nav-item:hover {
        background-color: var(--primary-light);
    }

    .nav-menu .nav-item a,
    .navbar-nav .nav-link {
        font-size: 13px;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.nav-item {
    cursor: pointer;
}

.dropdown-menu a {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

#header-img {
    background-color: var(--primary-color);
    width: 100%;
}

.navbar-light .navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
}

.navbar-light .navbar-nav .active,
.nav-link:hover {
    color: var(--primary-color);
}

.navbar-light .navbar-nav .active {
    color: white;
}

.dropdown-menu .active {
    background-color: white;
    color: var(--primary-color);
}

.dropdown-item:active {
    background-color: var(--primary-color);
    color: white;
}

.dropdown-menu {
    max-height: 70vh;
    overflow-y: auto;
}

#mod-dropdown {
    margin-right: 20px;
}

.dropdown-menu {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.usr-link {
    color: white;
}

    .usr-link:hover {
        text-decoration: underline !important;
        color: #62ff00;
    }

.link {
    cursor: pointer;
}

    .link:hover {
        text-decoration: underline !important;
    }

.set-backup {
    padding-left: 1.7rem;
    padding-right: 1.2rem;
}

.b-header:first-child {
    padding-left: 20px;
}

.radio-active {
    transform: scale(1.2);
}

/*.radio-active.form-check-input:checked {
    background-color: #66bb6a !important;
    border-color: #66bb6a !important;
}

.radio-active.form-check-input:focus {
    border-color: #b9dfbb !important;
    box-shadow: 0 0 0 0.15rem #b9dfbb !important;
}*/

.bk-usr-link{
    min-width: 150px;
}

.mod-link{
    min-width:222px;
}


#breadcrumbs ul {
    list-style: none;
    display: flex;
    margin: 5px 5px 10px 0px;
    padding: 0px !important;
}

#breadcrumbs li {
    flex: 1;
    height: 30px;
    display: inline-flex;
    position: relative;
}

#breadcrumbs .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 15px;
    background-color: #d5d5d5;
}

    #breadcrumbs .content:not(.tool-tip) {
        pointer-events: none;
        user-select:none;
    }

#breadcrumbs .tool-tip {
    user-select: none;
    cursor: pointer;
}

#breadcrumbs .content-link {
    width: 15px;
    height: 2px;
    margin: 12px 0px;
    background-color: #d5d5d5;
}

/* #endregion */

/* #region 3.Kendo */
.k-grid-header:not(.allow-scroll .k-grid-header) {
    /*background-color: #f0f0f0;*/
    padding: 0 !important;
}

.k-grid-table thead .k-link,
.k-column-title {
  font-weight: 600 !important;
  color: #fff;
  margin-top: 1px;
}

.k-pager-numbers .k-link.k-selected,
.k-pager-numbers .k-link.k-state-selected {
  color: white;
  background-color: var(--primary-color);
}

.k-pager-numbers .k-link {
  color: var(--primary-color);
}

.k-grid td.k-selected,
.k-grid td.k-state-selected,
.k-grid tr.k-selected > td,
.k-grid tr.k-state-selected > td {
  background-color: var(--primary-lightest);
  color: #333;
}

.k-list-item.k-selected.k-hover,
.k-list-item.k-selected:hover,
.k-selected.k-hover.k-list-optionlabel,
.k-selected.k-list-optionlabel:hover,
.k-list-item.k-selected,
.k-selected.k-list-optionlabel,
.k-selected,
.k-calendar .k-hover:hover {
  background-color: var(--primary-color);
}

.k-grid tr.k-alt {
  background-color: rgba(0, 0, 0, 0.03);
}

.k-toolbar .k-input:not(.k-editor .k-input),
.k-toolbar .k-picker:not(.k-editor .k-picker) {
  width: 20em;
}

.k-column-title {
  white-space: normal !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 25px;
  display:flex;
  align-items:center;
}

.k-picker-solid {
  background-color: transparent !important;
  border-color: #d5d5d5;
}

.k-tooltip {
  max-width: 400px;
}

.k-stepper .k-step-label .k-step-text {
  white-space: normal;
}

.k-stepper .k-step-done .k-step-indicator {
  border-color: #046db1;
  background-color: #046db1;
}

.k-stepper .k-step-current .k-step-indicator {
  border-color: rgb(57 218 138);
  background-color: rgb(57 218 138);
}

.k-step-error .k-step-indicator {
  border-color: rgb(255 91 92) !important;
  background-color: rgb(255 91 92) !important;
  color: white !important;
}

.k-focus,
.k-textbox:hover {
  outline: none !important;
  box-shadow: none !important;
  border-color: var(--primary-color) !important;
  border-width: 1.4px !important;
}

.k-calendar-container {
  max-height: 300px !important;
}

.k-list-content {
  overflow: auto !important;
}

.k-datepicker.k-input-solid:not(.k-datepicker.k-input-solid.error) {
    border-color: #e3e3e3 !important;
}

.k-datepicker:hover {
    border-color: var(--primary-color);
    border-width: 1.4px;
}

.k-calendar-tr .k-focus,
.k-calendar-tr .k-hover a,
.k-calendar-tr .k-focus:hover {
  background-color: var(--primary-color) !important;
  color: white !important;
  animation-delay: 0 !important;
}

.k-grid-toolbar .k-spacer {
  display: none;
}
.k-list-item-text {
  width: 100%;
  line-height: 1.5;
}
.k-list-content .k-selected td {
  color: white;
}

#k-table-wizard-tabs {
  max-height: 70vh !important;
}

.k-calendar .k-nav-today {
  color: var(--primary-color);
}

.k-calendar .k-nav-today.k-focus,
.k-calendar .k-nav-today.k-hover,
.k-calendar .k-nav-today.k-state-focus,
.k-calendar .k-nav-today.k-state-hover,
.k-calendar .k-nav-today:focus,
.k-calendar .k-nav-today:hover {
  color: var(--primary-light);
}

.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected .k-link,
.k-calendar .k-calendar-td.k-state-selected .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-state-selected .k-link {
  background-color: var(--primary-color);
}

.k-detail-cell .k-grid-pager {
  display: none;
}

.k-detail-row .k-hierarchy-cell,
.k-detail-cell {
  background-color: var(--primary-lightest);
}

.k-icon {
  cursor: pointer;
  vertical-align: top;
  margin-top: 1px;
}

.k-rounded-md {
  border-radius: 0;
}

.k-grid-header,
.k-grid-header table tr {
  background-color: var(--primary-color);
}

.k-grid tr.k-alt {
  background-color: white;
}

.k-grid-header table .k-column-title,
.k-grid-header .k-i-filter {
  color: white;
}

.k-grid-header-wrap {
  border-width: 0 0 1px 0;
}

.k-grid td,
.k-grid th {
  border-width: 0 0 1px 0;
  border-color: #e6e6e6;
}

.k-grid td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.k-auto-scrollable:not(.allow-scroll .k-auto-scrollable) {
    overflow-y: hidden;
}

.k-input-solid.k-focus,
.k-input-solid:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm {
  color: white;
}

.k-cell-inner > .k-link {
  padding: 2px 12px 0 12px;
}

.k-grid-header .k-i-filter {
  margin-top: 4px;
}

.k-grid-header .k-header {
  vertical-align: middle;
}

.k-grid-toolbar {
  padding-left: 0;
}

.btn-toolbar {
  padding-top: 3px;
  padding-bottom: 3px;
}

.k-master-row td {
  padding-left: 12px !important;
}

.k-multiselect {
    border-color: #e3e3e3 !important;
}

.k-multiselect .k-chip {
    background-color: var(--primary-lightest);
}

.k-autocomplete.k-input-solid {
    border-color: #e3e3e3 !important;
}

.k-list-filter .k-input-inner {
    z-index: 9999 !important;
}

.k-list-filter .k-searchbox .k-input-inner {
  padding: 4px 0;
}

.k-toolbar .k-searchbox {
  margin-left: 6px;
}

.k-grid-customRefresh {
    position: absolute;
    right: 94px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#entity-1-list .k-list-item-text,
#entity-2-list .k-list-item-text,
#entity-3-list .k-list-item-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 25px;
}

.k-grouping-header {
    display: none;
}

.k-button-group{
    display:flex;
    gap: 6px;
}

.k-button-group .k-button {
    background-color: #f3f6f8;
}

    .k-button-group .k-button i{
        display:none;
    }

    .k-button-group .k-selected {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        color: white;
    }

        .k-button-group .k-selected i{
            display:block !important;
        }

    .k-button-group .k-button {
        transition: color 0s ease-in-out !important;
    }

    .k-dialog-titlebar {
        background-color: var(--primary-color);
    }

.k-dialog-title{
    font-size: 15px !important;
}

.k-editor {
    border-color: #e3e3e3 !important;
}

    .k-editor .k-toolbar.k-toolbar-resizable{
        flex-wrap: wrap;
    }

/* #endregion */

/* #region 4.Dashboard */

.dashboard .widgets div {
  height: 100px;
  margin: 0 10px;
  margin-bottom: 10px;
}

.dashboard .widgets img {
  width: 50px;
  height: 50px;
}

.dashboard .widgets .col-md {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard .widgets .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}

.dashboard .widgets .total {
  background-color: var(--moc-total-projects);
}

.dashboard .widgets .open {
  background-color: var(--moc-open-projects);
}

.dashboard .widgets .closed {
  background-color: var(--moc-closed-projects);
}

.dashboard .widgets .pending {
  background-color: var(--moc-pending-projects);
}

.dashboard .widgets .watchpoint {
  background-color: var(--moc-watchpoint-projects);
}

.dashboard .widgets .count,
.dashboard .widget .title {
  color: white;
}

.dashboard .widgets .count {
  font-weight: bold;
  font-size: 34px;
}

.dashboard .widgets .title {
  color: white;
  font-weight: 600;
}

 .chart-header {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
}

 .chart-header h4 {
  color: #707070;
}

.dashboard .item-list .items {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 8px;
  padding-bottom: 2px;
  padding-right: 10px;
}

.dashboard .bullet {
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 100%;
  margin-right: 8px;
}

.dashboard .item-list .items div {
  display: flex;
  align-items: center;
}

.dashboard .bullet {
  background-color: var(--moc-pending-projects);
}

.card{
    margin-bottom: 0px !important;
}

/* #endregion */

/* #region 5.Common */

.nav-tabs .active:not(.styled-tab .nav-tabs .active) {
    font-weight: 600;
}

.icons {
  font-size: 16px;
  color: #727272;
}

.form-control, .form-select {
    border-radius: 0 !important;
}

    .form-control:focus,
    .form-select:focus,
    .btn:focus {
        outline: none !important;
    }

    .form-control:focus, .form-select:focus {
        border-color: var(--primary-color) !important;
        border-width: 1.4px !important;
    }

.tbl-detail {
  width: 100%;
}

    .tbl-detail .top{
        vertical-align: top !important;
        padding-top: 5px;
    }

    .tbl-detail td:not(.top) {
        padding-top: 7px;
        vertical-align: middle;
    }

.tbl-detail tr td:first-child {
  color: var(--text-color);
  font-weight: 500;
  white-space: nowrap;
  padding-right: 20px !important;
}

    .tbl-detail.fixed-width tr td:first-child {
        min-width: 230px;
    }

.tbl-detail tr td:last-child {
  color: var(--text-color);
  width: 100%;
}

.tbl-lined tr {
    border-bottom: 1px dotted var(--dotted-line-color) !important;
}

.tbl-lined textarea, .tbl-lined .form-control, .tbl-lined .k-dropdownlist, .tbl-lined .k-multiselect, .tbl-lined .k-upload {
    margin-bottom: 6px;
}

.detail {
    color: var(--text-color);
    font-weight: 500;
    word-wrap: break-word;
}

.btn-secondary {
  background-color: gray !important;
}

.btn {
  border-radius: 0px !important;
}

.btn:not(.btn-normal) {
  min-width: 100px;
}

.btn-label-secondary {
  width: 100px;
  color: #69809a;
  border-color: lightgray;
  background: #e7ebef;
}

.btn-label-secondary:hover {
  border-color: rgba(0, 0, 0, 0) !important;
  background: #69809a !important;
  color: #fff !important;
}

.btn-mr {
  margin-right: 0.6rem;
}

.icon-mr {
  margin-right: 0.2rem;
}

.required-img {
  width: 5.5px;
  height: 5.5px;
  margin-left: 2px;
  position: relative;
  top: -3px;
}

.info-img {
  width: 15px;
  height: 15px;
  position: relative;
  top: -1px;
  margin-left: 2px;
  cursor: pointer;
}

.error {
  border-color: red !important;
}

.form-check-input {
  margin-top: 0.14rem !important;
  width: 1.1em;
  height: 1.1em;
}

.k-step:not(.k-step-focus) {
  pointer-events: none;
}

.request-title {
  font-size: 10pt;
  font-weight: bold;
  color: #1bcb1b;
  display: flex;
  align-items: center;
}

.modal-title {
  font-size: 18px !important;
  color: var(--text-color) !important;
}

.fit-content {
  width: fit-content;
}

.link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.form-check-label {
  color: var(--text-color) !important;
  margin-top: 1px;
}

.table td {
  vertical-align: middle;
}

.option-col {
  width: 100px;
}
.k-grid-options .fa-trash:hover {
  color: #f62d51;
}

.k-grid-options .fa-pencil:hover,
.fa-search:hover {
  color: var(--primary-color);
}

.apexcharts-legend-text {
  font-family: "CircularStd" !important;
}

.error-view {
  display: flex;
  flex-direction: column;
}

.errorview-header {
  height: 25vh;
  background-color: var(--primary-color);
  color: white;
  display: flex;
  align-items: end;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
}

.error-content {
  padding-top: 2rem;
  padding-bottom: 0.8rem;
  padding-left: 2rem;
  color: var(--text-color);
}

.error-content h4 {
  font-weight: normal;
}

#start-doc,
#eng-doc,
#moc-doc,
#attachment-doc {
  font-size: 12px !important;
}

.custom-modal .modal-body {
  padding: 20px 30px 15px 30px !important;
}

.continue-btn,
.continue-btn:hover,
.continue-btn:focus,
.continue-btn:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
.toastify {
  display: flex !important;
  justify-content: space-between !important;
}

.td {
  vertical-align: middle !important;
  width: 1% !important;
}

.icon-btn {
  padding: 0.375rem 0.75rem 0.2rem !important;
  margin: 0 0.2rem;
}

.banner {
  background-color: var(--primary-color);
  color: white;
  padding: 5px 10px;
  vertical-align: middle;
  margin-bottom: 0.7rem;
}

.banner h4 {
  margin-bottom: 0 !important;
}

.search-report {
  font-weight: 300;
}
.search-report b {
  font-weight: bolder;
}

.search-report .filter {
  background-color: #e6e6e6;
  padding: 0.6rem;
}

.template-stirngs {
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e3e3;
  height: 520px;
  overflow-y: auto;
}

.template-stirngs span {
  border-radius: 0;
  padding: 8px 0;
  color: #444;
}

.message {
  height: 70vh;
}

.message .col-md-12 {
  border-top: 0.5rem var(--success-color) solid;
  background-color: white;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 6px;
}

.message h3 {
  color: var(--success-color);
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}

.message button {
  width: 100%;
}

.message img {
  width: 50px;
  height: 50px;
  margin-bottom: 1.5rem;
}

.message .btn {
  margin-top: 1rem;
  background-color: var(--success-color);
}

.btn-copy {
  background-color: var(--success-color);
  color: white;
}

.btn-copy,
.message input {
  cursor: pointer !important;
}

.message .input-group {
  margin-top: 0.7rem;
}

.img {
  width: 20px;
  height: 20px;
}

.unit-engineer .k-dropdownlist {
  background-color: white !important;
}

.btn-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-primary:hover {
  background-color: var(--primary-light) !important;
  border-color: var(--primary-light) !important;
}

.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-color: var(--primary-color);
}

.form-check-input{
    transform: scale(1.2);
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input:focus{
  border-color: var(--primary-light);
  box-shadow: 0 0 0 0.15rem var(--primary-light);
}

.form-select:focus {
    box-shadow:none;
}

.k-button-solid-primary,
.k-button-solid-primary.k-hover,
.k-button-solid-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#drop-zone .input {
  display: none;
}

#drop-zone p {
  color: grey;
}

#drop-zone img {
  width: 40px;
  height: 40px;
}

.dropzone {
  border: 2px dashed #ccc;
  border-radius: 4px;
  padding: 20px;
  height: 130px;
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.dropzone p {
  margin: 0;
  color: var(--text-color);
}

.dropzone.dragover {
  border-color: var(--primary-color);
  background-color: var(--primary-lightest);
}

#drawer-content li {
  font-size: 1.2em;
  padding-left: 0.89em;
  background: 0 0;
  border-radius: 0;
  border-width: 0 0 1px;
  border-color: rgba(33, 37, 41, 0.125);
  border-style: solid;
  line-height: 1.5em;
}

#drawer-content li:last-child {
  border: 0;
}

.hidden {
  display: none;
}

.k-toolbar .k-icon {
  font-size: 18px;
}

#config #toolbar .k-selected {
  background-color: transparent;
}

.k-drawer-item.k-selected.k-hover,
.k-drawer-item.k-selected.k-state-hover,
.k-drawer-item.k-selected:hover,
.k-drawer-item.k-state-selected.k-hover,
.k-drawer-item.k-state-selected.k-state-hover,
.k-drawer-item.k-state-selected:hover,
.k-drawer-item.k-selected,
.k-drawer-item.k-state-selected {
  background-color: var(--primary-color);
}

#drawer,
#drawer-content {
  height: 67vh;
}

#list-box {
  margin-top: 20px;
}

#list-box label {
  color: var(--primary-color);
  margin-bottom: 4px;
}

#drawer-content li {
  border: none;
  outline: none;
  padding-right: 0.89em;
}

#drawer-content li:hover {
  background-color: #ebebeb;
}

#drawer-content .k-selected,
#drawer-content li:hover {
  background-color: var(--primary-color);
  color: white;
}

.k-listbox-toolbar li:hover {
  background-color: transparent !important;
}

#avl-companies {
/*  width: 530px;*/
}

#list-box .demo-section {
/*  max-width: none;*/
  width: 100%;
}

#list-box .k-listbox {
/*  width: 545px;*/
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}

#list-box .row .col-md:last-child{
    width: 92%;
}

#list-box .k-listbox:first-of-type {
    /*  width: 530px;*/
    margin-right: 1px;
}

#choice-list .k-list-scroller,
#choice-list .k-listbox {
  width: 100%;
}

.b-header {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 #000;
  display: flex;
  align-items: center;
}

.b-header img {
  width: 100%;
  object-fit: cover;
}

.b-header .brand {
  color: white;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

.brand-window {
  margin-top: 4px !important;
}

.b-menubar {
    margin-top: 12px;
    margin-left: 50px;
    margin-right: 20px;
    background-color: var(--primary-color);
}

.b-menu-list {
  display: flex;
  justify-content: start;
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.b-menu-list .b-menu-item {
  margin: 0 0.5rem;
  font-weight: 400;
  transition: background-color ease 0.2s, color ease 0.2s;
  margin: 0;
  padding: 0.8rem 0;
}

.b-menu-list .b-menu-item .b-menu-link {
  text-decoration: none;
  font-family: AvenirNextLTW01-Regular;
  font-weight: 100;
  transition: background-color ease 0.2s, color ease 0.2s;
  color: white;
  padding: 0 0.8rem;
  display: flex;
}

.b-menu-list .b-menu-item:hover {
  background-color: white;
}

.b-menu-list .b-menu-item:hover > .b-menu-link {
  color: var(--primary-color);
}

.b-menu-list .active {
  background-color: white;
}

.b-menu-list .active .b-menu-link {
  color: var(--primary-color) !important;
}

.b-menu-item .b-menu-link i {
  margin-left: 5px;
  margin-top: 4px;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 105px;
  background-color: white;
  width: auto;
  min-width: 222px;
  list-style: none;
  padding-left: 0;
  box-shadow: 0 25px 50px -8px rgba(0, 0, 0, 0.19),
    0 20px 15px -8px rgba(0, 0, 0, 0.24);
}

#bkusr-dropdown .sub-menu {
   top: 94px;
}

#bkusr-dropdown .sub-menu .sub-menu-item:hover > a span {
  color: white !important;
}

.b-menu-item:hover > .sub-menu {
  display: block;
}

.sub-menu .sub-menu-item {
  padding: 0.2rem 0;
}

.sub-menu .sub-menu-item a {
  display: block;
  padding: 0.3rem 0.8rem;
}

.sub-menu .sub-menu-item a span {
  color: var(--text-color);
  font-family: AvenirNextLTW01-Regular;
  font-weight: 100;
}

.sub-menu .sub-menu-item:hover {
  background-color: var(--primary-color);
}

.sub-menu .sub-menu-item:hover > a span {
  color: white;
}

.b-menu-toggler {
  display: none;
  background-color: white;
  padding: 0.3rem 1rem;
  box-shadow: 0px 0px 50px #000;
}

.b-menu-toggler i {
  color: var(--primary-color);
}

.b-header .actions {
  margin-top: 18px;
}

#bkusr-dropdown span {
  font-weight: 500;
  color: var(--text-color);
  display: flex;
  align-items: center;
  font-family: AvenirNextLTW01-Regular;
}

#bkusr-dropdown span i {
  font-size: 16px;
  color: var(--text-color);
  margin-left: 4px;
}

#logo {
  margin-top: 10px;
  margin-right: 10px;
  width: 50px;
  object-fit: cover;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
}

#logo-window {
  margin-top: 6px;
  margin-right: 10px;
  width: 50px;
  object-fit: cover;
  padding-right: 10px;
  border-right: 1px solid #e6e6e6;
}

.copy-right {
  background-color: #e0e1e3;
  color: var(--primary-color);
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
}

.copy-right h4 {
  margin: 0;
  font-size: 12px;
  padding: 6px 0;
  font-weight: normal;
}

.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.custom-modal .modal-content {
  border-radius: 0;
}

.link-text {
  color: var(--primary-color) !important;
  text-decoration: underline !important;
}

.level .level-item {
  border: 1px solid #e6e6e8;
}

.level .level-item .level-title {
  margin: 10px 15px 0 15px;
}

.level .level-item .level-entity {
  padding: 5px 15px;
  margin-top: 4px;
}

/*.blue-border {
  border: 2px solid #1ac6ff !important;
}

.blue-border .form-check-input:checked {
  background-color: #1ac6ff;
  border-color: #1ac6ff;
}

.blue-border .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem #1ac6ff;
}

.green-border {
  border: 2px solid #33ff33 !important;
}

.green-border .form-check-input:checked {
  background-color: #33ff33;
  border-color: #33ff33;
}

.green-border .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem #33ff33;
}

.yellow-border {
  border: 2px solid #ffd11a !important;
}

.yellow-border .form-check-input:checked {
  background-color: #ffd11a;
  border-color: #ffd11a;
}

.yellow-border .form-check-input:focus {
  box-shadow: 0 0 0 0.15rem #ffd11a;
}*/

.default {
  font-family: AvenirNextLTW01-Regular !important;
}

.card {
  box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14) !important;
}

.disable {
  background-color: #f5f5f8;
  pointer-events: none;
}

.org-hp .org-hp-title {
  background: var(--primary-color);
  color: white;
  padding: 3px 6px;
}

.org-hp .org-hp-content {
  padding: 4px 6px;
  border-bottom: 1px solid #e6e6e6;
}

.org-hp .org-hp-content,
.org-hp .org-hp-content label {
  cursor: grab;
  user-select: none;
}

.org-hp .not-assinged {
  background-color: darkgray;
}

.org-chart-template {
  padding: 6px 5px;
  font-family: AvenirNextLTW01-Regular !important;
}

.validation-list .validation-item {
  background-color: darkgrey;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 3px;
}

.validation-list {
  display: flex;
  justify-content: end;
  margin-bottom: 3px;
}

.k-treeview-leaf.k-selected {
  background-color: var(--primary-color);
}

.cancel-btn {
  color: white;
}

.btn-filter,
.btn-filter:hover {
  background-color: #00a2e8;
  color: white;
}

.btn-filter:hover {
  background-color: #008fcc;
  color: white;
}

.active-row {
    background-color: #cae7cc !important;
}

.auto-grow {
    field-sizing: content;
}

.center {
    display: flex;
    align-items: center;
}

.full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex{
    display:flex;
}

.note{
    width:fit-content;
    padding: 0px 2px;
    border-radius: 4px;
    font-weight: bold;
}

hr {
    color: #B8B8B8;
}

.lbl-normal, button {
    font-family: 'CircularStd', sans-serif !important;
}

.usr-none, .read-only {
    pointer-events:none;
}

.rounded-pill {
    background-color: var(--primary-color);
}

.badge{
    padding: .15em .45em;
}

.sub-heading h4 {
    color: var(--primary-color);
    border-bottom: 1.5px solid var(--primary-color);
    padding-bottom: 6px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.buttons-acts{
    position:absolute;
    top: 14px;
    right: 14px;
    z-index: 1050;
}

.buttons-edit-acts {
    position: absolute;
    top: 55px;
    right: 14px;
    z-index: 1050;
}
/* #endregion */

/* #region Styled Tabs */

.styled-tab .nav-tabs {
    border-bottom: 1px solid var(--primary-color);
}

.styled-tab .nav-item {
    border-bottom: 1px solid !important;
}

.styled-tab .tab-content {
    padding: 10px;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.styled-tab .nav-item .nav-link {
    background-color: #ececec;
    background-image: linear-gradient(white,#e3e3e3);
    color: #495057;
    border: 1px solid #e3e3e3 !important;
    display: flex;
    align-content: center;
    gap: 5px;
    border-bottom: 1px solid var(--primary-color) !important;
}

    .styled-tab .nav-item .nav-link:not(.nav-link.active):hover {
        border: 1px solid #d1d1d1;
        color: #404040;
        background-color: #d1d1d1;
        background-image: linear-gradient(#f7f7f7,#d1d1d1);
        border-bottom: 1px solid var(--primary-color) !important;
    }

.styled-tab .nav-item .active {
    position: relative;
    border-color: #e3e3e3;
    color: #3396D3 !important;
    background-color: #fff;
    background-image: linear-gradient(#ebebeb, #fff);
}

.styled-tab .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #3396D3;
    border-radius: 3px 3px 0 0;
}

.styled-tab .nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 0 !important;
}

.styled-tab .nav-tabs .active {
    font-weight: 400;
}

.styled-tab .nav-tabs span {
    margin-top: 3px;
}

.styled-tab .nav-img {
    width: 22px;
    height: 22px;
}

/* #endregion */

/* #region 6.TreeView */
#treeview .k-sprite {
    background-image: url("../content/web/treeview/coloricons-sprite.png");
}

.rootfolder {
  background-position: 0 0;
}

.folder {
  background-position: 0 -16px;
}

.pdf {
  background-position: 0 -32px;
}

.html {
  background-position: 0 -48px;
}

.image {
  background-position: 0 -64px;
}

/* #endregion */

/* #region 7.Modal */

.modal-header {
  background-color: var(--primary-color);
}

.modal-title {
  color: white !important;
  padding-left: 5px;
}

.custom-modal .close {
  background-color: white;
  color: var(--primary-color);
}
.custom-modal .modal-header {
  padding: 6px;
  justify-content: space-between;
}

.custom-modal .modal-content {
  border-radius: 5px;
}

/* #endregion */

/* #region 8.Accordian */

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed) .form-check-label {
  color: black !important;
}

.accordion-body {
  background-color: #e7f1ff;
}

.section-header {
  background-color: var(--primary-color);
}

.section-header label {
  color: white;
  font-weight: 500;
  padding: 3px 5px 3px 5px;
}

.section-body {
  margin: 8px 10px;
}

.accordion-error {
  border: 1px solid red;
}

.accordion-alt {
    background-color: color-mix(in srgb, var(--kendo-color-on-app-surface, #424242)5%,transparent);
}

.accordion-button {
    padding: 0.9rem 1.25rem !important;
}

/*.accordion-button:not(.collapsed){
    background-color: var(--primary-lightest);
}*/
/* #endregion */ 

/* #region 9.Chips */
div.chip-wrapper {
}

div.chips_input {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  --primary: #fff;
  --secondary: #111;
  --invalid: #f00;
  color: var(--secondary);
}

div.chips_input > label {
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
}

div.chips_input > p {
  font-size: 0.8rem;
  opacity: 0.75;
  margin: 0 0.25rem;
  color: inherit;
}

div.chips_input > div.inner {
  width: 100%;
  min-height: 2rem;
  background-color: var(--primary);
  border: 1px solid #3333;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.3rem;
  box-sizing: border-box;
  position: relative;
}

div.chips_input > div.inner > input {
  border: none;
  outline: none;
  font-size: 1rem;
  position: relative;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: var(--secondary);
}

span.chip {
  padding: 0.15rem 0.5rem;
  box-sizing: border-box;
  background: var(--primary-color);
  border-radius: 2px;
  color: white;
  font-size: 0.8rem;
  padding-right: 1.7rem;
  position: relative;
}

span.chip > button {
  border: none;
  background: transparent;
  color: transparent;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}

span.chip > button > i {
  font-family: fontawesome;
  cursor: pointer;
  color: white;
}

span.limit {
  float: right;
}

/* #endregion */

/* #region 10. Side Menu*/

.b-sidebar .sidepanel {
  width: 0;
  position: fixed;
  z-index: 999999;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.b-sidebar .sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.b-sidebar .sidepanel a:hover {
  color: var(--primary-color);
}

.b-sidebar .sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 24px !important;
}

.b-sidebar .openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: white;
  color: var(--primary-color);
  padding: 10px 15px;
  border: none;
  margin-bottom: 8px;
}


.sidepanel .b-menu-list {
  flex-direction: column !important;
}

.sidepanel .menu-title{
    color: var(--primary-color);
}

.b-mob-menu .active {
    background-color: var(--primary-color);
}

  .b-mob-menu .active a{
        color: white !important;
    }

/* #endregion*/


/* #region Risk Assessment */

#grd-risk .k-grid-header:not(.k-detail-row .k-grid-header) {
    background-color: transparent !important;
}

    #grd-risk .k-grid-header .k-grid-header-wrap thead tr th:first-child:not(.k-detail-row th),
    #grd-risk .k-grid-header .k-grid-header-wrap thead tr th:nth-child(2):not(.k-detail-row th),
    #grd-risk .k-grid-header .k-grid-header-wrap thead tr th:nth-child(3):not(.k-detail-row th),
    #grd-risk .k-grid-header .k-grid-header-wrap thead tr th:nth-child(4):not(.k-detail-row th),
    #grd-risk .k-grid-header .k-grid-header-wrap thead tr th:nth-child(5):not(.k-detail-row th) {
        background-color: #38c778 !important;
    }

    #grd-risk .k-grid-header .k-grid-header-wrap thead tr th:nth-child(6):not(.k-detail-row th),
    #grd-risk .k-grid-header .k-grid-header-wrap thead tr th:nth-child(7):not(.k-detail-row th),
    #grd-risk .k-grid-header .k-grid-header-wrap thead tr th:nth-child(8):not(.k-detail-row th) {
        background-color: #ffbb33 !important;
    }

.doc-badge {
    position: absolute;
    top: -10px;
    right: -2px;
    background-color: #ea7300;
    color: white;
    border-radius: 100%;
    padding: 0px 5px;
    font-size: 11px;
}

div:has(.doc-badge) {
    position: relative;
}

#grd-risk > .k-grid-content.k-auto-scrollable {
    height: 420px;
}

/* #endregion*/