@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(../fonts/oswald-light.woff2) format('woff2'), url(../fonts/oswald-light.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(../fonts/oswald-medium.woff2) format('woff2'), url(../fonts/oswald-medium.woff) format('woff');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(../fonts/oswald-bold.woff2) format('woff2'), url(../fonts/oswald-bold.woff) format('woff');
}

body {
    background: #fbfbfb;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Tahoma,Verdana,Arial,sans-serif;
}

img {
    -ms-interpolation-mode: bicubic;
}

.hoverBackground:hover, .hoverBackground:hover .text-muted {
    background-color: #5bc0de;
    color: white;
}

.Red {
    color: #c00000;
}

.Amber {
    color: #c08000;
}

.Green {
    color: #00c000;
}

.topMargin {
    margin-top: 10px;
}

.noTopMargin {
    margin-top: 0 !important;
}

.topMargin2x {
    margin-top: 20px;
}

.bottomMargin {
     margin-bottom: 20px; 
}

.rightMargin {
    margin-right: 10px;
}

.assignedExceptionContainer {
    cursor: pointer;
    cursor: hand;
}

.leftMargin {
    margin-left: 10px;
}

.leftMargin2x {
    margin-left: 20px;
}

.text-normal {
    font-weight: normal !important;
    text-align: left;
}

.text-left {
    text-align: left !important;
}

.table-half {
    width: 50%;
}

.table-container table:last-of-type, .table-container .form-group:last-of-type, .table-container p:last-of-type {
    margin-bottom: 0;
}
.table-bold {
  border: 3px solid #555555 !important;
}
.table-bold > thead > tr > th,
.table-bold > tbody > tr > th,
.table-bold > tfoot > tr > th,
.table-bold > thead > tr > td,
.table-bold > tbody > tr > td,
.table-bold > tfoot > tr > td {
  border: 3px solid #555555 !important;
}
.table-bold > thead > tr > th,
.table-bold > thead > tr > td {
  border-bottom-width: 3px;
}
.table-dark {
  border: 1px solid #555555 !important;
}
.table-dark > thead > tr > th,
.table-dark > tbody > tr > th,
.table-dark > tfoot > tr > th,
.table-dark > thead > tr > td,
.table-dark > tbody > tr > td,
.table-dark > tfoot > tr > td {
  border: 1px solid #555555 !important;
}
.table-dark > thead > tr > th,
.table-dark > thead > tr > td {
  border-bottom-width: 1px;
}
.table-pager {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 1049px;
    border: 1px solid #ccc;
}
.table-pager-headerless { 
    border-top: none;
} 
.table-pager-footerless { 
    border-bottom: none;
} 
.table-scroller {
    overflow-y: auto;
    max-height: 500px;
    margin-top: 5px;
}

th.autowidth {
    width: 1px;
    white-space: nowrap;
}
.tabs-left {
    border-bottom: none;
    padding-top: 2px;
    border-right: 1px solid #ddd;
}

    .tabs-left > li {
        float: none;
        margin-bottom: 2px;
        margin-right: -1px;
    }

        .tabs-left > li.active > a,
        .tabs-left > li.active > a:hover,
        .tabs-left > li.active > a:focus {
            border-bottom-color: #ddd;
            border-right-color: transparent;
        }

        .tabs-left > li > a {
            border-radius: 4px 0 0 4px;
            margin-right: 0;
            display: block;
        }

modal-dialog {
    display: none;
}

modal-dialog.bound {
    display: block;
}

.modal-content .table-container {
    overflow: auto;
    max-height: 75%;
}

.no-click {
    cursor: default;
}

select[disabled] {
  background-color: #d3d3d3;
}

.details {
    cursor: pointer;
}

.noEdit a, .noEdit a:hover {
    text-decoration: none;
    cursor: default;
}

.statusMessage {
    font-weight: bold;
    font-style: italic;
    margin: 0;
}

.clickable {
    cursor: pointer;
    border-radius: 4px;
    border: solid 1px #dddddd;
    padding: 5px;
}

    .clickable:hover {
        background-color: #dddddd;
    }

.catalogueError {
    color: #c00000;
    font-style: italic;
}

.lineException {
    font-weight: lighter;
    margin-left: 20px;
}

.lineError {
    font-weight: bold;
    border-top: dashed 1px #dddddd;
    width: 100%;
}

.smallerFieldError {
    color: #c00000;
    font-weight: bold;
    font-size: smaller;
}

.highlightedFieldError {
    font-weight: bold;
    font-style: italic;
    margin: 0 5px 0 5px;
    font-size: 1.3em;
}

.catalogueProductLine {
    font-size: 0.9em;
}

.catalogueLineData {
    font-weight: normal;
    font-style: italic;
}

.importErrorMessage {
    font-weight: bold;
    margin-top: 20px;
}

.importSummary {
    font-weight: bolder;
    font-style: italic;
    padding: 15px;
}

.lineErrorSummary {
    margin-bottom: 10px;
    padding: 10px;
}

.catalogeLine {
    margin-bottom: 2px;
    width: 100%;
    border-top: dashed 1px #dddddd;
    font-weight: normal;
    font-size: 0.8em;
}

.collapse-toggle:after {
    content: "\f106";
    display: inline-block;
    font: 900 14px/1 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 5px 5px;
}

.collapse-toggle.collapsed:after {
    content: "\f107";
}

.listHeader, .listItem {
    font-size: 0.7em;
    font-weight: bold;
}

.listHeaderLabel {
    font-size: 0.9em;
    font-weight: bold;
}

#uploadStatusIcons {
    margin-top: 5px;
}

#uploadSuccess, #uploadProgress, #uploadUpdate, #loading, #success, #undoSuccessful, #undoSuccess, #update {
    color: #00a000;
}

.updatedOrder {
    color: #00cccc;     
}

.failed {
    color: crimson;
}

.succeeded {
    color: #00a000;
}

#uploadWarning, #warning {
    color: gold;
}

.stackedStatusIcon {
    float: right;
    position: absolute;
    top: 25px;
    left: 20px;
}

label#catalogueFileLabel {
    margin: 15px 0 5px 0;
}

.pager {
    margin: 5px 0 0 14px;
}


.pageCounter {
    margin: 15px 0 0 0;
    font-size: 0.9em;
}

.pageNumber {
    margin: 0 3px 3px 0;
}

a.columnHeader {
    border: none;
    cursor: default;
    font-weight: bold;
}

    a.columnHeader:hover {
        cursor: default;
        background-color: initial;
    }

.infoIcon {
    font-size: 1.2em;
}

.infoIconCounter {
    float: left;
    font-style: italic;
    margin: -4px 20px 0 0;
}

    .infoIconCounter.bigger {
        margin: 0 0 0 -14px;
        font-size: 1.8em;
    }

.infoBlock {
    margin-top: 10px;
    padding: 10px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.selectedItem {
    font-style: oblique;
    font-weight: bold;
    color: #337ab7;
}

.counterInfoContainer {
    margin-right: 10px;
}

.productSummaryNumber {
    text-align: center;
    margin: 0 10px 0 0;
}

.latestCatalogue {
    color: #555555;
}

    .latestCatalogue.indicatorIcon {
        font-size: 0.8em;
        position: absolute;
        top: -25px;
        left: -20px;
    }

.thingOfInterest {
    cursor: pointer;
}

.filterSwitchList {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
}

.filterSwitchListItem {
    display: inline;
    padding: 0 20px 0 0;
    float: left;
    color: #000;
}

#uploadForm {
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;        
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.btn-spacer {
    background-color: white;
    color: white;
}
.btn-spacer:hover, .btn-spacer:focus { color: white; }

.toggle {
    position: relative;
    overflow: hidden;
    height: 34px;
}

.toggle.off .toggle-group {
    left: -100%;
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    -moz-transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -o-transition: left 0.35s;
    transition: left 0.35s;
    user-select: none;
}

.toggle.btn{
    min-width: 30px;
    display: block;
}

.toggle .btn {
    margin-left: 0;
    padding: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 2px;
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-on.btn {
    padding-right: 24px;
    display: flex;
    align-items: center;
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.toggle-off.btn {
    padding-left: 24px;
    display: flex;
    align-items: center;
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 0;
    border-width: 0 1px;
    border: black;
}

.rotate {
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.rotate-45 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.acq-radio-button {
    color: #337ab7;
}

.unclickableButton {
    cursor: not-allowed;
    pointer-events: none;
}

input[type=radio] { 
    display: none; 
}

input[type=radio] + label:before {
    content: "\f111";
    display: inline-block;
    font: normal 14px/1 'Font Awesome 5 Free';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 3px 5px;
}

input[type=radio]:checked + label:before {
    content: "\f192";
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.input-daterange {
    width: 100%
}

.validationMessage {
    color: #b92c28;
    font-style: italic;
    font-weight: bold;
    padding-right: 2px;
    float: right;
    text-align: right;
}

    .validationMessage:after {
        content: "";
        clear: both;
    }

#budgetName + .validationMessage {
    color: #b92c28;
    font-style: italic;
    font-weight: bold;
    padding-right: 2px;
    float: left;
    text-align: right;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-left: 18px;
}

@media screen {
    div[role="main"] {
        margin-top: 70px;
        margin-bottom: 20px;
    }
}

.editLink {
}

.shadow {
    -webkit-box-shadow: 5px 5px 2.5px rgba(0,0,0,0.25);
    -ms-box-shadow: 5px 5px 2.5px #c0c0c0;
    box-shadow: 5px 5px 2.5px rgba(0,0,0,0.25);
}

/*.navbar {
    -webkit-box-shadow: 0 2.5px 5px 2.5px rgba(0,0,0,0.25);
    -ms-box-shadow: 0 2.5px 5px 2.5px #c0c0c0;
    box-shadow: 0 2.5px 5px 2.5px rgba(0,0,0,0.25);
}*/

.thirdWidth {
    width: 33%;
}

.fifthWidth {
    width: 20%;
}

.sixthWidth {
    width: 16%;
}

.fivePercentWidth {
    width: 5%;
}

.fullWidth {
    width: 100%;
}

.nintyPercentWidth {
    width: 90%;
}

.quarterWidth {
    width: 25%;
}

.halfWidth {
    width: 50%;
}

.pale {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    opacity: 0.75;
}

.paler {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.5;
}

.palest {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    opacity: 0.25;
}

.x-pale {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
    opacity: 0.125;
}

.footer {
    /*position: absolute;
  bottom: 0;*/
    width: 100%;
    margin-bottom: 20px;
}

.italic {
    font-style: italic;
}

.modal-content .list-container {
    overflow: auto;
    max-height: 75%;
}

hr {
    height: 1px;
    background-color: #e0e0e0;
    color: #e0e0e0;
    margin-top: 0;
    margin-bottom: 8px;
    width: 100%;
}

.clearb {
    clear: both;
}

.preserveWS {
    white-space: pre-wrap;
}

.trim {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-trim: force-end;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.trimWithWrap {
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-trim: force-end;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.filter .glyphicon {
    top: 0 !important;
}

.filter .input-group-addon, .filterHead {
    -ms-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.filter .form-control:last-child, .filterHead {
    -ms-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.filterHead {
    margin-bottom: 0 !important;
    border-bottom-width: 0 !important;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.filtered, .filtered .list-group-item:first-child, table.filtered tr:first-child th, table.filtered tr:first-child td {
    -ms-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -ms-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top-width: 0 !important;
}

.isFiltered .list-group-item:first-child {
    border-top-width: 1px !important;
}

.larger {
    font-size: larger;
}

.large {
    font-size: large;
}

.x-large {
    font-size: x-large;
}

.xx-large {
    font-size: xx-large;
}

.bold {
    font-weight: bold;
}

.lineProductDescription {
    font-size:1em;
    font-weight: 600;
}

.lineQuantityValue, .lineProductCode {
    font-size: 1em;
}

.quantityVarianceInfoRow 
{
    font-size: 0.9em;
    background: #eee;
} 
.packSize 
{    
    font-size:0.9em;
}
.icon {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 128px;
    vertical-align: top;
}

a:active {
    outline: none;
}

.icon .overlay {
    font-size: 0.42em;
    position: relative;
    top: 22px;
    width: 55px;
    text-align: center;
    line-height: 1em;
    overflow: hidden;
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(52deg);
    -moz-transform: rotate(52deg);
    -ms-transform: rotate(52deg);
    -o-transform: rotate(52deg);
    transform: rotate(52deg);
}

.white {
    color: white !important;
    -webkit-text-decoration-color: white !important;
    -moz-text-decoration-color: white !important;
    -ms-text-decoration-color: white !important;
    -o-text-decoration-color: white !important;
    text-decoration-color: white !important;
}

.paleGrey {
    color: #dadada !important;
}

.darkGrey {
    color: #BBB!important;
}

.grayoutLineThrough {
    color: #757982;
    text-decoration: line-through;
}
.grayout {
    color: #757982;
    background-color: lightgrey;
}

.CreateOrder {
    color: #c0c0c0;
}

    .icon:hover .CreateOrder, .CreateOrder:hover, .CreateOrder:focus {
        color: #a0a0a0;
    }

.Black, .Black:hover, .Black:focus {
    color: #000;
}

.iconLabel {
    font-size: smaller;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.filters .form-group:last-of-type, .filters .form-group:last-of-type .checkbox {
    margin-bottom: 0;
}

.listItem {
    margin-right: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
}

.fa-stack-badge {
    font-size: 8pt !important;
    line-height: 8pt !important;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
}

.child-icon {
    left: 9px;
    bottom: 5px;
}

.text-wrap {
    white-space: normal !important;
}

.half-gutter-l {
    padding-left: 7.5px !important;
}

.half-gutter-r {
    padding-right: 7.5px !important;
}

tr.deleted td {
    text-decoration: line-through;
}

.substituted {
    text-decoration: line-through;
}

.noUnderline, .noUnderline:hover {
    text-decoration: none !important;
}

.flatBottom {
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.orderStateFilter, .catalogueStateFilter {
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #f8f8f8 !important;
}

.block {
    display: block;
}

.smallest {
    font-size: 50% !important;
}

.smaller
{
    font-size: smaller;
}

@media print {
    .small-print-panel .panel-heading, .small-print-panel .panel-body {
        padding: 5px;
    }
}

.form-group-small {
    margin-bottom: 5px;
}

.outline {
    text-shadow: 1px 0 0 #000;
    text-shadow: -1px 0 0 #000;
    text-shadow: 0 1px 0 #000;
    text-shadow: 0 -1px 0 #000;
}

.progress-dark {
    background-image: none !important;
    background-color: #808080;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

    .progress-dark .progress-bar {
        background-image: none !important;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.15) inset;
        transition: background-color 0.6s ease 0s, width 0.6s ease 0s;
    }

.progress-container {
    position: relative;
}

    .progress-container .progress {
        height: 20px !important;
        margin-bottom: 0 !important;
    }

.progress-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #404040;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

.sharp, .sharp .progress {
    border-radius: 0 !important;
}

.eightyPercentWidth {
    width: 77%;
}

.progressIndicatorModifier {
    padding-top: 5px;
}
.noBottomMargin {
    margin-bottom: 0 !important;
}

.text-right {
    text-align: right !important;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        margin: 30px 5%;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: 1080px;
        margin: 30px auto;
    }
}

@media (min-width: 768px) {
    .modal-xxl {
        width: 95%;
        margin: 30px 2.5%;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        width: 1080px;
        margin: 30px auto;
    }
}

@media (min-width: 1800px) {
    .modal-xxl {
        width: 70%;
        margin: 30px auto;
    }
}

/* Not all themes contain the recent updates to Bootstrap... */
.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

/* dark theme messes this up */
.datepicker-dropdown table
{
    background-color: #fff;
}

.loginHeader, .navbar-brand, .modal-title
{
    font-family: "Oswald","Segoe UI","Helvetica Neue",Helvetica,Tahoma,Verdana,Arial,sans-serif;
}

.navbar-brand, .modal-title
{
    font-weight: normal;
}

.loginHeader
{
    margin-top: 0 !important;
    font-weight: bold;
}

.acquireLogo
{
    position: relative;
    top: -2px;
    left: 0;
    margin-right: 10px;
}

.navbar-sub-header
{
    display: none;
    margin: -10px 0 10px 0;
    padding: 0;
    font-size: 75%;
}

@media (min-width: 768px) {
    .navbar-sub-header
    {
        display: inline-block;
    }
}

.text-pre 
{
    font-family: 'Lucida Console', 'Courier New', Courier, fixed;
    white-space: pre;
}

#editOrganisationModal .modal-body {
    height: 700px;
    overflow-y: auto
}

.orderReference {
    font-size: large;
}

.orderFooter
{
    display: none;
}

.invoiceFooter
{
    display: none;
}

.barcode, .qrCode
{
    display: none;
}

.moveUp2px
{
    position:relative;
    top:-2px;
}

.moveUp4px
{
    position:relative;
    top:-4px;
}

#templateWithZeroQuantitiesWarningContainer 
{
    margin:0 0 10px 10px;
}

.orderContentsTable 
{
    border: none !important;
}

@media print {
    body, html
    {
        margin: 0;
        padding: 0;
    }

    .orderFooter
    {
        display: block;
        text-align: center;
        page-break-after: always;
    }
    
    .orderFooter:last-of-type
    {
        display: none;
    }

    .orderContainer
    {
        border: none !important;
        padding: 0 !important;
    }

    .barcode
    {
        display: block;
    }

    .qrCode
    {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        display: block;
    }
    
    article.invoice
    {
        display: block;
        page-break-after: always;
    }

    .invoiceFooter
    {
        display: block;
        text-align: center; 
    }
    
    .invoiceContainer
    {
        border: none !important;
        padding: 0 !important;
    }

    .footer {
        display: none;
    }    

    .alignedOrderLineInputLabel {
        width: 12em;
        font-weight: normal;
    }

    .alignedOrderLineInputLabel > input {
        width: 7em;
        float: left;
        border: none;
    }
}

.pagination::before {
    display: table;
    content: ""
}
.pagination::after {
    display: table;
    clear: both;
    content: ""
}
.pagination a,
.pagination span,
.pagination em {
    position: relative;
    float: left;
    padding: 7px 12px;
    margin-left: -1px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #4078c0;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    border: 1px solid #e5e5e5
}
.pagination a:first-child,
.pagination span:first-child,
.pagination em:first-child {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination a:last-child,
.pagination span:last-child,
.pagination em:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pagination a:hover,
.pagination span:hover,
.pagination em:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #e7e7e7;
    border-color: #e5e5e5
}
.pagination a:focus {
    text-decoration: none;
}
.pagination .selected {
    z-index: 3
}
.pagination .current,
.pagination .current:hover {
    z-index: 3;
    color: #fff;
    background-color: #4078c0;
    border-color: #4078c0
}
.pagination .gap,
.pagination .disabled,
.pagination .gap:hover,
.pagination .disabled:hover {
    color: #d3d3d3;
    cursor: default;
    background-color: #fafafa
}
.paginate-container {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center
}
.paginate-container .pagination {
    display: inline-block;
    margin-top: 0;
}
.no-transitions * {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}
.glyphicon-move {
    cursor: move;
    cursor: -webkit-grabbing;
}

hr.ghost {
    border: 0;
    height: 1px;
    background: lightgrey;
    opacity: 0.8;
}

.widget {
    border-radius: 10px;
    border: solid 1px #dddddd;
    margin: 10px 20px 10px 0;
    padding: 15px;
    background-color: #fafafa;
    display: table-cell;
}

.widget-small {
    width: 300px;
    height: 300px;
    text-align: center;
}
.widget-large {
    min-height: 250px;
}
.widget-header {
    text-align: center;
    font-size: 500%;
    margin-bottom: 20px;
}
.widget-header-money {
    text-align: center;
    font-size: 300%;
    margin-top: 35px;
    margin-bottom: 40px;
}
.widget-panel {
    display: table;
    width: 100%;
}
.widget-row {
    display: table-row;
}
.widget-padding {
    padding: 10px;
}
.validationElement {
    border-color: #c00000;
}
.widget-number {
    font-size: 90%;
    font-weight: bold;
    letter-spacing: -0.05em;
}

.day-weather-box {
    border: 1px solid #dddddd;
    background-color: #fafafa;
    border-radius: 5px;
    height: 6.5em;
    width: 8em;
    padding: 2px 2px;
}

#suggestedOrderingChildren {
    margin-left: 23px;
}

#deliveriesToEnterpriseChildren {
    margin-left: 23px;
}

#approveOrdersLink {
    padding: 15px;
    line-height: 20px;
    display: block;
    text-decoration: none;
    color: #777;
}

#approveOrdersLink:hover,
#approveOrdersLink:focus {
    color: #333;
}

.amendedPrice {
    font-style: italic;
    font-weight: 500;
}

#logoutButton {
    cursor: pointer
}

.notification {
    position: absolute;
    top: -8px;
    left: 9px;
    background-color: #d9534f;
    border-radius: 3px;
    color: #fff;
    padding: 2px 4px;
    font: 9px Verdana;
    z-index: 1;
}

.fas, .far {
    position: relative;
}

.icon-cell i {
    font-size: 25px;
}

.money-cell {
    text-align: right;
}

.center-cell {
    text-align: center;
}

th.center, td.center {
    text-align: center;
    vertical-align: middle;
}

#billing-tab-totals {
    width: 50%;
    float: right;
    margin-right: 15px;
    margin-bottom: 10px;
    text-indent: 5px;
}

#billing-tab-totals tbody tr {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid black;
}

#billing-tab-totals tbody tr.billing-tab-totals-variance {
    border: 2px solid #b23931;
    color: #b23931;
}

#billing-tab-totals tr:nth-of-type(even) {
    border: none;
    height: 10px;
}

#billing-tab-totals .money-cell {
    padding: 0 25px;
}

.acq-collapse:not(.acq-collapse-toggle) {
    display: none;
}

.acq-collapse-toggle {
    background: #f5f5f5;
}

.acq-table-light,
.acq-table-light > thead > tr > th {
    border: none;
}

.acq-table-light > tbody > tr:not(.failed-edi-reasons) > td {
    height: 40px;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #dddddd;
}

#tabBilling #invoices-table > thead > tr > th.icon-cell > i {
    display: none;
}

#tabBilling .btn-link {
    padding: 0;
}

#tabBilling .acq-collapse-table > thead > tr > th:first-child,
#tabBilling .acq-collapse-table > tbody > tr > td:first-child {
    width: 50px;
}

#tabBilling .acq-collapse-table > thead > tr > th:nth-child(2),
#tabBilling .acq-collapse-table > thead > tr > th:nth-child(4),
#tabBilling .acq-collapse-table > thead > tr > th:nth-child(6),
#tabBilling .acq-collapse-table > thead > tr > th:last-child,
#tabBilling .acq-collapse-table > tbody > tr > td:nth-child(2),
#tabBilling .acq-collapse-table > tbody > tr > td:nth-child(4),
#tabBilling .acq-collapse-table > tbody > tr > td:nth-child(6),
#tabBilling .acq-collapse-table > tbody > tr > td:last-child {
    width: 80px;
}

#tabBilling .acq-collapse-table > thead > tr > th:nth-child(5),
#tabBilling .acq-collapse-table > tbody > tr > td:nth-child(5) {
    width: 120px;
}

#tabBilling .acq-collapse-table > tbody > tr > td:nth-child(7),
#tabBilling .acq-collapse-table > tbody > tr > td:nth-child(8),
#tabBilling .acq-collapse-table > tbody > tr > td:nth-child(9),
#tabBilling .acq-collapse-table > tbody > tr > td:nth-child(10) {
    width: 100px;
}

#tabBilling .acq-collapse-table > tbody > tr > td:last-child {
    width: 130px;
}

.acq-collapse-table > tbody > tr > td:first-child > i {
    font-size: 25px;
}

#tabBilling .acq-collapse-table i[title] {
    margin-left: 5px;
}

#tabBilling .acq-collapse-table [title] {
    white-space: nowrap;
}

#expandCollapseErrorsTableButton {
    margin-bottom: 20px;
}

#tabOrder, #tabBilling {
    padding-top: 30px;
}

#tabBilling label {
    margin-bottom: 20px;
    font-size: 20px;
}

[aria-label], [title] {
    cursor: pointer;
}

.acq-btn {
    padding: 5px 15px;
    border-radius: 4px;
    outline: none;
    transition: all 0.25s;
}

.acq-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.acq-btn:hover {
    transition: all 0.25s;
}

.acq-btn i + span {
    margin-left: 5px;
}

.acq-btn.acq-btn-primary {
    background: rgba(57, 117, 217, 255);
    color: white;
    border: 1px solid transparent;
    box-shadow: 0 8px 15px rgba(57, 117, 217, 0.1);
}

.acq-btn.acq-btn-primary:hover:not(:disabled) {
    background: white;
    color: rgba(57, 117, 217, 255);
    border: 1px solid rgba(57, 117, 217, 255);
}

.acq-btn.acq-btn-outline-primary {
    background: white;
    color: rgba(57, 117, 217, 255);
    border: 1px solid rgba(57, 117, 217, 255);
    box-shadow: 0 8px 15px rgba(57, 117, 217, 0.1);
}

.acq-btn.acq-btn-outline-primary:hover:not(:disabled) {
    background: rgba(57, 117, 217, 255);
    color: white;
    border: 1px solid transparent;
}

.acq-btn.acq-btn-danger {
    background: rgba(178, 57, 49, 255);
    color: white;
    border: 1px solid transparent;
    box-shadow: 0 8px 15px rgba(178, 57, 49, 0.1);
}

.acq-btn.acq-btn-danger:hover:not(:disabled) {
    background: white;
    color: rgba(178, 57, 49, 255);
    border: 1px solid rgba(178, 57, 49, 255);
}

.acq-btn.acq-btn-outline-danger {
    background: white;
    color: rgba(178, 57, 49, 255);
    border: 1px solid rgba(178, 57, 49, 255);
    box-shadow: 0 8px 15px rgba(178, 57, 49, 0.1);
}

.acq-btn.acq-btn-outline-danger:hover:not(:disabled) {
    background: rgba(178, 57, 49, 255);
    color: white;
    border: 1px solid transparent;
}

.acq-btn.acq-btn-secondary {
    background: rgba(106, 107, 111, 255);
    color: white;
    border: 1px solid transparent;
    box-shadow: 0 8px 15px rgba(106, 107, 111, 0.1);
}

.acq-btn.acq-btn-secondary:hover:not(:disabled) {
    background: white;
    color: rgba(106, 107, 111, 255);
    border: 1px solid rgba(235, 235, 235, 255);
}

.acq-btn.acq-btn-outline-secondary {
    background: white;
    color: rgba(106, 107, 111, 255);
    border: 1px solid rgb(180, 180, 180);
    box-shadow: 0 8px 15px rgba(106, 107, 111, 0.1);
}

.acq-btn.acq-btn-outline-secondary:hover:not(:disabled) {
    background: rgba(106, 107, 111, 255);
    color: white;
    border: 1px solid transparent;
}

#order-buttons button {
     margin-left: 5px;
}

#order-header-buttons button {
    margin-right: 5px;
}

.pending-badge {
    background: #FF9501;
}

.pending-highlighting {
    color: #FF9501;
}

.error-badge {
    background: #D40706;
}

.error-highlighting {
    color: #D40706;
}

.reconciled-badge {
    background: #097D42;
}
.reconciled-highlighting {
    color: #097D42;
}

#invoiceAndCredit table .money-cell,
#invoiceAndCredit table .center-cell {
    text-align: unset;
}

.bannerTabPane .ql-toolbar,
.bannerTabPane .ql-container{
    background: white;
}

#quill-result-alert-title {
    display: flex;
    justify-content: center;
}
#quill-result-alert-title,
#quill-result-alert-message,
#quill-result {
    border: none;
    word-break: break-word;
    max-width: 1000px;
}

#quill-result-announcement-title {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    border: none;
}

#quill-result-announcement-title > div {
    padding: 0px
}

#quill-result-announcement-message {
    display: flex;
    margin: auto;
    width: 85%;
    border: none;
}


#banner {
    display: none;
    justify-content: center;
    align-items: center;
}

.bannerTabPane > div {
    display: flex;
    justify-content: center;
    padding: 50px;
}

.bannerTabPane .well {
    max-width: 663px;
}

.notificationDate {
    max-width: 40%;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    z-index: 3;
}

.sortable {
    cursor: pointer;
}

.sortable:hover .fa-sort {
    color: black !important;
}

.not-selectable {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

#suggested-ordering .panel-heading > strong {
    font-size: 18px;
}

#tabProductsSearch .suggested-order {
    transition: background-color 0.5s, color 0.5s;
}

#tabProductsSearch .stock-on-hand,
#tabProductsSearch .display-stock,
#tabProductsSearch .stock-on-order,
#tabProductsSearch .par-level,
#tabProductsSearch .suggested-order {
    width: 200px;
}

#tabSuggestedProductsSearch .stock-on-hand,
#tabSuggestedProductsSearch .stock-on-order,
#tabSuggestedProductsSearch .estimatedUsage,
#tabSuggestedProductsSearch .suggested-order {
    width: 120px;
}

#tabSuggestedOrder .stock-on-hand,
#tabSuggestedOrder .stock-on-order,
#tabSuggestedOrder .estimatedUsage,
#tabSuggestedOrder .suggested-order {
    width: 120px;
}

#tabProductsSearch .quantity {
    width: 150px;
}

#tabProductsSearch .total-cost {
    height: 20px;
}

.table-condensed > tbody > tr.failed-edi-reasons td {
    padding: 0;
    border: none;
}

.table-condensed > tbody > tr.failed-edi-reasons div:first-child {
    overflow: hidden;
}

.table-condensed > tbody > tr.failed-edi-reasons.collapsed div:first-child {
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.table-condensed > tbody > tr.failed-edi-reasons div:first-child {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.table-condensed > tbody > tr.failed-edi-reasons .alert {
    margin: 20px;
}

#home ul {
    margin-bottom: 0;
}

#home .animated-widget {
    opacity: 0;
    transition: opacity 0.25s linear;
}

#home .animated-widget.fade-in {
    opacity: 1;
}

#home header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#home > .row {
    margin: 20px;
}

#home #page-header .acquire-title {
    display: flex;
    align-items: center;
}

#home #page-header .acquire-title img {
    width: 50px;
    height: 50px;
}

#home #page-header .acquire-title h1 {
    margin: 0 0 0 15px;
    font-size: 30px;
}

#home #page-header .user-info {
    font-size: 20px;
    margin-top: 10px;
}

#home #page-header .user-info span {
    font-weight: 600;
}

#home .order-status li > a {
    height: 66px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    border-radius: 5px;
}

#home .order-status li > a:hover {
    background: #ecf5fe;
}

#home .order-status li:nth-child(even) {
    list-style-type: none;
}

#home .order-status li > a > div:last-of-type {
    margin: 0 10px 0 auto;
    text-align: end;
}

#home .order-status li > a > div:first-of-type {
        width: 50px;
        font-size: 30px;
        text-align: center;
}

#home .order-status li > a > div:nth-child(2) {
        font-weight: bold;
        font-size: 20px;
        margin-left: 20px;
}

#home .list-group-item {
    border: none;
}

#home .list-group.list-group-bordered .list-group-item {
    border: 1px solid #ddd;
}

#home .list-group-item > div {
    display: inline-block;
}

#home .list-group > .list-group-item .list-group-item-heading,
#home .list-group > .list-group-item.active .list-group-item-heading {
    color: #3c3e42;
}

#home .list-group > .list-group-item p,
#home .list-group > .list-group-item.active p {
    color: #64686f;
}

#home a.list-group-item.active {
    background: #ecf5fe;
}

#home .list-group > a.list-group-item.active:hover,
#home .list-group > a.list-group-item:hover,
#home .list-group > a.list-group-item.active:hover > .list-group-item-text,
#home .list-group > a.list-group-item:hover > .list-group-item-text {
    background: #ecf5fe;
    color: #64686f;
}

#home a.view-all {
    position: relative;
    margin-top: 10px;
    color: #0c75e1;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

#home a.view-all:hover::before {
    width: 100%;
    opacity: 1;
}

#home a.view-all::before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0px;
    height: 3px;
    border-radius: 10px;
    margin: 5px 0 0;
    transition-duration: 0.75s;
    opacity: 0;
    background-color: #0c75e1;
}

#home .pending-credit-requests table > tbody > tr > td {
    height: 41px;
}

#home .pending-credit-requests header i {
    margin-left: 5px;
}

#home #weather-widget {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#home #weather-widget > div {
    margin: 0 5px;
}

    #home #weather-widget .days {
        display: flex;
    }

    #home #weather-widget .day {
        display: flex;
        flex-direction: row
    }
#home #weather-widget #current-weather {
    display: flex;
}

#home #weather-widget #current-weather > div {
    margin: 0 5px;
}

#home #weather-widget #current-weather > div:nth-child(2),
#home #weather-widget #current-weather > div:nth-child(3) {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

#home #weather-widget .days > div {
    margin: 0 11px;
}

#home #weather-widget #location {
    color: #406ac9;
    margin-top: 0;
}

#home #weather-widget .temperatures {
    display: flex;
    align-content: center;
    justify-content: center;
}

/*#home #weather-widget .temperatures > span:first-child {
    margin-right: 6px;
}*/
#home #weather-widget .temperatures > span {
    margin-right: 3px;
    margin-left: 3px;
}

.toggle-child {
    margin-left: 25px;
}

#reconciliation-report-table tr  th {
    vertical-align: top;
}
.table-heading-underline {
    box-shadow: 0px 11px 0px -10px lightgrey;
    text-align: center;
}

#invoiceFailureReasonsHeading {
    padding:10px;
}

#invoiceFailureReasonsList {
    padding-left: 20px;
}

#invoiceFailureReasonsAccordion .panel {
    background-color: #f2dede;
}

.w-10percent {
    width:10%;
}

.credit-request-warning{
    font-size: 11px;
}

.credit-request-warning-border {
    border: 1px solid #a94442;
}

.credit-request-align-text {
    padding-top:9px !important;
}

.order-status-table {
    position: relative;
    left: 25px;
}

.banner-alert-cutoff-time {
    color: black;
    display: inline;
    font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Tahoma, Verdana, Arial, sans-serif;
    font-weight: normal;
    text-align:left;
    font-size: 14px;
}

.allocation-text {
    color: #8989ef;
    font-style: italic
}

#quick-search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#quick-search-input:focus ~ #quick-search-overlay {
    display: block;
}

.quick-search-item {
    text-decoration: none;
    color: inherit;
}

.quick-search-item:hover {
    text-decoration: none;
    color: inherit;
}

.quick-search-item div:hover {
    background: #ecf5fe;
}

.quick-search-item:focus {
    outline: none;
    text-decoration: none;
    color: inherit;
}

.quick-search-item:focus div {
    background: #ecf5fe;
}

/* Removes last pass icon */
#quick-search-input + div[data-lastpass-icon-root] {
    display: none;
}
/* Re-applies border radius when removing last pass icon */
#quick-search-input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table-row-borderless > td{
    border-top: none !important
}