/*Page Layout*/
body {
    font-size: 14px;
}

body.no-scroll {
    overflow: hidden;
}

.beforeRem:before {
    content: none !important;
}

.afterRem:after {
    content: none !important;
}

.k-map {
    height: 100% !important;
}

.App.Managed {
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.App.Managed .AppInner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#PageElt.Black input[type="radio"]:disabled:checked,
#PageElt.Flat input[type="radio"]:disabled:checked,
#PageElt.HighContrast input[type="radio"]:disabled:checked,
#PageElt.Moonlight input[type="radio"]:disabled:checked {
    opacity: 0.3;
}

/*Header*/
#PageElt .header {
    padding-top: 0.5em;
    padding-bottom: 0.2em;
    height: 50px;
}

#headerOptionsWrapper {
    margin-top: 0.5em;
    padding-left: 0.5em;
    font-size: 12px;
}

.panelWrapper {
    z-index: 201;
    position: fixed;
    top: 52px;
    float: left;
    border: 2px solid gray;
    border-radius: 7px;
    padding: 0.5em;
    left: 3px;
    width: 85em;
    display: none;
    overflow: auto !important;
    max-height: 85%;
}

.panelNarrow {
    display: block;
    position: relative;
    width: 20em;
    max-height: fit-content;
    top: 0px;
    max-height: -moz-fit-content;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .panelNarrow {
        height: auto;
        max-height: 325px;
    }
}

.panelWrapper .k-button {
    width: 60px;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
    float: left;
    margin-right: 5px;
}

/* Footer */
footer {
    box-shadow: inset 0px 0px 3px #111;
    line-height: 25px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 10;
}

    footer a {
        border-bottom: 1px dotted #888;
    }

/* Panels */
.rightPanelBarLeft {
    float: left;
    width: 50%;
    cursor: auto;
    line-height: 1.5em;
}

.rightPanelBarRight {
    float: left;
    width: 50%;
    cursor: auto;
    line-height: 1.5em;
}

.rightPanelBarHeader {
    font-weight: bold;
    text-align: center;
    font-size: 1.3em;
    cursor: auto;
    float: left;
    width: 100%;
    line-height: 1.5em;
}

#rightpanelbar .k-panel .k-panel > .k-item > .k-link {
    padding-left: 1em;
}

#rightpanelbar li ul li ul li {
    margin-bottom: 5px;
}

.rightPanelBarRight [type] {
    margin: 2px 0 0 !important;
}

.rightPanelBarRight input {
    width: 100%;
}

/* Dialog */
.bootstrap-dialog-message code {
    white-space: normal !important;
}

.bootstrap-dialog-close-button {
    display: none;
}

.modal-dialog.k-dialog.gridViews .bootstrap-dialog-close-button, .modal-dialog.k-dialog.filter .bootstrap-dialog-close-button {
    display: block;
}

    .modal-dialog.k-dialog.gridViews .bootstrap-dialog-close-button button, .modal-dialog.k-dialog.filter .bootstrap-dialog-close-button button {
        opacity: unset;
        color: white;
    }

/* Dialog Params */
.allCheckboxLabel {
    width: 50%;
    float: left;
}

li.k-item[data-entitykey][role="tree"], li.k-item[data-action][role="menuitem"] {
    padding-left: 2em;
    white-space: nowrap;
}

.listView {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.padding15 {
    padding: 15px;
}

.listView .k-state-selected {
    background-color: initial;
    border-color: initial;
    background-image: none;
}

.listView .thumbnail {
    background-color: initial;
    border-style: solid;
    cursor: pointer;
    height: 100%;
    border-radius: 11px;
    box-shadow: 7px 5px lightgray;
}

.listView .k-state-selected .thumbnail {
    border-width: 5px;
}

/* Firefox Scrollbar */
@-moz-document url-prefix() {
    * {
        scrollbar-width: thin;
        scrollbar-color: gray transparent;
    }
}

/* WebKit Scrollbar */
*::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}

*::-webkit-scrollbar-thumb {
    background: gray;
}

.listView.horizontalView {
    white-space: nowrap;
    overflow-x: auto;
}

.listView.horizontalView li.km-group-container {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 400px;
    margin-right: 5px;
}

.listView.verticalView li.km-group-container {
    float: left;
    width: 100%;
}

.listView li.km-group-container > .k-header {
    font-size: 1.5em;
    font-weight: 700;
    padding: .2em 0;
    float: left;
    width: 100%;
}

.cardGroupWrapper {
    float: left;
    width: 100%;
    padding: 0.3em 0px;
}

.js_cardViewGroupExpCol {
    cursor: pointer;
}

.cardGroupIcon, .floatLeft {
    float: left;
}

.page-content > .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 30px;
}

#tabstrip .k-grid-content {
    min-height: 0px;
}

#assignForm .jsonInput {
    width: 92%;
}

#panelbar, #rightpanelbar {
    z-index: 10;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Logo & Navigation */
.js_headerOptions {
    font-size: 13px;
    font-weight: bold;
    display: none;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    z-index: 1000;
    width: 20em;
}

.headerSubOptions {
    left: 150px;
    width: 60%;
}

#gridWrapper td, #paramDialogForm td {
    white-space: nowrap;
}

.checkboxLabel {
    position: relative;
    top: -3px;
}

#gridWrapper tr {
    cursor: pointer;
}

#gridWrapper, #enhGridWrapper {
    width: 100% !important;
    z-index: 0;
}

.autoRefreshWrapper {
    float: right;
}

    .autoRefreshWrapper label {
        margin: 0px;
    }

    .autoRefreshWrapper .js_autoGridRefresh {
        width: 1.2em;
        height: 1.2em;
        position: relative;
        bottom: 2px;
        right: 5px;
        cursor: pointer;
        vertical-align: middle;
    }

#rightpanelbar li.k-item {
    float: left;
    width: 100%;
    position: relative;
}

#rightpanelbar {
    height: 100% !important;
}

.k-group.k-panel {
    overflow: auto !important;
}

.arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    background-color: transparent !important;
    border-left-style: solid;
    border-left-width: 10px;
    cursor: pointer;
}

.arrowUpRight {
    top: -4px;
    right: 0px;
    transform: rotate(315deg);
}

.arrowBottomLeft {
    bottom: -4px;
    left: 0px;
    transform: rotate(135deg);
}

.box-with-header {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.k-treeview .k-i-expand, .k-treeview .k-i-collapse {
    width: 1.5em;
    height: 1.5em;
    font: 20px/1 WebComponentsIcons;
    margin-left: -20px;
}

.login-bg {
    background: rgba(255, 255, 255, 0);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
    background-color: #eff0f3;
    background-repeat: no-repeat;
    height: 100%;
}


.textAlignCenter, .tdLockPin {
    text-align: center !important;
}

/*Added*/
.k-tabstrip-items li .k-button, .k-grid-header .k-button:not(.k-grid-save) {
    line-height: 1;
    padding: 0;
    vertical-align: top;
    margin-bottom: -2px;
    margin-left: 5px;
    height: auto;
    width: auto;
}

.k-filtercell > .k-operator-hidden .k-button {
    margin: 0;
}

.k-filtercell > .k-operator-hidden {
    padding-right: 1.3em !important;
}

.k-tabstrip-items li .k-icon {
    margin: 0;
    font-size: 1em;
}

#splitterV, #splitterH {
    height: 100%;
}

.fullHeight {
    height: 100% !important;
}

.logo {
    background: url(Images/Huge_IDMR_Logo3.png) no-repeat;
    width: 200px;
    height: 40px;
    float: left;
    background-size: 70%;
    background-position-y: 50%;
}


table:not(.noPadding) td {
    padding: 5px;
}

#timerForm tr:not(.multi) {
    border-bottom: 1px solid gray;
}

#timerForm td {
    padding: 5px 0px;
}

.llink {
    cursor: pointer;
    text-decoration: underline;
    width: 90px;
    display: inline-block;
}

.favEntityPanelEntity, .panelValueWrapper {
    width: 33%;
    float: left;
    padding-bottom: 10px;
}

.panelValueWrapper {
    width: 100%;
}

.paenlText, .panelVal {
    float: left;
    margin-left: 5px;
}

input[type="checkbox"].panelVal {
    margin: 1px 0 0;
}

.favEntityPanelEntitySelect {
    float: left;
}

.favEntityPanelGroup {
    clear: both;
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 5px;
}

#shareLinkForm div {
    padding: 2px;
    font-weight: bold;
}

#shareLinkForm .k-button {
    margin-right: 10px;
}

.bootstrap-dialog-title {
    width: 95%;
}

.favEntityPanelBTN, .clearSettingsPaneBTN {
    position: fixed;
}

#favEntityPanelItems {
    margin-top: 30px;
}

.headerOptItemWrapper {
    border-top: 1px solid silver;
    padding-top: 5px;
    padding-bottom: 5px;
}

.js_showLastDialog .k-icon, .dashboard .k-icon {
    font: 23px/1 WebComponentsIcons;
}

.js_showLastDialog .k-icon {
    color: orange;
}

.js_showLastDialog, .dashboard {
    float: left;
    margin: 0.5em;
}

.js_showLastDialog, #dashboardWrapper {
    display: none;
}

#filtersToDelete {
    font-size: 12px;
    clear: both;
}

.gridColumn {
    width: 100%;
    float: left;
    background-color: lightgray;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 20px;
}

.js_gridColumnToggle {
    height: 17px;
    width: 17px;
    margin-top: 2px !important;
}

#userGridViewName {
    width: 98%;
    font-size: 13px;
    font-weight: bold;
    border-radius: 7px;
    padding: 0 5px;
    height: 17px;
}

#gridFilterSelectBox {
    z-index: 7;
    position: relative;
    margin-left: 3px;
    width: 45px;
    margin-top: 3px;
    float: left;
    border: 1px solid rgb(255, 255, 255);
    font-size: 9px;
    display: block;
    vertical-align: middle;
    line-height: 1em;
    border-radius: 3px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    margin-right: 5px;
    font-weight: bold;
    cursor: pointer;
    background-image: linear-gradient(to bottom, rgb(191, 217, 241) 0%, #d1d1d1 100%);
    background-repeat: repeat-x;
}

.select-style select {
    line-height: 1;
    padding: 1.5px;
    cursor: pointer;
    color: #000;
    width: 130%;
    border: none;
    background-color: rgb(191, 217, 241);
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 1.2em;
    max-width: 280px;
}

#gridRecordMsg {
    color: #E5FFA1;
    background-color: #000;
    padding: 2px;
    display: none;
}

.filterItem {
    width: 100%;
    border-bottom: 1px solid #FFF;
    padding: 0.5em 1em;
    float: left;
}

.filterName {
    float: left;
    width: 73%;
    margin-top: 4px;
    overflow-x: hidden;
    cursor: pointer;
}

.currFilterName {
    color: red;
}

.filterItem a {
    width: 1.5em;
}

a {
    cursor: pointer;
}

.panelToggleWrapper, .rightPanelToggleWrapper {
    padding-top: 0.5em;
    margin-left: 5px;
    display: none;
}

.panelToggleWrapper {
    padding-left: 1.5em;
}

.rules-group-container .form-control {
    padding: 0px;
    width: 100%;
}

.rules-group-container {
    padding: 5px 10px 5px 10px !important;
}

.query-builder .rule-container .rule-filter-container,
.query-builder .rule-container .rule-operator-container,
.query-builder .rule-container .rule-value-container {
    margin: 0px;
    padding: 0;
    max-width: 29%;
    width: 100%;
}

#advSearchWrapper .rules-group-container {
    width: 100%;
    margin-top: 10px;
}

    #advSearchWrapper .rules-group-container .rule-container .rule-actions .btn {
        font-size: 0;
    }

        #advSearchWrapper .rules-group-container .rule-container .rule-actions .btn .fas {
            font-size: initial;
        }

#advSearchWrapper .group-conditions .btn:not(.active) {
    opacity: 0.3;
}

#globalFilterForm .k-combobox input {
    height: 36px;
    font-size: 16px;
}

.modal-body.filter {
    padding: 5px;
}

.modal-dialog.k-dialog.gridViews {
    margin: 2px auto;
}

.bootstrap-dialog.gridViews {
    position: static;
}

.modal-backdrop.gridViews {
    position: static;
    height: auto;
    width: auto;
}

.close {
    font-size: 21px;
}

#advSearchBtn, #gridViewsBtn {
    padding: 0px;
    border: none;
    display: block;
}

.emptyViewMsgWrapper {
    display: table;
    width: 100%;
    height: 99%;
}

.emptyViewMsg {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: red;
    font-size: 3em;
}

.js_tvItemFilter {
    line-height: 1.8;
}

.sessionOverIcon {
    background: url('Images/SessionOver.png');
    background-repeat: no-repeat;
    float: left;
    width: 20%;
    height: 64px;
}

.appleShare {
    background: url('Images/PWA/appleShare.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 5px;
}

.js_extendSession {
    text-transform: uppercase;
    margin: 10px 0px 0px 0px;
    border: #5cb85c;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

#gridWrapper .k-toolbar {
    height: 2.2em;
}

#enhGridWrapper .k-tabstrip {
    height: 2.85em;
}

.displayNone {
    display: none !important;
}

.gridSearchWrapper .searchBtn {
    height: 35px;
    width: 40px;
    margin-left: 5px;
}

.gridSearchWrapper .js_globalFilterClear {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}


#licenseMessage {
    text-align: center;
    font-weight: bold;
}

#gridLoading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    position: absolute;
}

.listView [class*="col-"] {
    float: left;
}

.k-upload-status {
    vertical-align: middle;
}

.flexWrapper {
    display: flex;
}

.link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.km-group-container.collapsed {
    width: 40px !important;
    height: 100%;
}

.listView li.km-group-container.collapsed > .k-header {
    height: 100%;
    padding: 4px 8px;
    writing-mode: vertical-lr;
}

.km-group-container.collapsed .km-list {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .js_tvItemFilter {
        padding-top: 2.5px;
        padding-bottom: 2.5px;
    }

    li.k-item[data-entitykey][role="tree"], li.k-item[data-action][role="menuitem"] span.k-link {
        padding-top: 2.5px;
        padding-bottom: 2.5px;
    }

    .k-widget.k-grid .k-pager-nav + .k-pager-numbers {
        display: none !important;
    }

    .k-pager-sizes {
        display: none !important;
    }
}

@media only screen and (max-width: 415px) {
    .autoRefreshWrapper, .dashboard {
        display: none;
    }

    #dashboardWrapper {
        display: block;
    }

    #gridWrapper .k-grid-content tr {
        height: 40px;
    }
}

@media only screen and (max-width: 321px) {
    .k-pager-wrap .k-pager-refresh {
        margin-right: 0 !important;
    }
}


/* BOOTSTRAP SIZES */
@media (max-width:1180px) {
    .k-toolbar .k-button {
        line-height: 2.5em;
        margin-right: 0.4em !important;
    }

    .k-toolbar .k-split-button {
        margin-right: 0.4em !important;
    }

        .k-toolbar .k-split-button .k-button {
            margin-right: 0 !important;
        }

    .k-toolbar .k-separator {
        margin-left: 0 !important;
    }

    .k-toolbar .k-button-icon {
        width: calc(2.5em + 6px);
        height: calc(2.5em + 6px);
    }

    .k-toolbar .k-split-button-arrow {
        width: calc(2.5em + 3px);
    }

    #gridWrapper .k-toolbar {
        height: 2.8em;
    }

    #licenseMessage {
        display: none;
    }

    .js_gridSearch {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    /* GRID & PANELS */
    #splitterV, #gridWrapper {
        width: 100% !important;
    }

    #panelBarWrapper, #rightPanelBarWrapper {
        width: 100% !important;
        z-index: -1;
    }

    #rightPanelBarWrapper {
        left: 0 !important;
    }

    .panelToggleWrapper {
        display: block;
    }

    .k-splitbar-horizontal, #splitterV {
        left: 0 !important;
    }

    .k-splitbar-horizontal {
        display: none;
    }

    .logo {
        width: 145px;
    }

    .k-grid table {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .hideOnMobile {
        display: none;
    }

    .logoWrapper {
        display: none;
    }

    #favEntityPanel {
        width: 99%;
    }

    .noPaddingMob {
        padding: 0 !important;
    }

    .welcome {
        display: none;
    }
}

@media (max-width:575px) {
    #PageElt .header .form.focused .js_gridSearch {
        position: fixed;
        z-index: 1;
        width: 45%;
    }
}


/* CUSTOM SIZE */
@media only screen and (max-width : 650px) {
    #assignForm .jsonInput {
        width: 85%;
    }

    .favEntityPanelEntityText {
        font-size: 0.9em;
        width: 100%
    }

    .favEntityPanelEntity {
        width: 50%;
    }

    .query-builder .rule-filter-container, .query-builder .rule-operator-container, .query-builder .rule-value-container {
        width: 67%;
    }

    .query-builder .rule-operator-container, .query-builder .rule-value-container {
        margin-top: 5px !important;
        padding: 0;
        border: none;
    }

    #globalFilterForm .k-combobox {
        width: 10em !important;
    }
}


/*Animated Border*/
@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.js_hubUpdated {
    position: relative;
    z-index: 0;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 2px;
    border-color: transparent !important;
}

.js_hubUpdated::before {
    content: "" !important;
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #b7a7ff;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#2e00ff, #917af9);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

.js_hubUpdated::after {
    content: "" !important;
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: inherit;
    border-radius: 5px;
}


/*Production Board*/
#listViewWrapper_ProductionBoard {
    padding: 5px;
}

.prodBoard {
    display: grid;
    gap: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
    position: relative;
    padding-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prodTop, .prodLeft {
    padding: 5px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.prodLeft {
    position: sticky;
    left: 0;
    z-index: 10;
}

.prodTop:not(.prodMainTop),
.prodMainTop:not([data-workGroup]) {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 11;
}

.prodTop:not(.prodMainTop) .groupDesc {
    font-size: 0.8em;
}

.prodTop .triangle-top {
    position: absolute;
    border-left: 150px solid transparent;
    border-top: 50px solid blue;
}

.prodTop .triangle-bottom {
    position: absolute;
    border-right: 150px solid transparent;
    border-bottom: 50px solid black;
}

.prodTop .text-top {
    position: absolute;
    top: 5%;
    right: 2%;
}

.prodTop .text-bottom {
    position: absolute;
    bottom: 5%;
    left: 2%;
}

.prodMainTop:not([data-workGroup]), .prodTop:not([data-workGroup]) {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: normal;
    font-size: 10px;
    z-index: 12;
}

.prodTask {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 200px;
    min-height: 200px;
    overflow: auto;
    position: relative;
    box-sizing: border-box;
}

.prodTask.js_prodBoardTaskOpened {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(6em, 1fr));
    grid-auto-rows: max-content;
    gap: 5px;
    padding-right: 5px;
}

.prodTask.js_prodBoardTaskZoomed {
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 10px;
    padding: 5px;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.js_prodBoardShowCards {
    flex-direction: column;
}

.prodTask:not(.js_prodBoardTaskZoomed) .prodTaskItem {
    background: #fff;
    border: 1px solid #ddd;
    margin: 2px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    color: #333;
    font-size: 10px;
}

.prodTask.js_prodBoardTaskZoomed .prodTaskItem {
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-size: 15px;
    color: #333;
}

.prodTask.js_prodBoardTaskZoomed .prodTaskItemContent {
    height: 110px;
    border-bottom: 1px solid #ccc;
}

.prodTask.js_prodBoardTaskZoomed .prodTaskItemContent .prodTaskItemContentHeader {
    overflow: auto;
    height: 40px;
    position: relative;
}

.prodTask.js_prodBoardTaskZoomed .prodTaskItemContent .prodTaskItemContentHeaderBody {
    position: absolute;
    left: 60px;
}

.prodTask .prodTaskItemHeader {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

.prodTask.js_prodBoardTaskZoomed .prodTaskItemHeader {
    font-size: 18px;
}

#prodBoardSelectionBox {
    border: 1px dashed #0099FF;
    background-color: rgba(0, 153, 255, 0.1);
    position: absolute;
    z-index: 30;
    display: none;
}

#prodBoardHeader {
    padding: 2px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}

#prodBoardHeaderTitle {
    font-size: 1.5em;
    font-weight: bold;
}

#prodBoardHeaderAction {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

#prodBoardHeaderAction button {
    margin-top: 2px;
    margin-right: 2px;
    border: none;
    background-color: unset;
}

#prodBoardHeaderAction button .k-icon {
    font: 18px / 1 WebComponentsIcons;
}

.prodBoardToolbar {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    height: auto !important;
    display: none;
}

.prodBoardToolbar a {
    display: block;
}

.prodTask.collapsedV {
    min-width: 55px;
}

.prodTask.collapsedH {
    min-height: 30px;
}

.prodTask.collapsedV .prodTaskDet, .prodTask.collapsedH .prodTaskDet {
    display: none;
}

.prodTask.collapsedV .colFontSize, .prodTask.collapsedH .colFontSize {
    font-size: 0.8em;
}

.js_prodBoardGroupExpCol {
    cursor: pointer;
}

.prodTask .footer {
    display: flex;
    border-top: 1px solid #ccc;
}

.prodTask .footer-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 40px;
    font-size: 20px;
}

.prodTask .footer-section:first-child {
    border-left: none;
}

.prodTask .footer-section:last-child {
    border-right: none;
}

.prodTaskItem.k-state-selected {
    border: 1px solid black !important;
}

.prodBoardonDragEnter {
    opacity: 0.3;
    border: 1px dashed #000000;
}

#toolbar_ProductionBoard .autoRefreshWrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 5px;
}

#toolbar_ProductionBoard .autoRefreshWrapper .js_autoGridRefresh {
    bottom: 0px;
}