﻿body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
a {
    color: #428fc4;
    text-decoration: none;
}
a img {
    border: none;
}
a:active,
a:hover {
    color: #ce5b5a;
}
h2 {
    margin: 0;
    padding: 30px 0 10px;
}
h3 {
    margin: 0;
    font-size: 13pt;
    font-weight: bold;
}
label,
input,
select {
    font-family: arial, sans-serif;
    font-size: 12px;
}
hr {
    margin: 10px 0;
    border: 1px solid #a5a6a4;
}
.hidden {
    display: none !important;
}
.visible {
    display: block !important;
}
form {
    padding: 0;
    margin: 0;
}
.formField {
    display: inline-block;
}
.formField label {
    display: block;
    padding: 0 0 2px 2px;
    font-size: 11px;
    font-weight: bold;
}
.formField input {
    height: 20px;
    padding: 2px;
}
.formField select {
    display: inline-block;
    height: 26px;
    padding: 2px;
}
.wideField {
    display: block;
    width: 200px;
}
.mediumField {
    width: 160px;
}
.narrowField {
    width: 40px;
}

.numberHideArrows {
    -moz-appearance: textfield;
}
.numberHideArrows::-webkit-inner-spin-button,
.numberHideArrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.addDrugButton {
    margin-right: 5px;
    font-weight: bold;
}
#header {
    padding: 10px 0;
    background: #363636;
    color: #fff;
}
#header h1 {
    margin: 10px 0 0;
}
#header h2 {
    margin: 0;
    padding: 0;
    font: 700 normal 1em Arial, sans-serif;
    color: #a5a6a4;
}
#header a {
    color: #fff;
    font-weight: bold;
}
#header .menu {
    text-align: right;
}
#header .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .menu ul li {
    display: inline;
}
#header .menu ul li a {
    display: inline-block;
    padding: 10px 0;
    width: 75px;
    text-align: center;
}
#header .menu ul li a img {
    padding-bottom: 7px;
    max-height: 20px;
    max-width: 20px;
}
.pageMenu {
    margin-top: 35px;
    text-align: right;
}
.newItemLink {
    display: inline-block;
    padding: 5px 10px;
    margin: 20px 10px 0 0;
    background: #f1e4a7;
    color: #857014;
    border: 1px solid #db2;
    font-weight: bold;
}
.left {
    display: inline-block;
    float: left;
}
.left input {
    margin-right: 2px;
}
.right {
    display: block;
    float: right;
}
.right input {
    display: inline-block;
    margin-left: 2px;
}
.clear {
    clear: both;
}
.newItem {
    margin-top: 20px;
    padding: 10px 0 0;
    background: #e0dfdb;
}
.newItem form {
    padding: 10px 20px;
}
.newItem form fieldset {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #a5a6a4;
}
.newItem form fieldset legend {
    padding: 0 5px;
    color: #a5a6a4;
    text-transform: uppercase;
}
#formButtons {
    border: none;
    padding: 0;
}
.invalid {
    border-width: 1px;
    border-style: solid !important;
    border-color: #ce5b5a !important;
    background: #ffffff;
}
.currentStatus {
    display: inline-block;
    margin-right: 10px;
    font-size: 8pt;
}
.red-button {
    display: inline-block;
    padding: 5px 10px;
    background: #ce5b5a;
    color: #fff;
    border: 1px solid #bd3938;
    font-size: 8pt;
    font-weight: bold;
}
.red-button:hover {
    background: #da8281;
    color: #fff;
}
.amber-button {
    display: inline-block;
    padding: 5px 10px;
    background: #db2;
    color: #fff;
    border: 1px solid #b1961b;
    font-size: 8pt;
    font-weight: bold;
}
.amber-button:hover {
    background: #e4c94e;
    color: #fff;
}
.green-button {
    display: inline-block;
    padding: 5px 10px;
    background: #2c5;
    color: #fff;
    border: 1px solid #1ba043;
    font-size: 8pt;
    font-weight: bold;
}
.green-button:hover {
    background: #42df71;
    color: #fff;
}
.grey-button {
    display: inline-block;
    padding: 5px 10px;
    background: #a5a6a4;
    color: #fff;
    border: 1px solid #8c8d8a;
    font-size: 8pt;
    font-weight: bold;
}
.grey-button:hover {
    background: #bfbfbe;
    color: #fff;
}
.dark-grey-button {
    display: inline-block;
    padding: 5px 10px;
    background: #777777;
    color: #fff;
    border: 1px solid #5e5e5e;
    font-size: 8pt;
    font-weight: bold;
}
.dark-grey-button:hover {
    background: #919191;
    color: #fff;
}
.clone-button {
    display: inline-block;
    padding: 5px 10px;
    background: #25c;
    color: #fff;
    border: 1px solid #1b43a0;
    font-size: 8pt;
    font-weight: bold;
}
.clone-button:hover {
    background: #4271df;
    color: #fff;
}
.installmentLine {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.hideCancelledTextIfNotCancelled {
    display: none; /* don't fill any space on page (currently occupied by button) */
}
.cancelledText {
    text-decoration: none !important;
    width: 160px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.installmentLine.strikethrough span {
    text-decoration: line-through;
    opacity: 0.6;
    color: #999;
}
.cancelInstallmentLineButton {
    display: inline-block;
    background: #444;
    color: #fff;
    border: 1px solid #c8c7c0;
    padding: 5px 10px;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}
.cancelInstallmentLineButton:hover {
    background: #666;
    color: #fff;
}
.disableCancelledButtonIfRestrictedByNoticePeriod a {
    display: inline-block;
    padding: 5px 10px;
    background: #cccccc;
    color: #666666;
    border: 1px solid #999999;
    font-size: 8pt;
    font-weight: bold;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}
.disabled-button {
    display: inline-block;
    padding: 5px 10px;
    background: #cccccc;
    color: #666666;
    border: 1px solid #999999;
    font-size: 8pt;
    font-weight: bold;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}
.duration-validation-error {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}
.light-grey-button {
    display: inline-block;
    padding: 5px 10px;
    background: #e0dfdb;
    color: #fff;
    border: 1px solid #c8c7c0;
    font-size: 8pt;
    font-weight: bold;
    color: #a5a6a4;
}
.light-grey-button:hover {
    background: #f8f7f6;
    color: #fff;
}
.black-button {
    display: inline-block;
    padding: 5px 10px;
    background: #363636;
    color: #fff;
    border: 1px solid #1c1c1c;
    font-size: 8pt;
    font-weight: bold;
}
.black-button:hover {
    background: #505050;
    color: #fff;
}
.stripe-button {
    display: inline-block;
    padding: 5px 10px;
    background: #db2;
    color: #fff;
    border: 1px solid #b1961b;
    font-size: 8pt;
    font-weight: bold;
    background-image: url("../images/stripe.png");
    background-position: 10px 10px;
}
.stripe-button:hover {
    background: #e4c94e;
    color: #fff;
}
#createNewPatient {
    padding: 0 40px 0 5px;
}
#createNewPatient .yogganbox {
    width: 40px !important;
}
.productOptions {
    padding: 5px 0 0px;
    text-align: right;
}
.dateField {
    width: 110px !important;
    height: 20px !important;
    padding-right: 22px !important;
    background: #fff url("../images/calendar.png") 115px 3px no-repeat;
}

.soDatePickerField {
    width: 110px !important;
    height: 20px !important;
    padding-right: 22px !important;
    background: #fff url("../images/calendar.png") 115px 3px no-repeat;
}

.unitContainer .yogganbox {
    width: 30px !important;
}
.newStandardItems table {
    font-size: 9pt;
}
.noItems {
    text-align: center;
}
#planner .filter-bar {
    background: #444 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    width: 920px !important;
}
#planner .filter-bar a {
    display: inline-block !important;
    padding: 3px 5px !important;
    color: #e0dfdb !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
#patients-filter {
    background: #444 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    width: 920px !important;
}
#patients-filter a {
    display: inline-block !important;
    padding: 3px 5px !important;
    color: #e0dfdb !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
#patients-filter span {
    color: #fff;
    text-align: left;
}
.filter-bar {
    display: table;
    clear: both;
    width: 940px;
    background: #ddd;
    border: 1px solid #c8c7c0;
    padding: 9px;
}
.filter-bar span {
    color: #363636;
    text-align: left;
}
.filter-bar a {
    color: white;
    padding: 5px 10px !important;
}
.filter-bar .yogganbox {
    width: 110px;
}
.sort-options {
    float: left;
    width: 238px;
}
.filter-options {
    float: left;
    width: 940px;
}
.filter-options--production {
    width: 1180px;
}
.item-list {
    list-style: none;
    padding: 0;
    line-height: 1.5;
}
.item-filters {
    margin: 0 !important;
}
.item-list__item {
    display: table;
    clear: both;
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #c8c7c0;
}
.item-list__item:nth-child(even) {
    background: #f3f3f3;
}
.column--bulkops,
.column--patient-product-info,
.column--order-info,
.column--buttons {
    float: left;
}
.column--bulkops {
    display: none;
    width: 25px;
    padding-left: 6px;
}
.column--customer {
    display: inline-block;
    float: left;
    width: 120px;
    padding-left: 10px;
}
.column--batchno {
    display: inline-block;
    float: left;
    width: 100px;
    padding-left: 10px;
}
.batchno-label {
    float: left;
    width: 90px;
    padding-right: 5px;
    color: #797979;
    font-style: italic;
}
.batchbox {
    width: 90px;
}
.customer-label {
    float: left;
    width: 90px;
    padding-right: 5px;
    color: #797979;
    font-style: italic;
}

.column--patient-product-info,
.column--patient-product-info-extended {
    /* Base styles that should be present in both states */
    display: block;
    position: relative;
    margin: 0;
    box-sizing: border-box;
}

.column--patient-product-info {
    width: 515px;
    padding-left: 10px;
}

.column--patient-product-info-extended {
    width: 490px;
    padding-left: 0px;
}

.column--order-info {
    width: 320px;
}
.column--buttons {
    width: 100px;
    padding-top: 23px;
    padding-right: 10px;
    text-align: right;
}
.patient-surname,
.patient-forename,
.patient-title {
    color: #363636;
    font-style: normal;
    font-weight: 700;
}
.patient-surname {
    text-transform: uppercase;
}
.patient-hospital-number {
    color: #363636;
    font-style: normal;
}
.quantity,
.drug-name,
.drug-dose,
.total-volume,
.route,
.diluent,
.device,
.nhs-number {
    font-style: normal;
    color: #363636;
}
.order-info-label {
    float: left;
    width: 90px;
    padding-right: 5px;
    color: #797979;
    font-style: italic;
    text-align: right;
}
.order-number,
.delivery-date,
.service-info,
.admin-date {
    float: left;
    width: 225px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.status-button {
    display: inline-block;
    width: 80px;
    height: 20px;
    padding: 3px 0 2px;
    background: #d22;
    border: 1px solid #a00;
    text-align: center;
    color: white;
    text-decoration: none;
    font-weight: 700;
}
.bulk-ops-bar {
    background: #ddd;
    border: 1px solid #c8c7c0;
    padding: 9px;
    width: 940px;
    margin-top: 1px;
    display: none;
    margin-left: 0px !important;
}
.bulk-ops-link {
    margin-left: 20px;
}
.export-bar {
    background: #ddd;
    border: 1px solid #c8c7c0;
    padding: 9px;
    width: 940px;
    margin-top: 1px;
    display: none;
}
.export-bar a {
    padding-left: 15px;
}
.export-bar p {
    padding-top: 0;
    margin-top: 0;
    padding-left: 15px;
}
.grey-row {
    background: #ecebe9;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table thead {
    background: #444;
    color: #fff;
}
table thead a {
    display: inline-block;
    height: 20px;
    color: #fff;
    font-weight: bold;
}
table span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
table th {
    height: 22px;
    padding: 5px 5px 0 5px;
    text-align: left;
}
table td {
    padding: 10px 5px;
    border-bottom: 1px solid #c8c7c0;
    line-height: 1.3em;
}
table td a {
    border-bottom: none;
    color: #363636;
}
table td a:hover,
table td a:active {
    color: #363636;
}
.checkbox {
    width: 20px;
}
.customer {
    width: 120px;
}
.patient {
    width: 140px;
}
.patient small {
    font-size: 8pt;
}
.doses {
    width: 170px;
}
.diluent {
    width: 100px;
}
.volume {
    width: 50px;
}
.qty {
    width: 30px;
}
.routeDevice {
    width: 120px;
}
.admin {
    width: 60px;
}
.delivery {
    width: 60px;
}
.status {
    position: relative;
    width: 80px;
    overflow: visible;
    white-space: nowrap;
    display: inline-block;
}
.status ul {
    background: transparent url(../images/marker.jpg) 675px top no-repeat;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 9999;
    display: inline-block;
    margin: 0;
    padding: 5px 0 0;
    width: 700px;
    text-align: right;
    list-style: none;
}
.status ul li {
    display: inline;
}
.status ul li a {
    display: inline;
    float: right;
    padding: 5px 10px;
    background: #444;
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}
.status ul li a:hover,
.status ul li a:focus {
    color: #e0dfdb;
}
.status-right-menu {
    width: 90px !important;
}
.status-right-menu ul {
    background: transparent url(../images/marker.jpg) 40px top no-repeat !important;
    left: 0px !important;
}
.status-right-menu ul li a {
    float: left !important;
}
.status-right-menu .widerButton {
    width: 80px !important;
}
.description {
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lines {
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dateOpened {
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dateOrdered {
    width: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.black-status-button {
    display: inline-block;
    width: 70px;
    height: 15px;
    padding: 5px;
    background: #363636;
    border: 1px solid #1c1c1c;
    color: #fff;
    font-size: 8pt;
    font-weight: 700;
    text-align: center;
}
.black-status-button:hover,
.black-status-button:active,
.black-status-button:focus {
    background: #505050;
    color: #fff;
}
.red-status-button {
    display: inline-block;
    width: 70px;
    height: 15px;
    padding: 5px;
    background: #ce5b5a;
    border: 1px solid #bd3938;
    color: #fff;
    font-size: 8pt;
    font-weight: 700;
    text-align: center;
}
.red-status-button:hover,
.red-status-button:active,
.red-status-button:focus {
    background: #da8281;
    color: #fff;
}
.amber-status-button {
    display: inline-block;
    width: 70px;
    height: 15px;
    padding: 5px;
    background: #db2;
    border: 1px solid #b1961b;
    color: #fff;
    font-size: 8pt;
    font-weight: 700;
    text-align: center;
}
.amber-status-button:hover,
.amber-status-button:active,
.amber-status-button:focus {
    background: #e4c94e;
    color: #fff;
}
.green-status-button {
    display: inline-block;
    width: 70px;
    height: 15px;
    padding: 5px;
    background: #2c5;
    border: 1px solid #1ba043;
    color: #fff;
    font-size: 8pt;
    font-weight: 700;
    text-align: center;
}
.green-status-button:hover,
.green-status-button:active,
.green-status-button:focus {
    background: #42df71;
    color: #fff;
}
.grey-status-button {
    display: inline-block;
    width: 70px;
    height: 15px;
    padding: 5px;
    background: #a5a6a4;
    border: 1px solid #8c8d8a;
    color: #fff;
    font-size: 8pt;
    font-weight: 700;
    text-align: center;
}
.grey-status-button:hover,
.grey-status-button:active,
.grey-status-button:focus {
    background: #bfbfbe;
    color: #fff;
}
.dark-grey-status-button {
    display: inline-block;
    width: 70px;
    height: 15px;
    padding: 5px;
    background: #777777;
    border: 1px solid #5e5e5e;
    color: #fff;
    font-size: 8pt;
    font-weight: 700;
    text-align: center;
}
.dark-grey-status-button:hover,
.dark-grey-status-button:active,
.dark-grey-status-button:focus {
    background: #919191;
    color: #fff;
}
.check-status-button {
    display: inline-block;
    width: 70px;
    height: 15px;
    padding: 5px;
    background: #db2;
    border: 1px solid #b1961b;
    color: #fff;
    font-size: 8pt;
    font-weight: 700;
    text-align: center;
    background-image: url("../images/stripe.png");
    background-position: 10px 10px;
}
.check-status-button:hover,
.check-status-button:active,
.check-status-button:focus {
    background: #e4c94e;
    color: #fff;
}
#footer {
    margin-bottom: 40px;
    padding: 20px 0;
    text-align: center;
}
.colour-key {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 10px 0;
    padding: 10px;
    list-style: none;
    background: #e0dfdb;
    border: 1px solid #c8c7c0;
}
.colour-key li {
    display: inline;
    margin-right: 10px;
}
.key-box {
    padding: 0 !important;
    height: 10px;
    width: 10px;
}
.planner-header {
    margin-bottom: 5px;
    background: #444;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 10px;
}
.planner-header span {
    display: inline-block;
    width: 145px;
    padding: 5px 0;
    font-weight: bold;
}
.planner-header span small {
    display: inline-block;
    margin: 0;
}
.red-planner-entry {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 130px;
    background: #ce5b5a;
    border: 1px solid #bd3938;
    color: #fff;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
.red-planner-entry:hover,
.red-planner-entry:focus {
    background: #da8281;
    color: #fff;
}
.amber-planner-entry {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 130px;
    background: #db2;
    border: 1px solid #b1961b;
    color: #fff;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
.amber-planner-entry:hover,
.amber-planner-entry:focus {
    background: #e4c94e;
    color: #fff;
}
.green-planner-entry {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 130px;
    background: #2c5;
    border: 1px solid #1ba043;
    color: #fff;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
.green-planner-entry:hover,
.green-planner-entry:focus {
    background: #42df71;
    color: #fff;
}
.black-planner-entry {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 130px;
    background: #363636;
    border: 1px solid #1c1c1c;
    color: #fff;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
.black-planner-entry:hover,
.black-planner-entry:focus {
    background: #505050;
    color: #fff;
}
.grey-planner-entry {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 130px;
    background: #a5a6a4;
    border: 1px solid #8c8d8a;
    color: #fff;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
.grey-planner-entry:hover,
.grey-planner-entry:focus {
    background: #bfbfbe;
    color: #fff;
}
.dark-grey-planner-entry {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 130px;
    background: #444;
    border: 1px solid #2b2b2b;
    color: #fff;
    padding: 4px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
}
.dark-grey-planner-entry:hover,
.dark-grey-planner-entry:focus {
    background: #5e5e5e;
    color: #fff;
}
.planner-header .today {
    background: #5e5e5e;
}
.dash-help {
    padding: 40px;
    background: #f2f2f1;
    border: 1px solid #727371;
    margin-bottom: 10px;
}
.dash-help ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}
.dash-help ul li {
    display: inline;
}
.dash-help ul li a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    background: #a5a6a4;
    color: #fff;
    border: 1px solid #8c8d8a;
    font-weight: bold;
}
.dash-stats {
    padding: 10px;
    background: #ddebf5;
    border: 1px solid #b7d4e8;
}
.dash-stats table {
    margin-top: 10px;
    border: 1px solid #b7d4e8;
    color: #428fc4;
    font-size: 8pt;
    font-weight: bold;
    text-transform: uppercase;
}
.dash-stats table td {
    padding: 5px;
    background: #fff;
    border-bottom: 1px solid #b7d4e8;
}
.dash-stats table th {
    padding: 2px 5px;
    margin: 0;
    background: #cae0ee;
    color: #26587a;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}
.stats-figure {
    width: 80px;
    font-size: 11pt;
    text-align: center;
}
.dash-cutoff {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #2c5;
    background: #c5f5d3;
    color: #137531;
}
.dash-cutoff h3 {
    font-size: 1.5em;
    text-align: center;
}
.dash-support {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #e0dfdb;
    text-align: center;
}
.dash-support__avatar {
    border-radius: 50%;
    height: 144px;
    width: 144px;
}
.currentCSAdvisorName {
    text-transform: capitalize;
}
.help-page {
    background: #fff;
    border: 1px solid #e0dfdb;
}
.help-menu {
    padding: 20px;
}
.help-menu ul {
    margin: 0 0 20px 10px;
    padding: 0;
    list-style: none;
}
.help-menu ul li a {
    display: inline-block;
    padding: 3px 0;
    font-weight: 700;
}
.help-menu h3 {
    margin: 0 0 10px;
}
.help-menu .download-help-sheet a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 20px;
    background: #f1e4a7;
    color: #857014;
    border: 1px solid #db2;
    font-weight: bold;
    text-align: center;
}
.help-content {
    padding: 20px;
}
.help-content h2 {
    margin: 40px 0 20px;
    padding: 5px 0;
    font-size: 2em;
    color: #428fc4;
    border-bottom: 1px dotted #428fc4;
}
.help-content h3 {
    margin: 40px 0 20px;
    padding: 5px 0;
    color: #a5a6a4;
    font-size: 1.6em;
    border-bottom: 1px dotted #a5a6a4;
}
.help-content ol li {
    margin-bottom: 1em;
}
.help-content table th {
    font-size: 11pt;
    font-weight: bold;
    color: #363636;
}
.help-content table tr {
    background: #fff !important;
}
.help-content table tr td {
    vertical-align: top;
}
.help-content .top-link {
    text-align: right;
}
.help-content .help-image {
    margin: 20px 0;
    font-weight: bold;
    font-style: italic;
}
.help-content .help-image img {
    margin-bottom: 10px;
    border: 1px solid #a5a6a4;
}
.hint {
    display: inline-block;
    clear: both;
    margin: 10px 120px 0 20px;
    color: #b1961b;
    font-weight: bold;
    font-style: italic;
}
.term {
    width: 100px;
    font-weight: 700;
}
.term span {
    width: 70px;
    text-align: center;
}
.print-only {
    display: none;
}
.review-row {
    border: none;
}
.review-row td {
    border: none;
    padding-bottom: 0;
}
.row-colour-reset {
    display: none;
}
.comments {
    padding-top: 0;
    font-size: 1em;
}
.comments span {
    display: block;
    margin: 5px 0 0;
    white-space: normal;
    padding: 10px;
}
.review-comments {
    font-size: 1em;
    clear: both;
    display: block;
    padding-top: 5px;
}
.review-comments span {
    display: block;
    margin: 5px 0 0;
    white-space: normal;
    padding: 10px;
}
.review-comments span {
    color: #ce5b5a;
    background: #fdf7f7;
    border: 1px solid #f1d0d0;
}
.review-comments-stock {
    display: table-row;
}
.item-comments {
    padding-top: 0;
    font-size: 1em;
}
.item-comments span {
    display: block;
    margin: 5px 0 0;
    white-space: normal;
    padding: 10px;
}
.item-comments span {
    color: #a5a6a4;
    background: #ffffff;
    border: 1px solid #f2f2f1;
}
.edit-comments {
    padding-top: 0;
    font-size: 1em;
}
.edit-comments span {
    display: block;
    margin: 5px 0 0;
    white-space: normal;
    padding: 10px;
}
.edit-comments span {
    background: #f1e4a7;
    color: #857014;
    border: 1px solid #db2;
}
#header {
    background: #363636 url("../images/header-background.png") repeat;
    font-size: 9pt;
    font-weight: 700;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#header a {
    color: #f3f3f3;
    text-decoration: none;
}
.site-title {
    margin: 14px 0 0 10px;
}
.signout span {
    display: inline-block;
    margin: 20px 0 20px 40px;
    color: #a5a6a4;
}
.signout a {
    margin: 20px 0 20px 10px !important;
    padding: 0 !important;
}
.settings-description {
    line-height: 1.6em;
    padding: 20px 0 20px 20px;
}
.settings label {
    display: inline-block;
    width: 130px;
    margin: 0 10px;
    text-align: right;
}
.settings input {
    width: 300px;
    padding: 5px;
    border: 1px solid #a5a6a4;
}
.settings a {
    display: inline-block;
    margin: 5px 0;
}
.standardsEdit {
    padding-bottom: 15px;
    padding-left: 0px;
}
.standardsEdit select {
    padding: 5px 5px 3px 5px;
    border: 1px solid #a5a6a4;
}
.standardsEdit .label {
    display: inline-block;
    width: 110px;
    margin: 0 10px;
    text-align: right;
    vertical-align: middle;
}
.standardsEdit .text-box {
    width: 300px;
    padding: 5px;
    border: 1px solid #a5a6a4;
}
.standardsEdit .number-box {
    width: 30px;
    padding: 5px 5px 3px 5px;
    border: 1px solid #a5a6a4;
}
.standardsEdit .radio-button {
    background-color: transparent;
}
.standardsEdit .addressGroup {
    display: inline-block;
    padding-bottom: 5px;
}
.standardsEdit-description {
    line-height: 1.6em;
    padding: 20px 20px 0px 20px;
}
.standardsHeader {
    position: relative;
    margin: 20px 0;
    padding: 10px;
    background: #e0dfdb;
}
.standardsHeader span.status {
    position: absolute;
    top: 10px;
    right: 10px;
}
.stop-warning {
    color: #fff;
    background: #ce5b5a;
}
.stop-warning p {
    margin: 0;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}
.warning-banner {
    color: #727371;
    background: #f2f2f1;
}
.warning-banner p {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.warning-banner-amber p, .warning-banner-amber h2, .warning-banner h2 {
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.warning-banner-amber p:before, .warning-banner-amber h2:before {
    content: '⚠️\00a0'
}
.warning-banner-amber {
    color: #000;
    border: 1px solid #db2 !important;
    background: #f1e4a7 !important;
    margin-bottom: 10px;
    width: 100%;
    font-weight: 700;
}
.list-expiry-message {
    color: #000;
    border-top: 1px solid #db2 !important;
    border-bottom: 1px solid #db2 !important;
    background: #f1e4a7 !important;
    padding: 2px;
    font-weight: 700;
}
.list-complete-message {
    color: #727371;
    border-top: 1px solid #727371 !important;
    border-bottom: 1px solid #727371 !important;
    background: #f2f2f1 !important;
    padding: 2px 5px;
    font-weight: 700;
}
@-webkit-keyframes glow {
    from {
        color: #f22;
    }
    to {
        color: #bd3938;
    }
}
@-moz-keyframes glow {
    from {
        color: #f22;
    }
    to {
        color: #bd3938;
    }
}
.red-text {
    color: #bd3938;
    -webkit-animation-name: glow;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -moz-animation-name: glow;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-duration: 500ms;
}
.green-text {
    color: #1ba043;
}
.amber-text {
    color: #b1961b;
}
.nav {
    text-align: right;
}
.nav ul {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.nav ul li {
    display: inline;
}
.nav ul li a {
    display: inline-block;
    padding: 10px;
}
.nav ul li a:hover {
    background: #474747;
}
.nav ul li.signout a:hover {
    background: #363636 !important;
    color: #ce5b5a !important;
}
.nav ul li a.active,
.nav ul li a.active:hover {
    background: #a5a6a4 !important;
    color: #fff !important;
}
.signout span {
    display: inline-block;
    margin: 20px 0 20px 40px;
    color: #a5a6a4;
}
.signout a {
    margin: 20px 0 20px 10px !important;
    padding: 0 !important;
}
.subnav {
    text-align: right;
    padding-top: 5px;
}
.subnav ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}
.subnav ul li {
    display: inline;
}
.subnav ul li a {
    display: inline-block;
    padding: 0;
    margin: 5px 0 5px 15px;
}
.subnav ul li a.active {
    font-weight: 700;
    text-decoration: underline;
}
.dropdown-toggle {
    max-width: 150px;
    margin-right: 0px;
    padding-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
.dropdown {
    display: inline-block;
    height: 35px;
    position: relative;
}
.dropdown-menu {
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 0px;
    padding: 0 !important;
    background: #666;
    text-align: left;
    z-index: 20000;
}
.dropdown-menu li {
    display: block !important;
}
.dropdown-menu li a {
    width: 150px;
    margin: 0 !important;
    padding: 10px !important;
    display: block;
}
span.orderNumber {
    display: inline-block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
span.orderNumber a {
    color: #428fc4;
}
/* Standards */
.newStandardItems {
    margin-bottom: 20px;
}
span.searchform {
    float: left;
    display: inline-block;
}
.newStandardItems label {
    padding-right: 10px;
    vertical-align: middle;
    font-size: 10pt;
}
.newStandardItems input.search {
    padding: 5px;
    width: 300px;
    font-size: 10pt;
    line-height: 1em;
    vertical-align: middle;
}
.newStandardItems a.searchbutton {
    padding: 5px;
    font-size: 10pt;
    line-height: 1em;
    background: #a5a6a4;
    color: #fff;
    border: 1px solid #a5a6a4;
    vertical-align: middle;
    font-weight: 700;
}
.edit-icon {
    margin-left: 7px;
    display: inline-block;
    background-image: url("../images/icon_edit_small.png");
    width: 12px;
    height: 12px;
}
.referenceEditor {
    display: inline-block;
    padding-bottom: 16px;
}
.referenceEditor input {
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.tabs {
    display: block;
    padding-right: 10px;
    text-align: right;
}
.tab {
    display: inline-block;
    background: #a5a6a4;
    color: #fff !important;
    padding: 10px;
}
.tab:hover {
    color: #fff !important;
}
.active-tab {
    background: #444;
    color: #fff !important;
}
.active-tab:hover {
    background: #444 !important;
}
.modified-quantity {
    border: 1px solid #db2 !important;
    background: #f1e4a7 !important;
}
.below-minimum {
    border: 2px solid #dc3545 !important;
    background: #ffe6e6 !important;
}
.below-minimum > * {
    color: #dc3545 !important;
    font-weight: bold !important;
}
.orderLinesTable input[disabled] {
    background: #e0dfdb;
}
.label {
    text-align: right;
    font-weight: bold;
    line-height: 1.6em;
}
.label-left {
    text-align: left;
    font-weight: bold;
    line-height: 1.6em;
}
.value {
    text-align: left;
    line-height: 1.6em;
}
.standardsAddressLabel {
    padding-top: 30px;
}
.deliveryInstructionsLabel {
    text-align: right;
}
.addressText {
    margin-bottom: 0.6em;
}
.orderButtons a {
    float: right;
    margin-left: 5px;
}
.limitWarning {
    color: #ce5b5a;
    background: #fdf7f7;
    border: 1px solid #f1d0d0;
    padding: 5px;
    margin-bottom: 5px;
}
#limitSpinner {
    padding: 15px;
    display: block;
    margin: 0 auto;
    width: 0;
}
.listLimitWarning {
    font-size: 1em;
    clear: both;
    display: block;
    margin: 5px;
    padding-top: 5px;
}
.listLimitWarning span {
    display: block;
    margin: 5px 0 0;
    white-space: normal;
    padding: 10px;
    color: #ce5b5a;
    background: #fdf7f7;
    border: 1px solid #f1d0d0;
}
#limitBanner {
    background-color: #f2f2f1;
    border: 1px solid #c8c7c0;
    margin: 10px 0 0;
    padding: 0;
}
#limitBanner p {
    padding: 3px 6px;
    line-height: 1.5;
    color: #363636;
    margin: 0;
}
#limitBanner a,
#limitBanner a:link,
#limitBanner a:visited {
    color: #00a3e0;
    text-decoration: none;
}
#limitBanner table {
    border-top: 1px solid #c8c7c0;
    border-collapse: collapse;
    margin: 0;
    margin-top: 3px;
}
#limitBanner table td,
#limitBanner table th {
    border-left: 1px solid #c8c7c0;
    border-top: 1px solid #c8c7c0;
    vertical-align: top;
    line-height: 1.5;
    padding: 3px 6px;
    color: #797979;
    height: auto;
}
#limitBanner table th {
    font-weight: 400;
    text-align: left;
}
#limitBanner table thead {
    background: none;
}
#limitBanner table thead th {
    border-top: none;
}
#limitBanner table thead th:first-child {
    border-left: none;
}
#limitBanner table tbody th {
    border-left: none;
}
#limitBanner table tbody tr:last-of-type td {
    border-bottom: none;
}
#limitBanner table td {
    font-weight: 700;
    font-size: 0.9em;
    width: 11%;
}
#limitBanner .greenText {
    color: #2c5;
}
#limitBanner .orangeText {
    color: #db2;
}
#limitBanner .redText {
    color: #ce5b5a;
}
#limitBanner .greyText {
    color: #a5a6a4;
}
/* override for menu item padding */
.ui-menu-item-wrapper {
    display: block;
}
.retiredRow {
    text-decoration: line-through;
}
.bold-text {
    font-weight: bold;
}
