﻿.grid-toolbar-new,
.grid-toolbar-edit,
.grid-toolbar-delete,
.grid-toolbar-refresh,
.grid-toolbar-filter-row,
.grid-toolbar-document {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    height: 16px;
    width: 16px;
}

.grid-toolbar-new {
    -webkit-mask-image: url("../img/GridToolbarNew.svg");
    mask-image: url("../img/GridToolbarNew.svg");
}

.grid-toolbar-edit {
    -webkit-mask-image: url("../img/GridToolbarEdit.svg");
    mask-image: url("../img/GridToolbarEdit.svg");
}

.grid-toolbar-delete {
    -webkit-mask-image: url("../img/GridToolbarDelete.svg");
    mask-image: url("../img/GridToolbarDelete.svg");
}

.grid-toolbar-refresh {
    -webkit-mask-image: url("../img/GridToolbarRefresh.svg");
    mask-image: url("../img/GridToolbarRefresh.svg");
}

.grid-toolbar-filter-row {
    -webkit-mask-image: url("../img/GridToolbarFilterRow.svg");
    mask-image: url("../img/GridToolbarFilterRow.svg");
}

.grid-toolbar-document {
    -webkit-mask-image: url("../img/GridToolbarDocument.svg");
    mask-image: url("../img/GridToolbarDocument.svg");
}
.grid-toolbar-sendcommand {
    -webkit-mask-image: url("../img/send_command.png");
    mask-image: url("../img/send_command.png");
}
dxbl-modal > .dxbs-modal > .dxbs-popup {
    width: 100% !important;
}
.modal-dialog-centered {
    min-height: auto !important;
}
.CssSShotPopup {
    height: calc(100vh - 3.5rem);
}

    .CssSShotPopup > .modal-content {
        top: 5%;
        min-width: 900px;
        min-height: 750px;
        position: absolute;
        float: left;
        left: 50%;
        transform: translate(-50%);
    }

.CssTranPopup {
    height: calc(100vh - 3.5rem);
}

    .CssTranPopup > .modal-content {
        top: 2%;
        min-width: 900px;
        width:1600px;
        min-height: 600px;
        height:900px;
        position: absolute;
        float: left;
        left: 50%;
        transform: translate(-50%);
    }
.CssPopUpButton {
    width: 25%;
    max-width: 150px;
    align-content:center;
    margin-left: 200px;
  
}
.CssHeaderDetail {
    display: none;
}

.chartSize {
    max-width: 174px !important;
    width: 174px !important;
    position: relative;
    padding: 10px;
    padding-left: 15px;
    padding-bottom: 15px;
    /* padding-top:10px;
    padding-right: 15px;
    height: 200px;*/
    /*   margin-bottom: 37px;*/
}

.chartSize1:hover {
    transform: scale(1.5);
    z-index: 222;
}

    .chartSize1:hover .card-name-chart {
        font-size: 0.9rem;
    }

.card-header-chart {
    position: absolute;
    width: 100%;
    height: 37px;
    padding: 0.15rem 0.65rem;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-name-chart {
    font-size: 1rem;
}

    .card-name-chart:hover {
        font-size: 0.8rem;
    }

.DxChart {
    margin-top: 40px;
}

.chartSmallSize {
    max-width: 174px !important;
    width: 174px !important;
    position: relative;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    height: 200px;
    margin-bottom: 37px;
}

.toppings {
    text-align: center;
    display: block;
    padding-left: 4rem;
}

.topping {
    display: inline-block;
    /*background-color: #a04343;*/
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 2rem;
    margin: 0.4rem 0.3rem;
    font-weight: 700;
}

.topping-price {
    font-weight: 100;
    font-size: 0.8rem;
}

    topping-price::before {
        content: '£';
    }

.delete-topping {
    background: none;
    border: none;
    color: white;
    padding: 0.2rem 0.2rem 0.3rem 0.2rem;
    cursor: pointer;
}

    .delete-topping:hover {
        color: yellow;
    }

div .red.on {
    display: inline-block;
    background-color: red;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 2rem;
    margin: 0.4rem 0.3rem;
    font-weight: 700;
}
div .red.off {
    display: inline-block;
    background-color: green;
    color: white;
    padding: 0.2rem 1rem;
    border-radius: 2rem;
    margin: 0.4rem 0.3rem;
    font-weight: 700;
}

.InputCss4Insert {
    color: green;
}
.InputCss4Update {
    color: blue;
}
.InputCss4Delete {
    color: red;
}
.InputCss4Normal {
    color: black;
}
