﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
    font-family: sans-serif;
    font-size: 1.00rem;
}


div.editgrid {

}

    div.editgrid table,
    div.langitems table,
    div.customers table {
        width: 100%;
        table-layout:fixed;
    }

        div.editgrid table td,
        div.editgrid table th,
        div.langitems table td,
        div.langitems table th,
        div.customers table td,
        div.customers table th{
            text-align: left;
            1padding: 5px;
            padding-left: 10px;
            padding-right: 10px;
            height: 35px;
            line-height: 35px;
            white-space:normal;
        }

        div.editgrid table td,
        div.langitems table td,
        div.customers table td {
            padding-top: 5px;
            padding-bottom: 5px;
            white-space: normal;
            overflow:hidden;
            text-overflow:ellipsis;
        }

        div.editgrid table tr,
        div.langitems table tr,
        div.customers table tr {
            border-bottom: solid 1px #eee;
            height: 35px;
            line-height: 35px;
        }

        div.langitems.users table tr td a {
            height:auto;
            line-height:initial;
            font-size:smaller;
            
            font-weight:bold;
            
            padding:4px;
            margin-bottom:2px;
            border-radius:3px;

        }

        div.langitems,
        div.customers {
            width: 100%;
            1min-width: 100%;
        }

    div.editgrid table tr:hover td,
    div.langitems table tr:hover td,
    div.customers table tr:hover td{
        background-color: #0056b310;
    }

div.grid {
    margin: auto;
    display: flex;
    width: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: stretch;
    width:fit-content;
    1min-width:850px;
    max-width:50%;
}

            div.grid div.griditem {
                padding-right: 5px;
                padding-bottom: 5px;
            }

                div.grid div.griditem a {
                    display: block;
                    width: 200px;
                    height: 75px;
                    background-color: #0056b3a3;
                    color: #fff;
                    text-decoration: none;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                div.grid div.griditem.small a {
                    width: 125px!important;
                    font-size:initial;
                }

                div.grid.thin div.griditem a,
                div.grid div.griditem.thin a {
                    height: 50px;
                }

                div.grid div.griditem.green a {
                    background-color: #5dae00;
                }

                div.grid div.griditem.light a {
                    background-color: #0056b3;
                }

    div.grid.reload div.griditem a {
        background-color: #a00000;
        color: #fff;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items:center;
        width:auto;
    }

        div.grid.reload div.griditem a span {
            width: auto;
            padding-left: 1rem;
            padding-right: 1rem;
        }

                div.grid div.griditem a span {
                    display: block;
                    width: 200px;
                    line-height: initial;
                }

            div.grid div.griditem a:hover {
                background-color: #0056b3d0;
            }

            .bold{
                font-weight:700;
            }

.bold500 {
    font-weight: 500;
}

.bold600 {
    font-weight: 600;
}

div.form-group{
    text-align:left;
}

div.form-group label.head {
    font-size:smaller;
    font-weight:700;
}

div.input-group {
    display:block;
}

    div.input-group input[type=text],
    div.input-group textarea {
        width: 100%;
    }

input[type=text],
input[type=number].text,
textarea {
    padding: 5px;
    border: solid 1px #ccc;
}

textarea {
    min-height:100px;
}

textarea.ht1 {
    min-height: 300px;
}

    textarea.ht2 {
        min-height: 400px;
    }

div.form-group label.head.lg {
    font-size:larger;
    text-transform:uppercase;
}

input[type=button],
input[type=submit],
div.input-group a.cancel,
a.button {
    border: none;
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    padding:0px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #0056b3;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-right: 5px;
    1box-shadow: 0 1px 3px #00000090;
}

    div.input-group a.cancel{
        background-color:#505050;
    }

    input[type=button]:hover,
    input[type=submit]:hover,
    div.input-group a.cancel:hover,
    a.button:hover {
        background-color: #0056b3d0;
        color: #fff;
        box-shadow: none;
        1padding-top:1px;
        
    }

div.input-group a.cancel:hover {
    background-color: #606060;
}

div.input-group.flex {
    display: flex;
}

div.navtable {
    display: flex;
    height: 100%;
    min-height: 600px;
    align-items: stretch;
}

    div.navtable div.main,
    div.navtable div.sub {
        
    }

        div.navtable div span.title {
            font-size:small;
            padding-left:10px;
        }

        div.navtable div.langitems {
            display: block;
            1border-left: solid 1px #ddd;
        }

    div.navtable div.sub {
        !border-left: solid 1px #ddd;
    }

        div.navtable div.main a,
        div.navtable div.sub a {
            display: block;
            height: 40px;
            line-height: 40px;
            width: 100%;
            text-align: left;
            padding-left: 10px;
            padding-right: 10px;
            text-transform: uppercase;
            min-width: 175px;
        }

            div.navtable div.main a span,
            div.navtable div.sub a span {
                height: 40px;
                line-height: 40px;
                top:0px;
            }



            div .navtable div.main a.sel {
                background-color: #0056b3;
                color: #fff;
            }

            div.navtable div.sub a.sel {
                background-color: #0056b3;
                color: #fff;
            }

        div.navtable div.sub a {
            text-transform: none;
            height: 40px;
            line-height: 40px;
        }

        div.navtable div.main a:first-child,
        div.navtable div.sub a:first-child {
            1border-top: solid 1px #ddd;
        }

        .container{
            width:auto;
            min-width:auto;
            max-width:auto!important;
        }

        .small{
            font-size:small!important;
        }

.smaller {
    font-size: smaller !important;
}

.right {
    float:right !important;
}

table tr td.key,
table tr th.key,
table tr td.date,
table tr th.date,
table tr td.num,
table tr th.num,
table tr td.price,
table tr th.price {
    width: 100px;
    white-space: nowrap;
}

table tr td.key,
table tr th.key {
    width: 200px;
    min-width: 150px;
    white-space: nowrap;
}

table tr th.date,
table tr td.date {
    color: #777;
    width: 180px;
    max-width: 180px;
}

table tr th.lang100,
table tr td.lang100 {
    width: 100%;
    
}

table tr td.date {
    font-size:small;
    font-weight:bold;
}

table tr td.price,
table tr th.price {
    text-align: right;
    white-space: nowrap;
}

table tr.notactive td {
    color:#aaa!important;
}

table tr.notactive td a{
    color: #aaa !important;
}

    table tr.notactive td input,
    table tr.notactive td input[type=text],
    table tr.notactive td input[type=number],
    table tr.notactive td input[type=number].price {
        color: #aaa !important;
        border: solid 1px #aaa !important;
    }

table tr th{
    font-size:smaller;
}

table tr td.lang {
    line-height:initial;
}

table tr th.langinfo,
table tr td.langinfo {
    line-height: initial;
    width: 130px;
    max-width: 130px;
}

        table tr.selected, table tr.selected td{
    background-color:InfoBackground;
}

div#keymenu {
    border: solid 1px #ddd;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
}

.oi.oi-menu {
    cursor:pointer;
    margin-left:10px;
    
}

div#keymenu a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: solid 1px #ddd;
}

.underline{
    text-decoration:underline;
}

a:hover {
    text-decoration: none!important;
    color:red;
}

.min-width-175px {
    width: 175px;
    min-width: 175px;
}

.min-width-200px {
    width: 200px;
    min-width: 200px;
}

.min-width-250px {
    width: 250px;
    min-width: 250px;
}

.fit-content {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
}

input[type=text]#search{
    width:300px;
    margin-right:10px;
}

.filter a {
    font-weight: 600;
    font-size: smaller;
    white-space: nowrap;
    background-color: #0056b3;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
}

td.jn,
th.jn {
    text-align: center !important;
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
    white-space: nowrap !important;
}

th.ac,
td.ac {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
}

td.ac.round a {
    border-radius:50px;
}

.subgroup{
    padding-top:1rem;
    margin-top:4rem;
    
}

.subgroup h2{
    font-size:2.5rem;
    font-weight:400;
}

.subgroup .row {
    margin-left:-5px;
    margin-right:1rem;
}

.row.hover:hover{
    background-color:#fafafa;
}

.row.checkbox .col {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    text-align:left;
}

.row.checkbox.fit .col {
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
    text-align: left;
}

.row.checkbox .col.cb {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    text-align: center;
}

footer {
    position: fixed;
    background: #f3f3f3;
}

a.goback {
    1background-color: #0056b3;
    border-radius: 50px;
    color: #0056b3;
    font-size: 1.5rem;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

    a.goback span.oi {
        top: 0px;
        height: 40px;
        line-height: 40px;
    }

a.navbar-brand,
.navbar-light .navbar-brand {
    color: #0056b3;
    font-weight:300;
}

a.navbar-brand span,
.navbar-light .navbar-brand span {
    font-weight: 600;
}

.navbar-nav {
    justify-content:flex-end;
}

.mt-0{
    margin-top:0px!important;
}

.mt-1 {
    margin-top: 0.5rem !important;
}

.mt-2 {
    margin-top: 1rem !important;
}

.mt-3 {
    margin-top: 1.5rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}
.mt-5 {
    margin-top: 2.5rem !important;
}

@media (min-width: 768px) {
    .container {
            min-width: 100%;
            max-width: fit-content !important;
        }
    }

.tasmall textarea {
    height: 60px;
    min-height: 60px;
}

div.editgrid table.tracking {
}

div.editgrid table.tracking td {
    line-height:initial;
}

    div.editgrid table.tracking tr.th td {
        font-size:smaller;
        font-weight:500;
        color:#000;
    }

tr.hidden{
    display:none;
}

tr td.hldate {
    font-size:larger;
}

.open {
    font-weight:700;
}

.closed {
    font-weight: normal;
}

div.editgrid div.grid {
    justify-content: flex-start;
    align-items: center;
    max-width:100%!important;
}


div.editgrid div.grid div.col.content {
    border: solid 1px #ccc;
    border-radius: 5px;
    min-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

    div.editgrid div.grid div.col.content span {
        height: initial;
        min-height: 20px;
        display: block;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        min-width: 200px;
    }

.w-100-important {
    width: 100px !important;
    min-width: 100px !important;
    max-width: 100px !important;
}

.justify-content-center {
    justify-content: center;
}



a.appFilter {
    padding:10px;
}

    a.appFilter.sel,
    a.appFilter:hover{
        background-color: #0366d6;
        color: #fff;
    }

th.ms,
th.ms a{
    width: fit-content !important;
    text-align: right !important;
}

td.ms {
    width: fit-content!important;
    text-align: right!important;
}

.nowrap{
    white-space:nowrap!important;
}

select{
    border-radius:0px!important;
    border:solid 1px #ccc;
    padding:5px;
    color:#777;
}

input[type=text].price,
input[type=number].price,
input[type=number].weight {
    width: 115px;
    min-width:115px!important;
    text-align: right;
}

input[type=submit].hidden{
    display:none;
}

.text-transform-none {
    text-transform: none!important;
}

tr.editrow {

}

    tr.editrow.saved {
        background-color: #ecffec!important;
    }

.button.nosel {
    background-color: #00000007;
    color: #0366d6aa;
}

.row.option {
    margin:0;
    padding:0;
    line-height:initial;
    border:none!important;
}

    .row.option .col {
        margin: 0;
        padding: 0;
        line-height: initial;
        border: none !important;

    }

        .row.option .col input[type=text],
        .row.option .col input[type=number] {
            margin: 0;
            padding: 0;
            line-height: initial;
            padding: 5px!important;
            border: solid 1px #ccc!important;
        }

td.price {
    max-width: 120px !important;
    width: 120px !important;
    white-space: normal !important;
    
}

    td.price input[type=number].price {
        padding: 5px;
        border: solid 1px #ccc !important;
    }

    td.price input[type=number].price.amt {
        font-weight:700!important;
    }

    .max-width-60px{
        max-width:60px;
    }

.max-width-70px {
    max-width: 70px;
}

.max-width-80px {
    max-width: 80px;
}


.row.textarea {
    height:fit-content!important;
}

.col.textarea {
    height: fit-content !important;
}

    .col.textarea textarea {
        height: 95px;
        padding: 5px;
        font-size: .9rem;
        min-width: 500px;
        line-height: initial;
        width:100%;
    }

    .col.textarea input {
        1margin-bottom:40px;
    }

    .col.textarea select {
        font-size: 0.85rem;
        color: #000;
        font-weight: 600;
        width: 115px;
        margin-top: 1px;
        margin-bottom: 1px;
    }

.block.pads {
    display: block;
    padding: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.noborder,
tr.noborder {
    border: none !important;
}

table.ticker tr.editrow.notactive,
table.ticker tr.editrow.notactive2 {
    background-color: #eee;
}

table.ticker tr.editrow {
    background-color: #ccc;
}

table tr th.price {
    width: 125px;
    1min-width: 150px;
}

table tr th.key1,
table tr td.key1 {
    width: 125px;
    text-align:right;
}

table tr th.edit1,
table tr td.edit1 {
    width: 125px;
}

table tr th.weight1,
table tr td.weight1 {
    width: 160px;
}

table tr td select {
    border-radius: 0px !important;
    border: solid 1px #ccc;
    padding: 5px;
    color: #777;
    line-height:35px!important;
    height:47px;
    color:#000;
    
}

.tiledata a {
    background-color:yellow;
}

div.grid.tilepages div.griditem.light a {
    background-color: #ff7300;
}

div.langitems table tr td {
    vertical-align:top;
}

th.act,
td.act {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    white-space: nowrap !important;
}

.transfer {
    border: solid 1px #ccc;
    background-color: #fafafa;
    1padding: 0.25rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    display:block;
    width:fit-content;
}

select#sub {
    background: #0056b3;
    color: #ffffff;
    font-size: larger;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    min-width:300px;
    border:none;
    border-radius:50px!important;
}

    select#sub.inline {
        background: #fff;
        color: #0056b3;
        font-size: inherit;
        font-weight: normal;
        height: auto;
        line-height: normal;
        padding:0px;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 0rem;
        margin-bottom: 0rem;
        min-width: auto;
        width:fit-content;
        border: none;
        border-radius: 0px !important;
        display:inline-block;
    }

h1.withselect {
    display:flex;
    white-space:nowrap;
}

frm.withselect {
    
}

td.key a.newkey {
    border: solid 1px #ccc;
    1padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #fcfcfc;
    border-radius: 50px;
    display: block;
    width: fit-content;
    min-width: 110px !important;
    max-width: fit-content !important;
}

th.key.newkey,
td.key.newkey {
    width: fit-content !important;
    max-width: fit-content !important;
    min-width: fit-content !important;
}

div.langitems table td,
div.langitems table td.key.mtall {
    padding-top: 1.0rem !important;
    padding-bottom: 1.0rem !important;
}

div.langitems table td.key {
    padding-top: 0.5rem !important;
}

    div.langitems table td.bool,
    div.langitems table td.ver,
    div.langitems table td.date {
        line-height: 3rem !important;
    }

    div.langitems table td.key .tabkey {
        background: #f5f5f5;
        border-radius: 50px;
        padding-left: 1rem;
        font-size: small;
        font-weight: bold;
    }


    div.langitems table td.langinfo {
        font-size: small;
    }

    div.langitems table td.langinfo .notavailable {
        text-decoration:line-through;
    }

table.emailerrors{
    width:100%;
}

    table.emailerrors td {
        border: solid 1px #ccc;
        padding: 0.5rem;
    }

    table.emailerrors td.date {
        font-size:initial;
        font-weight:normal;
    }

        table.emailerrors td.address {
            font-weight:bold;
        }


        table.emailerrors td.error {
            1padding:1rem!important;
    padding-bottom:2rem;
    font-style: italic;
}

.emailerrorsseldays select{
    min-width:200px;
    font-weight:bold;
    color:#000;
    padding:0.75rem;
}

tr.errorcontent {
    cursor:default;
}

tr.errorcontent:hover {
    font-weight:600;
}

div.emailerrorsframe{
    max-width:100%;
    display:flex;
}

tr.errorcontent.toggled td span.long {
    display:none;
}

tr.errorcontent.toggled td span.short {
    display: block;
}

tr.errorcontent.expanded td span.long {
    display: block;
}

tr.errorcontent.expanded td span.short {
    display: none;
}



div#restartapp {
    background-color: #aa0000;
    border-radius: 50px;
    1padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: fit-content;
    margin: auto;
    margin-left: 3rem;
    height: initial;
    line-height: 30px;
    font-size: smaller;
    font-weight: bold;
    1margin-top:-30px;
    z-index: 2000000;
    1position:absolute;
    display: inline-block;
}

    div#restartapp .restartappcontent {
        color:#fff;
    }

.tabpage .row,
.tabpage .row .col {
    margin:0px;
    padding:0px;
}

.tabpage .row {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

    .tabpage .row .col select,
    .tabpage .row .col input[type=number].price,
    .tabpage .row .col div.input-group input[type=text].price,
    .tabpage .row .col input[type=text].price {
        line-height: 40px;
        height: 40px;
        border: solid 1px #aaa;
        color: #000;
        width: 100%;
        max-width: initial;
        min-width: 50px;
        padding: 0px !important;
        padding-left: 0.5rem!important;
        text-align:right;
    }

.tabpage textarea.larger {
    height: 300px;
    padding: 0.5rem !important;
    border: solid 1px #aaa!important;
    1margin-bottom:3rem;
}

div.objsaver.saver {
    background: #00ff0050;
    color:#00aa00;
    font-weight:bold;
    display: none;
    min-width: 100%;
    padding: 0.5rem;
    padding-left: 1.5rem;
    border-radius: 50px;
    margin-top:0.5rem;
}

.objblockgroup {
    1border-top:solid 3px #ccc;
    padding:1rem;
    padding-bottom:1.5rem;
}

    .objblockgroup a.deleter {
        background: #0366d6;
        color: #fff;
        1margin-top: 0.5rem;
        1width: fit-content;
        height: 40px;
        line-height: 40px;
    }

.objblockgroup.de {
    
}
.objblockgroup.fr {
    
}
.objblockgroup.it {
    
}
.objblockgroup.es {
    
}
.objblockgroup.en {
    
}

div.mainblock.row {
    display: flex;
    height: initial;
    line-height: initial;
    align-items: flex-start;
    border:none;
}

div.mainblock.row .col {
    height:initial;
    line-height:initial;
}

    div.mainblock.row .col:first-child {
        
    }

    div.mainblock.row .col.columns {
        width: 200px;
        max-width: 200px;
        padding-top:0px!important;
    }

        div.mainblock.row .col.columns .row {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            height: initial;
            line-height: initial;
            margin: 0px;
            border: none;
        }
        
        div.mainblock.row .col.columns .row .col{
            margin-bottom:3px;
            border:none;
        }

            div.mainblock.row .col.columns .row .col input,
            div.mainblock.row .col.columns .row .col select {
                border-radius:10px!important;
                background:#eee;
                border:none;
                padding-right:0.75rem!important;
            }

                div.mainblock.row .col.columns .row .col input.key {
                    font-weight: bold;
                    background: #b0c8e2aa;
                }


.productsearch .row,
.productsearch .row .col,
.productsearch .row .col a,
.productsearch .row .col a div,
.productsearch .row .col a div span {
    height: initial;
    line-height: initial;
}

.productsearch {
    min-width: 700px;
    width:initial;
    max-width:90%;
    width: fit-content;
    margin: auto;
}

    .productsearch .row .col a div{
        width:100%;
    }

    .productsearch .row {
    }
    .productsearch .row .col a {
        display: flex;
        padding-top: 1rem;
        padding-bottom: 1rem;
        justify-content: space-between;
        align-items: center;
    }

.productsearch .row .col a span.infoblock{
    display:block;

}

        .productsearch .row .col a span.oi {

        }

.productsearcher input[type=text] {
    font-size: larger;
    padding-left: 1rem;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 30px;
    margin-right: 0px;
}

.productsearcher input[type=submit] {
    font-size: larger;
    padding-left: 1rem;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height: 42px;
    height: auto;
    margin-left: -5px;
}

.productsearch .row .col a.notactive {
    color:#00000070;
}

    .productsearch .row .col a.notactive:hover {
        background-color: #00000070;
        color: #fff;
    }

.shopamounts {
    min-width:fit-content;
    max-width:75%;
    margin:auto;
}

    .shopamounts div.row {
        1padding: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 1px;
        background: #fafafa;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        border-radius:15px;
        border-bottom:solid 1px #00000020;
    }

    .shopamounts div.row:hover {
        background:#eee;
    }

    .shopamounts div.row .col {
        margin:0px;
        padding:0px;
    }

        .shopamounts div.row .col.amt,
        .shopamounts div.row .col.check,
        .shopamounts div.row .col.edit {
            width: 90px;
            max-width: 90px;
        }

            .shopamounts div.row .col.check {
                color:#00ff00;
                display:none;
            }

            .shopamounts div.row .col.amt input {
                width: 100% !important;
                min-width: 100% !important;
                max-width: 100% !important;
                border: solid 1px #aaa;
                border-radius: 5px;
                line-height: 30px;
                font-size: 1.1rem;
                font-weight: bold;
            }

        .shopamounts div.row .col:first-child {
            1width: fit-content !important;
            1min-width: fit-content !important;
            1max-width: fit-content !important;
            padding-right:1rem;
        }

        .shopamounts div.row .col span {
            display:block;
            height:auto;
            line-height:initial;
        }

            .shopamounts div.row .col span.h1,
            .shopamounts div.row .col span.h2 {
                font-size:1.2rem;
                font-weight:bold;
                margin-top:10px;
            }

            .shopamounts div.row .col span.h2 {
                font-size: 1.0rem;
                font-weight: normal;
                margin-top:-8px;
            }

        .shopamounts div.row.editrow.saved {
            background-color: #00ff0020;
        }

            .shopamounts div.row.editrow.saved .col.check {
                display: block;
            }

div.navtable {
    display: flex;
    height: auto;
    min-height: initial;
    align-items: stretch;
}

div.row.headinforow {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width:fit-content;
    margin:auto;
}

    div.row.headinforow .col:first-child {
        white-space:nowrap;
    }

    div.shopnotavailabele {
        text-align: left;
    }

div.shopnotavailabele h3{
    font-size:initial;
    font-weight:bold;
    text-align:left;
}

    div.shopnotavailabele a {
        display: block;
        padding-top: 3px;
        padding-bottom: 2px;
        font-size:small;
        color:red;
        font-weight:600;
        text-decoration:underline;
    }

div.shopamounts div.row.editrow.notav {
    background-color:#ff000020;
}

.tabpage .col.optrow .row .col select,
.tabpage .col.optrow .row .col input[type=number].price,
.tabpage .col.optrow .row .col div.input-group input[type=text].price,
.tabpage .col.optrow .row .col input[type=text].price {
    line-height: 40px;
    height: 40px;
    border: solid 1px #aaa;
    color: #000;
    width: 100%;
    max-width: 115px;
    min-width: 50px!important;
    padding: 0px !important;
    padding-left: 0.5rem !important;
    text-align: right;
    font-size:small;
    font-weight:600;
}

div.langitems.orders {
    width:fit-content;
    height:fit-content;
}

table.orders {

}

table.orders tbody {

}
    table.orders tbody, table.orders thead {

    }

    table.orders tbody {
        overflow: auto;
        height: 100px;
    }

    table.orders tr td {
        border: solid 1px #777;
        font-size: 0.9rem;
        height: auto;
        line-height: normal;
        font-weight: normal;
        vertical-align: top;
        padding: 0.25rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

        table.orders tr td p {
            line-height: normal;
            font-weight: normal;
            vertical-align: top;
            margin: 0;
            white-space: nowrap;
        }

        table.orders tr td.ra p {
            font-size: 0.75rem;
        }



    table.orders tr th {
        height: auto;
        line-height: normal;
    }

    table.orders tr.ordered td {
        color:#000;
        font-weight:500;
    }

    table.orders tr.notordered td {
        color: #777;
    }

    table.orders tr td a{
        white-space:nowrap;
        cursor:default;
    }

    table.orders tr th {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    table.orders tr.oot td {
        background-color:#ffaa0010;
    }

    table.orders tr.oot td div.red {
        color:#a16767;
    }

    table.orders tr td.mailerror {
        background-color:#ff000020;
        1text-align:center;
        color:#aa0000;
    }

    table.orders tr td.mailerror span.oi{
        color: #aa0000!important;
    }

    table.orders tr td.mail span.oi{
        color: #009900;
    }

    table.orders tr td.mailerror.errortext {
        min-width:275px;
    }



.row.orders {
    margin-left: 0.20rem;
}

.row.orders .col{
    padding:0;
    margin-right:0.25rem;
}

    .row.orders .col select,
    .row.orders .col input[type=number],
    .row.orders .col input[type=date] {
        color: #000;
        padding: 1rem;
    }
    .row.orders .col input[type=number] {
        width:115px;
    }
    .row.orders .col input[type=date] {
        width: 145px;
        display:inline-block;
    }

.row.orders .col input[type=submit] {
    color: #fff;
    padding: 1rem;
    border:none;
    border-radius:5px;
}


td.nw{
    white-space:nowrap;
}