﻿.grid-toolbar-new {
    -webkit-mask-image: url("../images/grid-toolbar-new.svg");
    mask-image: url("../images/grid-toolbar-new.svg");
}

.grid-toolbar-edit {
    -webkit-mask-image: url("../images/grid-toolbar-edit.svg");
    mask-image: url("../images/grid-toolbar-edit.svg");
}

.grid-toolbar-delete {
    -webkit-mask-image: url("../images/grid-toolbar-delete.svg");
    mask-image: url("../images/grid-toolbar-delete.svg");
}

.vh80 {
    height: 80vh;
}


.icon-f3 {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center center;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-color: var(--dxbl-btn-color);
    background-size: contain;
    mask-size: contain;
    display: inline-block;
}

.icon-like-off {
    -webkit-mask-image: url("../images/ursus/favorite.svg");
    mask-image: url("../images/ursus/favorite.svg");
    background-color: bisque !important;
}

.icon-like-on {
    -webkit-mask-image: url("../images/ursus/favorite.svg");
    mask-image: url("../images/ursus/favorite.svg");
    background-color: orange !important;
}

/* DevExpress button text contrast improvements */
.dxbl-btn.dxbl-btn-primary,
.dxbl-btn.dxbl-btn-success,
.dxbl-btn.dxbl-btn-info,
.dxbl-btn.dxbl-btn-danger {
    --dxbl-btn-color: #fff;
    --dxbl-btn-hover-color: #fff;
    --dxbl-btn-active-color: #fff;
}

.dxbl-btn.dxbl-btn-warning {
    --dxbl-btn-color: #212529;
    --dxbl-btn-hover-color: #212529;
    --dxbl-btn-active-color: #212529;
}
