/* Minification failed. Returning unminified contents.
(28,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(66,28): run-time error CSS1030: Expected identifier, found '.'
(66,45): run-time error CSS1031: Expected selector, found ')'
(66,45): run-time error CSS1025: Expected comma or open brace, found ')'
(74,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(85,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(94,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(102,59): run-time error CSS1030: Expected identifier, found ':'
(102,65): run-time error CSS1031: Expected selector, found ')'
(102,65): run-time error CSS1025: Expected comma or open brace, found ')'
(111,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(112,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(119,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(162,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(165,58): run-time error CSS1030: Expected identifier, found ':'
(165,64): run-time error CSS1031: Expected selector, found ')'
(165,64): run-time error CSS1025: Expected comma or open brace, found ')'
(177,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(262,31): run-time error CSS1046: Expect comma, found '64'
(262,36): run-time error CSS1046: Expect comma, found ')'
(281,67): run-time error CSS1046: Expect comma, found '64'
(281,72): run-time error CSS1046: Expect comma, found ')'
(389,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(475,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(481,32): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(487,24): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(488,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(499,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(500,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(516,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(522,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(528,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(532,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(541,24): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(542,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(566,40): run-time error CSS1046: Expect comma, found '0'
(566,44): run-time error CSS1046: Expect comma, found '/'
(573,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(577,20): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(580,31): run-time error CSS1046: Expect comma, found '183'
(580,38): run-time error CSS1046: Expect comma, found ')'
(581,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(592,36): run-time error CSS1039: Token not allowed after unary operator: '-secondary-color'
(606,43): run-time error CSS1030: Expected identifier, found ':'
(606,49): run-time error CSS1031: Expected selector, found ')'
(606,49): run-time error CSS1025: Expected comma or open brace, found ')'
(612,24): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(613,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(634,21): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(637,36): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(643,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(661,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(667,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color-30'
(741,24): run-time error CSS1030: Expected identifier, found '.'
(741,37): run-time error CSS1031: Expected selector, found ')'
(741,37): run-time error CSS1025: Expected comma or open brace, found ')'
 */
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: grid;
    grid-template-rows: 35px 1fr 25px;
    height: 100vh;
}
    body.dialog-body {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
    }

hr {
    background-color: lightgray !important;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
    
}

.header {
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main {
    display: grid;
    grid-template-rows: 48px 1fr;
    background: #edeff2;
    overflow: hidden;
}

.footer {
    background: #f7f7f9;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px;
    border: none;
}

.breadcrumb-toolbar {
    background: #ddd;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-weight: bold;
}

.emrb-height-container {
    background: #edeff2;
    overflow: hidden;
    padding: 0 20px 20px 20px;
}
.k-animation-container:has(.k-list-container) {
   
}
.k-animation-container .k-list-container,
.k-animation-container .k-filter-menu,
.k-animation-container .k-list-scroller,
.k-animation-container .k-overflow-container ,
#user-menu .k-animation-container .k-group {
    border: solid 0px var(--primary-color) !important;
    box-shadow: 2px 5px 8px 0px lightgray !important;
    background-color: white !important
}


    

    .k-animation-container > .k-list-container.k-group {
        background-color: white !important;
        font-weight: bold !important;
        color: var(--primary-color) !important;
    }

.k-list-scroller .k-item,
.k-list-container .k-item,
.k-list-container .k-button {
    padding: 5px 10px !important;
    font-weight: 500 !important;
    text-transform: capitalize;
    color: var(--primary-color) !important;
}

#sub-menu-dashboard-index[role="menuitem"] a,
#sub-menu-mrbdashboard-index[role="menuitem"] a {
    text-transform: none !important;
}

.k-list-container, .k-filter-menu-container > .k-item:has(:hover)
{
    background-color: var(--primary-color-30) !important;
    color: var(--primary-color) !important;
}

    .k-list-container .k-item.k-state-focused.k-state-selected,
    .k-list-container .k-item.k-state-focused.k-state-selected.k-state-hover,
    .k-list-container .k-item.k-state-hover {
        background-color: var(--primary-color-30) !important;
        color: var(--primary-color) !important;
    }



.k-group, .k-menu, .k-menu .k-group, .k-popup.k-widget.k-context-menu {
    color: #ffffff !important;
    background-color: var(--primary-color) !important;
}


ul#edoc-menu > li.k-item.k-menu-item.k-state-default {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    min-width: 100px;
    margin-top: 3px;
}

#edoc-menu li a {
    padding: 0 10px;
    line-height: 2;
}


.k-menu .k-state-active {
    background-color: transparent;
}

    .k-menu .k-state-active:hover {
        background-color: #000;
        color: #fcab35 !important;
    }

#user-menu .k-animation-container {
    width: 250px !important;
    right:0px;
    top:37px !important
}
    #user-menu .k-animation-container .k-group {
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        border-radius: 12px !important
    }
#user-menu .k-animation-container > ul[role=menu] li {
    background-color: white !important;
    color: var(--primary-color);
    font-weight: bold;
}
#user-menu .k-animation-container > ul[role=menu] li:has(:hover){
    background-color: var(--primary-color-30) !important
}
#user-menu .k-link.k-menu-link {
    padding: 0;
    line-height: 2;
    font-size: 12px;
}



    ul[role=menu] li {
        background-color: var(--primary-color) !important;
        color: #fff;
    }

    ul[role=menu] li:hover, .k-state-hover {
        background-color: #000;
        border-bottom: solid 2px #fcab35;
        color: #fcab35;
    }

#menu-area ul li.k-item.k-menu-item.k-state-default,
#menu-area ul li.k-item.k-menu-item {
    border-bottom: solid 2px transparent;
}


    #menu-area ul li.k-item.k-menu-item.k-state-default.k-state-hover,
    #menu-area ul li.k-item.k-menu-item.k-state-default:hover {
        background-color: #000 !important;
        border-bottom: solid 1px #fcab35;
        color: #fcab35 !important;
    }

#user-menu {
    border: none;
}

    #user-menu .k-item.k-menu-item.k-state-default.k-first.k-last.k-state-border-down.k-state-hover,
    #user-menu:hover {
        background-color: #000;
        border-bottom: solid 2px #fcab35;
        color: #fcab35;
    }

    #menu-area ul.dropdown-menu li.k-item.k-menu-item.k-state-default,
    #user-menu .k-group.k-menu-group.k-popup.k-reset.k-state-border-up,
    #user-menu ul li.k-item.k-menu-item.k-state-default {
        padding: 1px 10px;
    }

    #user-menu .k-group.k-menu-group.k-popup.k-reset.k-state-border-up {
        font-size: 12px !important;
    }

    #menu-area ul.dropdown-menu, #user-menu .k-group.k-menu-group.k-popup.k-reset.k-state-border-up {
        border: none;
        padding: 0.5em 0;
        overflow: hidden !important;
    }

#user-display-name {
    width: 100px !important;
    font-size: 10px;
}

#person-icon {
    font-size: 12px;
    font-weight: 600;
    color: #e9e9e9;
    border: none;
    padding: 0;
    margin-right: 5px;
}

#question-mark {
    font-size: 12px !important;
    font-weight: 600;
    color: #e9e9e9 !important;
    border: none;
    padding: 0;
    display: block;
}

#login-area {
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 5px !important;
}

.edoc-tooltip .tooltiptext {
    visibility: visible;
    width: 120px;
    background-color: rgb(220 64 74) !important;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px !important;
    position: absolute;
    z-index: 1;
    top: -2px !important;
    right: 95% !important;
}

    .edoc-tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent rgb(220 64 74) !important;
    }

.tooltiptext {
    animation: color-change 2.5s infinite !important;
}

.k-menu .k-animation-container {
    margin-top: 0;
}

ul.breadcrumb {
    padding: 0;
    top: 0;
    margin-top: 10px;
    margin-left: 20px;
    line-height: 1.7em;
}

    ul.breadcrumb li a {
        font-size: 12px;
    }

    ul.breadcrumb li + li:before {
        padding: 5px;
        margin-left: -15px;
    }

#breadcrumbToolbar {
    background-color: #edeff2;
}

    #breadcrumbToolbar .breadcrumb {
        margin: 8px 20px 0 20px;
        background-color: #fff;
        flex-wrap: nowrap;
    }

    #breadcrumbToolbar .justify-content-end {
        margin-right: 20px;
        margin-top: 8px;
        background-color: #edeff2;
    }

.active-project-link {
    margin: 0;
}

.breadcrumb li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.breadcrumb.project-page li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: auto;
}

.breadcrumb li span:first-child {
    flex: 1;
}

.breadcrumb li span:last-child {
    margin-left: auto;
}

#MrbList .k-grid-content.k-auto-scrollable {
    height: calc(98vh - 290px) !important
}


#treeList .k-grid-content .k-grid-content.k-auto-scrollable {
    height: auto !important;
}

#splitter {
    height: calc(100vh - 125px) !important;
}

    #splitter .k-pane.k-scrollable {
        overflow: hidden;
        height: calc(100vh - 127px) !important;
    }

.k-grid-toolbar {
    background-color: #fff;
    border-width:0px
}

.k-widget.k-splitter {
    border-width: 0 !important;
}

.k-grid-toolbar {
    background-color: #fafafa;
}

.k-checkbox {
    -webkit-appearance: none !important;
}

.k-checkbox:checked {
    border-color: #bfbfbf;
    color: #fff;
    background-color: var(--primary-color);
}

#treeList .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 605px);
}

#treeList .k-grid-content-locked {
    height: calc(100vh - 625px);
}

#MrbList, #PoList {
    height: auto;
}

#mrbPoTab {
    height: auto !important;
}

.k-popup .k-button {
    color: #fff;
}


#listCustomSettingMenu-projectGrid .k-menu .k-state-active {
    background-color: #000000;
}

#kButtons .k-button-icontext, #kButtons .k-button,
.k-filter-menu .k-action-buttons > button,
.k-button.k-clear-selected, k-button.k-upload-selected.k-primary {
    color: #fff !important;
    border-color: #142e57 !important;
    background-color: #142e57 !important;
    padding: 5px 10px;
    text-transform: capitalize;
    border-radius: 3px;
}

    #kButtons .k-button:hover, #kButtons .k-button-icontext:hover,
    .k-filter-menu .k-action-buttons > button:hover,
    .k-button.k-clear-selected:hover, .k-button.k-upload-selected:hover,
    .k-grid .k-toolbar .k-button.k-button-icontext:hover,
    .clear-all .btn-u:hover, .clear-all button.btn-u:hover, .clear-all a.btn-u:hover,
    #poActivationDialog.k-content, #btnDialogActivate, #btnDialogClose {
        background-color: #1a3c71 !important;
        border-color: #142e57 !important;
    }

#roleGrid .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 255px) !important;
}

/*#MetaDataGrid .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 490px) !important;
}*/

#DocumentsForReview .k-grid-content.k-auto-scrollable,
#DocumentsForDocument .k-grid-content.k-auto-scrollable,
#DocumentsOverdue .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 305px) !important;
}

#DocumentsForReview .k-grid-content-locked,
#DocumentsForDocument .k-grid-content-locked,
#DocumentsOverdue .k-grid-content-locked {
    height: calc(100vh - 325px) !important;
}

#DocumentsForExportDMS .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 365px) !important;
}

#DocumentsForExportDMS .k-grid-content-locked {
    height: calc(100vh - 385px) !important;
}

#DocumentList .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 395px) !important;
}

#PoList .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 355px) !important;
}
 
.btn-u, .btn-group button {
    background-color: var(--primary-color);
    border-radius: 3px;
}


    .btn-u:hover, .btn-group button:hover, .k-grid .k-toolbar .k-button:hover {
        background-color: var(--primary-color-30) !important;
    }


.k-grid .k-toolbar .k-button {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    line-height: normal;
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 3px;
}

.k-split-container > li:hover,
.k-overflow-container.k-list-container li:not(.li-status-group):hover,
.li-status-group .k-button-icontext.k-overflow-button.k-button:hover {
    background-color: var(--primary-color-30) !important;
    color: var(--primary-color) !important;
}

.k-split-container,
.k-overflow-container >
.k-button.k-state-focused,
.k-button.k-state-focused.k-state-disabled,
.k-button:focus,
.k-button:focus:hover,
.k-state-disabled .k-button.k-state-focused {
    border-color: unset !important;
    box-shadow: unset !important;
}


.k-list > .k-state-focused, .k-list > .k-state-hover {
    background-color: var(--primary-color-30) !important;
    border-width: 0px !important;
    box-shadow: unset !important
}

#reviewCode .k-state-selected, span.k-in.k-state-selected {
    background-color: var(--primary-color-30) !important;
    border-width: 0px !important;
    box-shadow: unset !important
}

#reviewCode .k-listview-item > h3 {
    color: var(--primary-color) !important;
}

.k-item.k-state-focused.k-state-selected.k-state-hover {
    background: var(--primary-color) !important;
}

.k-item.k-state-focused.k-state-selected {
    background: #000 !important;
}

.k-grid-toolbar .k-button {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

    .k-grid-toolbar .k-button:hover {
        background-color: #1a3c71;
        border-color: #142e57;
    }

.k-overflow-anchor.k-button {
    padding: 0 !important;
    width: 15px;
}

.elci-footer-a {
    color: #f16c32;
    font-size: 11px !important;
}

    .elci-footer-a:hover {
        color: #ff8752 !important;
    }

.k-popover {
    border-width: 0px !important;
    box-shadow: 6px 7px 20px 0px rgb(0 0 0 / 40%), 0 4px 5px 0 rgba(0, 0, 0, .04) !important
}

.k-popover-body {
    padding: unset !important;
    overflow-y: auto !important;
    background-color: white !important;
    color: var(--primary-color) !important
}

    .k-popover-body .notification-item{
        color:var(--primary-color)
    }
    .k-popover-header {
        border-color: rgb(183 183 183) !important;
        color: var(--primary-color) !important;
        font-weight: bold !important;
        background-color: white !important;
        padding: 5px !important
    }
    .k-popover-header .k-hstack {
        flex: 1;
        justify-content: space-between;
    }
        .k-popover-header .k-hstack #new-count {
            border-radius: 8px !important;
            background-color: var(--secondary-color)
        }

        .k-menu:not(.k-context-menu) > .k-item > .k-state-active {
            color: #fcab35 !important;
        }

#total-project-scope-grid .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 570px) !important;
}

.k-overflow-container .k-split-button {
    background-color:white !important
}
.k-overflow-container .k-split-button:has(:hover) {
    background-color: unset !important
}

.k-split-button {
    color: #fff !important;
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.k-toolbar {
    gap: 5px !important
}

    .k-toolbar > * {
        margin-top: unset !important;
        margin-bottom: unset !important;
        margin-right: unset !important;
    }

/*Menu setting*/
.custom-setting-menu {
    background-color: white !important;
}
    .custom-setting-menu ul,
    .custom-setting-menu .k-animation-container > ul > li,
    .custom-setting-menu .k-group{
        background-color: white !important;
        color: var(--primary-color) !important
    }
        .custom-setting-menu .k-animation-container > ul > li:hover {
            background-color: var(--primary-color-30) !important
        }



 .custom-setting-menu > .k-item.k-menu-item > * {
    color: var(--primary-color) !important;
    font-weight: bold
}


.column-setting-menu-padding:hover {
    background-color: unset !important;
}

.custom-setting-menu > .k-menu .k-animation-container .k-menu-group{
    padding:unset !important
}
.custom-setting-menu .k-pager-wrap.k-link:hover {
    background-color: unset !important
}

.k-treeview .k-group {
    background-color: white !important;
    color: var(--primary-color) !important;
    font-weight: bold !important
}

.k-treeview .k-in.k-state-selected,
.k-treeview .k-in:hover {
    background-color: var(--primary-color-30) !important;
    color: inherit !important;
}

#gridReviewComment .k-grid-content.k-auto-scrollable {
    height: calc(100vh - 800px) !important;
}

.k-toolbar .k-overflow-anchor {
    height: 75% !important;
    top: 5px;
}

.k-overflow-anchor.k-button {
    width: 11px;
}

a {
    color: #0275d8;
    text-decoration: none;
}

.flex {
    display: flex;
}

.k-overflow-anchor.k-button {
    padding: 5px 0 !important;
    width: 11px;
}

.k-overflow-anchor.k-button .k-icon.k-i-more-vertical {
    font-size: 12px;
}

#kButtons{
    padding-right:20px!important;
}

.k-alt.k-master-row {
    background-color: #f3f3f3 !important;
}

.k-overflow-button.k-button.font-bold {
    font-weight: 600 !important;
}

#MetaData.k-widget.k-grid.k-grid-display-block.k-editable {
    overflow-y: auto;
}




.row-fluid {
    height: 100%;
    display:flex;
    flex-direction:column
}

.main-container {
    display: flex;
    height: 100%;
    flex-direction: column
}


.standard-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1
}

    .standard-grid:has(.k-filter-row) {
        height: 90%
    }

    .standard-grid .k-grid-content.k-auto-scrollable {
        flex: 1;
        overflow: auto;
    }

