html {
    scroll-behavior: smooth;
}

body {
    min-width: 1000px;
    overflow: auto;
    height: fit-content !important;
}

.scroll-overflow-y {
    overflow-y: scroll !important;
}

.relative {
    position: relative;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.block {
    display: block;
}

.width70pc {
    width: 70%;
}

.width80pc {
    width: 80%;
}

.width-90 {
    width: 90px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nomargin {
    margin: 0;
}

.margin1topbottom {
    margin-top: 1em;
    margin-bottom: 1em;
}

.margin1right {
    margin-right: 1em;
}

.caret-wrapper {
    margin-top: -2px;
    margin-right: 1em;
}

.modal + .modal {
    z-index: 2040 !important;
}

.modal + .modal + .modal {
    z-index: 2030 !important;
}

.modal-backdrop {
    z-index: -1;
}

.modal {
    background: rgba(0, 0, 0, 0.3);
}

.navbar-form-custom-mobile {
    display: none;
}

.tradeBadge {
    display: flex;
    align-items: center;
}

.modal-open .navbar-static-side {
    z-index: 0;
}

.thin-tabs > li > a {
    padding: 5px 20px 5px 25px;
}

.it-banner {
    height: 35px;
    text-align: center;
    padding-top: 6px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
}

.development-it-banner {
    background-color: #1ab394;
}

.qa-it-banner {
    background-color: #f8ac59;
}

.production-it-banner {
    background-color: #ec4758;
}

.unknown-it-banner {
    /* Hazard style to show we don't know ENV & that's an issue */
    background: repeating-linear-gradient(
        45deg,
        black,
        black 10px,
        yellow 10px,
        yellow 20px
    );
}

.unknown-it-banner span {
    padding: 0.5em;
    background: red;
}

#toast-container,
#busyindicator {
    margin-top: 40px;
}

a.primary {
    color: #337ab7;
}

a.muted {
    color: #888888;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dark-bottom-border tr:last-child td,
.dark-bottom-border tr:last-child th {
    border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
    .navbar-form-custom-mobile {
        display: block;
    }
}

.navbar-form-custom {
    width: 450px;
}

.navbar-form-custom-mobile {
    margin-left: 30px;
    margin-bottom: 15px;
    width: 450px;
}

.navbar-form-custom-mobile .form-control {
    display: inline-block;
    width: 200px;
}

img-oval,
.dropdown-messages-box img.img-oval {
    height: auto;
}

.timeline-item .content {
    min-height: 50px;
}

.timeline-item .date {
    padding-top: 5px;
}

.nav .divider {
    margin: 0px 10px 0px 50px;
    border-top: solid 1px #364859;
}

.mini-navbar .nav .divider {
    margin: 0px 10px 0px 10px;
    border-top: solid 1px #364859;
}

.ibox-heading {
    padding: 10px;
}

.topSearch {
    border: none;
}

.tab-pane {
    margin-top: 10px;
    position: relative;
}

.breadcrumbSpaced {
    margin-top: 20px;
}

.validation-summary-errors,
.field-validation-error {
    color: #cc5965;
    font-weight: 700;
}

.validation-summary-errors ul {
    list-style: none;
    text-align: left;
    padding-left: 0;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.tab-content-filled {
    background-color: white;
}

.dynamic-tab-body,
.overflow-auto {
    overflow: auto;
}

.nav-tabs {
    margin-bottom: 0;
}

.nav-tabs > li.active > a {
    margin-top: -2px;
}

.nav-tabs.nav-tabs-filled > li.active > a {
    background-color: white;
}

.sortable {
    min-height: 215px;
}

.imagecontainer {
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

.imagecontainerItem {
    width: 180px;
    height: 230px;
    display: inline-block;
    float: left;
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.sortable:not(.ui-sortable-disabled) .imagecontainerItem:not(.fixed-item) {
    cursor: move;
}

.imagecontainerItem.stockImage {
    width: 155px;
    height: 190px;
    padding: 0;
    margin: 0 20px 20px 0;
    float: none;
    overflow: hidden;
}

.imagecontainerItem.stockImage > div.flex-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

.imagecontainerItem.stockImage > div.flex-container.img-responsive {
    max-width: 100%;
}

.imagecontainerItem.stockImage .image-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 31px);
}

.defaultImageContainerItem {
    width: 220px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 5px auto 10px;
    border: 1px solid white;
    cursor: pointer;
}

.imagecontainerItem.selected,
.defaultImageContainerItem.selected {
    border: 1px solid green;
}

.imagecontainerItem.stockImage.selected:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 0.6em solid transparent;
    border-right: 0.6em solid green;
    border-bottom: 0.6em solid green;
    right: 0em;
    bottom: 0em;
}

.imagecontainerItem.stockImage .actions {
    position: absolute;
    top: 2px;
    right: 2px;
}

.imagecontainerItem.stockImage .actions > button {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.imagecontainerItem.stockImage .actions .dropdown-menu {
    width: 149px;
    min-width: auto;
}

.imagecontainerItem.stockImage .imageLabel {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.imagecontainerItem.stockImage.add-item button {
    height: 100%;
    width: 100%;
}

.imagecontainerItem.stockImage.add-item button i {
    font-size: 30px;
}

.imagecontainerItem.stockImage.no-items div {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
}

.printbutton {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80%;
}

.printbutton input {
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

.printbutton p {
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: red;
}

@media print {
    body {
        font-size: 7pt;
    }

    h1 {
        font-size: 10pt;
    }

    h2 {
        font-size: 10pt;
    }

    .navbar-static-side {
        display: none;
    }

    #page-wrapper {
        margin: 0;
    }
}

#busyindicator {
    top: 10px;
    right: 10px;
    position: fixed;
    z-index: 999999;
    width: 30px;
    height: 30px;
}

.modal-large .modal-dialog {
    width: 740px;
}

.modal-large .modal-dialog .modal-content {
    min-height: 250px;
}

.modal-mlarge .modal-dialog {
    width: 1086px;
}

.modal-mlarge .modal-dialog .modal-content {
    min-height: 300px;
}

.modal-xlarge .modal-dialog {
    width: 1250px;
}

.modal-xlarge .modal-dialog .modal-content {
    min-height: 300px;
}

.modal-xxlarge .modal-dialog {
    max-width: 1500px;
    width: 98%;
}

.modal-xxlarge .modal-dialog .modal-content {
    min-height: 350px;
}

.modal-label {
    font-size: 14px;
    margin-right: 5px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

/** jacob filter */
.filter-hidden {
    display: none;
}

/* touch fixes*/
.sortable {
    -ms-touch-action: none;
}

/* list styling */
li.list-group-item-hover:hover,
li.list-group-item-hover:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

/* typeahead */
.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-dropdown-menu {
    width: 422px;
    margin-top: 2px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.ui-menu-item {
    list-style-type: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

/* card layout */
.table-thumbnail {
    width: 50px;
    height: 70px;
}

.card-seperator-anchor {
    display: block;
    position: relative;
    top: -101px;
    visibility: hidden;
}

.card-seperator {
    clear: both;
    padding: 5px;
    font-weight: bold;
    border: solid 1px #d5d5d5;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #000;
}

.card-seperator a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

#product-card-group {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-card-smaller {
    box-shadow: 2px 2px 2px #d5d5d5;
    border: solid 1px #d5d5d5;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    height: 145px;
    float: left;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
}

.product-card {
    box-shadow: 2px 2px 2px #d5d5d5;
    border: solid 1px #d5d5d5;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    height: 165px;
    float: left;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
}

.product-card-selected {
    box-shadow: 4px 4px 4px #468847;
    border: solid 2px #468847;
}

.product-card-title {
    padding: 0;
    border-bottom: solid 1px #d5d5d5;
}

.product-card-title h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 3px;
}

.product-card-title h5 {
    font-weight: normal;
    font-size: 12px;
    margin: 3px;
}

.product-card-image {
    padding: 0;
    margin: 0;
    margin: 10px;
    width: 70px;
    height: 100px;
    right: 5px;
    top: 35px;
    position: absolute;
    background-color: #fff;
    text-align: center;
}

.product-card-image .img-responsive {
    max-height: 100%;
}

.product-card-details {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.product-card-footer {
    left: 5px;
    bottom: 5px;
    position: absolute;
}

.product-card-table td {
    padding: 2px;
}

.product-card-catalogue {
    box-shadow: 2px 2px 2px #d5d5d5;
    border: solid 1px #d5d5d5;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    height: 190px;
    float: left;
    width: 100%;
    cursor: pointer;
}

.product-card-colour-labels {
    width: 75px !important;
}

@media (max-width: 767px) {
    .card-header {
        width: 35%;
        padding-right: 10px;
        display: inline-block;
    }

    .card-img {
        float: left;
    }

    .product-card {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.pomanifest-card {
    box-shadow: 2px 2px 2px #d5d5d5;
    border: solid 1px #d5d5d5;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    height: 185px;
    float: left;
    width: 100%;
    background-color: #fff;
}

.pomanifest-card-grey {
    box-shadow: 2px 2px 2px #d5d5d5;
    border: solid 1px #d5d5d5;
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    height: 185px;
    float: left;
    width: 100%;
    background-color: #ececec;
}

.pomanifest-card-title {
    padding: 0;
    border-bottom: solid 1px #d5d5d5;
}

.pomanifest-card-title h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 3px;
}

.pomanifest-card-image {
    padding: 0;
    margin: 0;
    margin: 10px;
    width: 70px;
    height: 100px;
    right: 20px;
    top: 35px;
    position: absolute;
    background-color: #fff;
    text-align: center;
}

.pomanifest-card-image-border {
    background-color: #fff;
    height: 150px;
    padding-top: 25px;
    width: 30%;
    margin-top: 3px;
}

.pomanifest-card-image .img-responsive {
    max-height: 100%;
}

.pomanifest-card-details {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.pomanifest-card-footer {
    left: 10px;
    bottom: 0px;
    position: absolute;
}

.pomanifest-card-table td {
    padding: 2px;
}

.pomanifest-card-table th {
    padding-right: 10px;
    text-align: right;
}

label.singleline {
    float: left;
    margin-top: 8px;
}

span.singleline {
    display: block;
    overflow: hidden;
    padding: 0 4px 0 6px;
}

.media-image-gallary {
    width: 230px;
    height: 174px;
    margin: 5px;
    float: left;
    border: 3px solid #fff;
    cursor: pointer;
    list-style: none;
}

.media-image-gallary.selected {
    width: 230px;
    height: 174px;
    margin: 5px;
    float: left;
    border: 3px solid #3c763d;
}

.gallary-image {
    border: 3px solid #d9edf7;
}

.media-image-gallary img {
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 172px;
}

.imagecontainer ul {
    list-style: none;
}

th.header {
    background-image: url(/content/images/bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

th.headerSortUp {
    background-image: url(/content/images/asc.gif);
    background-color: #3399ff;
}

th.headerSortDown {
    background-image: url(/content/images/desc.gif);
    background-color: #3399ff;
}

tfoot tr {
    font-weight: bold;
    background-color: #f9f9f9;
}

.no-top-border {
    border-top: none !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.roles-fixed-height {
    height: 570px !important;
    overflow-y: scroll;
}

.direct-fixed-height {
    max-height: 300px !important;
    overflow-y: scroll;
}

.small-button {
    width: 38px;
}

.no-bg-img {
    cursor: default !important;
    background-image: none !important;
}

.hiddenItem {
    display: none;
}

.not-allowed {
    cursor: not-allowed;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

ul.btn-action-list {
    margin: 0px;
}

ul.btn-action-list li {
    width: 150px;
    float: left;
    list-style: none;
    margin: 5px;
    padding: 0px;
    overflow: hidden;
    min-height: 30px;
}

ul.btn-action-list .btn,
.btn-action {
    width: 140px;
    padding: 4px 9px;
}

.status .panel-title {
    font-family: "Oswald", sans-serif;
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    padding-top: 20px;
    letter-spacing: -0.8px;
}

.panel-title .btn-xs {
    margin-top: -3px;
}

a.tags {
    background: #1abc9c;
    border-radius: 2px;
    color: #f5f5f5;
    font-weight: bold;
    padding: 2px 4px;
}

input.search-query {
    width: 175px !important;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}

input.search-query:focus {
    width: 260px !important;
}

.modelSearchList {
    width: 400px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
    background-color: #fff !important;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

/* SEARCH - PAGER */
.pager_ {
    display: inline-block;
}

.pager_ .pager_item {
    display: inline-block;
    padding: 0 3px;
}

.pager_ .pager_item.active {
    font-weight: bold;
}

/* MOD JS - SLIDER */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MOD - BAR */
.bar_ {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

/* MOD - LIST HORO */
.list-h_ {
    background: #ebebeb;
}

.list-h_ .list_item {
    border-left: solid 1px #fff;
    border-right: solid 1px #d7d7d7;
    height: 100%;
    display: block;
}

.list-h_ a.list_item:hover {
    background: #dbdbdd;
}

.list-h_ .list_btn:hover {
    background: #dbdbdd;
}

.list-h_ .list_item.ellipsis {
    padding: 0 4px;
}

.container-edge,
.cols-edge > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.col-edge {
    padding-left: 0;
    padding-right: 0;
}

/* MOD JS - MODAL */
body.modal-active {
    overflow: hidden;
}

.modal_ {
    display: none;
    position: fixed;
    background: #000;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-y: scroll;
    z-index: 200;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

.modal_.active {
    display: block;
}

.modal_ .container {
    height: auto;
}

.modal_ .btn-modal-close {
    cursor: pointer;
    display: inline-block;
}

.modal_ .modal_frame {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #fff;
    margin: 10px auto;
    text-align: left;
}

.modal_.modal-alert .modal_frame {
    max-width: 500px;
}

.modal_.modal-sm .modal_frame {
    max-width: 550px;
}

.modal_.modal-lg .modal_frame {
    max-width: 940px;
}

.modal_ .modal_bar {
    background: #363636;
    color: #fff;
    text-align: right;
    padding: 1em 0.6em;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}

.modal_.modal-alert .modal_bar {
    font-size: 12px;
}

.modal_ .modal_bar .close-x {
    font-weight: normal;
    position: relative;
    top: 1px;
    font-size: 1.5em;
    line-height: 0.65;
    margin-left: 0.25em;
}

.modal_ .modal_content {
    padding: 20px;
    background: #fff;
}

.modal_.modal-alert .modal_content {
    text-align: center;
    padding: 30px 8%;
}

.modal_ .modal_title {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.1;
    margin-bottom: 0.8em;
    text-align: center;
}

.modal_.modal-sm .modal_title {
    font-size: 1.5em;
}

.modal_.modal-alert .modal_title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}

.modal_ .modal_content *:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .modal_ .modal_frame {
        margin: 30px auto;
    }
}

/* MOD - PANEL */
.panel_ {
    position: relative;
}

.panel_:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 10px;
}

.lt-ie9 .panel_ {
    border-top: solid 1px #ccc;
}

.panel_:first-of-type:before {
    display: none;
}

.panel_ .panel_content *:last-child {
    margin-bottom: 0;
}

.panel_ .panel_media {
    text-align: center;
}

.panel_ .media-set {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.panel_ .media-contain {
    background-size: contain;
}

.panel_ .media-ends {
    background-size: auto 100%;
}

@media (min-width: 569px) {
    .panel_ .media-behind {
        position: absolute;
    }
}

.pad-top {
    padding-top: 25px;
}

.pad-ends {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pad-sides {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 569px) {
    .pad-sides {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* MOD PANEL - SHOWCASE */
.panel-present {
    padding: 25px 0;
}

.panel-present .panel_head {
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.panel-present .panel_title {
    display: inline-block;
    font-size: inherit;
}

.panel-present .panel_subtitle {
    font-size: 10px;
    margin-top: 2px;
}

@media (min-width: 768px) {
    .panel-present .panel_head {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .panel-present .panel_title {
        padding-bottom: 10px;
        border-bottom: solid 1px #000;
    }

    .panel-present .panel_subtitle {
        position: relative;
        top: -6px;
        margin-top: 0;
    }

    .panel-present .panel_subtitle > span {
        padding: 0 5px;
        background: #fff;
    }
}

.arw {
    border-style: solid;
    border-color: rgba(100, 100, 100, 0.5);
    border-width: 0.6em;
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
}

.arw-up {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top: 0;
}

.arw-right {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right: 0;
}

.arw-down {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom: 0;
}

.arw-left {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left: 0;
}

/* MOD HELPER - ELLIPSIS */
.ellipsis,
.list-ellipsis_ .item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis.collapse-sum,
.list-ellipsis_ .collapse-sum {
    white-space: normal;
}

.align-middle {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vcenterTable tr th {
    vertical-align: middle !important;
}

/* MOD - GRID CONTAINERS */
.container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
}

.container:before,
.container:after,
.row:before,
.row:after,
.group:before,
.group:after {
    content: " ";
    display: table;
}

.container:after,
.row:after,
.group:after {
    clear: both;
}

.container-edge,
.cols-edge > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

@media print, (max-width: 568px) {
    .outside,
    .outside-sm {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media print, (max-width: 767px) {
    .outside,
    .outside-sm {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media print, (min-width: 767px) {
    .outside,
    .outside-md {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* MOD - PRODUCTS */
.products_ .prods_item {
    font-size: 10px;
    position: relative;
    border: solid 1px #ddd;
    margin-bottom: 10px;
}

.products_ .prods_icon {
    display: none;
}

.products_ .prods_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.products_ .prods_image img {
    max-height: 100%;
}

.products_ .prods_content {
    border-left: solid 1px #ddd;
}

.products_ .prods_top {
    padding: 7px 9px;
    font-size: 9px;
    min-height: 88px;
}

.products_ .prods_name {
    font-weight: bold;
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
}

.products_ .prods_model {
    font-weight: normal;
}

.products_ .prods_bottom {
    text-align: center;
    padding: 5px 0;
    border-top: solid 1px #ddd;
    line-height: 1.6em;
}

.products_ .prods_age {
    border-right: solid 1px #ddd;
    padding: 0 2px;
}

.products_ .prods_year {
    display: none;
}

.products_ .prods_prices {
    font-weight: bold;
    border-right: solid 1px #ddd;
}

.products_ .prods_price {
    font-size: 12px;
}

.products_ .prods_view {
    display: block;
}

@media (min-width: 768px) {
    .products_ .prods_item {
        font-size: 12px;
    }

    .products_ .prods_icon {
        display: block;
        position: absolute;
        z-index: 15;
        top: 5px;
        left: 5px;
        width: 50px;
    }

    .products_ .prods_image {
        position: relative;
        height: 200px;
        line-height: 194px;
        padding-top: 6px;
    }

    .products_ .prods_content {
        position: static;
        text-align: center;
        border: none;
    }

    .products_ .prods_top {
        padding: 0;
        font-size: inherit;
    }

    .products_ .prods_name {
        margin-bottom: 10px;
        font-size: 14px;
        padding: 0 5px;
    }

    .products_ .prods_additions {
        border-top: solid 1px #ddd;
        padding-top: 5px;
    }

    .products_ .prods_bottom {
        border: none;
        padding: 0;
        line-height: inherit;
    }

    .products_ .prods_age {
        font-size: 10px;
        font-weight: bold;
        border-bottom: solid 1px #ddd;
        padding-bottom: 5px;
        border-right: none;
    }

    .products_ .prods_year {
        display: inline;
    }

    .products_ .prods_prices {
        height: 38px;
        line-height: 1.2;
        border: none;
    }

    .products_ .prods_price {
        font-size: 16px;
    }

    .products_ .prods_offer {
        font-size: 10px;
    }

    .products_ .prods_view {
        display: none;
    }
}

@media (min-width: 960px) {
    .products_ .prods_image {
        height: 225px;
        line-height: 219px;
    }
}

/* MOD - PRODUCTS - BUNDLE */
.products_ .i-bundle_ .prods_bottom {
    border: none;
    padding: 0;
}

.i-bundle_summary {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .products_ .i-bundle_ .prods_top {
        padding: 10px 0;
        font-weight: bold;
    }

    .products_ .i-bundle_ .prods_image {
        height: 180px;
        line-height: 1;
        padding-top: 0;
    }
}

.pointer {
    cursor: pointer;
}

.nopointer {
    cursor: default;
}

.enquiryRowSelected {
    background-color: #d1e7d1 !important;
}

.width600 .ngdialog-content {
    width: 600px !important;
}

.width800 .ngdialog-content {
    width: 800px !important;
}

.largeDialog .ngdialog-content {
    width: 80% !important;
}

.enquiryAssignActionsFix {
    position: fixed;
    top: 60px;
    width: calc(25% - 8px);
    padding: inherit;
    right: 16px;
}

.disableSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu > li > span,
.dropdown-menu > span > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

div.affix {
    /*margin-right: 15px !important;
	margin-left: 15px;*/
}

.tableLayoutFixed {
    table-layout: fixed;
}

.tableLayoutFixed td {
    overflow: hidden;
}

.enqStaffList {
    height: 100%;
    overflow-y: auto;
}

.BsLabel {
    color: #000;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 80%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.BsLabel:hover {
    color: #000;
}

.BsLabel-Enquiry {
    background-color: #e1b0f0;
}

.BsLabel-Order {
    background-color: #bde6f2 !important;
}

.BsLabel-PurchaseOrder {
    background-color: #f7a6cb !important;
}

.BsLabel-Model {
    background-color: #adf2d4;
}

.BsLabel-Watch {
    background-color: #ffd99e;
}

.BsLabel-WatchReturn {
    background-color: #bdc5f3;
}

.BsLabel-WishList {
    background-color: #acf1ef;
}

.BsLabel-ServiceSchedule {
    background-color: #ffccb3;
}

.BsLabel-DispatchBatch {
    background-color: #d6d1ff;
}

.BsLabel-ServiceScheduleQuote {
    background-color: #009ead;
}

.dashNavBar {
    position: fixed;
    top: 55px;
    width: 98%;
    z-index: 100;
}

.salesDashDiv {
    padding-top: 60px;
}

.RowHidden {
    display: none;
}

.imgBrand {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    padding-left: 10px;
}

.btn-grey {
    color: #333;
    background-color: #f9f9f9;
    border-color: #ccc;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey.focus,
.btn-grey:active,
.btn-grey.active,
.open > .dropdown-toggle.btn-grey {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.poStatsTable {
    width: 100%;
    border: solid thin #e3e3e3;
}

.poStatsTable td {
    background-color: #fdfdfd;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.num {
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.texts {
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.texts div {
    line-height: 1.2;
    color: grey;
    font-weight: bold;
}

.tabRightArrow {
    font-size: 30px;
    color: grey;
    line-height: 1;
}

.poArrowCell {
    padding: 10px;
}

.poTableLink {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 10px;
    text-align: center;
}

.poTableLink:hover {
    background-color: #ededed;
    cursor: pointer;
    text-decoration: none;
}

.bsGreen {
    color: #5cb85c;
}

.bsOrange {
    color: #f0ad4e;
}

.bsRed {
    color: #d9534f;
}

.bsOrange {
    color: #ffa500;
}

.bsYellow {
    color: #fde541;
}

.bsBlue {
    color: #0000ff;
}

.bsPurple {
    color: #6a0dad;
}

.bsGrey {
    color: #808080;
}

.salesCrown {
    width: 50px;
    position: absolute;
    top: -8px;
    left: 11px;
    -webkit-transform: rotate(-20deg);
}

.smallMarginLeft {
    margin-left: 8px;
}

.mediumMarginLeft {
    margin-left: 15px;
}

.centerButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.striped:nth-child(even) {
    background-color: #f9f9f9;
}

.iconBtn {
    padding: 5px 15px 5px 15px;
    font-size: 20px;
}

.dashboard-enquiry-footer {
    background-color: #eee;
    line-height: 3;
    margin-left: -8px;
    margin-right: -8px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.dashboard-enquiry-td {
    padding-bottom: 36px !important;
    position: relative;
}

.modal-backdrop {
    bottom: 0;
}

.inline {
    display: inline;
}

body .model-reponsive {
    width: 100%; /* desired relative width */
    /* left: 5%; /* (100%-width)/2 */
    /* place center */
    margin-left: auto;
    margin-right: auto;
}

body .model-reponsive .modal-dialog {
    width: 99%;
}

.easeBackground {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.centerBlock {
    text-align: center;
    display: block;
}

.hr-margin {
    margin-top: 5px;
    margin-bottom: 5px;
}

.borderless {
    border: 0;
    padding: 0;
}

.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.panel-heading-editable .panel-title {
    display: inline-block !important;
}

h4.inline-edit {
    margin: 0;
}

@media (min-width: 768px) {
    .dl-horizontal-slim dt {
        float: left;
        width: 130px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal-slim dd {
        margin-left: 145px;
    }
}

.smallSquareButton {
    display: inline-block;
    height: 30px;
    margin: 0 2px 2px 0;
    opacity: 1;
    padding: 0;
    width: 30px;
}

.list-group-striped > .list-group-item:nth-child(odd) {
    background: #eee;
}

.block-center {
    margin: auto;
    display: block;
}

.navbar-static-top {
    z-index: 1;
}

.modal-open .navbar-static-top {
    z-index: 0;
}

.visualScheduleStatus {
    padding-bottom: 10px;
    margin-top: -20px;
}

.visualScheduleStatus ul {
    padding: 5px 0px;
    margin: 0px 0px;
    clear: both;
    /*background: #F5F5F5; border-radius: 6px 6px 6px 6px;box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;border: 1px solid #E3E3E3;*/
}

.visualScheduleStatus li {
    height: 25px;
    width: auto;
    min-width: 130px;
    text-align: center;
    float: left;
    margin: 5px;
    background: #49afcd;
    list-style: none;
    padding: 3px 15px;
    color: #fff;
    border-radius: 6px 6px 6px 6px;
}

.visualScheduleStatus li.complete {
    background: #a94442;
    background-image: linear-gradient(to bottom, #a94442, #a94442);
}

.visualScheduleStatus li.cancelled {
    background: #62c462;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
}

.visualScheduleStatus li.inprogress {
    background: #fbb450;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
}

.visualScheduleStatus li.scheduled {
    background: #ccc;
    background-image: linear-gradient(to bottom, #f5f5f5, #e4e4e4);
    color: #b7b7b7;
    color: #acacac;
}

.visualScheduleStatus .glyphicon,
.glyphicon-arrow-right {
    display: inline-block;
    float: left;
    margin-top: 10px;
    opacity: 0.4;
}

.glyphicon-arrow-right.glyphicon-arrow-right-inline {
    display: inline-block;
    opacity: 0.4;
    float: none;
    margin-top: 0;
    vertical-align: text-top;
}

.tabledata {
    font-size: 11px;
}

table.no-border tr td {
    border-top: none;
}

.scrollable-tbody tbody {
    display: block;
    max-height: 500px;
    overflow-y: scroll;
}

.scrollable-tbody thead,
.scrollable-tbody tbody tr,
.scrollable-tbody thead tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.scrollable-tbody thead {
    width: calc(
        100% -
        1em
    ); /* scrollbar is average 1em/16px width, remove it from thead width */
}

.input-xs {
    height: 18px;
    padding: 8px 4px;
    font-size: 12px;
    border-radius: 2px;
}

.v-condensed > thead > tr > th,
.v-condensed > tbody > tr > th,
.v-condensed > tfoot > tr > th,
.v-condensed > thead > tr > td,
.v-condensed > tbody > tr > td,
.v-condensed > tfoot > tr > td {
    padding: 5px;
}

.frame {
    border: 5px solid #ffffff;
    margin-bottom: 20px;
}

#controls button {
    margin: 0 5px;
    background: #ffffff;
    border: solid 1px #000;
    cursor: pointer;
    min-width: 2em;
    font-size: 16px;
    line-height: 30px;
    transition: background 200ms ease-out;
}

.brother-header {
    font-weight: 200;
    font-size: 24px;
}

.ibox-content ul[dnd-list],
.ibox-content ul[dnd-list] > li {
    position: relative;
}

.ibox-content ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

.ibox-content ul[dnd-list] .dndDraggingSource {
    display: none;
}

.ibox-content ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px;
}

.ibox-content ul[dnd-list] li {
    background-color: #fff;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.ibox-content ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.masonryContainer {
    padding: 0;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-gap: 2em;
}

.mBox {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
}

.seriesEdition {
    cursor: pointer;
}

.RowSelected,
.table tr.RowSelected,
table tr.row-selected {
    background-color: #8cd9ca !important;
}

.select h3,
.select a {
    color: #fff;
}

.brother {
    min-height: 230px;
}

.tbl {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.tbl-row {
    display: table-row;
    text-align: center;
}

.tbl-cell {
    display: table-cell;
}

.locationSelectBtn {
    width: 100%;
    height: 20px;
    border-radius: 0;
}

.locSelectBtn {
    width: 100%;
    height: 60px;
    border-radius: 0;
}

.locSelectBtnSmall {
    width: 100%;
    height: 35px;
    border-radius: 0;
}

.tallCenterAlert {
    line-height: 5;
    text-align: center;
}

/* FULLCALENDAR */
.fc-agendaDay-view .fc-slats td {
    height: 2.75em !important;
}

.fc-agendaWeek-view .fc-slats td {
    height: 4em !important;
}

.fc-event {
    border: 3px solid #ffffff !important; /* default BORDER color */
    border-top: 1px solid #ffffff !important; /* prevent top going over time slot */
    padding: 5px 7px !important;
}

.fc-agendaDay-view .fc-event {
    font-size: 1em !important;
}

.fc-agendaWeek-view .fc-event {
    font-size: 0.85em !important;
}

.fc-day-grid-event {
    padding: 2px 5px !important;
}

.fc-state-default {
    background-color: #ffffff !important;
    background-image: none !important;
    background-repeat: repeat-x !important;
    box-shadow: none !important;
    color: #333333 !important;
    text-shadow: none !important;
    border: 1px solid !important;
}

.fc-button {
    color: inherit !important;
    border: 1px solid #e7eaec !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 1.9em !important;
    line-height: 1.9em !important;
    overflow: hidden !important;
    padding: 0 0.6em !important;
    position: relative !important;
    white-space: nowrap !important;
}

.fc-state-active {
    background-color: #1ab394 !important;
    /*border-color: #1ab394 !important;*/
    color: #ffffff !important;
}

.fc-header-title h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: inherit !important;
}

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
    border-color: #e7eaec !important;
    font-weight: normal !important;
}

.fc-border-separate tbody {
    background-color: #f8f8f8 !important;
}

.fc-state-highlight {
    background: none repeat scroll 0 0 #fcf8e3 !important;
}

.external-event {
    padding: 5px 10px !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    margin-bottom: 5px !important;
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-radius: 2px !important;
}

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    /*padding: 4px 6px;*/
    background-color: #1ab394;
    /* background color */
    /*border-color: #1ab394 !important;*/
    /* border color */
}

.fc-event-time,
.fc-event-title {
    color: #717171 !important;
    padding: 0 1px !important;
}

.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
    color: #fff !important;
}
/* END FULLCALENDAR */

.toolsLink a {
    color: #555;
}

.none {
    color: red;
}

.buttonBlock {
    padding: 15px 25px;
    background-color: #fff;
    cursor: pointer;
}

.activeBtn {
    background-color: #ddd;
}

.mainDetails td:first-child {
    width: 50%;
}

.buttonList button {
    margin: 10px 0 0;
}

#SalesIcons ul li img {
    height: 80px;
    margin-top: 0;
}

#SalesIcons ul li {
    display: inline-block;
    float: left;
    list-style-type: none;
    vertical-align: middle;
}

#SalesIcons ul {
    list-style-type: none;
    margin-top: -80px;
    margin-left: 30px;
}

.imageSelecter {
    height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 105px;
    direction: rtl;
}

.imageSelecter div {
    margin: 5px 0;
    border: 2px solid #eee;
    padding: 2px;
    width: 70px;
}

.imageSelecter div img {
    overflow: hidden;
    vertical-align: middle;
}

#SalesIcons .title-box::before {
    content: "";
    position: absolute;
    left: 38px;
    width: 0;
    border-width: 22px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #ebebeb;
    left: 53px;
    border-width: 40px;
    border-left-width: 25px;
}

#SalesIcons .title-box {
    display: block;
    min-height: 80px;
    background: #ebebeb none repeat scroll 0% 0%;
    width: 38px;
}

#SalesIcons {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 81px;
}

#SalesIcons .title-box .title {
    font-size: 11px;
    min-width: 85px;
    -webkit-transform: rotate(-90deg);
    position: relative;
    top: 24px;
    left: -25px;
}

.dateClass {
    background: #e7eaec;
    padding: 2px 5px;
    min-width: 50px;
}

#specifics li {
    display: inline-block;
    float: left;
    width: 49.99%;
}

#specifics li span {
    margin-right: 10px;
}

.priceContainer {
    display: flex;
    padding-bottom: 10px;
}

.priceContainer_Block {
    padding: 0 10px 0;
}

.priceContainer_Boost {
    border: 1px solid #1c84c6;
    margin-top: 9px;
}

.priceContainer_Boost strong {
    color: #fefefe;
    background-color: #1c84c6;
    padding: 5px;
    display: block;
}

.quote-reasoning {
    min-height: 300px;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
}

.quote-failure-container {
    display: inline-flex;
    margin-bottom: 20vh;
    padding-right: 25px;
}

.quote-failures {
    max-height: 20vh;
    overflow-y: scroll;
    padding: 10px 20px 10px 0;
}

.failure-scroll-container {
    max-height: 30vh;
    overflow-y: scroll;
}

.diary-event-option {
    cursor: pointer;
    padding: 20px 10px 10px;
    margin: 0 30px;
}

.diary-event-option:hover,
.diary-event-option:active {
    cursor: pointer;
    background: #dfe8ed;
    padding: 20px 10px 10px;
    margin: 0 30px;
}

.option-rev {
    background: #dfe8ed;
}

.imgCenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.postageSelectBtn {
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
}

.greenWidget {
    border-radius: 5px;
    padding: 8px 0;
    margin: 10px;
    text-align: center;
}

.emptyWidget {
    border: 2px dashed #c2c2c3;
    border-radius: 5px;
    background: #f3f3f4;
}

.timeline-bg {
    background-image: url("images/px.png");
    background-repeat: repeat-x;
    background-position-y: 40%;
    min-height: 70px;
}

@media (max-width: 1280px) {
    h2 {
        font-size: 1.4em;
    }
}

ul.key {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}

ul.key li {
    display: inline-block;
    float: left;
    width: 20%;
    margin: 5px 0;
}

ul.key li span {
    margin-right: 5px;
}

.staff-img-circle {
    border-radius: 100%;
    overflow: hidden;
    display: block;
    width: 70px;
    height: 70px;
}

tr.audit-inverse {
    background: #cdcdcd;
}

.col-edge {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cols-outer-edge > [class*="col-"]:first-of-type {
    padding-left: 0 !important;
}

.cols-outer-edge > [class*="col-"]:last-of-type {
    padding-right: 0 !important;
}

.col-center {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container-edge,
.cols-edge > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.modalOnModal {
    z-index: 2000 !important;
}

.BsLabel-MarkedAsDone {
    background-color: #99c68e !important;
}

.rating_ .rating_stars {
    font-size: 30px;
    line-height: 1;
}

.color-trust {
    color: #fd9500;
}

.rating_ .rating_stars span {
    padding: 0 5px;
    background: #333;
    margin: 0 5px;
    border-radius: 5px;
}

.modalBack {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(160, 160, 160, 0.5);
}

.modalBox {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    display: inline-block;
    background-color: white;
    min-height: 300px;
    max-height: 700px;
    margin-left: -400px;
    margin-top: -300px;
    width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.gapBottom {
    padding-bottom: 6px;
}

.unsentSelectBtn {
    width: 15%;
    height: 60px;
    display: inline-block;
}

.unsentSelectBtn-active {
    background-color: #1b9496 !important;
}

.priorityPoCOlor {
    background-color: #cae4c1 !important;
}

.internationalAlertColor {
    color: red !important;
    font-weight: bold;
}

.kpiHeader {
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.noBottomPad {
    padding-bottom: 0;
}

.modelNoTopMargin {
    margin-top: -25px;
}

.greyTableRowBottom {
    border-bottom: 1px solid #e7eaec;
}

.removeTopBorder {
    border-top: none !important;
}

.basicText {
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
}

.shadowPriced {
    box-shadow: 0 0 10px grey;
}

.shadowPricedHeader {
    padding: 0 5px;
    font-size: medium;
    display: block;
    height: 30px;
    background-color: grey;
    color: white;
    vertical-align: middle;
    line-height: 2;
}

.allBrandsListVerticalDisplay {
    -webkit-columns: 100px 4;
    -moz-columns: 100px 4;
    columns: 100px 4;
}

.suggestedSalesPrice {
    border-style: solid;
    border-color: #00c859;
}

.showBreaks {
    white-space: pre-wrap;
}

.returnedIndicator {
    background-color: #ed5565;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    clear: both;
    width: 160px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.returnedIndicator-consignment {
    background-color: #23c6c8;
}

.returnedIndicator-marketplace {
    background-color: #f8ac59;
}

.center {
    text-align: center;
}

.border-info {
    border: solid 10px #23c6c8;
}

.whiteText {
    color: #fff !important;
}

.whiteText a {
    color: #fff !important;
}

.col-text-right td:not(:first-child) {
    text-align: right;
}

.corporate-entity th,
.corporate-entity td {
    text-align: center;
}

#report-card-group {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.report-card {
    margin: 0;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
    height: 75px;
    float: left;
    width: 100%;
    cursor: pointer;
}

.report-card-content {
    width: 85%;
}

.report-icon img {
    height: 50px;
    margin-right: 15px;
}

.report-header-icon {
    background-color: #0a1c39;
    color: white;
    padding: 5px;
    margin-right: 5px;
    height: 25px;
    width: 45px;
    border-radius: 10px 0;
    text-align: center;
}

.report-card-header-wrapper {
    display: inline-flex;
    margin-left: 15px;
}

.main.report-card {
    margin-bottom: 0 !important;
    display: inline-flex;
    margin-left: 10px;
}

.report-card-title {
    padding: 0;
    color: #000000;
}

.report-card-title a {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.report-card-title h4 {
    margin-top: 0;
    margin-bottom: 3px;
}

.report-card-image {
    padding: 0;
    margin: 0;
    margin: 10px;
    width: 20%;
    right: 5px;
    top: 0px;
    position: absolute;
    text-align: center;
    font-size: 28px;
}

.report-card-details {
    padding: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    width: 80%;
}

.report-page-header {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 5px;
}

select[multiple="multiple"].report {
    height: 125px;
}

a.disabled {
    color: gray;
    pointer-events: none;
}

/* Margin and padding helpers, pinched from a Bootstrap 4 */

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.-mb-4 {
    margin-bottom: -2rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4rem !important;
}

.mt-7,
.my-7 {
    margin-top: 5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

/* Bootstrap lg size */
@media (min-width: 1200px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.pill-style {
    padding: 5px 10px 5px 10px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.pill-style:hover {
    background-color: darkseagreen;
}

.selected-pill {
    background-color: darkseagreen;
}

.btn-margin {
    margin-top: 25px;
}

.scrollable-offer-ratios {
    max-height: 375px;
    overflow-y: scroll;
    overflow-x: clip;
}

.large-scrollable-offer-ratios {
    max-height: 470px;
    overflow-y: scroll;
    overflow-x: clip;
}

.input-warning {
    margin-top: 5px;
    color: darkred;
    display: block;
}

.one-line-input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 2px 0;
    background-color: transparent;
}

.one-line-input:focus-within,
.one-line-input:focus,
.one-line-input:focus-visible,
.one-line-input:active {
    border: none;
    border-bottom: 1px solid #18a689;
    outline: none;
}

.stock-issues-actions {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-width: 110px;
}

.customer-image-container {
    display: flex;
    gap: 25px;
}

.customer-image-btns {
    justify-content: center;
    gap: 5px;
}

.brandSearchWidth {
    min-width: 250px;
}

.brandflex {
    display: flex;
}

.bottom-padding {
    padding-bottom: 10px;
}

.login-page {
    background-color: #eee;
    min-width: auto;
    overflow: hidden;
}

.login-content {
    margin: 30px auto 20px;
    width: 500px;
    text-align: center;
}

.login-content header {
    color: #cfcfcf;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    line-height: 1;
}

.login-content .panel {
    margin-top: 30px;
}

.login-content .panel-body {
    padding: 20px 15px;
}

.login-content h3 {
    font-size: 22px;
    font-weight: 400;
}

.login-content .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 15px;
}

.createbdbreport-modal .condition-rating-popover,
.bdbreport-modal .condition-rating-popover {
    max-width: 800px;
    width: 800px;
    font-size: 85%;
}

.createbdbreport-modal .condition-rating-popover {
    left: 147px !important;
}

.bdbreport-modal .popover.bottom > .arrow {
    left: 200px !important;
}

/*Servicing Fees*/
.servicing-fee-input {
    border: none;
    border-bottom: 1px solid #e5e6e7;
}

.range-text {
    padding: 10px 8px 0 8px;
}

.inline-flex {
    display: inline-flex;
}

.five-width {
    width: 5%;
}

.ten-width {
    width: 10%;
}

.fifteen-width {
    width: 15%;
}

.twenty-width {
    width: 20%;
}

.forty-width {
    width: 40%;
}

.forty-five-width {
    width: 45%;
}

.conversion-icon {
    cursor: pointer;
}

.uniform-width-table {
    table-layout: fixed;
    width: 100%;
}

.uniform-width-table th,
.uniform-width-table td {
    width: auto;
    word-wrap: break-word;
}

.flex-display {
    display: flex;
    flex-wrap: wrap;
}

.half-width-cell {
    width: 50%;
    text-align: center;
}

.uploaded-image {
    display: inline-block;
}

.line-through {
    text-decoration: line-through;
}

.panel.panel-bodyless > .panel-heading {
    border-bottom: none;
    border-radius: 3px;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 50% !important;
}

.servicing-permission-banner {
    text-align: center;
    padding-top: 150px;
}

#previouslyOwned {
    margin-bottom: 15px;
    border: 2px solid #1ab394;
    padding: 5px;
    border-radius: 5px;
    background-color: lightcyan;
    font-weight: bold;
}

.customer-info-container {
    max-height: 328px;
}

.customer-info-container .file-box {
    width: 50% !important;
}

.cell-no-top-border {
    border-top: none !important;
}

.cell-width-100 {
    width: 100px;
}

.cell-width-150 {
    width: 150px;
}

.cell-width-200 {
    width: 200px;
}

.checkbox-blanker {
    display: inline-block;
    width: 22px;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
    margin-bottom: 0 !important;
}
