﻿:root {
    --primary-color: #1274AC; /* Replace this with your desired primary color */
}

.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.1);
    }


.k-loader-canvas {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    vertical-align: top;
}

.k-form .k-form-fieldset {
    margin: 2em 0 0;
    padding-bottom: 30px;
    border-bottom: 1.5px solid var(--primary-color);
}

    .k-form .k-form-fieldset > *:not(.k-hidden):first-child,
    .k-form .k-form-fieldset > *.k-hidden + :not(.k-hidden) {
        margin-top: 0;
        font-weight: bold;
        font-size: 16px;
    }

.k-form .k-form-legend {
    margin: 0 0 1em;
    padding: 0px;
    border-width: 0 0 1.5px;
    border-style: solid;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    /* color: #f7941e*/
}

.k-form .k-form-legend,
.k-form-inline .k-form-legend {
    border-color: var(--primary-color);
}

.k-card-body {
    padding: 0px;
    outline: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.k-card-actions {
    padding: 0px 0px;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex-basis: auto;
    gap: 8px;
}

.k-card {
    border-color: rgba(0, 0, 0, 0.08);
    color: rgb(69,69,69);
    background-color: #ffffff;
}

.k-card-header {
    border-color: rgba(0, 0, 0, 0.08);
    color: rgb(69,69,69);
}

.k-card-footer {
    border-color: rgba(0, 0, 0, 0.08);
    color: rgb(69,69,69);
}

.k-stepper .k-step-label .k-step-text {
    max-width: calc(10em - (16px + 4px));
    flex-grow: 1;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}

.k-wizard {
    padding: 10px 10px;
    border-width: 0px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: inherit;
    position: relative;
    color: inherit;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.k-grid {
    
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 0.8em;
    line-height: 1.4285714286;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .k-grid[dir="rtl"] .k-grid-header .k-with-icon,
    .k-grid[dir="rtl"] .k-grid-header .k-filterable,
    .k-rtl .k-grid .k-grid-header .k-with-icon,
    .k-rtl .k-grid .k-grid-header .k-filterable {
        padding-left: calc( calc( 1.4285714286em + 8px + 2px) + 4px);
        padding-right: 12px;
        font-weight: bold;
    }

.k-grid-header .k-header {
    position: relative;
    vertical-align: bottom;
    cursor: default;
    font-weight: bold;
    font-size: 0.9em;
    white-space: normal;
}


.k-grid-norecords {
    text-align: center;
    width: 500px;
}


.k-gantt .k-treelist-scrollable .k-task:hover .k-task-draghandle {
    visibility: hidden;
}

.k-gantt-treelist .k-grid-header tr {
    height: calc( 2.8571428571em + 32px + 6px);
    vertical-align: bottom;
}

.k-task-wrap:hover .k-task-draghandle {
    visibility: hidden;
}

.k-task-single {
    color: white;
    background-color: rgb(153,204,0);
}

kendo-scheduler .k-event,
.k-event {
    border-radius: 4px;
    min-height: 25px;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    text-align: left;
    outline: 0;
    cursor: default;
    position: absolute;
    overflow: hidden;
    padding-right: 8px;
}

.h5 {
    font-weight: bold
}

.MyTelerikNotification .k-notification-container .k-notification-wrap {
    font-size: 1.25em;
    text-align: center;
    align-items: center;
    z-index: 500;
}

.k-checkbox {
    border-color: rgba(0, 0, 0, 0.20);
    background-color: #ffffff;
}



.k-picker-solid {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
}

.k-form {
    border: 0;
    padding: 5px;
}

.k-radio {
    border-color: rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
}

.k-tilelayout-item-header.k-card-header {
    z-index: 0;
    background-color: var(--primary-color);
}

.k-tilelayout-item-body {
    min-height: 0;
    background-color: var(--primary-color)
}

.k-column-title {
    min-width: 0;
    text-overflow: ellipsis;
    white-space: normal;
    flex-shrink: 1;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 1em;
}

.k-button-md {
    padding: 4px 5px;
    font-size: 12px;
    line-height: 1.4285714286;
    margin: 3px;
    font-weight: bold;
}

.k-table-md 
{
    line-height: 1.4285714286;
    font-size:inherit;
}

.k-window-titlebar {
    border-color: inherit;
    color: white;
    background-color: var(--primary-color);
}



.k-badge {
    padding: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
    color: inherit;
    background-color: transparent;
    font: inherit;
    text-align: center;
    white-space: break-spaces;
    display: inline-flex;
    align-items: start;
    justify-content: left;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
.k-badge-md {
    padding: 4.25px 4.25px;
    border-width: 1px;
    font-size: 11.5px;
    line-height: 1.15;
}
.k-badge-solid-warning {
    border-color: #fdce3e;
    color: black;
    background-color: #fdce3e;
}

.k-badge-solid-info {
    border-color: #3e80ed;
    color: white;
    background-color: #3e80ed;
}

.k-badge-solid-success {
    border-color: #5ec232;
    color: white;
    background-color: #5ec232;
}

.k-input-value-text {
    flex: 1;
    overflow-wrap: anywhere;
    white-space: normal;
    font-size: 12px;
}

.k-grid-md td, .k-grid-md .k-table-td {
    padding-block: 8px;
    padding-inline: 12px;
    white-space: normal;
    overflow-wrap: anywhere;
}

.k-grid .k-grid-header .k-table-th {
    position: relative;
    vertical-align: bottom;
    cursor: default;
    white-space: normal;
    overflow-wrap: anywhere;
}

.k-button-md {
    padding: 4px 5px;
    font-size: 12px;
    line-height: 1.4285714286;
    margin: 3px;
    font-weight: bold;
    white-space: normal;
}
.PageBreak
{

}
.pdf-export-processName {
    font-weight: bold;
    color: rgb(89,89,89);
    background-color: white;
    padding: 1px;
    font-size: 16pt;
    font-family: 'Times New Roman';
}

.pdf-export-sub-section {
    font-size: 13pt;
    font-family: 'Times New Roman';
    padding-bottom: 2px;
    margin-bottom: 8px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    text-underline-position: under
}
.pdf-export-container {
    font-family: 'Times New Roman';
    width: 98%;
    font-size: 12.5pt;
}
.initial-data-loader
{
position:fixed;
}

.k-breadcrumb {
    border-color: rgba(0, 0, 0, .08);
    color: #424242;
    background-color: transparent;
}


.k-form, .k-form-inline {
    font-size: 13px;
    line-height: 1.4285714286;
}

.k-radio-item, .k-radio-list-item {
    padding-block: 3px;
    padding-inline: 0px;
    display: flex;
    flex-flow: wrap-reverse;
    align-items: center;
    align-content: center;
    gap: 2.5px;
}