﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. 

    dark grey #6c757d
    light grey #e5e5e5
    LSDS blue #2474BB
*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

img.customer-logo {
  max-width:163px; 
  max-height:163px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #989898;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #6C757D;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn {
    padding: 0.175rem 0.75rem;
    font-size: small;
}

.btn-primary {
    color: #fff;
    background-color: #2474BB; /* LSDS blue #2474BB */
    border-color: #2474BB;
}

    .btn-primary:hover {
        background-color: #071D32; /* LSDS blue #2474BB */
        border-color: #071D32;
    }

.btn-secondary {
    background-color: #989898;
    border-color: #989898;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2474BB;
    border-color: #1861ac;
}

.customer-logo {
    margin-left: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */


a, a:hover, a:visited {
    color: #071D32;
    text-decoration: none;
}

    a.btn {
        color: white;
    }

.k-menu .k-state-hover > .k-link, ul.k-widget, ul.k-menu, ul.k-menu:hover,
ul.k-menu-horizonal,
.k-menu > li.k-item,
.k-horizontal-menu > .k-item
ul.k-menu li.k-item {
    border-style: none;
    border-width: 0px !important;
    background-color: transparent;
    color: #071D32;
}

.k-link.k-menu-link:hover {
    color: #FF6600 !important;
}

.k-link:hover {
    background-color: transparent !important;
}

.k-menu-expand-arrow {
    width: 16px;
}

li .k-menu-group > .k-menu-item.k-state-hover {
    background-color: transparent !important;
}

main h1 {
    font-size: 1.4em;
    display: none;
}

.main-content {
}

main {
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
}

.pagemenu .k-item {
    font-size: 1.4em;
    color: #071D32;
}

.pagemenu .k-group .k-item {
    font-size: 0.9em;
    color: #071D32;
}

.list-group-item {
    border: none;
}

.pagemenu {
    margin-bottom: 10px;
}

.menu-selected {
    font-weight: 500;
}

header {
    margin-bottom: 15px;
}

nav {
    padding-bottom: 15px;
}

.module-menu {
  display: flex;
  align-items: center;
}

.module-admin {
  color: #2B6131;
}

.module-datamanagement {
    color: #D75D1E;
}

.module-reporting {
    color: #486591;
}

.module-search {
    color: #8C3F51;
}

.module-timeseries {
    color: #01737D;
}

.module-inventory {
    color: #CB535F;
}

.module-other {
    color: #CA9801;
}

div.module-icons {
    margin-left: 14px;
}

div.user-menu li.list-group-item {
    padding-right: 5px !important;
}

div.pagemenu a, div.pagemenu span {
    padding-left: 5px !important;
}

textarea.form-control {
    width: 418px;
}

input[type=checkbox].form-control {
    display: inline;
}

div.form-group span.k-autocomplete {
    background-color: white;
    width: 450px;
    height: 48px;
    margin: 3px 2px 0px 0px;
}

    div.form-group span.k-autocomplete input {
        width: 417px;
        padding: 15px 24px 5px 7px;
        margin: 0px 1px 3px 0px;
    }

input[type=search]:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=color], textarea, select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border-radius: 5px;
  height: auto;
  border: 1px solid #DDDDDD;
}

    input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus, select:focus {
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    }

  input.form-control[type=text], input.form-control[type=color], input.form-control[type=password], input.form-control[type=email], input.form-control[type=tel], input.form-control[type=number], textarea.form-control {
    width: 450px;
    padding: 15px 15px 5px 15px;
    margin: 5px 1px 3px 0px;
  }
    input.form-control[type=color]
    {
      height:30px;
      padding:0px;
      margin:0px;
      width:120px;
    }


    input.form-control[type=text]:focus, input.form-control[type=password]:focus, input.form-control[type=email]:focus, input.form-control[type=tel]:focus, input.form-control[type=number]:focus, textarea.form-control:focus {
      width: 450px;
      padding: 15px 15px 5px 15px;
      margin: 5px 1px 3px 0px;
      border: 1px solid rgba(81, 203, 238, 1);
    }

        input.form-control[type=number], input.form-control[type=number]:focus {
            width: 150px;
        }

textarea {
    margin-top: 2px;
}

    textarea:focus {
        margin-top: 2px;
    }


select:not(.form-control) {
    border: 1px solid #DDDDDD;
}

select.form-control {
    width: 450px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    padding: 15px 15px 5px 15px;
    margin: 5px 1px 3px 0px;
    height: auto;
}

    select.form-control:focus {
        width: 450px;
        padding: 15px 15px 5px 15px;
        margin: 5px 1px 3px 0px;
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        height: auto;
    }

select.form-control, option {
    -webkit-appearance: none;
}

.select-wrapper {
    position: relative;
    display: inline-block;
}

    .select-wrapper:after {
        content: '\0025BC';
        font: normal normal normal 12px/1 FontAwesome;
        color: #071D32;
        right: 5px;
        top: 7px;
        height: 26px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
    }

select {
    padding-right: 24px;
}

.approval-stage .k-multiselect {
    width: 450px;
}

.super-label {
    z-index: 2;
    color: #071D32;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    margin-top: 4px;
    margin-left: 15px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: text;
}

.super-placeholder {
    z-index: 2;
    color: #071D32;
    display: inline-block;
    position: absolute;
    margin-left: 17px;
    margin-top: 12px;
    font-size: 15px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: text;
}

.super-select-label {
    z-index: 2;
    color: #071D32;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    margin-top: 4px;
    margin-left: 16px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: text;
}

.k-window-title {
    color: #2474BB;
    font-weight: 500;
    text-transform: uppercase;
}

input[type=checkbox] {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid darkgrey;
    outline: none;
    cursor: pointer;
}

    input[type=checkbox]:checked {
        background-color: #527bc6;
    }

.checkbox + label {
    color: #071D32;
    margin-left: 5px;
}

.checkbox:checked + label {
    color: #071D32;
}

.checkbox-select-helper {
    background-color: white;
    z-index: 2;
    position: absolute;
    display: none;
}

.window-danger {
    background-color: #dc3545;
    color: white !important;
    text-decoration: none !important;
}

.selection-item {
    overflow: hidden;
    width: 500px;
    padding: 0 10px 0 10px;
}

a.k-grid-filter.k-state-active:after {
    content: '\002022';
}

div.table > div {
    overflow-wrap: break-word;
}

.label {
    font-weight: 500;
    color: #071D32;
}

th {
    color: #071D32;
}

div.long-text {
    max-height: 100px;
    overflow-y: scroll;
}

.results-long-text {
    max-height: 100px;
    overflow-y: auto;
    text-overflow: ellipsis;
}

div.product > a {
    text-decoration: underline;
    color: #686868;
}

.k-loading-mask .k-loading-image {
    opacity: 0.5;
    background-color: #071D32;
    background-image: url('../images/Preloader_lsds.gif');
}

    .k-loading-mask .k-loading-image.static {
        background-image: url('../images/Preloader_lsds_static.png');
    }

dl.inline-flex dd {
    display: inline;
    margin: 0;
}

    dl.inline-flex dd:after {
        display: block;
        content: '';
        width: 150px;
    }

dl.inline-flex dt {
    display: inline-block;
    min-width: 100px;
}

div.d-table.item-detail {
    border-collapse: collapse;
    padding: 10px;
    margin-bottom: 60px !important;
}

    div.d-table.item-detail > div.d-table-row > div.d-table-cell:first-child {
        width: 150px;
        font-weight: 500;
        border-right: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }

    div.d-table.item-detail > div.d-table-row > div.d-table-cell {
        padding: 5px;
    }

        div.d-table.item-detail > div.d-table-row > div.d-table-cell:last-child {
            max-width: 600px;
            border-bottom: 1px solid #e0e0e0;
        }

    div.d-table.item-detail > div.d-table-row:last-child > div.d-table-cell {
        border-bottom: none;
    }

.k-tabstrip-wrapper {
    height: 100%;
}

div.detail-container {
    position: fixed;
    top: 0;
    bottom: 60px;
    left: 0;
    right: 0;
    margin-bottom: 100px;
    overflow-y: auto;
}

div.detail-footer {
    position: fixed;
    bottom: 0;
    height: 60px;
    background-color: #f3f3f4;
    width: 100%;
    padding: 10px;
    z-index: 3;
}

.k-tabstrip {
    height: 100%;
}

div.k-tabstrip-wrapper > div:first-child {
    background-color: inherit;
    margin: 0px;
    padding: 0px;
}

div.k-tabstrip, div.k-tabstrip:focus {
    box-shadow: none;
    border: none;
}

ul.k-tabstrip-items {
    border: none;
}

div.k-tabstrip > div.k-content {
    min-height: 400px;
    max-height: 85%;
    overflow-y: auto;
}

k-window {
}

body.window > div.detail-container {
    margin: 20px;
}

div.edit-container {
    margin: 20px 20px 80px 20px;
}


span.k-menu-link, a.k-menu-link {
    color: #071D32 !important;
}

img.shopping-cart {
    width: 40px;
    height: 40px;
}

p.instructions {
    font-size: small;
    margin-left: 3px;
}

.b-tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .b-tooltip .b-tooltiptext {
        width: 120px;
        visibility: hidden;
        background-color: #fff;
        border: 1px solid #989898;
        color: #071D32;
        font-size: x-small;
        text-align: center;
        padding: 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        top: -5px;
        right: 105%;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .b-tooltip:hover .b-tooltiptext {
        visibility: visible;
    }

.bottom-tooltip {
    width: 120px;
    top: 100% !important;
    left: 50%;
    margin-left: -100px;
}

.bottom-left {
    margin-left: -100px;
}

.order-count-preview {
    position: absolute;
    top: 0;
    right: -4px;
}

.count-circle {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    font-size: xx-small;
    color: white;
    text-align: center;
    background-color: #FF6600;
}

.modal-content {
    border: none;
    border-radius: unset;
}

.btn:focus {
    box-shadow: none;
}

.modal-header {
    font-weight: 500;
    background-color: #2474BB;
    color: white;
    border-radius: unset;
}

    .modal-header button, .modal-header button:hover {
        color: white;
    }

.message-modal .modal-footer {
    display:inline;
}

div.modal-footer div {
    display: inline;
    opacity: 1;
}

span.unavailable {
    background-color: red;
    color: white;
    font-size: smaller;
    padding: 0 5px 0 5px;
    border-radius: 2px;
}

span.price-change {
    background-color: #2474BB;
    color: white;
    font-size: smaller;
    padding: 0 5px 0 5px;
    border-radius: 2px;
}

.add-favorite-dialog span.caption {
    color: #071D32;
}

.add-favorite-dialog select, .add-favorite-dialog input[type=text] {
    width: 200px;
}

.add-favorite-dialog div.d-table-cell {
    width: 230px;
}

.add-favorite-dialog button {
    width: 150px;
}

.detail-result-name-price-container > div:first-child span {
    white-space: nowrap;
    display: inline;
}

.basket-quantity-settings-container {
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
}

.basket-quantity-settings:empty {
    display: none;
}

.basket-quantity-settings {
    color: #89B3DC;
    padding: 4px;
    margin: 0 45px -5px -5px;
}

.search-result-basket-container {
    flex: 1;
}

.minimum-quantity {
    font-size: x-small;
    padding: 0 5px 0 3px;
    white-space: nowrap;
}

.sale-unit {
    font-size: x-small;
    padding: 0 5px 0 3px;
    white-space: nowrap;
}

img.staggered-price-indicator {
    margin-bottom: 4px;
}

div.staggered-price-container {
    position: relative;
    display: inline;
}

div.staggered-prices {
    left: 0;
    display: none;
    position: absolute;
    font-size: small;
    border-radius: 3px;
    z-index: 5;
    background-color: white;
    border: 1px solid #f2f2f2;
}

div.staggered-price-title {
    white-space: nowrap;
    border-radius: 3px;
    padding: 3px 3px 3px 8px;
    width: 100%;
    color: white;
    background-color: #FF6600;
    box-sizing: border-box;
}

table.staggered-prices {
    width: 100%;
    border: 5px solid white;
}

    table.staggered-prices td, table.staggered-prices th {
        background-color: #f2f2f2;
        color: #071D32;
        padding: 3px;
        border: 2px solid white;
    }

    table.staggered-prices th {
        padding-right: 25px;
    }

.add-to-cart-container {
    display: flex;
    flex-direction: column;
    flex: 0;
    min-width: 120px;
    text-align: right;
}

.compare-container .add-to-cart-container {
    text-align: center;
}

td.price-column {
    text-align: right;
}

td.button-column {
    padding: 8px;
}

.image-button {
    cursor: pointer;
}

div.k-grid {
    overflow-y: auto;
}

span.price {
    color: #2474BB;
}

.modal-dialog.order-history {
    max-width: 1050px;
}

    .modal-dialog.order-history .modal-body {
        height: 650px;
    }

    .modal-dialog.order-history #dialogModalContent {
        height: 100%;
    }

.modal-content iframe {
    border: none;
    height: 100%;
    width: 100%;
}

.window .k-grid {
    overflow-y: no-content;
}

.window .k-grid-content {
    max-height: 100%;
    overflow-y: scroll;
}

label.filter-caption {
    margin-left: 5px;
    color: #071D32;
    font-size: small;
}

span.compare-count {
    margin-top: -2px;
    width: 11px;
    height: 15px;
    line-height: 14px;
    border-radius: 50%;
    font-size: x-small;
    color: white;
    background-color: #FF6600;
    position: absolute;
}

    span.compare-count.double-digit {
        padding: 3px 4px 3px 0;
        width: 12px;
        font-size: x-small;
    }

.k-grid td.button-column {
    text-overflow: unset;
}

#searchSortSelection {
    position: absolute;
    z-index: 100;
    display: none;
    border: 1px solid #989898;
    color: #071D32;
    background-color: #f2f2f2;
    border-radius: 3px;
    top: 35px;
    right: 0;
    width: 200px;
}

    #searchSortSelection label {
        margin-left: 3px;
    }

ul.radio-group {
    list-style-type: none;
    margin-left: -30px;
    padding-top: 10px;
}

.splash-head-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    max-width: 1900px;
}

#customerLogo {
    margin: 20px;
    flex: 1;
    vertical-align: middle;
}

#signIn {
    margin: 20px;
    text-align: right;
    flex: 1;
}

#companyLogo {
    margin: 20px;
    flex: auto;
    text-align: center;
}

body.splash {
    background-position-y: 80px;
    background-position-x: center;
    background-image: url("../images/Splash_background.png");
    background-repeat: no-repeat;
}

body.splash-marketplace-direct-access {
    background-position-y: 80px;
    background-position-x: center;
    background-image: url("../images/Splash_background_marketplace_direct_access.png");
    background-repeat: no-repeat;
}

.splash-title {
    position: absolute;
    top: 100px;
    padding: 20px;
    font-size: xx-large;
    color: white;
}

#splashContainer {
    overflow: hidden;
}

.select-wrapper {
    display: block !important;
    width: 450px;
}

input[data-role="datetimepicker"] {
    padding: 15px 15px 5px 15px !important;
}

.k-datetimepicker {
    width: 450px;
}

/*--News article--*/
#newsArticle {
    background: #f2f2f2;
    padding: 10px;
}

.news-head > h5 {
    padding-left: 15px;
    padding-top: 15px;
}

.news-content {
    width: calc(100% - 50px) !important;
    margin-top: 10px !important;
    margin-left: 15px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.detail-result-news-container {
    padding-left: 5px;
}

.span-news-date {
    margin-top: 5px;
}

div.search-area > #newSearchButton {
    display: inline;
    margin-left: 5px;
    margin-left: -42px;
    width: 40px;
    border: none;
    color: #2474BB;
    background-color: transparent;
}

div.news-detail-main-container {
    margin-top: 30px;
    margin-left: 50px;
}

.k-listview.newsarticles {
    border: none;
    background-color: transparent;
}

#newsSearchBox::placeholder {
    font-style: italic;
}

.detail-result-news-container > h5 {
    margin-bottom: 0px;
    color: #2474BB;
}

div.new-container .k-pager-wrap {
    margin-top: 10px;
    background-color: transparent;
    border: 0;
}

.new-container > .search-area {
    margin-bottom: 10px;
}

.news-info-container > h2 {
    color: #2474BB;
    margin-top: 15px;
}

.news-info-container > h3 {
    margin-bottom: 15px;
}
/*--News article--*/
button.remove-parameter {
    margin: 5px 0 0 5px;
}

img.webshop-logo {
    max-width: 200px;
    max-height: 80px;
}

.sup-round {
    background: #FF6600;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
}

span.required {
    color: #FF6600;
    margin-left: 3px;
    font-weight: 500;
}

div#basketIndictator {
    margin-top: 5px;
}

a.image-button > img, .favorite-list-actions img, .add-to-cart img, img.shopping-cart {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    a.image-button > img:hover, a.image-button > img:active, .favorite-list-actions img:hover, .add-to-cart img:hover, img.shopping-cart:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.fa-times {
    font-size: 20px;
}

div.form-close {
    margin-right: 10px;
}

td.stage-number {
    padding: 8px;
    font-weight: 500;
    font-size: small;
}

table.stage-approvers {
    margin: 4px 0 4px 0;
}

table.header-approval, table.header-approval td, table.header-approval th {
    border: 2px solid #ffffff;
    padding: 4px;
    font-size: small;
    color: #7f7f7f;
}

    table.header-approval th {
        background-color: #f2f2f2;
        font-weight: 500;
    }


    table.header-approval form {
        display: inline;
    }

table.error-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

/*--Order--*/
.detail-order-info table {
    padding-left: 0px;
}

.detail-order-info th {
    background-color: #f2f2f2;
    padding: 8px;
    border: 3px solid white;
    text-align: left;
    vertical-align: text-top;
    padding-right: 10px;
    padding-bottom: 15px;
}

.detail-order-info td {
    padding: 8px;
}

.detail-order-info th:nth-child(1) {
    width: 5%;
}

.detail-order-info th:nth-child(2) {
    width: 47%;
}

.detail-order-info th:nth-child(3) {
    width: 15%;
}

.detail-order-info th:nth-child(4) {
    width: 7%;
}

.detail-order-info th:nth-child(5) {
    width: 13%;
}

.detail-order-info th:nth-child(6) {
    width: 13%;
}

.order-number {
    border-bottom-style: groove;
    padding-left: 0px;
}

.order-image-exclamation {
    margin-bottom: 5px;
}

.order-summary-note {
    font-size: large;
    font-weight: 500;
}

.order-supplier-error {
    margin-top: 10px;
    padding: 5px;
    border-style: solid;
    border-color: #FF6600;
}

.order-supplier-error-message {
    font-weight: 500;
}

a > span.fa {
    margin-right: 5px;
}

/*--Menu--*/
.k-menu:not(.k-context-menu) > .k-item.k-state-focused {
    box-shadow: none !important;
}

.k-menu-group .k-item > .k-state-active, .k-menu.k-context-menu .k-item > .k-state-active {
    background-color: inherit !important;
}

.k-menu-group .k-item:hover, .k-menu-group .k-item.k-state-hover, .k-menu.k-context-menu .k-item:hover, .k-menu.k-context-menu .k-item.k-state-hover {
    background-color: inherit !important;
}

.k-menu-group .k-item > .k-link > .k-menu-expand-arrow, .k-menu-scroll-wrapper .k-item > .k-link > .k-i-arrow-60-right, .k-menu-vertical .k-item > .k-link > .k-menu-expand-arrow, .k-popups-wrapper .k-item > .k-link > .k-i-arrow-60-right {
    margin-top: 0px !important;
}

table.header-approval form {
    display: inline;
}

.item-previous-next {
    text-align: center;
}

.item-next-arrow {
    margin-left: 5px;
}

#itemNext {
    border-left: 1px solid #989898;
    padding-left: 10px;
}

#itemPrevious {
    padding-right: 10px;
}

.disable-click {
    pointer-events: none !important;
    color: #071D32 !important;
    opacity: 0.5;
}

.data-hide {
    display: none;
}

.kendo-button-danger {
    background: red !important;
    color: white !important;
}

    .kendo-button-danger:hover {
        background: darkred !important;
        color: white !important;
    }

.kendo-button-primary {
    color: #fff !important;
    background: #2474BB !important;
    border-color: #2474BB !important;
}

    .kendo-button-primary:hover {
        color: #fff !important;
        background: #071D32 !important;
        border-color: #071D32 !important;
    }

div.journal-schedule-details {
    margin-left: 10px;
}

    div.journal-schedule-details div {
        padding: 2px;
    }

.current-journal-settings {
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.jqcron-cross-icon {
    margin-top: -3px;
}

.modal-body textarea {
    width: 100%;
}

.catalog-product-status {
    margin: 15px;
}

.inventory-detail-image {
    margin-top: 15px;
}

.inventory-product-image-detail {
    max-width: 150px;
    max-height: 150px;
}

.inventory-qrcode-image {
    text-align: center;
}

.btn-document-clear {
    height: 100%;
    padding: .375rem .75rem;
}

.inventory-product-image {
    max-width: 120px;
    max-height: 120px;
}

.inventory-product-upload {
    margin-top: 20px;
}

.file-upload-details {
    width: 450px;
}

.k-datepicker {
    width: 450px;
}

.form-group input[data-role="datepicker"] {
    padding: 15px 15px 5px 15px !important;
}

.active-warehouse-title {
    margin: -20px 0 0 55px;
}

.grid-content-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-create-fill-request {
    width: 20px;
    height: 20px;
    background: url(/images/icons/SVG_CabinetRefillRequests.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%; /*  Safari  */
    -khtml-background-size: 100% 100%; /*  Konqueror  */
    -moz-background-size: 100% 100%; /*  Firefox  */
}

.fill-requested-quantity, .fill-quantity {
    width: 70px;
}

.table-cell-dropdown {
    display: block !important;
    width: 450px;
    position: relative;
}

    .table-cell-dropdown:after {
        content: '\0025BC';
        font: normal normal normal 12px/1 FontAwesome;
        color: #071D32;
        right: 5px;
        top: 7px;
        height: 26px;
        padding: 15px 0px 0px 8px;
        position: absolute;
        pointer-events: none;
    }

button.manage-schedule {
    margin-left: 10px;
    margin-bottom: 5px;
}

#sessionModal, #dialogModal,.modalFeedback, #usersUploadModal, #uploadModal,
.message-modal,.confirmation-modal {
    z-index: 10006 !important;
}

.front-modal {
  z-index: 10007 !important;
}

#flashContainer {
    z-index: 10007 !important;
}

.modal-backdrop {
    z-index: 10005;
}

.supplier-contact-table {
    white-space: nowrap;
}

.supplier-contact-indicator {
    margin-bottom: 0px !important;
}

.supplier-contact-details {
    margin-top: 4px;
}

.date-picker {
    background-color: white !important;
}

.k-datepicker, .k-datetimepicker, .k-timepicker {
    border-width: 0 !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
}

.export-pdf {
    margin: 10px;
}

input[data-role="datepicker"].k-input {
    background-color: white !important;
}

.k-autocomplete > .k-i-close, .k-dropdown-wrap > .k-i-close {
    top: 50% !important;
}

span.k-combobox {
    width: 350px;
}

.k-combobox > span.k-dropdown-wrap > span.k-select {
    border: none;
    background: white;
}

.k-input.antibody-search {
    height: 100% !important;
}

.select-container.form-group {
    margin-bottom: 1rem !important;
}

input.k-input.antibody-search {
    padding: 15px 15px 5px 8px !important;
}

.antibody-search > span.k-dropdown-wrap.k-state-default {
    display: block;
}

.k-combobox .k-dropdown-wrap {
    border-radius: 5px;
}

/*PDF export*/
.k-grid td {
    word-break: break-word;
}

/* Hide the Grid header and pager during export */
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap {
    display: none;
}

.pdf-grid-template {
    font-family: "DejaVu Sans", "Arial", sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .pdf-grid-template .header {
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid #888;
        color: #888;
    }

    .pdf-grid-template .footer {
        position: absolute;
        bottom: 10px;
        left: 30px;
        right: 30px;
        border-top: 1px solid #888;
        text-align: center;
        color: #888;
    }

.k-pdf-export .k-filterable .k-grid-filter {
    display: none;
}

.k-pdf-export .k-icon.k-i-sort-asc-sm {
    display: none;
}

.k-pdf-export .k-icon.k-i-sort-desc-sm {
    display: none;
}

.k-combobox .k-dropdown-wrap {
    border-radius: 5px;
}

.k-combobox > span.k-dropdown-wrap > span.k-select > .k-icon::before {
    color: #071D32;
}

.k-combobox .k-dropdown-wrap .k-clear-value {
    color: red;
}

.antibody-attribute-label {
    padding: 10px 42px 10px 10px;
    height: calc(100% - 42px);
    background: #89B3DC;
    color: white;
    line-height: 1.4;
}

/*--Shopping list import--*/
.shopping-list-import-result {
    padding-left: 0px;
    margin-bottom: 15px;
}

    .shopping-list-import-result th {
        background-color: #f2f2f2;
        padding: 8px;
        border: 3px solid white;
        text-align: left;
        vertical-align: text-top;
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .shopping-list-import-result td {
        padding: 8px;
    }

    .shopping-list-import-result th:nth-child(1) {
        width: 45%;
    }

    .shopping-list-import-result th:nth-child(2) {
        width: 13%;
    }

    .shopping-list-import-result th:nth-child(3) {
        width: 12%;
    }

    .shopping-list-import-result th:nth-child(4) {
        width: 5%;
    }

    .shopping-list-import-result th:nth-child(5) {
        width: 25%;
    }

    .shopping-list-import-result > tbody > tr {
        font-weight: 500;
    }

.shopping-list-import-header {
    border-bottom-style: groove;
    padding-left: 0px;
    margin-bottom: 10px;
}

.shopping-list-suppliers-info {
    margin-left: -4px;
}

table.shopping-list-suppliers-info th {
    font-size: x-small;
    background-color: #f2f2f2;
    padding: 8px;
    border: 3px solid white;
    text-align: left;
    vertical-align: text-top;
    padding-right: 10px;
    padding-bottom: 15px;
}

table.shopping-list-suppliers-info td {
    font-size: x-small;
    padding: 8px;
}

table.shopping-list-suppliers-info th {
    width: auto !important;
}

table.shopping-list-suppliers-info > tbody > tr {
    font-weight: 500 !important;
}

.supplier-detail-section-tr {
    border-bottom: 1px solid #bfb9b9;
}

.bootstrap-tagsinput {
    margin: 0;
    width: 100%;
    padding: 0.5rem 0.75rem 0;
    font-size: 1rem;
    line-height: 1.25;
    transition: border-color 0.15s ease-in-out;
}

.label-info {
    display: inline-block;
    background-color: #f3f3f4;
    padding: 0 .4em .15em;
    margin-bottom: 0.4em;
    color: #2e2e2e !important;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 2px !important;
    border: 1px solid rgba(0,0,0,.08);
}

.user-names-list > .bootstrap-tagsinput {
    min-height: 100px;
}

.multiple-suppliers-note {
    color: red;
    font-weight: 500;
}

/*Home page - start*/
.notification-container > h5 {
    color: #2474BB;
    margin-top: 15px;
}

.notification-new {
    font-weight: bold;
}

#notificationsgrid.k-grid {
    overflow-y: hidden;
}

.modal-dialog.notification-model .modal-body {
    height: 350px;
}

.modal-dialog.notification-model #dialogModalContent {
    height: 100%;
}

.k-card-header {
    flex: 0 0 auto;
}

.k-card-body {
    overflow: hidden;
}

#popularproductsgrid.k-grid {
    overflow-y: hidden;
}

#searchtermsgrid.k-grid {
    overflow-y: hidden;
}

.input-date-picker {
    background-color: #fff;
}

#topsupplierstemplategrid.k-grid {
    overflow-y: hidden;
}
/*Home page - end*/

.k-combobox .k-dropdown-wrap .k-clear-value {
    top: 50%;
}

.notification-area {
    font-weight: bold;
    font-size: 16px;
}

.k-sprite.notification-settings, .k-sprite.notification-event-type {
    display: none;
}

.notification-settings {
    font-weight: 500;
    font-size: 15px;
}

.notification-event-type {
    font-weight: 500;
}

.notification-level {
    font-style: italic;
}

.accordian-panel > ul.k-panelbar {
    border-color: #c5c5c5 !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.accordian-panel > .k-panelbar > .k-item > .k-link {
    color: #1984c8;
    font-weight: 500;
}

    .accordian-panel > .k-panelbar > .k-item > .k-link.k-state-selected {
        color: #fff !important;
    }

        .accordian-panel > .k-panelbar > .k-item > .k-link.k-state-selected:hover {
            background-color: #216bac !important;
        }

.user-settings-text {
    font-weight: 400;
    padding-bottom: 10px;
    display: block;
}

#usersettingspanelbar {
    margin-top: 10px;
}

.highest-price {
    background-color: #f8d7da !important;
}

.lowest-price {
    background-color: #c3e6cb !important;
}

.d-table-cell {
    vertical-align: top;
}

.display-none {
    display: none;
}

.system-statistics-filter {
    font-weight: 500;
}

#notificationsgrid tbody tr {
    cursor: pointer;
}

.system-statistics tbody tr td:first-child {
    padding-right: 5px;
}

.system-statistics tbody tr td:nth-child(3) {
    padding-left: 5px;
}

#menuGrid {
    background-color: #eae8e8;
}

.warehouse-info {
    margin-left: -4px;
}

table.data-table th {
    font-weight: 500;
    background-color: #f2f2f2;
    padding: 8px;
    border: 3px solid white;
    text-align: left;
    vertical-align: text-top;
    padding-right: 10px;
    padding-bottom: 15px;
}

table.data-table td {
    font-size: 1rem;
    font-weight: 400;
    padding: 8px;
}

table.data-table th {
    width: auto !important;
}

table.data-table > tbody > tr {
    font-weight: 500 !important;
}

.source-grid-td {
    width: 120px;
}

.source-grid-th-td {
    width: 120px;
    font-weight: bold;
    color: black;
}

.fill-quantity-message {
    color: red;
}

.price-check-product-container {
    margin-bottom: 10px;
}

.price-check-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #6c757d;
    display: flex;
}

@media only screen and (min-device-width: 1025px) {
    .price-check-tooltiptext {
        width: 400px !important;
    }
}

.price-check-new-price {
    color: #ebb826;
}

table.price-check-list th {
    padding-bottom: 8px;
}

.price-check-attr-container {
    flex: 0;
    min-width: 300px;
}

.price-list-item {
    cursor: auto !important;
}

tr.inactive, span.inactive {
    background-color: #f1f1f1;
}

.border-blue {
    border-color: #2474BB;
}

.text-orange {
    color: #FF6600;
}

.description {
    font-weight: 400;
    color: #071D32;
    font-size: large;
}

.detail {
    font-weight: 400;
    color: #071D32;
    font-size: small;
}

.description .caption {
    font-weight: 500;
}

.detail .caption {
    font-weight: 500;
}

#reportContent > .edit-container {
    margin-bottom: 30px !important;
}

.report-container {
    margin-bottom: 30px !important;
}

.text-large {
    font-size: large;
}

.data-center {
    text-align: center !important;
}

.contact-settings-container {
    padding-left: 0px !important;
}

.proceed-warehouse-order {
    float: right;
}

.warehouse-order-cart-item {
    cursor: auto !important;
}

.modal-dialog.warehouse-cart-model {
    max-width: 650px;
}

    .modal-dialog.warehouse-cart-model .modal-body {
        height: 550px;
    }

    .modal-dialog.warehouse-cart-model #dialogModalContent {
        height: 100%;
    }

.warehouse-selection {
    width: 325px;
    margin-top: 5px;
}

.warehouse-selection-grid-td {
    width: 250px;
}

.warehouse-selection-grid-th-td {
    font-weight: bold;
    color: black;
}

.warehouse-selection-grid-td-quantity {
    width: 75px;
    text-align: center;
}

.warehouse-selection > .k-dropdown-wrap > .k-input {
    margin-top: 3px;
}

div.d-table.user-mobile-app-detail {
    margin-bottom: 25px !important;
}

#notificationsgrid, #popularproductsgrid, #searchtermsgrid, #topsupplierstemplategrid > .k-grid-content > .k-loading-mask {
    z-index: 99 !important;
}

span.k-combobox.combobox {
    width: 450px;
}

.combobox > span.k-dropdown-wrap > input.k-input {
    padding: 15px 15px 5px 5px !important;
}

.combobox.k-combobox > span.k-dropdown-wrap > span.k-select {
    background: none;
    padding-top: 5px;
}

.combobox > .k-dropdown-wrap > span.k-clear-value > span.k-icon {
    height: 2em !important;
}

ul.k-group > li > span > span > span.k-menu-expand-arrow-icon {
    margin-top: -25px !important;
}

.news-detail-main-container a {
    color: blue;
    text-decoration: underline;
}

    .news-detail-main-container a:hover {
        color: red;
        text-decoration: underline;
    }

    .news-detail-main-container a:visited {
        color: purple;
        text-decoration: underline;
    }

.modal-footer .float-right button {
    margin-left: 5px;
}

.modal-footer .float-left button {
    margin-right: 5px;
}

input.k-input.combobox {
    height: auto !important;
    line-height: 1.65em !important;
    background-color: #fff !important;
}

.combobox.k-combobox > .k-dropdown-wrap {
    padding-right: 2em !important;
    background-color: #ececec !important;
    border-color: #c5c5c5 !important;
}

.combobox.k-combobox .k-state-hover, .combobox.k-combobox > :hover {
    background-color: #bdb4af !important;
}

.k-grid-reset_all_filters {
    float: right;
}

.grid-toolbar > .k-toolbar.k-grid-toolbar {
    display: block !important;
}

table.mobile-app-information td {
    padding: 5px;
}

/*IM Home start*/
#nextExpirationsgrid.k-grid {
    overflow-y: hidden;
}

#deliveriesgrid.k-grid {
    overflow-y: hidden;
}

#itemsWithLowCountgrid.k-grid {
    overflow-y: hidden;
}

#mostFrequentlyUsedProductsgrid.k-grid {
    overflow-y: hidden;
}

.dashboard-control-panel {
    background-color: #f5f5f5;
    padding: 16px 16px 0px 16px;
}

.btn-control-panel {
    float: right;
}

    .btn-control-panel span {
        font-size: smaller;
        margin-left: 8px;
    }

#controlPanelSection > .position-relative > .edit-container {
    margin: 0px !important;
}

span.product-expiration-date {
    color: red;
}

span.product-expiration-status {
    font-style: italic;
    display: block;
    color: red;
}

.control-panel-from-date-picker input[data-role="datetimepicker"] {
    padding: 4px 4px 4px 35px !important;
}

.control-panel-to-date-picker input[data-role="datetimepicker"] {
    padding: 4px 4px 4px 19px !important;
}

.control-panel-date-picker-section {
    position: relative;
}

input.control-panel-from-date-picker, input.control-panel-to-date-picker {
    top: 0;
    left: 0;
}

label.control-panel-label {
    position: absolute;
    font-size: .8em;
    top: 7px;
    left: 5px;
    color: #071D32;
}

#controlPanelSection .table {
    margin-bottom: 0px;
}

select.dashboard-group-by, select.dashboard-group-by:focus {
  top: 0;
  left: 0;
  margin-top: 1px;
  padding: 2px 4px 4px 69px !important;
  min-width: 150px;
  width: 100%;
}

/*IM Home end*/
.device-attr-main-container {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: row;
}

.device-attr-container-1 {
    flex: 0;
    min-width: 40%;
}

.device-attr-container-2 {
    flex: 1;
    min-width: 40%;
}

.device-detail-extra > .accordian > .accordian-content {
    padding-left: 0px;
    margin: 10px 0px 10px 0px;
}

.assign-item-container {
    padding-left: 0px;
}

.device-attr-container-3 {
    flex: 2;
    text-align: right;
    margin: -30px 10px 0px 0px;
}

.modal-dialog.device-history-model {
    max-width: 550px;
}

    .modal-dialog.device-history-model .modal-body {
        height: 450px;
    }

    .modal-dialog.device-history-model #dialogModalContent {
        height: 100%;
    }

.modal-dialog.execute-service-model {
    max-width: 550px;
}

    .modal-dialog.execute-service-model .modal-body {
        height: 550px;
    }

    .modal-dialog.execute-service-model #dialogModalContent {
        height: 100%;
    }

div.execute-service-container {
    margin-top: 0px !important;
}

.table-execute-service {
    margin-bottom: 10px;
}

.modal-dialog.catalog-accessory-model {
    max-width: 525px;
}

    .modal-dialog.catalog-accessory-model .modal-body {
        height: 350px;
    }

    .modal-dialog.catalog-accessory-model #dialogModalContent {
        height: 100%;
    }

.modal-dialog.catalog-sparepart-model {
    max-width: 525px;
}

    .modal-dialog.catalog-sparepart-model .modal-body {
        height: 350px;
    }

    .modal-dialog.catalog-sparepart-model #dialogModalContent {
        height: 100%;
    }

.table-item-type {
    margin-bottom: 15px;
}

.modal-dialog.catalog-device-model {
    max-width: 525px;
}

    .modal-dialog.catalog-device-model .modal-body {
        height: 780px;
    }

    .modal-dialog.catalog-device-model #dialogModalContent {
        height: 100%;
    }

/*scheduler-start*/
.k-scheduler-edit-form input[data-role="datetimepicker"], .k-scheduler-edit-form input[data-role="datepicker"] {
    padding: 3px 3px 3px 3px !important;
}

.k-scheduler-edit-form .k-datetimepicker, .k-scheduler-edit-form .k-datepicker {
    width: 400px !important;
}

.k-scheduler-edit-form .k-select {
    line-height: 1.5em !important;
}
/*scheduler-end*/

.shoppingcart-item-configuration > .warehouse-selection {
    border-width: 0px !important;
}

.modal-dialog.add-accessory-to-shopping-list-model {
    max-width: 550px;
}

    .modal-dialog.add-accessory-to-shopping-list-model .modal-body {
        height: 650px;
    }

    .modal-dialog.add-accessory-to-shopping-list-model #dialogModalContent {
        height: 100%;
    }

.modal-dialog.add-spare-part-to-shopping-list-model {
    max-width: 550px;
}

    .modal-dialog.add-spare-part-to-shopping-list-model .modal-body {
        height: 650px;
    }

    .modal-dialog.add-spare-part-to-shopping-list-model #dialogModalContent {
        height: 100%;
    }

.item-name-container {
    margin-top: 15px;
}

.add-to-shopping-list-qty {
    padding-top: 17px !important;
}

.content-align-center {
    text-align: center;
}

.table-add-to-shoppinglist span.k-combobox.combobox {
    width: 275px !important;
}

.table-add-to-shoppinglist .add-to-new-shopping-item {
    width: 255px !important;
    margin: 0 !important;
}

.table-add-to-shoppinglist div.d-table-cell {
    width: 275px;
}

.table-add-to-shoppinglist button {
    width: 150px;
    margin-left: 10px;
    margin-top: 8px;
}

.right-tooltip {
    width: 175px !important;
    top: 100% !important;
    left: 50%;
    margin-left: -45px;
}

.table-add-to-shoppinglist .add-to-new-shopping-list-container {
    border: 1px solid #989898;
    padding: 8px;
    border-radius: 10px;
}

.table-add-to-shoppinglist .description-section {
    margin-bottom: 0px !important;
}

button.btn.btn-secondary.confirm.dialog,
button.btn.btn-secondary.cancel-dialog,
button.btn.btn-secondary.confirm.message,
.modal-footer > .close > button.btn.btn-secondary.close-modal,
.modal-footer > .confirm > button.btn.btn-secondary.cancel,
.modal-footer button.btn.btn-secondary.cancel {
    color: #fff;
    background-color: #2474BB; /* LSDS blue #2474BB */
    border-color: #2474BB;
}

    button.btn.btn-secondary.confirm.dialog:hover,
    button.btn.btn-secondary.cancel-dialog:hover,
    button.btn.btn-secondary.confirm.message:hover,
    .modal-footer > .close > button.btn.btn-secondary.close-modal:hover,
    .modal-footer > .confirm > button.btn.btn-secondary.cancel:hover,
    .modal-footer button.btn.btn-secondary.cancel:hover {
        background-color: #071D32; /* LSDS blue #2474BB */
        border-color: #071D32;
    }

.file-upload-section {
    margin-top: 10px;
}

.file-upload-label {
    margin-bottom: 0px !important;
}

dl.row{
    margin-right:unset;
}

.edit-container > .report-filter-container {
    margin: 0px !important;
}

.report-filter-container #labelType {
    margin-top: 0px;
}

@media (min-width: 1024px) {
    .report-filter-container .report-label-type {
        margin: 0px 0px 0px 10px;
    }

    .report-filter-container #includeWarehouseLogo {
        margin-left: 10px;
    }
}

@media (min-width: 768px) {
    .report-filter-container #includeWarehouseLogo {
        margin: 10px 0px 0px 10px;
    }

    .report-filter-container .include-warehouse-logo-lable {
        margin-top: 6px;
    }
}

.qr-code-image {
    width: 150px;
    height: 150px;
}

div.edit-container div.row
{
    margin-left:0px;
}

.delivery-item {
    margin-top: .8rem !important;
}

.delivery-item-field {
    width: 200px !important;
}

.delivery-item-readonly-field {
    width: 110px !important;
}

.availability-details > .container-fluid {
    text-align: left;
    padding: 3px;
}
.availability-details div.value {
    word-break: break-all;
    
}

.availability-details div.row {
    border-bottom: 1px solid #989898;
}
.availability-details div.row:last-child {
    border-bottom: none;
}

.behind-fade
{
    z-index: 1000 !important;
}

.import-shopping-lists
{
    cursor: pointer;
}

.tooltip-inner {
    max-width: 550px !important;
    background-color: #F2F2F2;
    padding: 2px;
    overflow:hidden;
}

.tooltip.show {
    opacity: 1;
}

.tooltip {
    z-index: 100000000;
}

.live-results-container {
    background-color: white;
    width: 450px;
    color: black;
}

.live-header {
  font-size: large;
  font-weight: 500;
  background-color: #2474BB;
  color: white;
  padding: 5px;
  text-align: left;
}

.live-footer {
    font-size: smaller;
    font-weight: 500;
    margin-top:5px;
    padding: 2px;
    text-align: left;
}

.available {
    color: #28A745;
}

.notavailable {
    color: #DC3545;
}
#live-check-notice
{
    margin-top:2px;
    font-size:smaller;
    background-color:white;
    padding:4px;
}
    #live-check-notice .live-notice {
        margin: 2px;
    }
      #live-check-notice .live-notice:first-child {
        border-bottom: 1px solid #989898;
        padding-bottom: 4px;
        margin-bottom: 6px;
      }
      #live-check-notice .live-notice:last-child {
        border-top: 1px solid #989898;
        padding-top: 6px;
        margin-top: 4px;
      }

a.disable-click {
  pointer-events: none;
}

.product-replacement-link{
  cursor:pointer;
}

select.noborder {
    border: none;
    outline: none;
    outline-color: transparent;
    outline-style: none;
}

.accordion-title
{
    cursor:pointer;
}
