﻿@font-face {
    font-family: 'saudi_riyal';
    src: url('../fonts/saudi_riyal.eot?bdfc4l');
    src: url('../fonts/saudi_riyal.eot?bdfc4l#iefix') format('embedded-opentype'), url('../fonts/saudi_riyal.ttf?bdfc4l') format('truetype'), url('../fonts/saudi_riyal.woff?bdfc4l') format('woff'), url('../fonts/saudi_riyal.svg?bdfc4l#saudi_riyal') format('svg');
}

:root {
    --brdcrmbbg: none;
    --brdcrmbtext: none;
    --brdcrmbitembg: none;
    --brdcrmbhighlight: #ffe082;
    --topbarhighlight: #ffe082;
    --tabBorderColor: #4DB6AC;
    --tabSelectedBackgroundColor: #4DB6AC;
    --tabSelectedForegroundColor: white;
    --popupHeadingBackgroundColor: rgb(0, 80, 190);
    --popupHeadingForegroundColor: white;
}

html, body {
    font: 10pt 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    margin: 0em;
    padding: 0em;
    background-color: #edeef0;
    /*position: absolute;
    width: 100%;
    height: 100%;
    display: flex;*/
}

.hidden {
    display: none;
}

.text_ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.error {
    color: red;
}

.success {
    color: green;
}

.warning {
    color: #ff8f00;
}

.info {
    color: #1976d2;
}

.color_light_green {
    color: #8bc34a;
}

.color_1 {
    color: #ff5f52;
}

.color_2 {
    color: #7e57c2;
}

.color_3 {
    color: #ffeb3b;
}

.color_4 {
    color: #2196f3;
}

.color_5 {
    color: #ffc107;
}

.color_6 {
    color: #ff7043;
}

.color_7 {
    color: #8d6e63;
}

.color_8 {
    color: #4caf50;
}

.color_9 {
    color: #00bcd4;
}

.color_10 {
    color: #7986cb;
}

.color_11 {
    color: #ffb04c;
}

.color_12 {
    color: pink;
}

.color_13 {
    color: blueviolet;
}

.color_14 {
    color: darkorchid;
}

.color_15 {
    color: gold;
}

.k-grid a {
    color: blue;
    text-decoration: underline;
}

.main-layout {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.main-content {
    flex: 1;
    height: 100%;
    overflow: auto;
}

.content-shortcut-area {
    padding: 0.3em;
    color: #37474F;
    border-bottom: 1px solid silver;
    display: flex;
}

.content-heading-area {
    background-color: #263238;
    padding: 0.5em;
    color: white;
}

h1 {
    padding: 0em;
    margin: 0em;
    font-size: large;
    font-weight: normal;
}

.content-shortcut-area-left {
    display: flex;
    align-items: center;
}

.content-shortcut-area-middle {
    flex: 1;
}

.content-shortcut-area-right {
    display: flex;
}

.content-shortcut-area-user-name {
    padding-left: 0.3em;
}

.content-shortcut-area-buttons {
    display: flex;
    align-items: center;
}

    .content-shortcut-area-buttons > div {
        box-sizing: border-box;
        padding: 0em 0.3em;
        border-left: 1px dotted gray;
    }

        .content-shortcut-area-buttons > div:first-child {
            border-left: none;
        }

    .content-shortcut-area-buttons a {
        text-decoration: none;
        color: inherit;
        display: block;
        padding: 0.4em 0.7em;
        border-radius: 0.2em;
    }

        .content-shortcut-area-buttons a:hover {
            background-color: #455a64;
            color: white;
        }


.content-body-area {
    padding: 0.5em;
}

.headerbar {
    display: flex;
    /*background-color: black;*/
    color: #eeeeee;
    align-items: center;
}

    .headerbar > div {
        flex-shrink: 0;
    }

.header_text_buttons_container {
    display: flex;
    overflow: hidden;
    flex-shrink: 1 !important;
    flex-grow: 1;
}

    .header_text_buttons_container > div {
        flex-shrink: 0;
    }

.header_logo_container {
    margin-inline-end: 1em;
}

header_logo_container a {
    text-decoration: none;
    color: inherit;
}

.headerbar_text {
    padding: 0em 0.1em;
    border-left: 1px dotted #607d8b;
}

.headerbar_button {
    display: inline-block;
    min-width: 1.3em;
    text-align: center;
    text-decoration: none;
    color: inherit;
    padding: 0.3em 0.5em;
    border: 0.1em solid #78909c;
    border-radius: 0.3em;
    margin: 0em 0.3em;
    transition: 0.2s;
}

.headerbar_button_no_border {
    border: 0.1em solid black;
}

.headerbar_button:hover {
    background-color: var(--topbarhighlight);
    color: black;
    border: 0.1em solid #ff5722;
}

.header_text_buttons_smallcontainer {
    background-color: black;
    color: white;
    padding: 0.5em;
}

    .header_text_buttons_smallcontainer a {
        display: block;
    }

    .header_text_buttons_smallcontainer .headerbar_text {
        border: none;
        padding: 0em;
    }

    .header_text_buttons_smallcontainer .headerbar_button {
        border: none;
    }

        .header_text_buttons_smallcontainer .headerbar_button:hover {
            border: none;
            background-color: #464646;
            border-radius: 0em;
            color: white;
        }

.header_other_buttons_pulldown {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 4;
}

    .header_other_buttons_pulldown a {
        text-align: center;
        display: block;
        width: 3em;
        background-color: #263238;
        color: white;
        height: 1em;
        border-radius: 0.0em 0.0em 0.3em 0.3em;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white;
    }

        .header_other_buttons_pulldown a:hover {
            background-color: #607d8b;
        }

    .header_other_buttons_pulldown i {
        vertical-align: top;
    }

.header_drop_down_menu {
    position: relative;
}

.header_drop_down_menu_items {
    position: absolute;
    border-radius: 0em 0em 0.5em 0.5em;
    background-color: #323232;
    color: white;
    border: 2px solid black;
    padding: 0.5em;
    right: 0.3em;
    top: 0.6em;
    z-index: 4;
}

    .header_drop_down_menu_items a {
        white-space: nowrap;
        display: block;
        padding: 0.5em;
        margin: 0.3em;
        border-radius: 0.2em;
        text-decoration: none;
        color: inherit;
        transition: 0.2s;
    }

        .header_drop_down_menu_items a:hover {
            background-color: gray;
        }

html[dir="rtl"] .header_drop_down_menu_items {
    right: unset;
    left: 0.3em;
}

.menu_container {
    background-color: #323232;
    position: absolute;
    width: 50em;
    height: 50em;
    border: 0.1em solid black;
    color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
    z-index: 4;
}

    .menu_container a {
        text-decoration: none;
        color: inherit;
        transition: 0.2s;
    }

.menu_container_body {
    padding: 1.5em 3em 1em 3em;
    flex-grow: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.menu_close_button {
    position: absolute;
    right: 0.5em;
    top: 0.2em;
    display: block;
    color: #9e9e9e !important;
}

html[dir="rtl"] .menu_close_button {
    right: unset;
    left: 0.5em;
}

.menu_searchbox_border {
    padding: 0.5em 1em;
    background-color: #242424;
    color: #cdcdcd;
    display: flex;
    border-radius: 0.3em;
    column-gap: 1em;
    align-items: center;
    border: 0.1em solid #403f3f;
}

    .menu_searchbox_border:focus-within {
        border-bottom: 0.2em solid #4dd0e1;
        margin-bottom: -0.1em;
    }

.menu_searchbox_container {
    /*padding: 1em 3em 1em 3em;*/
}

.menu_search_box {
    border: none;
    flex-grow: 1;
    outline: none;
    background-color: inherit;
    color: inherit;
}

.menu_nav_area {
    min-height: 10em;
}

.menu_favorite_heading {
    font-size: medium;
    padding: 1em 1em 1em 0em;
    font-weight: bold;
}

.menu_favorite_nav_area {
    height: 10.5em;
    overflow: auto;
    flex-shrink: 0;
}

    .menu_favorite_nav_area::-webkit-scrollbar {
        width: 0.5em;
        background-color: #757575;
    }

    .menu_favorite_nav_area::-webkit-scrollbar-thumb {
        background-color: #9e9e9e;
        outline: 1px solid white;
    }

    .menu_favorite_nav_area::-webkit-scrollbar-button {
        background-color: #9e9e9e;
        height: 0.5em;
    }

.menu_favorite_icons {
    display: flex;
    flex-wrap: wrap;
    /*grid-template-columns: repeat(4, 1fr);*/
    gap: 0.5em;
}

    .menu_favorite_icons a {
        display: block;
        text-align: center;
        width: calc(25% - 0.5em);
        height: 5em;
    }

        .menu_favorite_icons a > div:first-child {
            font-size: large;
        }

        .menu_favorite_icons a > div:last-child {
            font-size: small;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.menu_favorite_icon_not_defined {
    display: flex;
    justify-content: center;
    height: 100%;
    font-size: medium;
    text-align: center;
}

    .menu_favorite_icon_not_defined a {
        text-decoration: underline;
    }

    .menu_favorite_icon_not_defined > div {
        align-self: center;
    }

.menu_browse_heading {
    font-size: medium;
    padding: 1em 1em 1em 0em;
    font-weight: bold;
}

.menu_icons_area {
    /*min-height: 36em;*/
    overflow: auto;
    display: flex;
}

    .menu_icons_area > div {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

.menu_browse_icons {
    display: flex;
    /*grid-template-columns: repeat(4, 1fr);*/
    flex-wrap: wrap;
    gap: 0.5em;
}

    .menu_browse_icons a {
        display: block;
        text-align: center;
        width: calc(25% - 0.5em);
        height: 5.5em;
    }

        .menu_browse_icons a > div:first-child {
            font-size: x-large;
        }

        .menu_browse_icons a > div:last-child {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

.menu_container a:hover {
    background-color: #464646;
    /*outline:1px solid silver;*/
    border-radius: 0.3em;
    /*color: black;*/
}

.menu_container_footer {
    font-size: small;
    padding: 0.5em 0.5em 0.5em 1em;
    background-color: #262626;
    border-top: 1px solid #403f3f;
    color: #9f9f9f;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.customer_name_area {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    margin-left: 10px;
}

.panel-left {
    padding-inline-end: 0.5em;
}

.panel-right {
    padding-inline-start: 0.5em;
}


@media (max-width: 800px) {
    .menu_container_footer {
        flex-direction: column;
        padding: 1em;
        align-items: flex-start;
    }

    .customer_name_area {
        max-width: 100% !important;
        margin-left: 0px !important;
        white-space: normal;
        text-overflow: unset;
    }

    .panel-left {
        padding-inline-end: 0em;
    }

    .panel-right {
        padding-inline-start: 0em;
    }
}

.menu_browse_area {
    padding-top: 1em;
}

.menu_browse_area_top_bar {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.menu_browse_area_heading_container {
    /*font-size: small;*/
    flex-grow: 1;
    display: flex;
    gap: 0.4em;
}

    .menu_browse_area_heading_container i {
        margin-top: 0.2em;
    }

    .menu_browse_area_heading_container > div:nth-child(2) {
        display: flex;
        gap: 0.4em;
    }

.menu_browse_area_heading {
    white-space: nowrap;
}

.menu_browse_area_subheading {
}

.menu_browse_area_back {
    padding: 0.5em;
    white-space: nowrap;
}

html[dir="rtl"] .menu-back-button-left {
    display: none;
}

html:not([dir]), html[dir="ltr"] .menu-back-button-right {
    display: none;
}

.menu_browse_area_items {
    overflow: auto;
}

.menu_browse_area_sub_heading_area, .menu_browse_area_links_area {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0em 0em 1em;
}

    .menu_browse_area_sub_heading_area i.fas {
        color: #ffeb3b;
    }

    .menu_browse_area_links_area i.fas {
        color: #64b5f6;
    }

.menu_browse_area_items a {
    display: flex;
    width: 100%;
    /*height: 4em;*/
    column-gap: 0.5em;
    padding: 0.5em;
    box-sizing: border-box;
}

    .menu_browse_area_items a span {
        display: block;
    }


.menu_search_result_area {
    margin-top: 0.3em;
    overflow: auto;
}

.menu_search_result_links_area {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    padding-inline-end: 0.3em;
    padding-block-end: 0.3em;
}

    .menu_search_result_links_area > div {
        width: 100%;
        padding: 0.4em;
        box-sizing: border-box;
        /*border:0.1em solid transparent;*/
    }

        .menu_search_result_links_area > div[data-selected=true] {
            border: 0.1em solid yellow;
            padding: 0.3em;
        }

        .menu_search_result_links_area > div > div:nth-child(1) {
            font-size: small;
            color: gray;
            padding-left: 0.3em;
        }

            .menu_search_result_links_area > div > div:nth-child(1) a:hover {
                background-color: inherit;
                text-decoration: underline;
            }

        .menu_search_result_links_area > div > div:nth-child(2) {
            margin-top: 0.2em;
        }

            .menu_search_result_links_area > div > div:nth-child(2) a {
                display: block;
                padding: 0.3em 0.3em;
            }

.menu_loading_bar {
    width: 100%;
    height: 2px;
}


.bar_anim {
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .bar_anim div {
        width: 10%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(184,184,184,1) 48%, rgba(255,255,255,0) 100%);
        position: absolute;
        animation-name: left_to_right;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

.brdcrmb {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    /*color: white;*/
    position: relative;
    background-color: var(--brdcrmbbg);
}

    .brdcrmb::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--brdcrmbbg);
        z-index: -1;
    }

.brdcrmb_item {
    display: block;
    padding: 0.3em 1em;
    position: relative;
    text-decoration: none;
    color: var(--brdcrmbtext);
    margin: 0em 0.1em;
    z-index: 1;
}

    .brdcrmb_item::before, .brdcrmb_item::after {
        content: "";
        width: 100%;
        position: absolute;
        height: 50%;
        left: 0;
        background-color: var(--brdcrmbitembg);
        z-index: -1;
    }

    .brdcrmb_item::before {
        top: 0;
        transform: skew(30deg);
    }

    .brdcrmb_item::after {
        bottom: 0;
        transform: skew(-30deg);
    }

    .brdcrmb_item:not(:last-child):hover:hover::before,
    .brdcrmb_item:not(:last-child):hover::after {
        background-color: var(--brdcrmbhighlight);
        border-inline-end-color: var(--brdcrmbhighlight);
    }

html[dir="rtl"] .brdcrmb_item::before {
    top: 0;
    transform: skew(-30deg);
}

html[dir="rtl"] .brdcrmb_item::after {
    bottom: 0;
    transform: skew(30deg);
}

.error-message-line {
    background-color: yellow;
    color: red;
}

.alert-box {
    position: fixed;
    top: 0;
    width: 50%;
    left: 25%;
    border-radius: 0em 0em 0.5em 0.5em;
    padding: 0.8em;
    box-sizing: border-box;
    z-index: 90012;
    font-size: medium;
}

.alert-box-warning {
    background-color: #fff9c4;
    border: 2px solid #ff9800;
}

.alert-box-success {
    background-color: #c8e6c9;
    border: 2px solid #4caf50;
}

.alert-box-error {
    background-color: #ffebee;
    border: 2px solid #d32f2f;
}

.alert-box-info {
    background-color: #e0f5ff;
    border: 2px solid #0288d1;
}

.alert-box-content {
    display: flex;
}

.alert-box-icon-container {
    width: 1.8em;
    text-align: center;
    font-size: 1.5em;
}

.alert-box-message-container {
    max-height: 8em;
    align-self: center;
    overflow: auto;
    flex: 1;
    padding: 0em 0.5em;
}

.error-message-anchor:visited {
    color: blue;
}

.alert-box-close-container {
    width: 1.5em;
    text-align: center;
}

    .alert-box-close-container button {
        border: none;
        outline: none;
        background: inherit;
        color: #757575;
        cursor: pointer;
        font-size: 1.2em;
    }

        .alert-box-close-container button:hover {
            color: #212121;
        }

.error-message-popupbody {
    white-space: break-spaces;
}

.k-textbox .k-i-search {
    right: -2px;
    top: 50%;
    margin: -8px 0 0;
    position: absolute;
    font-size: large;
}

.k-space-right {
    width: 100%;
    /* padding-right: 1.9em; */
    display: block;
    background-color: #e0e0e0;
    padding: 0.2em 1.8em 0.2em 0.2em;
    border-radius: 0.3em;
    position: relative;
}

.k-pager-numbers .k-link {
    border-radius: 0em;
}

.k-pager-nav {
    border-radius: 0em;
}

.k-list * {
    flex-grow: 1;
}

#toolbarMain, .sticky {
    position: sticky;
    top: 0px;
    z-index: 3;
}

.k-window-titlebar {
    background-color: var(--popupHeadingBackgroundColor); 
    color: var(--popupHeadingForegroundColor);
}

.k-tabstrip-item {
    /*background-color: #cedce3;*/
    /*background-color: #607D8B;*/
}

.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
    background-color: #4DB6AC;
    /*background-image: linear-gradient(0deg, #CFD8DC, white);*/
    border-bottom: #CFD8DC;
    color: var(--tabSelectedForegroundColor);
    background-color: var(--tabSelectedBackgroundColor);
}

.k-tabstrip-items .k-item {
    /*border-inline-end: 1px solid silver;
    border-bottom: 1px solid silver;
    color: black;*/
    /*border-inline-end: 1px solid black;*/
    /*border-bottom: 2px solid #4DB6AC;*/

    background-color: #EEEEEE;
    color: gray;
}

.k-tabstrip-content, .k-tabstrip > .k-content {
    /*background-color: #CFD8DC;*/
    border-color: #CFD8DC;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-color: var(--tabBorderColor);
    border-bottom-width: 3px;
}

    .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
        border-start-end-radius: 10px;
        border-start-start-radius: 10px;
        margin: 0em 0.5em;
    }

.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items-wrapper {
    border-bottom-width: 3px;
}

.at-formlegendgroup {
    background-color: White;
}

/*.wms-button-container {
    display:flex;
    flex-wrap:wrap;
    align-content: space-evenly;
    gap:0.5em;
}*/
/*.wms-button-container button {
    flex-basis: calc(50% - 0.5em);

}*/
.row-container {
}

    .row-container > div {
        margin-block-end: 0.5em;
        display: flex;
        gap: 0.5em;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .row-container > div:last-child {
            margin-block-end: 0em;
        }

.row-col1 {
}

    .row-col1 > * {
        flex-basis: calc(100% - 0.5em);
        flex-grow: 0;
        flex-shrink: 0;
    }

.row-col2 {
}

    .row-col2 > * {
        flex-basis: calc(50% - 0.5em);
        flex-grow: 0;
        flex-shrink: 0;
    }

.row-col3 {
}

    .row-col3 > * {
        flex-basis: calc(33.33% - 0.5em);
        flex-grow: 0;
        flex-shrink: 0;
    }

.msg-popup-cont {
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
}

.msg-popup-icon-cont {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 2.5em;
    text-align: center;
    padding: 0em 0.5em;
}

.msg-popup-body-cont {
    overflow: auto;
    flex-grow: 1;
    padding-top: 0.6em;
}

.msg-popup-body {
    font: inherit;
    font-size: inherit;
    margin: 0em;
    padding: 0em;
    white-space: pre-wrap;
}

.multipidbox_cont {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.3em;
    align-items: center;
}

    .multipidbox_cont .multipidbox_name {
        box-sizing: border-box;
        border: none;
        background-color: inherit;
        width: 100%;
        display: block;
    }

    .multipidbox_cont .multipidbox_delete {
        display: block;
        height: 1em;
        align-self: center;
    }


@keyframes left_to_right {
    from {
        left: -10%;
    }

    to {
        left: 100%;
    }
}

@media (max-width: 800px), (max-height:650px) {
    .menu_container {
        left: 0px;
        top: 0px;
        width: 100%;
        /*min-height: 100%;*/
        height: 100%;
    }

    input[type="text"] {
        font-size: 12pt;
    }
}

@media (min-width: 800px) and (max-height:650px) {
    .menu_browse_area_items a {
        width: 50%;
    }

    .menu_search_result_links_area > div {
        width: 50%;
    }
}

@media (max-width: 550px) {
    .menu_container_body {
        padding: 1.5em 1em 1em 1em;
    }

    .menu_favorite_icons a {
        width: calc(33% - 0.5em);
    }

    .menu_browse_icons a {
        width: calc(33% - 0.5em);
    }

    .menu_browse_area_heading_container > div:nth-child(2) {
        flex-wrap: wrap;
    }

    #profileDropdown span {
        display: none;
    }

    .content-shortcut-area-buttons a span {
        display: none;
    }

    .breadcrumbs__item {
        border-top: 1px dotted white;
        border-bottom: 1px dotted white;
    }

    .alert-box {
        width: calc(100% - 2em);
        left: 0;
        margin: 0em 1em;
    }
}

.cardcolleft {
    padding-inline-end: 0.5em;
    margin-top: 1em;
}

.cardcolright {
    padding-inline-start: 0.5em;
    margin-top: 1em;
}

.doc-image-cont {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .doc-image-cont img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

.content-overlay-loading {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 1200px) {
    .cardcolleft {
        padding-inline-end: 0em;
    }

    .cardcolright {
        padding-inline-start: 0em;
    }
}

.gridcelllink {
    color: #5200FF !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.gridcelllink-black {
    color: #000000 !important;
    cursor: pointer;
}

.pid-tooltip-cont {
    background-color: white;
    color: black;
}

.pid-tooltip-info {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5em;
}

.pid-tooltip-img-cont {
    width: 150px;
    height: 150px;
    padding: 0.5em;
}

    .pid-tooltip-img-cont img {
        width: 100%;
        height: 100%;
    }

.pid-tooltip-data {
    flex-grow: 1;
    overflow: auto;
    height: 100%;
    padding: 0.5em 0em;
}

.pid-tooltip-name {
}

.pid-tooltip-footer {
    text-align: right;
    border-top: 1px solid #ccc;
    padding: 5px;
    background-color: #f2f2f2
}

    .pid-tooltip-footer a {
    }

.pid-tooltip-uic {
    margin-inline-start: 1em;
}

.pid-tooltip-add1 {
    margin-top: 1em;
}

.gridcelllink2 {
    color: #5200FF !important;
    cursor: pointer;
}

.gl-account-level1 {
    background-color: #A6A6A6 !important;
}

.gl-account-level2 {
    background-color: #BFBFBF !important;
}

.gl-account-level3 {
    background-color: #D9D9D9 !important;
}

.gl-account-level4 {
    background-color: #F2F2F2 !important;
}

/*.gl-account-level5 {
    background-color: white !important;
}*/

a.not-link {
    text-decoration: none;
    color: inherit;
}

span.grid-aggregate-row {
    font-weight: bold;
}

.stretched-grid-container {
    position: relative;
}

    .stretched-grid-container .k-grid {
        height: 100%;
        display: flex !important;
    }

    .stretched-grid-container .k-grid-content {
        height: initial !important;
        flex-grow: 1;
    }

.yellow-icon {
    color: #FFB300;
}

.green-icon {
    color: #008000;
}

.blue-icon {
    color: #1976D2;
}

.red-icon {
    color: #FF0000;
}

.orange-icon {
    color: #FFA500;
}

.purple-icon {
    color: #800080;
}

.k-orgchart-card {
    width: 330px;
    border-width: 1px
}

.content-h-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.small-prg-bar-cont {
    width: 50%;
    height: 15px;
    background-color: #e3f2fd;
    border: 1px solid gray;
    border-radius: 5px;
}

    .small-prg-bar-cont div {
        height: 100%;
        background-color: #1976D2;
    }

.headcont {
    display: flex;
    padding: 4px 10px 4px 10px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
}

.h1cont {
    flex: 1;
    min-width: 0;
}

.h1helpcont {
    display: flex;
    flex: 1;
}

.helpicon {
    width: 18px;
    vertical-align: middle;
    margin-inline-start: 0.5em;
}

.globalsearchcont {
    flex: 0 0 300px;
}

.globalsearchwrap {
    background-color: #616161;
    color: #dcdcdc;
    padding: 2px;
    display: flex;
    align-items: center;
}

    .globalsearchwrap span {
        display: flex;
        flex-basis: 1.5em;
        text-align: center;
    }

    .globalsearchwrap > div {
        flex-grow: 1;
    }

    .globalsearchwrap input {
        border: none;
        box-sizing: border-box;
        font-family: inherit;
        background: inherit;
    }

        .globalsearchwrap input::-webkit-input-placeholder {
            font-style: italic;
            color: #dcdcdc;
        }

.k-list-item-text::before {
    content: none;
}

.cardicon {
    font-size: 5vw;
    text-align: center;
    color: #455a64;
}

.k-progressbar {
    background-color: black;
}

.k-rtl {
    height: inherit;
}

/* Highlight the entire row if it contains a span with data-row-highlight="true" */
tr:has(span[data-row-highlight="true"]) td {
    background-color: #e1aaa6 !important;
}

tr:has(span[data-row-highlight="adjustmentReason"]) td {
    background-color: #e0d987 !important;
}

tr:has(span[data-row-highlight="absentLines"]) td {
    background-color: #CBC3E3 !important;
}

tr:has(span[data-row-highlight="excusedHours"]) td {
    background-color: #ADD8E6 !important;
}

/* Saudi Riyal - Icon styling  - Start */
[class^="icon-"], [class*=" icon-"] {
    font-family: 'saudi_riyal' !important;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-saudi-riyal:before {
    content: "\e900";
    margin-top: 8px;
    padding-top: 8px;
    margin-left: 5px;
}

.icon-saudi-riyal {
    margin-top: 0.7em;
    margin-left: 0.7em;
}
.cont-icon-saudi-riyal {
    background-color: whitesmoke;
    border-color: #a99f9a;
    border-radius: 4px;
}
.input-icon-saudi-riyal {
    border-left: none;
    border-radius: 0px;
}
.icon-saudi-riyal-readonly {
    margin: 0em;
    border-color: #a99f9a;
    border-style: solid;
    border-width: 1px;
    padding: 4px !important;
    line-height: 1.7em !important;
    border-right: none;
}
/* Saudi Riyal - Icon styling  - End */
.vc {
    display:flex;
    flex-direction: column;
}
.vc-ht-100 {
    display:flex; 
    flex-direction: column;
    height:100%;
    min-height:0;
}
.vc-itm-stretched {
    flex: 1;
    min-height:0;
}
.vc-itm-fixed {
    flex: 0 0 auto;
}

.vc-item-grow-1 {
    flex-grow: 1;
}

.status-button {
    text-align:center;
    display: block;
    padding: 0.2em 0.5em;
    width:100px;
    border-radius: 0.3em;
    color: white !important;
    font-size: small;
    transition: filter 0.2s ease;
    text-decoration: none !important;
}
    .status-button:hover {
        filter: brightness(1.3) saturate(0.9);
        text-decoration: none !important;
        color:black !important;
    }
    .status-button[data-status="Not Started" i] {
        background-color: #ffeb3b;
        color: black !important;
    }
    .status-button[data-status="In-Progress" i] {
        background-color: #ff9800;
    }
    .status-button[data-status="Completed" i] {
        background-color: #4caf50;
    }
    .status-button[data-status="Canceled" i] {
        background-color: red;
    }
    .status-button[data-status="Not Required" i] {
        background-color: silver;
    }

.g21-msg-box {
    text-align:center;
    justify-content:center;
    display:flex;
    flex-direction: column;
    height:100%;
}
.g21-msg-box-msg {
    font-size: large;
    font-weight: bold;
    padding: 20px
}
.g21-msg-box-btn {
}

.status-box {
    padding: 0.5em;
    border-radius: 0.3em;
}

.yellow-back {
    background-color: #ffeb3b;
    color: black;
}

.green-back {
    background-color: #4caf50;
    color: white;
}

.blue-back {
    background-color: #1e88e5;
    color: white;
}

.red-back {
    background-color: #d32f2f;
    color: white;
}

.black-back {
    background-color: black;
    color: white;
}

.orange-back {
    background-color: orange;
    color: black;
}

.gray-back {
    background-color: gray;
    color: white;
}

.hc {
    display: flex;
    flex-direction: row;
    align-items: center;
}
    .hc > * {
        flex: 1;
        min-width: 0;
        overflow: auto;
    }

@media (max-width: 768px) {
    .h1cont {
        flex: 0 0 100%;
    }

    .globalsearchcont {
        flex: 0 0 100%;
    }

    .hc {
        display: block;
    }
    .hc > * {
        flex: none;
        width: 100%;
        min-width: unset;
    }
}


.status-score-button {
    text-align: center;
    display: block;
    padding: 0.2em 0.5em;
    width: 200px;
    border-radius: 0.3em;
    color: white !important;
    font-size: small;
    transition: filter 0.2s ease;
    text-decoration: none !important;
}

    .status-score-button:hover {
        filter: brightness(1.3) saturate(0.9);
        text-decoration: none !important;
        color: black !important;
    }
    .status-score-button i {
        margin-left: 10px;
    }

    .status-score-button[data-status="1" i] {
        background-color: #E74C3C;
        color: black !important;
    }

    .status-score-button[data-status="2" i] {
        background-color: #E67E22;
    }

    .status-score-button[data-status="3" i] {
        background-color: #F1C40F;
    }

    .status-score-button[data-status="4" i] {
        background-color: #2ECC71;
    }

    .status-score-button[data-status="5" i] {
        background-color: #27AE60;
    }

.performance-panel {
    padding-top:10px;
}
