@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    /*Wasit Edit*/
    background-image: url('../images/CustomLogo.svg');
    width: 180px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*flex-shrink: 0;*/
    /*background-color: currentColor;*/
    /*-webkit-mask: url('../images/CustomLogo.svg');*/
    /*mask: url('../images/CustomLogo.svg');*/
    /*-webkit-mask-position: center;*/
/*    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/*button[data-action-name="New"] {
    background: yellow;
    color: red;
}*/

.trigger-blue {
    background: #AED6F1;
}

.trigger-green {
    background: #A3E4D7;
}

.trigger-white {
    background: #FFFFFF;
}

.loading-image {
    width: 130px;
    height: 130px;
}

.ui-state-highlight {
    background-color: rgba(var(--bs-primary-rgb), .3);
}

.ui-state-hover {
    background: rgba(var(--bs-primary-rgb), .3);
}

.ui-draggable-dragging {
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);
}

/*.dxbs-grid .dxbs-grid-table > tbody > tr[data-visible-index] > td:first-child:hover {
    cursor: move;
}

.dxbs-grid .dxbs-grid-table > tbody > tr[data-visible-index]:hover {
    cursor: pointer;
}*/

.dxbs-grid .dxbs-grid-table > tbody >tr> td[xaf-grid-modified-value] {
    background-color: #615f63;
}