﻿/*#main {
    background-color: #eee;
    padding: 4px;
    margin: 0;
}*/

#footer {
    background-color: #CCCCCC;
    color: #eee;
    padding: 8px 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/*#sidebar {
    background: #2A2C36;
    color: #111;
    position: fixed;
    height: 100%;
    width: 250px;
    overflow: hidden;
    left: 0;
    margin: 0;
}*/

.dibs_brand_assets {
    padding: 8px 5px;
    position: fixed;
    bottom: 100px;
}

/*li.indent {
    margin-left: 30px;
}*/

/*.nav-list li  ul {
    padding-left:0;
    padding-right:0;
}
.nav-list ul li a {
    padding-left:30px;
}*/

/*
.buancologo {
    max-width: 250px;
    padding: 8px;
}*/

/*#main
{
    margin: 0 0 0 250px;
}*/

.vertical-align {
    display: flex;
    align-items: center;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border: 1px solid transparent;*/
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    transition: background-color 5000s ease-in-out 0s;
}

.active-lang-flag {
    max-height: 24px !important;
    max-width: 32px !important;
}

.inactive-lang-flag {
    max-height: 15px !important;
    max-width: 20px !important;
}

.clickable-element {
    cursor: pointer;
}

.receiptTable {
    font-family: "Courier New";
    /* background-color: aqua; */
    font-size: min(3vw, 18px);
}

.receiptTableRowCell {
    white-space: pre; /* show all white spaces, since they are used to align text. table cell default is to collapse multiple spaces */
}

.receiptTableRowCell:empty:after{
    content: "\00a0"; /* add an invisible character to empty lines, to make them display at the same height as lines with text */
    /* background-color: pink; */
}