﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-right: 4px !important;
}
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /*background-color: #192f42 !important;*/
}
/*
.bg-white {
    background-color: #192f42 !important;
}
.k-body, .bg-white {
    background-color: #192f42 !important;
}*/


.blue-icon {
    color: #2f78c9!important;
}

.k-button-solid-base {
    border-color: #ededed;
    color: #212529;
    background-color: #ededed;
}

./*k-picker {
    border: solid 1px #ededed !important;
    color: #424242;
    background-color: #fff !important;
    background-image: none !important;
}

.k-button-solid-base {
    border-color: #ededed !important;
    color: #212529 !important;
    background-color: #fff !important;
}*/
    .btn-outline-secondary {
    color: #6c757d;
    border-color: #ededed !important;
}
    .k-button-group > .k-button {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}


.btn-secondary {
    background-color: #e4e7eb !important;
    color: black !important;
}

    .btn-secondary:hover{
        color:white !important;
    }

    .diffDown {
        width: fit-content;
        padding: 4px;
        border-radius: 2px;
        background-color: forestgreen;
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

.diffUp {
    width: fit-content;
    padding: 4px;
    border-radius: 2px;
    background-color: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.k-button-solid-base.k-selected {
    color: white !important;
}


/*bootstrap 53 fix*/
.table > :not(caption) > * > * {
    padding: 0 !important;
}
    .k-radio-list-item .k-radio-label {
    margin: 0;
    font-size: 13px;

    font-weight: 600;
}
    .k-button-solid-base.k-selected {
    border-color: #1987FE !important;
    color: white;
    background-color: #1987FE !important;
}

.form-label {
    margin-bottom: 0rem !important;
}

 


.sp {
    width: 12.5%;
    float: left;
    text-align: center;
    height: 16px;
}

.sp-i {
    font-size: 22px;
    margin-top: 16px;
    cursor: pointer;
}

.sp-gray {
    color: #ededed;
}

.sp-orange {
    color: #FF9000;
}

.sp-purple {
    color: #7c3aed;
}

.sp-green {
    color: #090;
}

.sp-red {
    color: #ed261f;
}

.sp-green-orange {
    background: linear-gradient(115deg, #009900 50%, #FF9000 50%);
    color: transparent;
    height: 22px;
    width: 22px;
    border-radius: 11px;
}

.sp-orange-red {
    background: linear-gradient(115deg, #ed261f 50%, #FF9000 50%);
    color: transparent;
    height: 22px;
    width: 22px;
    border-radius: 11px;
}
    .sp-gray {
    color: #ededed;
}



* {
    box-sizing: border-box;
  
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in-animation {
    animation: fadeIn 1s ease-in forwards; /* Apply the animation */
}



.k-window {
   box-shadow:none !important;
}

.k-overlay {
    opacity: 0.35 !important;
    background-color: #000 !important;
    transition: all 0.5s ease-in-out
}

.k-loader-container-overlay {

    opacity:0 !important;
}

.tabstrip-full-width, .k-tab-strip {
    width: 100% !important;
}

.k-grid .k-table-row.k-table-alt-row {
    background-color: transparent !important;
}
    .btn-active {
    background-color: #003d66 !important;
    color: white !important;
    text-align: center;
    border-color: #003d66 !important;
}

.k-window-content {
overflow:hidden !important;
}

.k-grid .k-table-th, .k-grid td, .k-grid .k-table-td {
    border-width: 0;
    border-inline-start-width: 0px !important;
}
    .k-button-group > .k-button:first-child:not(:only-child) {
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
    border-start-start-radius: 3px;
    border-end-start-radius: 3px;
    padding:4px;
    font-size:1rem !important;
}

.k-button-group > .k-button:last-child:not(:only-child) {
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    border-end-end-radius: 3px;
    border-start-end-radius: 3px;
    padding:4px;
    font-size:1rem !important;
}




.k-rounded-md {
    /*  border-top-left-radius:3px !important;
    border-bottom-left-radius:3px !important;*/
}

.k-column-title{
    font-size:11px !important;
    font-weight:bold !important;
    width:100% !important;
}

/*.btn-secondary {
    color: white !important;
}*/

/*.btn-secondary, .btn-outline-secondary {
   
   
}*/

/*.btn-primary {
    color: #fff;
    background-color: #2f78c9 !important;
    border-color: #2f78c9 !important;
}*/
.btn-primary {
    color: #fff !important;
    background-color: #2f78c9 !important;
    border-color: #2f78c9 !important;
}

.btn-primary:hover {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}

.btn-success {
    border-color: #28a745 !important;
    background-color: #28a745 !important;
 
}

.btn-min-wdth{
    min-width:100px !important;
}

.btn-outline-secondary {
    color: #3279c9 !important;
    
}

.btn {
    font-weight: 600 !important;
}

.red-text {
    color: red !important;
}


.xerostyle-middle-box {
    margin: 0px auto;
    width: 900px;
    height: calc(100vh - 174px);
    border: solid 1px #ededed;
    position: relative;
    background-color: #fff;
}

.xerostyle-middle-box-inner {
    width: 100%;
    height: calc(100vh - 300px);
    position: absolute;
    top: calc(31px + 1%);
    overflow-y: scroll;
    padding: 1%;
    background-color: #fff;
}

.xerostyle-top-box {
    position: absolute;
    top: 0px;
    height: 40px;
    width: 100%;
    padding: 1%;
    border-bottom: solid 1px #ededed;
    background-color: #fff;
}

.xerostyle-bottom-box {
    position: absolute;
    bottom: 0;
    height: 57px;
    width: 100%;
    padding: 1%;
    border-top: solid 1px #ededed;
    background-color: #fff;
    z-index:10001;
}


/*.btn-secondary {
    background-color: #b8b8b8 !important;
    border-color: #b8b8b8 !important;
    color: #212529 !important;
}*/

/*.form-control {
    padding-left: 14px !important;
}*/


.form-control .disabled {
    background-color: #fafafa !important;
    /*border-color: #ededed !important;*/
    border-color: #fafafa !important;
}

/* * {
outline:none !important;
box-shadow:none !important;
}*/

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff !important;
}*/

.bg-white {
    background-color: #fff !important;
}

/*.k-body {
    background-color: #fafafa !important;
}*/

.gray {
    color: #9f9f9f !important;
}

.light-gray{
    color:#ededed;
}

.k-picker-solid {
background-color:white !important;
background-image:none !important;
}

.k-drawer-mini .k-drawer-wrapper {
    width: calc(2rem + 28px) !important;
}

.k-drawer-item .k-svg-icon, .k-drawer-item .k-icon {
    height: auto;
    font-size: 23px !important;
    line-height: 2;
    flex-shrink: 0;
    margin-top: -8px !important;
}

.width-fit-content {
    width: fit-content !important;
}

.k-grid td, .k-grid .k-table-td, .k-grid .k-grid-content, .k-grid .k-grid-header-locked, .k-grid .k-grid-content-locked {
    border-color: #dee2e6;
    border-bottom-color: rgb(222, 226, 230);
    border-bottom: solid 0.5px #dee2e6 !important;
}

/*.k-grid .k-table-alt-row {
    background-color: rgba(0, 0, 0, 0.0) !important;
}*/

.k-notification-container {
    margin-block: 0;
    margin-inline: 0;
    display: inline-flex;
    vertical-align: top;
    margin-bottom: 4px;
    height: fit-content !important;
}

select::-ms-expand {
    display: block;
}

.loc-box {
    padding: 4px;
    border-radius: 4px;
    float: left;
    margin-right: 4px;
    min-height: 27px;
    min-width: 36px;
    border: solid 0.5px #ededed;
}

.k-pager-md .k-pager-sizes .k-dropdown-list, .k-pager-md .k-pager-sizes .k-dropdown, .k-pager-md .k-pager-sizes .k-dropdownlist, .k-pager-md .k-pager-sizes > select {
    width: 100px !important;
}
.k-pager-md .k-pager-sizes .k-dropdownlist{
    width:100px !important;
}
/*select {
    -webkit-appearance: listbox !important;
}*/




select {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAATUlEQVR4nGNgGPpAtfn9f0owA8UGqDR9KCdXs0rTu3qwN8gxBK4ZBkgxBEMzKYbg1EyMIQQ14zOEaM3YDCFZMwMUqDa/bwBhsjQPHQAA9FQErnbCHW4AAAAASUVORK5CYII=) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* and then whatever styles you want*/
    height: 30px;
    min-width: 100px;
    padding: 5px;
}

 .noicon>* {
        background: none !important;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        /* and then whatever styles you want*/
        height: 30px;
        min-width: 100px;
        padding: 5px;
    }


.link {
    color: #2f78c9 !important;
    font-weight: bold;
    cursor: pointer;
    width: fit-content;
    float: left;
}

.cursor-pointer {
    cursor: pointer;
}

.tb-clear {
    color: lightgray !important;
    cursor: pointer;
}

    .tb-clear:hover {
        color: #454545 !important;
        transition: all 0.5s ease-in-out
    }

.text-justified {
    text-align: justify !important;
}


.k-input ,.k-focus, .k-textbox, form-control,.inner{
box-shadow:none !important;
outline:none !important;
}


.k-tabstrip-items .k-tabstrip-item
{
    padding-left:1rem !important;
    padding-right:1rem !important;
}
/*.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-bottom: 0;
    border-bottom-width: 0px;
    border-bottom-color: transparent !important;
    border:none !important;
}


.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-bottom: 0px !important;
    border-bottom-width: 1px;
    border-bottom-color: transparent !important;
}

.k-tabstrip-items-wrapper {
    border: none !important;
}*/
/*.k-grid .k-table-tbody > .k-table-row:not(.k-detail-row):hover, .k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
    background-color: #fff !important;
}*/
/*.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-width: 0;
    border: none !important;
}

.k-tabstrip-items-wrapper .k-item:hover, .k-tabstrip-items-wrapper .k-item.k-hover {
    border-color: #fff !important;
    color: #0a58ca;
}

.k-tabstrip-items-wrapper .k-item:focus, .k-tabstrip-items-wrapper .k-item.k-focus {
    box-shadow: none !important;
}*/
.outline-btn {
    padding: 4px;
    border: solid 0.5px #424242;
    border-radius: 4px;
    min-width: 120px;
    text-align: center;
}

btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.k-item.k-active > .k-link > .outline-btn {
    background-color: #003d66 !important;
    color: white !important;
    text-align: center;
    border-color: #003d66 !important;
}

.k-tabstrip-content:focus, .k-tabstrip-content.k-focus, .k-tabstrip > .k-content:focus, .k-tabstrip > .k-content.k-focus {
    outline-width: 0 !important;
    outline-style: none !important;
    outline-offset: 0 !important;
}

.no-header > .k-tabstrip-items-wrapper.k-hstack {
    background-color: palegoldenrod;
    display: none;
}

.no-header > .k-tabstrip-content, .k-tabstrip > .k-content {
    padding-top: 0 !important;
}

/*.outline-btn {*/
/*    border: solid 0.5px #ededed;*/
/*    border-radius: 4px;*/
/*    padding: .375rem .75rem !important;*/
/*}*/

/*.outline-btn:hover {*/
/*    border-color: #ededed;*/
/*    background-color: #ededed;*/
/*    transition: all 0.1s ease-in-out;*/
/*    color:#2f78c9;*/
/*    border-color: #2f78c9;*/
/*}*/


.search-box-330 {
    min-width: 330px !important;
}

.k-tabstrip-items .k-link {
    padding-block: 0.5rem;
    padding-inline: 4px !important;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    vertical-align: middle;
    flex: 1 1 auto;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.text-right > .k-input-inner {
    text-align: right !important;
}

.text-center > .k-input-inner {
    text-align: center !important;
}

.form-control {
    min-height: 40px;
}

.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.margin-left-right-6 {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

.k-grid .k-grid-header .k-table-th {
    position: relative;
    vertical-align: top !important;
    cursor: default;
}
    .smaller-text {
    font-size: 12px;
}

.outline-btn:not(.btn-active) {
    padding: 4px;
    border: solid 0.5px #454545;
    border-radius: 4px;
    min-width: 120px;
    text-align: center;
    min-height: 30px;
    /*background-color: #fff;*/
}




    .outline-btn:hover {
        color: #2f78c9;
        border-color: #2f78c9;
        transition: all 0.5s ease-in-out
    }

/*.k-tabstrip-content {*/
/*    border-color: white !important;*/
/*}*/

/*.k-tabstrip-top > .k-tabstrip-items-wrapper {*/
/*    border-color: white !important;*/
/*}*/

/*.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {*/
/*    border-color: white !important;*/
/*}*/

k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-selected {
    border-color: transparent !important;
    color: #212529;
    background-color: transparent !important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    margin-bottom: 0;
    border-bottom-width: 0;
    border-bottom-color: transparent !important;
    background-color: transparent;
}

.k-tabstrip-top > .k-tabstrip-content {
border:none !important;
}

.k-window {
    border-color: rgba(0, 0, 0, 0.08);
    color: #424242;
    /* //background-color: #f8f4f0 !important;*/
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.06);
    background-color:#fafafa !important;
}


.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
 /*   padding-block: 4px !important;
    padding-inline: 4px !important;*/

/*    padding: .375rem .375rem !important;
    padding-block: .375rem .375rem !important;
    padding-inline: .375rem .375rem !important;
    color:green !important;*/

     
}
/*.icon-button {
background-color: #eee !important;
border: solid 1px #606060 !important;
padding: 4px !important;
vertical-align: middle;
margin-top: 6px;
min-width: 38px;
}*/

.k-notification {
    padding: 6px !important;
    
}

    .k-notification > .k-icon {
        font-size: 2em !important;
    }

    .k-notification > .k-notification-content {
        flex: 1 1 auto;
        font-size: 1.1em;
    }

.notification-div {
}

.notification-p {
    padding-top: 4px;
    padding-left: 4px;
    font-size: 1.25em;
    text-align: center;
    padding: 20px;
    min-width: 200px;
}

.k-notification {
    width: 100% !important;
}

.k-notification-action {
    flex: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    align-self: flex-start;
    top: -13px;
    position: relative;
    right: -3px;
}

.k-notification-container {
    margin-block: 0.25rem !important;
    margin-inline: 0 !important;
    display: inline-flex;
    vertical-align: top;
    width: 100% !important;
}


.mt-sm {
    width: fit-content;
    height: 49px;
    padding: 10px;
    padding-bottom: 14px;
    padding-bottom: 6px;
    padding-bottom: 8px;
    border: solid 0.5px #ededed;
    background-color: #ededed;
    margin-left: 6px;
    border-radius: 4px;
    display: inline;
    vertical-align: middle;
}

.k-checkbox-lg {
    width: 28px !important;
    height: 28px !important;
}

/*.icon-btn {
    border-color: #ebebeb;
    color: #212529;
    background-color: #bebebe;
    font-size: 18px !important;
    width: 26px !important;
    height: 26px !important;
    padding-top: 3px !important;
    padding-left: 7px !important;
    padding-bottom: 6px !important;
    border-radius: 4px !important;
    font-size: 10px !important;
}

    .icon-btn:hover {
        background-color: #424242 !important;
    }*/

.text-small {
    font-size: 1em;
    line-height: 1em;
    text-align: left;
    width: 100%;
    float: left;
}
/*.table > :not(caption) > * > * {
padding: 0px !important;
background-color: var(--bs-table-bg);
border-bottom-width: 1px;
box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}*/

.row {
    margin-bottom: 8px;
}

.min-height-text-area {
    min-height: 380px;
    height: fit-content;
    max-height: 800px;
}

.text-right {
    text-align: right !important;
}

.k-notification-group {
    z-index: 20000 !important;
}

a, .btn-link {
    color: #0366d6;
}



.content {
    padding-top: 0px;
    width:100% !important;
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}


.kendo-scheduler .k-event .k-event-actions:first-child, .k-event .k-event-actions:first-child {

    margin: 0 !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

.btn-smaller-text {
    font-size: 0.9em;
}


.main {
    flex: 1;
    padding-top: 50px;   /* clears the fixed top nav (height: 50px) so page content starts below it */
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.k-tabstrip-content {
    padding: 0px;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 1px;
    height: 44px !important;
}


.k-tabstrip-items-wrapper .k-tabstrip-item:focus{
    box-shadow:none !important;
}
.k-tabstrip-content, .k-tabstrip > .k-content {
    margin: 0 !important;
    margin-right: 0px;
    margin-left: 0px;
    padding-block: 3px;
    padding-inline: 16px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    display: none;
    overflow: auto;
    flex: 1 1 auto;
    position: relative;
}

.top-row {
    background-color: #0078c8;
    border-bottom: none;
    /* height: 3.5rem;*/
    /*height: 2.5vh !important;*/
    padding-top: 0vh;
    display: flex;
    align-items: center;
    /*padding-top: 3.5vh;*/
}


.top-row-left {
    background-color: #0078c8;
    border-bottom: none;
    /*  height: 3.5rem;*/
    /*height: 3.5vh !important;*/
    display: flex;
    align-items: center;
    flex-basis: 67%;
    padding-left: 0;
    justify-content: flex-start;
    /*//background: linear-gradient(45deg, #003050 0%, #006ddf 100%);*/
}

.top-row-right {
    justify-content: flex-end;
    /*height: 3.5rem;*/
    /*height: 3.5vh !important;*/
    display: flex;
    align-items: center;
    background-color: #0078c8;
    border-bottom: none;
    /*width: 33%;*/
    flex-basis: 33%;
    padding-right: 12px;
    padding-left: 0;
    /*background: linear-gradient(90deg, #006ddf 0%, #003050 100%);*/
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem !important;
}
.widget-body {
    background: white;
    padding: 0.5rem;
    border-radius: 0 0 0px 0px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
   /* border: solid 1px #ededed;*/
}

/*.k-tabstrip-top > .k-tabstrip-items-wrapper {
    background: linear-gradient(45deg, #003050 0%, #006ddf 67%,#003050 100%) !important;
}*/
/*.top-row a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}*/

/*    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 2.5%;
        text-align: center;
        padding-top: 2px;
    }*/



.form-control {
    /*height: 36px;*/
/*    border-radius:0px !important;
    font-weight:600 !important;*/
}

.float-right {
    float: right !important;
}


.margin-right15px {
    margin-right: 15px !important;
}

.text-muted {
    /*font-size: 13px !important;*/
    font-size: 0.65rem !important;
    color: #424242 !important;
    width: 100% !important;
    margin-bottom: 2px;
}

    .text-muted:hover {
        color: #000 !important;
        transition-duration: 0.4s;
    }

.normal-hidden {
    cursor: pointer;
}

/*.k-window {
    border-radius: 0px !important;
    background-color:#fafafa !important;
}*/




.k-grid .k-table-th:focus, .k-grid .k-table-th.k-focus, .k-grid td:focus, .k-grid td.k-focus, .k-grid .k-table-td:focus, .k-grid .k-table-td.k-focus, .k-grid .k-master-row > td:focus, .k-grid .k-master-row > td.k-focus, .k-grid .k-grouping-row > td:focus, .k-grid .k-grouping-row > td.k-focus, .k-grid .k-detail-row > td:focus, .k-grid .k-detail-row > td.k-focus, .k-grid .k-group-footer > td:focus, .k-grid .k-group-footer > td.k-focus, .k-grid .k-master-row > .k-table-td:focus, .k-grid .k-master-row > .k-table-td.k-focus, .k-grid .k-grouping-row > .k-table-td:focus, .k-grid .k-grouping-row > .k-table-td.k-focus, .k-grid .k-detail-row > .k-table-td:focus, .k-grid .k-detail-row > .k-table-td.k-focus, .k-grid .k-group-footer > .k-table-td:focus, .k-grid .k-group-footer > .k-table-td.k-focus, .k-grid .k-grid-pager:focus, .k-grid .k-grid-pager.k-focus {
    box-shadow: none !important;
}



    .normal-hidden > .fal, .normal-hidden > .fa-light, .normal-hidden > .fa-regular, .normal-hidden > .fa-solid {
    color: transparent !important;
    cursor: pointer
}

.normal-hidden:hover > .fal, .normal-hidden:hover > .fa-light, .normal-hidden:hover > .fa-regular, .normal-hidden:hover > .fa-solid {
    color: #2f78c9 !important;
    -moz-transition: all 0.25s ease-in;
    /* WebKit */
    -webkit-transition: all 0.25s ease-in;
    /* Opera */
    -o-transition: all 0.25s ease-in;
    /* Standard */
    transition: all 0.25s ease-in;
}

/*.k-splitbar .k-icon {
    font-size: 28px !important;
    color: #eee !important;
}

.k-splitbar {
    color: #212529 !important;
    background-color: #eee !important;
    height: 1px !important;
    margin-bottom: 14px !important;
}*/

.min-height-text-area {
    min-height: 40px !important;
    height: fit-content;
    max-height: 500px !important
}

.lane {
    height: fit-content;
    min-height: 650px;
    float: left;
    margin-left: 0%;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
    border-right: 1px solid #454545;
}

    .lane:last-of-type {
        border-right: none;
    }

.lane-title {
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #454545;
    margin-bottom: 6px;
}

.lane-wrapper {
    width: 100%;
    float: left;
    width: 100%;
    padding-top: 10px;
}


.k-loader-container-panel {
    background-color: transparent !important;
    border: none !important;
}

.block {
    /*  border: none !important;*/
    border-radius: 0px;
    padding: 8px;
}

.block-start-wrapper {
    width: 100%;
    font-weight: bold;
    color: #454545;
}

.block-ref-wrapper {
    width: 100%;
    font-weight: bold;
    /*  color: white;*/
    margin-top: -4px;
    margin-left: 10px;
    z-index: 1000;
    position: relative;
}

.block-line-wrapper {
    width: 100%;
    /* color: white;*/
}

.k-drawer {
    border-color: #0078c8 !important;
    color: #fff !important;
    background-color: #0078c8 !important;
}

.k-animation-container {
    z-index: 200001 !important;
}

.red-status {
    color: red !important;
}

.yellow-status {
 color:yellow !important;

}

.yellow-status-circle {
    border: solid 1px black;
    background-color: #454545;
    border-radius: 12px;
    color:yellow;
   
}

.pale-red-status {
    color: #ff6961;
}

.green-status {
    background-color: transparent;
    color: yellow !important;
}

.green-status {
    background-color: transparent;
    color: forestgreen !important;
}

.green-status-background {
    background-color: #090 !important;
    color: white !important;
}

.light-red-status {
    color: #ff6961 !important;
}

.pale-red-status {
    
    color: #ffe5e9 !important;
}
.red-status-background {
    background-color: red !important;
    color: white !important;
}

.blue-status {
    background-color: transparent;
    color: #007bff !important;
}

.dark-blue-status {
    background-color: transparent;
    color: #003151;
}

.light-gray-status {
    background-color: transparent;
    color: #d4d4d4 !important;
}

.gray-status {
    background-color: transparent;
    color: gray !important;
}

.orange-status-background {
    background-color: orange !important;
    color: white !important;
}


.light-green-background{
    background-color:#d1ffdb !important;
}

.green-status {
    background-color: transparent;
    color: forestgreen;
    /*//forestgreen !important;*/
}


.green-status-block {
    background-color: #090;
    /* //forestgreen;*/
    color: white;
    /* margin-left: 3px;*/
    float: left;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
/*    border-left: solid 0.5px white;
    min-height:28px !important;
    padding:6px !important;*/
}

.green-status-block:first-of-type:not(.status-block-ball) {
    border-left: none !important;
}

.orange-status {
    background-color: transparent !important;
    color: #FF9000;
    margin-bottom: 2px;
}

.purple-status {
    background-color: transparent !important;
    color: purple;
    margin-bottom: 2px;
}


.purple-status-block {
    background-color: purple;
    color: white;
    /* margin-bottom: 2px !important;*/
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    /*    min-height: 28px !important;
    padding: 6px !important;*/
    float: left;
}

.orange-status-block {
    background-color: #FF9000;
    color: white;
    /* margin-left: 3px;*/
    float: left;
    /* margin-bottom: 2px !important;*/
    text-align: center;
    font-size: 10px;
    font-weight: 600;
/*    border-left: solid 0.5px white;
    min-height: 28px !important;
    padding: 6px !important;*/
}

    .orange-status-block:first-of-type:not(.status-block-ball) {
        border-left: none !important;
    }

.orange-green-status-block {
    background-color: #FF9000;
    color: white;
    float: left;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background: #009900;
    background: -moz-linear-gradient(90deg, #009900 50%, #FF9000 50%);
    background: -webkit-linear-gradient(90deg, #009900 50%, #FF9000 50%);
    background: linear-gradient(90deg, #009900 50%, #FF9000 50%);
}


.red-status-block {
    background-color: red !important;
    color: white;
    /*  margin-left: 3px;*/
    float: left;
    /* margin-bottom: 2px !important;*/
    text-align: center;
    font-size: 10px;
    font-weight: 600;
/*    border-left: solid 0.5px white;
    min-height: 28px !important;
    padding: 6px !important;*/
}




    .red-status-block:first-of-type:not(.status-block-ball) {
        border-left: none !important;
    }

.med-gray-status-block {
    background-color: #b8b8b8 !important;
    color: white;
    float: left;
    /*    margin-left: 3px;*/
    float: left;
    /*    margin-bottom: 2px !important;*/
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    /*    min-height: 28px !important;
    padding: 6px !important;
    border-left: solid 0.5px white;*/
}


    .med-gray-status-block:first-of-type:not(.status-block-ball) {
        border-left: none !important;
    }

.light-gray-status-block {
    background-color: aliceblue !important;
    color: #454545;
/*    margin-bottom: 2px !important;*/
    float: left;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
/*    border-left: solid 0.5px white;
    min-height: 28px !important;
    padding: 6px !important;*/
}


    .light-gray-status-block:first-of-type:not(.status-block-ball) {
        border-left: none !important;
    }

.status-block {
    font-size: 0.75em;
    font-weight: 600;
}


.status-block-ball {
    width: 14px !important;
    height: 14px !important;
    border-radius: 3px !important;
    margin-right: 2px !important;
    border: none !important;
    margin-left: 2px;
    margin-top: 1px;
}


.status-block-wrapper {
    /*    border: solid 1px #ededed !important;
    border-left-style: solid;
    border-left-color: rgb(222, 222, 222);
    border-radius: 8px !important;*/
    height: fit-content;
    width: fit-content;
    float: left;

    background-color: #eeeddd;
    color: black;
}

.status-block-inner {
    margin-top: -6px !important;
    height: fit-content;
    width: fit-content;
    float: left;
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 5px;
    float: left;
}


.primary-blue {
    background-color: #2f78c9;
    color: white;
    border-color: #2f78c9;
}


/*.k-tabstrip-items-wrapper .k-item.k-active {
    background-color: transparent !important;
    border: none !important;
}

content.k-active, .k-tabstrip > .k-content.k-active {
    display: block;
    margin-top: 20px !important;
    border-radius: 4px;
}*/

/*.k-tabstrip-top > .k-tabstrip-items-wrapper {
    border-bottom-width: 0px !important;
}*/

/*button .btn.btn-primary.btn-sm.text-left {
    text-align: left !important;
    color: #454545;
    background-color: white;
    border-color: #dee2e6;
}*/

.text-left {
    text-align: left !important;
}


.k-tabstrip{width:100%;margin:0 auto;}

/*.k-tabstrip-items-wrapper .k-item:hover, .k-tabstrip-items-wrapper .k-item.k-hover {
    border-color: none;
    color: #0a58ca;
}*/

.form-control-error {
    border: 0.5px solid red !important;
    /*    background-color: #ffdbdc;*/
    color: red !important;
}
/*
.k-drawer-item:first-of-type {
    margin-top: 1.5vh;
}

.k-drawer-item {
    margin-bottom: 2vh;
    color: #4ec3e0 !important;
}*/

/*.k-tabstrip-top > .k-tabstrip-content {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-width: 0 !important;
    background-color: white !important;
}
    .k-tabstrip-items .k-link {
    padding: 6px !important
}*/


.k-tabstrip-items .k-tabstrip-item, .k-tabstrip-items .k-item{
    border:solid 1px #dedede;
}


.row {
    /*    flex-shrink: 0;
width: 100%;
max-width: 100%;*/
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.k-button-solid-base:focus, .k-button-solid-base.k-focus {
    box-shadow: none !important;
}

.k-grid {
    background-color: transparent !important;
    font-size: 0.8rem !important;
}

.k-table-md {
    font-size: 0.8rem !important;
}

.k-table-td {
    font-size: 12px !important;
}

.selected-border {
    border-color: #1987Fe !important;
    /* box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);*/
}


.k-toolbar {
    border-color: #fff;
    color: #212529;
    background-color: #fff;
}

.k-button-outline-base:hover, .k-button-outline-base.k-hover {
    border-color: #003d66 !important;
    color: white;
    background-color: #003d66 !important;
}

/*.k-button-md {
    padding-block: 0.35rem !important;
    padding-inline: 0.65rem !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}*/

.k-menu-link {
    padding-block: 0.5rem;
    padding-inline: 0.5rem;
    outline: 0;
    color: inherit;
    display: flex;
    flex-flow: row nowrap;
    flex: 1 1 auto;
    gap: 0.5rem;
    align-items: center;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 10px;
}




/*.pulse-green-status {
    background-color: #defade;
    color: forestgreen !important;
    border-color: #90EE90 !important;
}

.pulse-red-status {
    background-color: #ffeaea;
    color: red !important;
    border-color: #ffcccb !important;
    font-weight: bold;
}

.pulse-red-status-background, .pulse-red-status-background:hover {
    background-color: #ffeaea !important;
    border-color: #ffcccb !important;
    font-weight: bold;
}


.pulse-amber-status-background, .pulse-amber-status-background:hover {
    background-color: #fff3cd !important;
    border-color: #ffcccb !important;
    font-weight: bold;
}*/

/*.k-event.k-selected, .k-event.k-selected > * {
background-color: pink !important;
color: purple !important;
box-shadow: none !important;

}*/
/*  .k-event.k-selected {
    background-color: tomato !important;
    color: purple !important;
    box-shadow: none !important;
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.k-event:has(.k-selected-x) {
background-color: tomato !important;
color: purple !important;
box-shadow: none !important;
animation-name: pulse;
animation-duration: 2s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}*/


.k-grid-md .k-table-th > .k-cell-inner > .k-link {
    padding-block: 8px;
    padding-inline: 12px;
    font-size: 18px !important;
}

 

.k-radio:checked:focus, .k-radio.k-checked.k-focus {
    box-shadow: none !important;
}



.k-grid .k-table-row {
    cursor: pointer;
   /* height: 32px;*/
}

.k-checkbox:focus, .k-checkbox.k-focus {

    box-shadow: none !important;
}

.k-window > .k-tabstrip-content.k-active, .k-window > .k-tabstrip > .k-content.k-active {
    background-color: white !important;
}

.k-grid {
    border-color: #fff !important;
    color: #212529;
    background-color: #ffffff !important;
    border-width: 0.5px !important;
}

    .k-grid .k-table-thead, .k-grid .k-table-tbody, .k-grid .k-table-tfoot {
        text-align: start;
        border-color: white !important;
        background-color: white !important;
    }

    .k-grid td, .k-grid .k-table-td, .k-grid .k-grid-content, .k-grid .k-grid-header-locked, .k-grid .k-grid-content-locked {
        border: none !important;
        border-bottom: solid 0.5px #ededed !important;
    }

    .k-grid .k-grid-header {
        border-bottom-width: 0.5px !important;
    }

    .k-grid .k-grid-footer {
        border-bottom-width: 0.5px !important;
        border-top-width: 0.5px !important;
    }

    .k-grid .k-grid-content:last-of-type {
        border-bottom: none !important;
    }

.k-grid-pager {
    border-width: 1px 0 0;
    border-color: inherit;
    font-size: inherit;
    padding-top: 33px !important;
}


/*.k-pager-md .k-pager-numbers-wrap .k-button {
    min-width: calc(1em + 1rem + 4px) !important;
    font-size: 12px !important;
    border-radius: 66px !important;
    min-height: calc(0.5em + 1rem + 4px) !important;
    height: 32px !important;
}*/

.k-pager-info {
    text-align: end;
    justify-content: flex-end;
    flex: 1 1 0%;
    order: 9;
    font-size: 12px !important;
}

.k-grid-content .k-table-row:last-child > td, .k-grid-content .k-table-row:last-child > .k-table-td, .k-grid-content-locked .k-table-row:last-child > td, .k-grid-content-locked .k-table-row:last-child > .k-table-td {
    border-bottom-width: 0 !important;
}


.grid-no-scroll .k-grid-content {
    overflow-y: auto !important;
}

.grid-no-scroll .k-grid-header,
.grid-no-scroll .k-grid-footer {
    padding-right: 0 !important; /* version 2.26 and older requires !important here */
}

.grid-no-scroll .k-grid-header-wrap,
.grid-no-scroll .k-grid-footer-wrap {
    border-right-width: 0 !important;
}



.k-toolbar {
    color: #212529;
    background-color: white !important;
    border-color: white !important;
}

.k-pager {
    color: #212529;
    background-color: white !important;
    border: none !important;
}

.k-menu-group .k-item:focus > .k-link, .k-menu-group .k-item.k-focus > .k-link, .k-menu.k-context-menu .k-item:focus > .k-link, .k-menu.k-context-menu .k-item.k-focus > .k-link {
    box-shadow: none !important;
}

.k-menu-group .k-item:focus > .k-link, .k-menu-group .k-item.k-focus > .k-link, .k-menu.k-context-menu .k-item:focus > .k-link, .k-menu.k-context-menu .k-item.k-focus > .k-link {
    box-shadow: none !important;
}

.k-button-outline-base {
    border-color: #003d66 !important;
    border-width: 0.5px !important;
}

k-button-outline-base:hover {
    border-color: #003d66 !important;
    border-width: 0.5px !important;
    background-color: #003d66 !important;
}



k-notification {
    border-color: #cacaca;
    color: #272727;
    background-color: #fff;
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
}

.k-notification {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4285714286;
    cursor: default;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    min-width: 250px !important;
    text-align: center !important;
}



.k-checkbox:checked:focus, .k-checkbox.k-checked.k-focus {
    border-color: #2f78c9;
    box-shadow:none !important;
}


    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(1);
        }

        50% {
            -webkit-transform: scale(1.1);
        }

        100% {
            -webkit-transform: scale(1);
        }
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }



    @media (max-width: 640.98px) {
        .top-row:not(.auth) {
            display: none;
        }

        .top-row.auth {
            justify-content: space-between;
        }

        .top-row a, .top-row .btn-link {
            margin-left: 0;
        }
    }

    .small-pc-text {
font-size:10px;
color:#696969;
}


@media (min-width: 641px) {
/*    .page {
        flex-direction: row;
    }*/

    .sidebar {
        width: 250px;
        height: 100vh;
        /*position: sticky;*/
        top: 0;
    }

    .top-row {
        top: 0;
    }

    .main > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.k-notification-group {
    max-height: 100%;
    display: inline-flex;
    flex-flow: column-reverse wrap;
    position: fixed;
    z-index: 1000
}

.k-notification-container {
    margin-block: 2px;
    margin-inline: 0;
    display: inline-flex;
    vertical-align: top
}

.btn-outline-secondary:hover {
    
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #ffffff !important;
}
    .k-notification-container-animating {
    overflow: hidden
}

.form-control.CRM_GREEN {
    background-color: #e7ffec !important;
}


.project-svg::before {
    content: url('/project.svg');
    max-height: 24px;
    max-width: 36px;
    /* transform: scale(0.009);
        filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
        position: absolute;
        transform-origin: left top; */
}


.error {
color:red !important;
}

.form-control-error {
border-color:red !important;

}


.btn-success {
    border-color: #28a745 !important;
    background-color: #28a745 !important;
}

.k-notification {
    border-radius: 4px;
    padding-block: 4px;
    padding-inline: 8px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    outline: 0;
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4285714286;
    cursor: default;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

    .k-notification *, .k-notification *::before, .k-notification *::after {
        box-sizing: border-box
    }

    .k-notification > .k-notification-content {
        flex: 1 1 auto
    }

.k-notification-actions {
    flex: none;
    display: flex;
    gap: 4px;
    flex-flow: row nowrap;
    align-items: center;
    align-self: center;
    cursor: pointer
}

.k-notification-action {
    flex: none;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-self: center
}

.k-notification {
    border-color: #cacaca;
    color: #272727;
    background-color: #fff;
    box-shadow: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12));
    font-size: 14px !important;
    padding-top: 6px !important;
    padding-bottom: 8px !important;
    padding-right: 11px !important;
}

.k-notification-inverse {
    border-color: #404040;
    color: #fff;
    background-color: #404040
}

.k-notification-light {
    border-color: #ebebeb;
    color: #000;
    background-color: #ebebeb
}

.k-notification-dark {
    border-color: #404040;
    color: #fff;
    background-color: #404040
}

.k-notification-error {
    border-color: #d92800 !important;
    color: #fff !important;
    background-color: #d92800 !important;
}

.k-notification-warning {
    border-color: #FF9000 !important;
    color: #fff !important;
    background-color: #FF9000 !important    
}

.k-notification-success {
    border-color: #3ea44e !important;
    color: #fff !important;
    background-color: #3ea44e !important
}

.k-notification-info {
    border-color: #18a5b9 !important;
    color: #fff;
    background-color: #18a5b9!important;
}

.k-notification-tertiary {
    border-color: #03a9f4;
    color: #fff;
    background-color: #03a9f4
}

.k-notification-secondary {
    border-color: #e9e9e9;
    color: #000;
    background-color: #e9e9e9
}

.k-notification-primary {
    border-color: #f35800;
    color: #fff;
    background-color: #f35800
}


.k-input-solid{
    box-shadow:none;
    outline:none;
}

/*.k-input-solid.k-invalid:focus, .k-input-solid.k-invalid.k-focus, .k-input-solid.ng-invalid.ng-touched:focus, .k-input-solid.ng-invalid.ng-touched.k-focus, .k-input-solid.ng-invalid.ng-dirty:focus, .k-input-solid.ng-invalid.ng-dirty.k-focus {
    box-shadow: none !important;
    outline:none !important;
     
}

.k-input-solid.k-invalid:focus-within, .k-input-solid.ng-invalid.ng-touched:focus-within, .k-input-solid.ng-invalid.ng-dirty:focus-within {
    box-shadow: none !important;
     
}
.k-input-solid:focus-within {
    border-color: #86b7fe;
    color: #495057;*/
/*    background-color: #ffffff;*/
    /*box-shadow: none !important;
    background-color:aliceblue !important;
   
}

.form-control:focus {
    box-shadow: none !important;
    background-color: aliceblue !important;
    border-color: #86b7fe !important;
   
    
}

.k-input-inner:focus {
    border-color: #86b7fe !important;
    box-shadow: none !important;
    background-color: aliceblue !important;*/
    /*padding-left: 12px !important;
    padding-top:4px !important;*/
/*}


.error, .k-input.error, .select-error, .form-control.error {*/
    /*background-color: #ffe5e9 !important;
    color: #ab000e !important;*/
    /*border-color: #ab000e;*/
    /*border-color: red !important;
    background-color:white !important;
    color:red !important;
}


.k-picker-solid:focus-within {
    border-color: #86b7fe !important;
    box-shadow: none !important;
    background-color: aliceblue !important;
}*/


.k-button-md.k-icon-button .k-button-icon {
    min-width: 0px;
    min-height: 0px;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
}

.k-button-md.k-icon-button {
    padding: 6px !important;
}

.k-icon-button {
    gap: 0;
    padding: 6px !important;
}

.k-window-content, .k-prompt-container {
    padding-block: 1%;
    padding-block-start: 1%;
    padding-inline: 1%;
}
    .k-picker:focus {
    box-shadow: none !important;
    background-color: aliceblue !important;
    /*border: solid 1px #86b7fe !important;*/
}

.icon-wrapper {
    width: auto;
    float: none;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2rem;
    padding: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ddd;
}

    .icon-wrapper p {
        width: 100%;
        font-size: 1.1rem;
        text-align: center;
    }


.btn-lg{
    padding: 16px !important;
    font-size: 15px !important;
}

/*.green {
    background-color: #090;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.orange {
    background-color: #FF9000;
    color: white;
    font-weight: bold;
    font-size: 14px;
}


.red {
    background-color: #ff3448;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.purple {
    background-color: #aa6ac2;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
*/
.k-grid-md td, .k-grid-md .k-table-td {
    padding-block: 0px !important;
    padding-inline: 0px !important;
    vertical-align:top !important; 
}

.k-wizard .k-wizard-step:focus, .k-wizard .k-wizard-step.k-focus {
    outline-width: 0px !important;
    outline-style: dotted;
    outline-offset: 0px !important;
}

.k-popup {
    border-radius: 0px !important;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  
}


#noselect {
    user-select: none;
}


.n-chip-2 {
    width: fit-content;
    font-size: 0.75rem;
    background-color: aliceblue;
    color: navy;
    border-radius: 4px;
    float: left;
    margin-right: 4px;
    text-align: center;
    padding: 3px;
    padding-bottom: 3px;
    padding-bottom: 3px;
    padding-bottom: 3px;
    margin-bottom: 4px;
    border: solid 1px #ededed;
}

@media screen and (max-width: 1920px) {
    /* CSS styles for screens 1920px wide or narrower go here */


    .x-closer {
        float: right;
        margin-top: 0px;
        margin-right: 6px;
        cursor: pointer;
        font-weight: 600 !important;
        font-size: 2em;
    }

    .k-grid .k-table-th, .k-grid td, .k-grid .k-table-td{
        font-size:0.65rem !important;
    }

    .text-muted {
        font-size: 0.65rem !important;

    }

    .big-blue-text {
        font-size: 1.25rem !important;
    }


    h2.mb-0 {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1921px) {
    /* CSS styles for screens 1920px wide or larger go here */



    body, .main {
        width: 100%;
        height: 100%;
        max-height: 100%;
        font-size: 12px !important;
    }
        .x-closer {
        float: right;
        margin-top: 0px;
        margin-right: 6px;
        cursor: pointer;
        font-size: 1.5em;
        font-weight:600 !important;
    }

    h2.mb-0 {
        font-size: 2rem;
    }


    .text-muted {
        font-size: 1rem !important;
    }

    .k-grid .k-table-th, .k-grid td, .k-grid .k-table-td {
        font-size: 0.8rem !important;
    }

    .big-blue-text {
        font-size: 1.5rem !important;
    }


    .top-row {
 
        /*padding-top: 1vh !important;*/
 
    }

    .k-column-title {
        font-size: .6rem !important;
    }

    .form-control {
        min-height: 36px !important;
        padding-left: 7px !important;
        font-size:1rem !important;
    }

    .k-grid-md .k-table-th > .k-cell-inner > .k-link {
        padding-left: 0px !important;
        padding-right: 10px !important;
        font-size: 0.65rem !important;
    }

    .k-grid-md .k-table-th > .k-cell-inner > .k-link {
        padding-block: 6px !important;
        padding-inline: 6px !important;
    }

    .form-control {
         
        border: solid 1px #bcbdc2 !important;
    }



        .form-control.min-height-100 {
            height: auto;
            min-height: 100px !important;
        }

            .form-control.min-height-100 > textarea.k-input-inner {
                margin: 0;
                min-height: 100px;
                height: auto;
            }

        .form-control.disabled {
            border: none;
            background-color: #ededed;
            padding: 10px;
        }

}


 

