html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    height: 100%
}

* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

body {
    background: #f4f4f4;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: "Open Sans", sans-serif;
    line-height: unset;
    height: 100%
}

a {
    text-decoration: none
}

a.delete {
    font-size: 1em;
    color: red;
    text-align: center;
    padding: 10px 0 10px 0;
    margin: 0 0 0 15px
}

a.delete:hover {
    cursor: pointer
}

a.green-link {
    color: #85a300 !important
}

a.green-link:hover {
    color: #536600
}

a.orange-link {
    color: #ff8c1a
}

a.orange-link:hover {
    color: #c60
}

a.red-link {
    color: #f33
}

a.red-link:hover {
    color: #c00
}

div.green, span.green, td.green {
    color: #093
}

div.orange, span.orange, td.orange {
    color: #ff8c1a
}

div.red, span.red, td.red {
    color: red
}

.bold {
    font-weight: 700;
}

div.left50 {
    width: 50%;
    float: left;
}

div.right50 {
    width: 50%;
    float: right;
}

div.padding {
  padding: 15px;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=numer], input[type=password], input[type=tel], input[type=text], input[type=number], textarea {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

input[type=date] {
    padding: 3px 3px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em
}

button[type=button], button[type=submit] {
    background-color: #85a300;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    opacity: .9;
    padding: 6px;
    border-radius: 2px
}

button[type=button].cancelButton, button[type=button].deleteButton {
    background-color: #f66;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    opacity: .9;
    padding: 6px;
    border-radius: 2px
}

button[type=button].orangeButton {
    background-color: #ff8c1a;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    opacity: .9;
    padding: 6px;
    border-radius: 2px
}

button[type=button]:hover, button[type=submit]:hover {
    opacity: 1;
    cursor: pointer
}

button[type=button]:hover, button[type=submit]:focus {
    border: 0;
    outline: 0
}

.selectize-control {
    display: inline-block;
    margin-left: 6px
}

.selectize-input {
    padding: 4px 50px 4px 5px !important
}

.selectize-dropdown, .selectize-input {
    width: auto !important
}

.selectize-dropdown .optgroup-header, .selectize-dropdown [data-selectable] {
    width: auto;
    white-space: nowrap
}

.selectize-dropdown .active {
    background-color: #369 !important;
    color: #f4f4f4 !important
}

a:hover {
    text-decoration: none
}

div.flex-screen {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    flex-direction: column;
    -webkit-flex-direction: column
}

div.flex-screen > * {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    overflow: scroll
}

div.header {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    background: #0f0f0f;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    position: absolute
}

div.flex-screen > div.main {
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    display: flex;
    display: -webkit-flex;
    overflow: hidden;
    height: 100%;
    padding-top: 60px
}

.flex-screen > .main > * {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    overflow: hidden
}

img.header-logo {
    margin: 8px auto 0 auto;
    height: 70px;
}

div.header img.header-logo {
    height: 49px;
    margin: 0 0 0 10px;
    padding: 3px 0;
}
div.header a.logo-link {
    font-size: 30px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    line-height: 55px;
    margin-right: 20px;
}

div.header-right {
    float: right
}

div.notifications {
    padding: 0 10px;
    font-size: 12pt;
    display: inline-block;
    height: 40px;
    margin: 0 30px;
    position: relative
}

div.notifications:hover {
    cursor: pointer
}

div.notification-box {
    position: absolute;
    width: 300px;
    height: 250px;
    background: #222;
    border: 1px solid #111;
    overflow: hidden;
    right: 20px;
    top: 59px;
    z-index: 1000;
    display: none
}

span.notification-badge {
    display: block;
    position: absolute;
    top: -4px;
    right: -2px;
    font-size: 10pt;
    background: red;
    padding: 2px 4px;
    border-radius: 6px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

div.notification-row {
    display: block;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    min-height: 30px
}

div.notification-box .unread {
    background: #555;
    color: #ccc
}

div.notification-box .read {
    background: #333;
    color: #bbb
}

div.notification-row i {
    display: block;
    float: left;
    font-size: 18pt;
    margin: 0 15px 0 0;
    padding: 4px 0 0 0;
    height: 100%;
    min-height: 100%;
    color: #ddd
}

div.notification-row:hover {
    background: #666;
    color: #ddd;
    cursor: pointer
}

span.header-username {
    display: inline-block;
    margin-right: 20px;
    padding-top: 20px
}

a.header-logout {
    float: right;
    display: block;
    height: 40px;
    width: 120px;
    text-align: center;
    padding-top: 20px;
    font-size: 12pt;
    color: #ddd
}

a.header-logout:hover {
    color: #eee;
    background-color: rgba(255, 0, 0, .8)
}

div.mainwindow {
    width: 100%;
    background: #666;
    flex: 1 1 auto !important;
    -webkit-flex: 1 1 auto !important;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column
}

div.content-wrap {
    width: 100%;
    margin: 0;
    height: 100%;
    overflow-y: auto;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    padding-bottom: 70px
}

div.page-content {
    width: calc(95% - 40px);
    margin: 40px 2.5% 20px 2.5%;
    background: #eee;
    padding: 20px;
    border: 1px solid #555;
    border-radius: 4px
}

div.in-progress-page {
    margin-top: 0 !important;
}

div.page-content-left {
    width: calc(55% - 40px);
    margin: 40px 1.25% 20px 2.5%;
    background: #eee;
    padding: 20px;
    border: 1px solid #555;
    border-radius: 4px;
    float: left
}

div.page-content-right {
    width: calc(35% - 40px);
    margin: 40px 2.5% 20px 1.25%;
    background: #eee;
    padding: 20px;
    border: 1px solid #555;
    border-radius: 4px;
    float: right
}

div.content-left-small {
    width: calc(35% - 40px)
}

div.content-right-big {
    width: calc(55% - 40px)
}

div.limitWrap {
    width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
    overflow-y: hidden;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column
}

div.limitHead {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 105px;
    background: #e9e9e9;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto
}

div.limitContent {
    width: 100%;
    margin: 0;
    padding: 0;
    height: calc(100% - 105px);
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto
}

div.alert {
    width: 380px;
    margin-top: 20px;
    margin-left: calc(50% - 190px);
    padding: 0;
    color: #222;
    text-align: center;
    font-size: 14px
}

div.neg {
    background: #f66;
    border: red 1px solid;
    border-radius: 3px;
    height: 30px;
    line-height: 30px
}

div.pos {
    background: #66c266;
    border: #090 1px solid;
    border-radius: 3px;
    height: 30px;
    line-height: 30px
}

input.submit-green {
    background-color: #85a300;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
    opacity: .9;
    padding: 6px;
    border-radius: 2px;
    margin-top: 30px;
    margin-right: -25px;
    float: right;
    clear: both
}

input.submit-green:hover {
    opacity: 1;
    cursor: pointer
}

input.submit-green:focus {
    border: 0;
    outline: 0
}

.clear {
    clear: both;
    margin: 0;
    padding: 0
}

.no-scroll {
    overflow-y: hidden !important;
    overflow-x: hidden !important
}

table.table {
    width: 100%
}

table thead .sort:hover {
    cursor: pointer
}

table.table tbody tr td.mini, table.table thead tr th.mini {
    width: 8%;
    text-align: center
}

table.table tbody tr td.xmini, table.table thead tr th.xmini {
    width: 6%;
    text-align: center
}

table.table tbody tr td.delete, table.table thead tr:last-child th.delete {
    width: 2em;
    padding: 0
}

table.table tbody tr td:last-child a {
    width: 100%;
    font-size: 1em;
    color: red;
    opacity: .6;
    text-align: center;
    display: block;
    padding: 10px 0 10px 0;
    margin: 0
}

table.table tbody tr td:last-child a:hover {
    opacity: 1
}

table.table tbody tr:nth-child(odd) {
    background: #ddd
}

table.table tbody tr:not(.nohover):hover {
    background: #bbb
}

table.table tbody td .delete:hover, table.table tbody td.popup:hover {
    cursor: pointer
}

table.addForm {
    width: unset;
    margin-left: 0
}

table.addForm td {
    padding: 0 5px 0 5px
}

table.addForm td:last-child {
    padding-left: 15px
}

.ui-widget-overlay {
    background: #333;
    opacity: .5
}

.ui-dialog-titlebar-close {
    display: none
}

div[aria-describedby=payment-dialog] .ui-dialog-titlebar-close {
    display: inline-block;
    background: #ccc;
    color: #f3f3f3
}

div[aria-describedby=payment-dialog] .ui-dialog-titlebar-close::after {
    content: '\00d7';
    font-size: 1.2em
}

.dialog-bottom {
    clear: both;
    padding-top: 15px;
    position: absolute;
    bottom: 40px;
    width: 90%
}

.dialog-bottom .cancelButton, .dialog-bottom .deleteButton {
    background-color: #f66;
    position: absolute;
    left: 0
}

.dialog-bottom .deleteButton {
    background-color: #f66;
    position: absolute;
    left: 70px
}

.dialog-bottom .saveButton {
    position: absolute;
    right: 0
}

.fixedRight {
    position: fixed;
    right: 0;
    max-height: calc(100vh - 170px);
    overflow-y: auto
}

.dialog-content {
    padding-bottom: 50px !important;
    position: relative
}

.dialog-content span.input {
    white-space: nowrap;
    display: block
}

div.loading-dialog {
    position: absolute;
    width: calc(100% - 2em);
    min-height: 90%;
    height: 90%
}

span.loading-icon {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20pt;
    height: 100%
}

span.loading-icon i {
    position: absolute;
    top: 45%;
    left: calc(50% - 14px)
}

div.side-loading {
    top: 0;
    background: #eee;
    width: calc(100% - 40px);
    min-height: 100%;
    height: 100%
}

span.no-results {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 14pt;
    font-weight: 700
}

div.header-breadcrumb {
    margin-top: -10px;
}

.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #adadad;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3
}

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 18px
}

.btn-default, .btn-default:active, .btn-default:focus {
    background-color: #222;
    border-color: #555;
    color: #ccc
}

.btn-default:hover {
    background-color: #555;
    border-color: #444;
    color: #ddd
}

.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #222
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #555
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #555
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #444
}

.btn-green, .btn-green:active, .btn-green:focus {
    background-color: #85a300;
    border-color: #92b300;
    color: #eee
}

.btn-green:hover {
    background-color: #7d9900;
    border-color: #688000;
    color: #eee
}

.btn-breadcrumb .btn.btn-green:not(:last-child):after {
    border-left: 10px solid #85a300
}

.btn-breadcrumb .btn.btn-green:not(:last-child):before {
    border-left: 10px solid #92b300
}

.btn-breadcrumb .btn.btn-green:hover:not(:last-child):after {
    border-left: 10px solid #7d9900
}

.btn-breadcrumb .btn.btn-green:hover:not(:last-child):before {
    border-left: 10px solid #688000
}

.btn-orange, .btn-orange:active, .btn-orange:focus {
    background-color: #e68a00;
    border-color: #f90;
    color: #eee
}

.btn-orange:hover {
    background-color: #cc7a00;
    border-color: #e68a00;
    color: #eee
}

.btn-breadcrumb .btn.btn-orange:not(:last-child):after {
    border-left: 10px solid #e68a00
}

.btn-breadcrumb .btn.btn-orange:not(:last-child):before {
    border-left: 10px solid #f90
}

.btn-breadcrumb .btn.btn-orange:hover:not(:last-child):after {
    border-left: 10px solid #cc7a00
}

.btn-breadcrumb .btn.btn-orange:hover:not(:last-child):before {
    border-left: 10px solid #e68a00
}

div.background-image {
    position: absolute;
    margin: 0;
    padding: 0;
    background: #666;
    display: flex;
    display: -webkit-flex;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    z-index: -100000;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px
}

div.login-container {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    z-index: 1000
}

div.notice-login {
    width: 380px;
    position: absolute;
    z-index: 1000;
    top: 0;
    margin: 0 auto;
    color: #222;
    text-align: center;
    font-size: 14px;
    display: none;
    border-radius: 0 0 3px 3px !important
}

#content-login {
    width: 400px;
    height: 320px;
    background: 0 0;
    font-weight: 300;
    margin: auto;
    padding: 0;
    color: #eee;
    text-align: left;
    z-index: 100
}

div.login-form {
    width: 90%;
    height: 300px;
    margin: 0 auto 0 auto;
    padding: 10px 5% 10px 5%;
    background: rgba(0, 0, 0, .8);
    border: rgba(0, 0, 0, .3) 1px solid;
    border-radius: 4px;
    color: #eee;
    text-align: center
}

h1.login-welcome {
    margin-left: 100px
}

div.login-form h2 {
    font-weight: 400
}

div.login-form table {
    width: 100%
}

div.login-form table, div.login-form table td {
    color: #eee;
    text-align: center
}

div.login-form input[type=password], div.login-form input[type=text] {
    font-size: 1em;
    height: 2.2em;
    padding: .5em;
    border: 1px solid #f4f4f4;
    border-radius: 2px
}

div.login-form input.submit-green {
    margin-top: 10px;
    height: 2.2em;
    padding: 0;
    width: 100px;
    margin-left: -25px
}

.login-form input.submit-green {
    float: unset
}

div#dashboard {
    padding: 40px 2.5% 20px 2.5%
}

div.column {
    width: 30%;
    margin-right: 2.5%;
    float: left
}

div.module {
    width: calc(100% - 30px);
    padding: 15px;
    background: #eee;
    border: 1px solid #555;
    border-radius: 4px;
    float: left;
    margin-bottom: 40px
}

div#dashboard-content div.totals {
    width: calc(97.8% - 30px);
    padding: 15px;
    background: #eee;
    border: 1px solid #555;
    border-radius: 4px;
    margin-bottom: 20px;
}

div#dashboard-content div.totals span {
    margin-right: 50px;
    font-size: 1.4em;
    font-weight: bold;
}

div.content-wrap > div.totals {
    width: calc(95% - 40px);
    padding: 15px 20px;
    background: #eee;
    border: 1px solid #555;
    border-radius: 4px;
    margin: 20px 2.5%;
}

div.content-wrap > div.totals span {
    margin-right: 50px;
    font-size: 1.4em;
    font-weight: bold;
}

div.money {
    width: calc(30% - 30px);
    margin-right: 2.5%
}

h2.module-title {
    margin: 0 0 25px 0
}

span.module-button {
    width: 90%;
    display: block;
    margin: 0 auto 15px auto
}

div#dashboard .enquiry .module-button a {
    background: #093;
    color: #eee
}

div#dashboard .admin .module-button a {
    background: #f93;
    color: #eee
}

div#dashboard .inventory .module-button a {
    background: #06c;
    color: #eee
}

div#dashboard .messageModule .module-button a {
    background: purple;
    color: #eee
}

div#dashboard .money .module-button a {
    background: #630;
    color: #eee
}

span.module-button a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18pt;
    opacity: .85;
    padding: 15px 0;
    border: 1px solid;
    border-radius: 5px
}

span.module-button a:hover {
    opacity: 1
}

h4.money-amount {
    text-align: center;
    font-size: 12pt;
    margin-bottom: 15px
}

h4.money-amount span {
    font-size: 18pt
}

h4.percentage span {
    font-size: 14pt
}

div.moneyGraphs {
    margin-bottom: 20px
}

div.percentage-graph {
    position: relative
}

div.marker-wrap {
    width: calc(100% - 24px);
    display: block;
    position: relative;
    left: 10px
}

div.percentage-graph span {
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 30px;
    background: 0 0;
    border: 1px solid #ccc
}

h2.item-title {
    margin-top: 0;
    display: inline-block
}

span.item-top {
    margin-left: 30px;
    font-size: 16pt
}

div.item-info .full, span.item-top .full {
    color: #093
}

div.item-info .low, span.item-top .low {
    color: #f90
}

div.item-info .empty, span.item-top .empty {
    color: red
}

span.item-top .stock-number {
    font-size: 18pt;
    margin-right: 20px
}

span.item-price {
    font-weight: 700
}

span.customer-details, span.item-price {
    display: block;
    font-size: 14pt;
    color: #444;
    margin-top: 10px
}

div.item-description {
    padding-top: 20px;
    font-size: 12pt
}

div.item-extra-info {
    margin: 25px 0 0 0;
    font-size: 13pt;
    font-weight: 700
}

div.item-extra-info i {
    font-weight: 400
}

div.item-extra-info i.fas {
    font-weight: 900
}

div.item-image {
    text-align: center
}

div.item-image img {
    max-width: 250px;
    max-height: 250px;
    margin: 20px auto
}

div.item-categories, div.item-pieces {
    margin: 30px 0 0 0
}

div.item-categories a.category-tag, div.item-pieces a.category-tag {
    padding: 5px 7px;
    display: inline-block;
    background: #888;
    color: #eee;
    border-radius: 4px;
    margin-right: 8px
}

#itemEditDialog span.save-price-type {
    margin: 5px 0 10px 0
}

#itemEditDialog .selectize-control {
    margin: 5px 0 5px 5px
}

#itemEditDialog button.upload-image, #itemEditDialog input.save-image {
    margin: 10px 0 10px 5px
}

#itemEditDialog img {
    margin: 20px
}

div.customer-note {
    font-size: 12pt
}

span.customer-top {
    float: right;
    margin-right: 20px
}

div.xero-link {
    font-size: 9pt;
    margin: 0 0 15px 5px
}

div.customer-type {
    font-size: 16pt;
    margin: -8px 0 20px 0
}

div.Wholesale {
    color: #093
}

div.Retail {
    color: red
}

div.contact-list {
    font-size: 12pt
}

div.customer-history {
    margin-top: 40px
}

div.customer-links, div.item-links {
    margin-top: 25px
}

a.add-contact {
    display: inline-block
}

form.addContact, form.editContact {
    margin-top: 15px;
    display: inline-block
}

button.add-contact {
    margin-left: 10px
}

div.contact-list button {
    margin: 10px 10px 0 0
}

div.xeroResults {
    width: 100%;
    height: 400px;
    overflow-y: scroll
}

table.xero-contact-sync {
    width: 100%;
    border-collapse: collapse
}

table.xero-contact-sync tr.xero-exact {
    background: rgba(146, 179, 0, .8)
}

table.xero-contact-sync tr.xero-close {
    background: rgba(255, 165, 0, .8)
}

table.xero-contact-sync tr.xero-none {
    background: rgba(255, 0, 0, .6)
}

table.xero-contact-sync tr.xero-sync td {
    padding: 10px 0 10px 10px;
    border: 2px solid #fff
}

table.xero-contact-sync td.xero-check {
    width: 40px
}

table.xero-contact-sync td.xero-check input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0 6px
}

table.xero-contact-sync div.xero-name {
    font-weight: 700
}

#customerEditDialog .selectize-input .item {
    float: left
}

#businessList {
    position: relative;
    z-index: 10000;
    background: #fff;
    border: 1px solid #bbb;
    padding: 0;
    top: 0;
    left: 5px;
    overflow: hidden
}

#businessList div {
    padding: 3px 2px 3px 5px
}

#businessList div:hover {
    cursor: pointer;
    background: #369;
    color: #fff
}

div.order-contact, div.order-posted, div.order-ref, div.order-status, div.order-time, div.order-tracking {
    font-size: 14pt
}

div.order-status {
    margin: 0 0 15px 0
}

div.order-posted, div.order-tracking {
    margin: 5px 0 15px 0;
    color: #093
}

tr.totals td:first-child {
    border: none
}

.orderTable > tbody > tr.totals > td {
    font-weight: 700;
    background: #eee;
    padding: 5px;
    border-color: #ccc
}

tr.totals td:nth-child(2) {
    text-align: right
}

tr.totals td.subtotal, tr.totals td.tax {
    font-size: 10pt;
    border-width: 1px
}

tr.totals td.order-total {
    font-size: 13pt;
    border-width: 3px
}

span.order-buttons {
    margin-left: 30px
}

button.change-status {
    margin-right: 5px
}

div.order-paid {
    margin-bottom: 10px
}

div.order-paid span {
    font-size: 11pt;
    font-weight: 700;
    margin-left: 15px
}

div.order-paid i {
    font-weight: 400
}

span.edit-customer-select {
    font-size: 16pt;
    margin: 10px 0 10px 0
}

span.edit-customer-status {
    margin: 10px 0 15px 5px;
    display: block;
    font-size: 14pt
}

div.customer-info {
    margin: 10px 0 10px 5px
}

div.customer-info span.customer-type {
    margin: 0 15px 0 0
}

div.customer-info span.custom-branding {
    margin: 0 0 0 15px
}

div.customer-info span.customer-note {
    margin: 0 0 0 15px
}

div.customer-enquiry-address {
    margin-top: 10px;
    padding-left: 15px
}

div.order-fields {
    padding: 15px 0 15px 1em;
    margin: 10px 0 10px -1em;
    width: calc(100% + 1em);
    background: #e5e5e5
}

div.save-tracking {
    margin-bottom: 15px
}

div.save-tracking div.optgroup-header {
    font-size: 10pt
}

div.save-tracking div.option {
    font-size: 9pt
}

input.save-qty {
    width: 50px
}

input.save-quote, input.save-stock, input.save-trigger, input.save-weight {
    width: 80px
}

div.item-info {
    display: inline-block;
    margin-left: 20px;
    font-size: 11pt
}

div.item-info .stock-number {
    font-size: 12pt;
    margin-right: 5px
}

div.item-info .price {
    margin-left: 10px
}

div.order-fields .selectize-control {
    top: 9px
}

div.order-fields .add-item-button {
    margin: 10px 0 0 5px
}

div.order-fields input.save-gst {
    margin-top: 20px !important
}

div.order-fields .order-total {
    text-align: right;
    font-size: 11pt;
    padding-right: 60px
}

div.order-fields .order-total div {
    padding: 3px
}

div.order-fields .order-total div .number {
    margin-left: 10px
}

div.order-fields .order-total div.total {
    font-weight: 700;
    border-top: 2px solid #ccc;
    padding-top: 5px;
    font-size: 12pt
}

span.order-weight {
    margin: 0 30px 0 0;
    font-weight: 400;
    font-size: 11pt
}

button.pay-order {
    margin: 15px 0 0 5px
}

.dialog-bottom button.enquiry-process {
    right: 115px
}

h5.order-created-by {
    margin: 25px 0 5px 0
}

span.followupCheck {
    margin-bottom: 5px
}

div.order-notes p {
    white-space: pre-wrap
}

span.youareanail {
    font-size: 20pt;
    text-align: center;
    display: block;
    margin-top: 25px
}

div.logUserSelect {
    margin: 10px 0 0 1%
}

div.logUserSelect form {
    display: inline
}

div.logUserSelect button {
    margin-left: 10px
}

table.logTable > thead > tr > th {
    width: auto !important;
    text-align: left !important
}

table.logTable > thead > tr > th:first-child {
    width: 15%
}

table.logTable > thead > tr > th:nth-child(5) {
    width: 10%
}

table.logTable > tbody > tr:nth-child(odd) > td:first-child {
    background: rgba(51, 102, 153, .3)
}

table.logTable > tbody > tr:nth-child(even) > td:first-child {
    background: rgba(51, 102, 153, .2)
}

div.specialNotes {
    font-size: 14pt;
    font-weight: 700;
    margin-top: 20px
}

button.processButton {
    font-size: 12pt;
    padding: 10px
}

div.layer-qty {
    margin-top: 20px;
    font-size: 14pt
}

div.layer-qty input {
    width: 60px;
    text-align: center
}

div.splitFields {
    margin: 10px 0 0 15px;
    font-size: 12pt
}

div.splitFields input {
    width: auto;
    text-align: left
}

div.splitFields input.newSplit {
    width: 50px;
    text-align: center;
    margin-right: 15px
}

button.splitButton {
    margin: 15px 0 0 15px;
    font-size: 12pt
}

div.layer-cut-qty {
    margin-top: 25px;
    font-size: 24pt;
    font-weight: 700
}

div.splitNotes {
    font-size: 14pt;
    margin: 10px 0 0 15px
}

div.splitNotes div {
    margin: 8px 0
}

div.layer-cut-qty input, div.splitNotes input {
    font-size: 10pt;
    font-weight: 400;
    padding: 5px 8px
}

div.layer-cut-qty input.actualQTY, div.splitNotes input.actualQTY {
    margin-left: 20px
}

div.print-info {
    font-weight: 700;
    font-size: 12pt;
    margin-top: 20px
}

div.print-info i {
    font-weight: 400
}

button.print-bag-label, button.print-batch-label {
    margin-right: 0px;
}

div.print-select-fields {
    margin: 10px 0 20px 0
}

div.print-select-fields span {
    margin: 0 15px 0 0
}

div.print-select-fields .selectize-control {
    top: 9px
}

span.locationSelectWrap .selectize-control {
    top: 9px
}

table.progressTable tbody tr td.progcheck:nth-child(even) {
    background: #bbb
}

table.progressTable tbody tr:nth-child(even) td.progcheck:nth-child(even) {
    background: #ccc
}

table.progressTable tbody tr:hover td.progcheck:nth-child(even) {
    background: #999
}

table.progressTable tbody tr td.checked {
    background: rgba(0, 153, 0, .3)
}

table.progressTable tbody tr td.checked:nth-child(even) {
    background: rgba(0, 153, 0, .4)
}

table.progressTable tbody tr:nth-child(even) td.checked:nth-child(even) {
    background: rgba(0, 153, 0, .4)
}

table.progressTable tbody tr:hover td.checked:nth-child(even) {
    background: rgba(0, 153, 0, .3)
}

input.partReturnInvoice {
    padding: 3px 3px
}

table.progressTable th.buttons {
    width: 9%;
}

table.progressTable td.buttons {
    padding: 2px !important;
}

table.progressTable button.print-batch-label, table.progressTable button.print-bag-label {
    font-size: 8pt !important;
}

#items-side h2.message-title {
    position: fixed;
    background: #eee;
    display: block;
    margin-top: -20px;
    padding: 20px 0;
    width: 100%
}

#items-side h2.message-title span.userlist {
    font-size: 10pt;
    color: #777;
    margin-left: 20px;
    font-weight: 400
}

td.message span.userlist {
    font-size: 8pt;
    color: #777;
    margin-left: 20px
}

.selectize-dropdown, .selectize-dropdown-single {
    z-index: 1000 !important
}

div.message-box {
    margin-top: 50px
}

div.message {
    margin: 5px 0;
    width: 60%;
    float: left
}

div.message > .message-details {
    color: #777;
    font-size: 12px
}

div.message > .message-details > .author {
    margin: 0 10px 1px 5px
}

div.message-author > .message-details > .author {
    display: none
}

div.message-author > .message-details > .time {
    margin: 0 10px 1px 5px
}

div.message > .inner-message {
    background: #ccc;
    padding: 10px 5px 2px 12px;
    border-radius: 8px
}

div.message > .inner-message > p {
    white-space: pre-wrap
}

div.message-author {
    float: right
}

div.message-author > .inner-message {
    background: #1e90ff;
    color: #ededed
}

div.new-message {
    clear: both;
    margin-top: 30px;
    padding-top: 30px
}

div.new-message textarea {
    height: 40px;
    min-height: 40px;
    width: 30%
}

div.new-message button.send-message {
    color: #1e90ff;
    background: 0 0;
    font-size: 26pt;
    padding: 0 0 0 8px;
    position: relative;
    top: -6px
}

#userEditDialog span.input input, .dialog-content span.input input, .dialog-content span.input select, .dialog-content span.input textarea {
    margin: 5px
}

#userEditDialog span.adminInput {
    padding-left: 5px;
    float: left
}

#userEditDialog button.save-user {
    margin: 0
}

table.userModuleTable {
    border-collapse: collapse;
    text-align: left;
    margin: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .03);
    background-color: transparent
}

table.userModuleTable thead th {
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.1em;
    font-weight: 400;
    padding: 5px 5px 5px 15px;
    width: 32px
}

table.userModuleTable thead th.rotate {
    height: 150px;
    white-space: nowrap
}

table.userModuleTable thead th.category {
    font-weight: 700;
    font-size: 13pt
}

table.userModuleTable thead th.rotate > div {
    transform: translate(21px, 57px) rotate(315deg);
    width: 30px
}

table.userModuleTable thead th.rotate > div > span {
    border-bottom: 1px solid #e1e1e1;
    padding: 8px 0
}

table.userModuleTable thead th:first-child {
    width: auto;
    vertical-align: bottom
}

table.userModuleTable > tbody > tr:nth-child(odd) {
    background-color: #f7f7f7
}

table.userModuleTable > tbody > tr:nth-child(even) {
    background-color: #fff
}

table.userModuleTable > tbody > tr > td {
    padding: 10px 15px 10px 15px;
    font-size: .95em;
    text-align: center;
    border: 1px solid #e1e1e1
}

table.userModuleTable > tbody > tr > td.Money {
    background-color: rgba(102, 51, 0, .4)
}

table.userModuleTable > tbody > tr > td.Locations {
    background-color: rgba(255, 51, 0, .4)
}

table.userModuleTable > tbody > tr > td.Messaging {
    background-color: rgba(128, 0, 128, .4)
}

table.userModuleTable > tbody > tr > td.Enquiry {
    background-color: rgba(0, 153, 51, .4)
}

table.userModuleTable > tbody > tr > td.Inventory {
    background-color: rgba(0, 102, 204, .4)
}

table.userModuleTable > tbody > tr > td.Admin {
    background-color: rgba(255, 153, 51, .4)
}

table.userModuleTable > tbody > tr > td:first-child {
    text-align: left;
    padding-right: 20px
}

table.userModuleTable td.columnHover:hover {
    color: red
}

table.itemTable > tbody > tr:nth-child(odd).suppliesStockOut, table.vehicleTable > tbody > tr:nth-child(odd).suppliesStockOut {
    background: rgba(255, 0, 0, .5)
}

table.itemTable > tbody > tr:nth-child(even).suppliesStockOut, table.vehicleTable > tbody > tr:nth-child(even).suppliesStockOut {
    background: rgba(255, 0, 0, .4)
}

table.itemTable > tbody > tr:nth-child(odd).suppliesStockOut:hover, table.vehicleTable > tbody > tr:nth-child(odd).suppliesStockOut:hover {
    background: rgba(255, 0, 0, .6)
}

table.itemTable > tbody > tr:nth-child(even).suppliesStockOut:hover, table.vehicleTable > tbody > tr:nth-child(even).suppliesStockOut:hover {
    background: rgba(255, 0, 0, .6)
}

table.itemTable > tbody > tr:nth-child(odd).suppliesStockLow, table.vehicleTable > tbody > tr:nth-child(odd).suppliesStockLow {
    background: rgba(255, 153, 0, .5)
}

table.itemTable > tbody > tr:nth-child(even).suppliesStockLow, table.vehicleTable > tbody > tr:nth-child(even).suppliesStockLow {
    background: rgba(255, 153, 0, .4)
}

table.itemTable > tbody > tr:nth-child(odd).suppliesStockLow:hover, table.vehicleTable > tbody > tr:nth-child(odd).suppliesStockLow:hover {
    background: rgba(255, 153, 0, .6)
}

table.itemTable > tbody > tr:nth-child(even).suppliesStockLow:hover, table.vehicleTable > tbody > tr:nth-child(even).suppliesStockLow:hover {
    background: rgba(255, 153, 0, .6)
}

table.itemTable > tbody > tr:nth-child(odd).supplyNotReceive, table.suppliesHistoryTable > tbody > tr:nth-child(odd).supplyNotReceive {
    background: rgba(0, 153, 255, .5)
}

table.itemTable > tbody > tr:nth-child(even).supplyNotReceive, table.suppliesHistoryTable > tbody > tr:nth-child(even).supplyNotReceive {
    background: rgba(0, 153, 255, .4)
}

table.itemTable > tbody > tr:nth-child(odd).supplyNotReceive:hover, table.suppliesHistoryTable > tbody > tr:nth-child(odd).supplyNotReceive:hover {
    background: rgba(0, 153, 255, .6)
}

table.itemTable > tbody > tr:nth-child(even).supplyNotReceive:hover, table.suppliesHistoryTable > tbody > tr:nth-child(even).supplyNotReceive:hover {
    background: rgba(0, 153, 255, .6)
}

table.suppliesHistoryTable > tbody > tr > td.status {
    color: rgba(0, 153, 51, .7)
}

table.suppliesHistoryTable > tbody > tr.supplyNotReceive > td.status {
    color: rgba(255, 0, 0, .8)
}

table#orderHistorySort input.receivedQTY {
    width: 115px;
    padding: 2px 6px;
    color: initial
}

div.riddle {
    font-size: 13pt;
    font-style: italic;
    color: #555
}

#vehicleEditDialog .saveButton {
    right: unset;
    left: 150px
}

span.report-header-print {
    font-size: 1.5em;
    margin: 0
}

span.report-header-print a:hover {
    cursor: pointer
}

div.integration-label {
    padding: 5px 10px
}

input.api-input {
    margin-left: 10px;
    width: 300px
}

h5.tracking-category {
    margin-bottom: 5px
}

div.tracking-catID {
    font-size: 8pt;
    margin-bottom: 0
}

div.tracking-category-option {
    font-size: 10pt;
    margin-left: 15px
}

button.reload-tracking {
    margin-top: 20px
}

button.save-settings {
    margin-top: 30px
}

tr:nth-child(odd) td.followup {
    background: rgba(255, 153, 0, .5)
}

tr:nth-child(even) td.followup {
    background: rgba(255, 153, 0, .4)
}

span.followup-green, td.followup-green {
    font-weight: 700;
    color: rgba(0, 153, 51, 1)
}

span.followup-red, td.followup-red {
    font-weight: 700;
    color: rgba(255, 0, 0, .8)
}

span.followup-black, td.followup-black {
    font-weight: 700;
    color: rgba(0, 0, 0, .8)
}

table.table tbody tr:nth-child(odd).followup-green {
    background: rgba(0, 153, 51, .4)
}

table.table tbody tr:nth-child(even).followup-green {
    background: rgba(0, 153, 51, .3)
}

tr:nth-child(odd).followup-green td.followup {
    background: rgba(0, 153, 51, .3)
}

tr:nth-child(even).followup-green td.followup {
    background: rgba(0, 153, 51, .2)
}

span.followup-green, span.followup-red {
    font-size: 14pt
}

span.followup-due {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 700
}

div#dashboard .enquiry .module-button a.gold-animate {
    color: #fff;
    background: linear-gradient(-45deg, #fedb37 0, #fdb931 8%, #9f7928 30%, #8a6e2f 40%), linear-gradient(-45deg, #fff 0, #ffffac 8%, #d1b464 25%, #5d4a1f 62.5%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 6s ease infinite;
    -moz-animation: Gradient 6s ease infinite;
    animation: Gradient 6s ease infinite
}

div.mergeFormRow {
    width: 80%;
    padding: 15px;
    font-size: 12pt;
    margin: 5px 0;
    background: #cccc;
    border-radius: 4px;
}

#merge-contacts span.label {
    font-size: 11pt;
    color: #369;
    padding-right: 20px;
}

div.mergeSelected {
    background: #50c878;
}

.promiseTable th.mini {
    text-align: left !important;
}

.header-cart {
    position: relative;
    width: 40px;
    display: inline-block;
    height: 40px;
    top: 8px;
    text-align: center;
    font-size: 25px;
    margin-right: 40px;
}

.cart-button, .cart-button:active, .cart-button:focus {
    text-decoration: none;
}

.cart-qty {
    color: #fff;
    background: red;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    position: absolute;
    font-size: 12px;
    right: -4px;
    top: -4px;
}

.cart-container {
    background: #111111;
    display: block;
    position: absolute;
    height: calc(100vh - 61px);
    width: 390px;
    z-index: 100;
    right: -395px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    overflow-x: hidden;
}

.cart-contents {
    display: block;
    width: 320px;
    padding: 15px;
}

.cart-contents h2 {
    color: #ffffff;
    margin: 0 0 25px;
}

.cart-inner-wrap {
    max-height: calc(100vh - 235px);
    overflow-y: auto;
}

.cart-item {
    padding: 10px;
    color: #ffffff;
}
.cart-item .cartItemName {
    width: 260px;
    display: inline-block;
    font-size: 16px;
}
.cart-item .cartItemQTY {
    display: inline-block;
    font-size: 16px;
}

.cart-buttons {
    padding: 15px 0 15px 15px;
    position: absolute;
    bottom: -15px;
}

.cart-buttons .module-button {
    display: inline-block;
    width: 150px;
    margin-right: 15px;
}

.cart-buttons .module-button a {
    font-size: 18px;
    color: #e6891e;
    text-decoration: none;
}

div.order-stats {
    font-size: 22px;
    color: green;
}

.stats-title {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
}

.bottom-block {
    clear: both;
    padding: 15px;
    background: #eeeeee;
    border: 1px solid #555555;
    border-radius: 4px;
}

.bottom-block #header {
    height: 80px;
}
.bottom-block #main {
    padding: 0 20px 20px 20px;
}
.bottom-block .search {
    float: left;
    margin-top: 15px;
    margin-left: 30px;
    width: 50%;
}
.bottom-block .search-query {
    width: 50%;
    height: 40px;
    font-size: 16px;
    padding: 4px;
}
.bottom-block #search-submit, .bottom-block .add-cart-button {
    background-color: #f7921e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    padding: 8px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.bottom-block .add-cart-button {
    font-size: 14px;
    margin-left: 10px;
}
.bottom-block #search-submit:hover {
    border: none;
    background: #e6891e;
    box-shadow: 0px 0px 1px #777;
}
.bottom-block .results-head {
    background: #cccccc;
}
.bottom-block .results-head-cell {
    padding: 4px 10px 4px 15px;
}
.bottom-block .result-cell {
    padding: 4px 15px 4px 20px;
}
.bottom-block .add-cart span {
    white-space: nowrap;
}
.clear {
    clear: both;
}

/* The Modal (background) */
#myModal {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
#myModal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
#myModal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

#myModal .close:hover,
#myModal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
#myModal .mySlides {
    display: none;
    text-align: center;
}

/* Next & previous buttons */
#myModal .prev,
#myModal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Position the "next button" to the right */
#myModal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#myModal .prev:hover,
#myModal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#myModal .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.bottom-block .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.bottom-block .close:hover,
.bottom-block .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .bottom-block .modal-content {
        width: 100%;
    }
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@media screen and (min-width: 1025px) {
    .slideout-panel {
        margin-left: 250px
    }

    .slideout-menu {
        display: block
    }
}

@media screen and (max-width: 1024px) {
    div#content-login {
        width: 100%;
        left: 0
    }

    div.login-form {
        width: calc(90% - 2px)
    }

    div.column {
        width: 47%;
        margin-right: 2.5%;
        float: left
    }

    div.module {
        width: calc(100% - 30px)
    }

    div.money {
        width: calc(100% - 30px);
        clear: both
    }

    div.page-content-left {
        width: calc(95% - 40px);
        margin: 40px 2.5% 30px 2.5%
    }

    div.page-content-right {
        position: initial;
        clear: both;
        width: calc(95% - 42px);
        max-height: initial;
        height: auto;
        margin: 0 2.5%;
        right: auto
    }

    #items-side {
        margin-top: 20px
    }

    #items-side h2.message-title {
        position: static;
        margin-bottom: 0;
        padding-bottom: 0
    }

    div.new-message textarea {
        width: 70%
    }
}

@media screen and (max-width: 768px) {
    div.column {
        width: 47%;
        margin-right: 2.5%;
        float: left
    }

    div.module {
        width: calc(100% - 30px)
    }

    div.money {
        width: calc(100% - 30px);
        clear: both
    }

    div.breadcrumb-buttons {
        display: none
    }

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 6px
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 6px 6px 12px
    }
}

@media screen and (max-width: 600px) {
    div.notice-login {
        width: calc(100% - 2px);
        left: 0;
        border-radius: 0 !important
    }

    div.column {
        width: 100%;
        margin-right: 2.5%;
        float: left
    }

    div.module {
        width: calc(100% - 30px)
    }
}