body, html, .site {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
}

.site {
    padding: 0 2em 2em 2em;
    color: #666;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
}

.content {
    flex: 1;
    display: flex;
    justify-content: center;
}

.full_width {
    width: 100%;
}

.halign-wrapper {
    justify-content: center;
}

.row .result-row {
    color: white;
}

.file-not-available {
    text-align: center;
}

table td {
    font-size: 0.8em;
}

table td, table th {
    padding: 10px 10px;
}

.overview-table img {
    max-height: 50px;
    width: auto;
}

.amount_type {
    display: block;
}

.amount_label {
    font-weight: bold;
}

body .nav {
    box-shadow: none;
    border-bottom: 1px dotted #AAA;
    line-height: 64px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 5px 0 5px 0;
    justify-content: space-between;
    position: relative;
}

body .nav a {
    color: #666;
    text-decoration: none;
}

.login {
    min-width: 400px;
}

.vcenter {
    align-self: center;
}

body .btn, body .btn-small {
    box-shadow: none;
}

body .btn, body .btn-small.tiny {
    box-shadow: none;
    font-size: 0.8em;
    padding: 0 8px;
}

body .btn-small.tiny {
    height: 20px;
    line-height: 20px;
}

.edit_buttons_sku .buttons_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

body .btn, body .btn-small {
    display: inline-block;
    margin-bottom: 3px;
}

body .btn-small.tiny i {
    font-size: 1.0rem;
}

body .btn-small.tiny i.left {
    margin-right: 7px;
}

thead tr {
    font-weight: bold;
    white-space: nowrap;
}

.zn-logo {
    width: 64px;
    height: 64px;
    background: url('../images/zn.svg');
    display: inline-block;
    background-size: 80% 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.main-tab {
    display: inline-block;
    border-top: 1px dotted #AAA;
    border-left: 1px dotted #AAA;
    border-right: 1px dotted #AAA;
    background: white;
    padding: 0 30px 0 30px;
}

.main-tabs {
    position: absolute;
    left: 50%;
    bottom: -1px;
}

td.price {
    text-align: right;
}

.full-content {
    width: 100%;
    margin-top: 30px;
}

.pimage-preview {
    border: 1px dotted #AAA;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sku-edit .row {
    margin-bottom: 0;
}

.sku-edit .col {
    margin-bottom: 0;
}

.product-image-preview {
    width: 100%;
}