.content {
    background-color: #f4f6f9 !important;
}

.msgHeader {
    width: 100%;
    display: block;
    font-weight: bold !important
}

.ellipsis-text{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: contents;
}

.msgText {
    width: 100%;
    display: block
}

.bottom-sidebar {
    position: absolute;
    bottom: 15px;
}

.logout {
    padding: 0.5rem 1rem;
}

.logout > i {
    margin-right: .2rem;
    font-size: 1.1rem;
    margin-left: .05rem;
    width: 1.6rem;
}

.logout > p {
    display: inline;
}

.fas.k-sprite,
.fas.k-sprite::before,
.fal.k-sprite,
.fal.k-sprite::before {
    font-size: 0.9rem;
    line-height: 1rem;
}

.k-icon.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.toolbar-checkbox input {
    width: 38px;
    height: 38px;
}

.hide-header.k-grid .k-header {
    display: none;
}

.hide-header.k-grid {
    min-height: 30px;
    border: 0px;
}

.access-denied {
    height: calc(100vh - 175px);
    text-align: center;
    font-weight: bold;
}

.access-denied h1 {
    font-weight: bold;
    font-size: 150px;
}

.access-denied h2 {
    font-weight: bold;
}

.access-denied .fas {
    font-size: 150px;
}

.btn-tile .fas {
    font-size: 6rem;
}

.k-btn-tile .fas {
    display: block;
    font-size: 2rem;
    min-width: 90px;
    margin: 10px 10px calc(20px + var(--theme-scale-offset)) 10px;
}

.k-btn-tile {
    display: inline;
    margin: 10px;
    min-width: 110px;
}

.k-btn-tile .k-button-text {
    display: block;
    font-size: 1rem;    
}

.btn-tile {
    font-size: 1rem;
    margin: 10px;
    min-width: 250px;
}

.k-grid td .k-icon + span.k-button-text {
    display: none;
}

.text-center-100 {
    text-align: center;
    width: 100%;
}

.sv {
    border-left: 1px solid black;
    height: 30px;
    text-align: center;
    margin-left: 6px;
    margin-right: 6px;
}

.k-icon-fas {
    width: 1em;
    height: 1em;
    outline: 0;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: .5rem;
}

.drop-down-tree-view {
    position: absolute;
    border-radius: 0.375rem;
}

.drop-down-tree-view span {
}

.product-group-editor .product-group-editor-value span {
    padding-right: 30px;
    margin-right: -30px;
    pointer-events: none;
    cursor: pointer;
}

.drop-down-tree-view span ul.k-menu.k-menu-horizontal:not(.k-context-menu) {
    padding: 0px;
}

.drop-down-tree-view span li.k-item.k-menu-item.k-first.k-last.k-hover,
.drop-down-tree-view span li.k-item.k-menu-item.k-first.k-last.k-state-border-down {
    background-color: transparent !important;
    background-image: none !important;
}

.k-toolbar-grid-attached{
    border-bottom: 0px;
}

.tooltip {
    font-size: 1rem;
}

.progress-notification {
    min-width: 350px;
    margin: 6px;
    color: darkblue;
}

.k-notification-progress {
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 4px;
    margin-bottom: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
}

.progress-notification .fas {
    font-size: 4em;
    font-weight: bold;
}

.progress-notification .k-progressbar {
    background-color: transparent;
    margin-top: 5px;
}

.progress-message {
    white-space: pre-wrap;
}

.alert-toolbar {
    padding: 11px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.k-overlay-window {
    pointer-events: none;
}

.k-overlay-window .k-window {
    pointer-events: auto;
}

.k-tabstrip-content-p-0 .k-tabstrip-content {
    padding: 0px;
}