﻿.grid-size-25 {
    max-height: 25%;
}

.grid-size-50 {
    max-height: 50%;
}

.grid-size-60 {
    max-height: 60%;
}

.grid-size-75 {
    max-height: 75%;
}

.grid-size-300 {
    max-height: 300px;
}

.grid-size-400 {
    max-height: 400px;
}

.valign {
    vertical-align: top !important;
}


.app-title {
    margin-top: -20px !important;
    margin-bottom: 10px !important;
    margin-right: 40px !important;
    margin-left: 10px !important;
    text-align: center !important;
    font-size: large !important;
    font-weight: bold !important;
}

.grid-add {
    width: 32px !important;
    height: 32px !important;
    mask-image: url("images/icons/grid-add.png") !important;
    background-color: currentColor;
}

.menu-item {
    background-color: transparent;
    color: white !important;
}

.menu-popout {
    background-color: lightgoldenrodyellow !important;
    color: black !important;
}

/*.grid-edit {
    width: 32px !important;
    height: 32px !important;
    mask-image: url("images/icons/grid-edit.png") !important;
    background-color: currentColor;
}*/
/*.grid-delete {
}
*/
.grid-filter-clear {
    width: 16px !important;
    height: 16px !important;
    mask-image: url("images/icons/grid-filter-clear.svg") !important;
    background-color: currentColor;
    color: gray;
}

/*.grid-delete {
    width: 32px !important;
    height: 32px !important;
    mask-image: url("images/icons/grid-delete.png") !important;
    background-color: red;
}*/

