.app-totals
{
    width: 33.3333%;
    display: block;
    position: fixed;
    background: var(--border-color);
    min-height: 55px;
    font-family: 'Roboto regular';
    bottom: 0px;
}

.app-totals .expander
{
    text-align: center;
    width: 100%;
    height: 32px;
    margin-top: -32px;
    background: white;
    border-bottom: 1px solid var(--border-color);
    border-top: 1px solid var(--border-color);
    color: var(--icons-color);
    padding-top: 7px;
    cursor: pointer;
}

.blueBottomTotal
{
    width: 100%;
    background: var(--accent);
    color: white;
    font-family: 'Comfortaa Regular';
    text-align: center;
    height: 55px;
    padding-top: 14px;
    vertical-align: top;
    cursor: pointer;
    font-size: 22px;
    display: inline-block;
}

.redBottomTotal
{
    background: var(--error);  
}

.blueBottomTotal label
{
    cursor: pointer;
}

.blueBottomTotal .money
{
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.totalDetailItem
{
    padding: 0.7em 0.7em 0.7em 0.7em;
    color: var(--text-color);
    font-family: 'Comfortaa Regular';
    background: white;
    border: 1px solid var(--border-color);
}

.totalDetailItem .label
{
    vertical-align: top;
    margin-top: 6px;
    margin-bottom: 2px;
}


.totalDetailItem .money
{
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 20px;
    float: right;
    margin-right: 30px;
}

.discountEdit
{
    color: var(--icons-color);
    display: block;
    position: absolute;
    cursor: pointer;
    margin-top: 5px;
    font-size: 18px;
    right: 10px;
}

.totalsDiscountLabel
{
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 20px;
    float: right;
    margin-right: 45px;
    border: none;
    color: var(--text-color);
    font-family: 'Comfortaa Regular';
    text-align: right;
    width: 112px;
}

.discountInputInlineSymbol
{
    position: absolute;
    right: 38px;
    font-size: 20px;
    margin-top: 4px;
    cursor: pointer;
}

.totalsSpinner
{
    display: block;
    position: absolute;
    right: 0px;
    margin-right: 20px;
    transform: scale(0.4);
    top: 3px;
}

.totalsSpinner div:after {
    background: white !important;
}