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;
}

.sku-form-buttons {
    display: flex;
    flex-direction: row;
}

.sku-form-buttons .btn {
    margin-left: 8px;
}

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;
    border-bottom: 1px dotted #AAA;
    background: white;
    padding: 0 30px 0 30px;
}

.main-tab.active {
    border-bottom: 1px solid white;
    font-weight: 700;
}

.main-tab.active a {
    color: #26a69a;
    text-decoration: underline;
}

.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: auto;
    height: 140px;
}

.dataTables_info {
    display: none;
}

.site table.dataTable thead th, .site table.dataTable thead td {
    border-bottom: 1px dotted #999;
}

.items-table-tools {
    float: left;
    padding-top: 5px;
}

.overview-table-container {
    flex: 1;
}

.items-table-tools {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.content > form {
    flex: 1;
}

.site .result-row {
    color: white
}

.edit-buttons, .disable-buttons {
    text-align: right;
}

.nr-input {
    width: 10%;
}

table.wholesalernrs td {
    border-bottom: 1px solid #EEE;
}

tr.disabled > td:first-child {
    background: #c82100;
    color: white;
}

.wholesaler-edit {
    margin-bottom: 50px;
}

.mng-whs {
    width: 100%;
}

.we {
    display: flex;
    justify-items: center;
    align-items: center;
    color: grey;
}

.we .contact {
    font-size: 8px;
}

.site .btn, .site .btn-small {
    white-space: nowrap;
}

.zn-contact {
    line-height: 1.3;
    font-size: 10px;
    margin-left: 15px;
}

.zn-contact a {
    font-weight: 700;
}

#modal-whs-pdf .modal-content {
	text-align: center;
}

#modal-whs-pdf .modal-close {
    display: none;
}

#modal-whs-pdf .whs-modal-info {
    display: none;
}

.l-user {
    font-size: 0.7em;
}

.logout-block {
    line-height: 12px;
    padding: 26px 14px 14px 0px;
}

.move {
    background: orange;
}

.moved {
    background: green;
    color: white;
}

.move-failed {
    background: red;
    color: white;
}

.pos-col {
    user-select: none;
    cursor: grab;
}