﻿/*a:hover {
    color: darkorange;
}

li:hover {
    color: darkorange;
}*/

h2 {
    font-size: 1.6rem;
    letter-spacing: 0.01em;
}

h3 {
    font-size: 1.26rem;
}

h4 {
    font-size: 1.06rem;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}

.k-grid-header .k-header {
    background-color: #45818E;
    color: White;
    font-weight: bold;
    border-color: Black;
}

.k-grid, .k-grid td {
    border-color: Black;
    border-bottom-width: 1px;
}

body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

header, footer, nav, section {
    display: block;
}

/*############################################################################################
############################################################################################
DESKTOP */

.desktop--basket-viewer-loading {
    background-color: lightgray;
    background-image: url('NGBailey/images/animated-overlay.gif');
    height: 24vh;
    margin: 1em 0.2em 0.6em 0.2em;
    padding: 0 0.6em 0 0.6em;
    width: 100%;
}

.desktop--basket-viewer-wrapper {
    background-color: white;
    color: black;
    font-size: 0.7em;
    height: 24vh;
    margin: 1em 0.2em 0.6em 0.2em;
    padding: 0 0.6em 0 0.6em;
    overflow: scroll;
    width: 100%;
}

.desktop--bv-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 0 0.6em 0;
}

.desktop--bv-item-data {
    border-top: 0.1em solid lightgray;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.4em 0 0.2em 0;
    width: 100%;
}

.desktop--bv-item-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 85px;
}

.desktop--bv-item-section-finish {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.desktop--bv-item-section-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.4em;
}

.desktop--bv-item-section-size {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 3em;
}

.desktop-kwd-outer {
    flex-direction: column;
    margin-bottom: 0.4em;
    padding: 0.4em 0.8em 0 0.8em;
}

.desktop--kwd-visibility {
    height: 2.2em;
    margin-bottom: 0.4em;
    padding-left: 1em;
}
    .desktop--kwd-visibility:hover {
        cursor: pointer;
    }

.desktop--kwd-hide {
    border: 0.1em solid white;
    border-radius: 100%;
    font-size: 1.2em;
    font-weight: 600;
    padding: 0 0.5em 0em 0.5em;
}

    .desktop--kwd-hide:hover {
        background: white;
        border: 0.1em solid orange;
        color: orange;
        cursor: pointer;
    }

.desktop--pe-feedback {
    font-size: 1.1em;
    font-weight: 600;
    min-height: 2.4em;
    margin: 0.8em 0.8em 0.2em 0.8em;
    padding: 0.8em;
    width: 98%;
}

.desktop--pe-feedback-good {
    background: lightseagreen;
    color: white;
}

.desktop--pe-feedback-bad {
    background: orange;
    color: black;
}

.desktop--pe-message {
    margin: 1em 1em 0.4em 0.7em;
    padding: 0.8em;
    width: 98%;
}

.desktop--qs-label {
    font-size: 1.1em;
    font-weight: 600;
}

.desktop--qs-info {
    font-size: 1.2em;
    font-weight: 700;
    margin-left: 0.7em;
}

.desktop--qs-inner-wrapper {
    border: 0.1em solid lightgray;
    border-radius: 12px;
    min-height: 20em;
    padding: 1.2em;
}

.desktop--qs-outer-wrapper {
    display: block;
}

.desktop--qs-image-wrapper {
    height: 100%;
    min-width: 7em;
}

    .desktop--qs-image-wrapper p {
        font-size: 1.2em;
        margin: 0;
        text-align: center;
        width: 100%;
    }


.desktop--qs-item-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: fit-content;
    margin-top: 0.6em;
    padding: 0.8em 0.8em 0 0.8em;
    width: 100%;
}

.desktop--qs-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 0 0.6em 0;
}

.desktop--qs-item-data {
    border-top: 0.1em solid lightgray;
    width: 100%;
}

.desktop--qs-basket-message {
    font-size: 1.06em;
    font-weight: 700;
    text-align: center;
}

.desktop--qs-basket-message-wrapper {
    color: #45818E;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

.desktop--qs-datum {
    font-size: 1.2em;
    font-weight: 400;
}

.desktop--qs-quantity {
    font-size: 1.4em;
    font-weight: 400;
    width: 7em;
}

.desktop--qs-desc-lookup {
    display: inline-block;
    font-size: 1em;
    width: 50em;
}

.desktop--qs-clear-filter-wrapper {
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-around;
    height: 2.9em;
}

.desktop--qs-filter-wrapper {
    font-size: 1.2em;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 0.4em 0;
    padding: 0.6em 0 0.6em 0;
}

.desktop--qs-item-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 85px;
    padding: 0.4em 1em 0.4em 1em;
}

.desktop--qs-item-section-finish {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.desktop--qs-item-section-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0.4em;
}

.desktop--qs-item-section-size {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 3em;
}

.desktop--qs-item-lower-wrapper {
    border-top: 0.1em solid lightgray;
    padding-top: 0.4em;
}

.desktop--qs-item-button-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 85px;
}

    .desktop--qs-item-button-section input {
        min-width: 8em;
    }

.desktop--qs-pager {
    padding: 0.4em 0 0 0.4em;
    width: 100%;
}

.desktop--qs-page-no {
    border-top: 0.1em solid lightgray;
    font-size: 1.2em;
    font-weight: 700;
    padding: 0.8em 0 0 0;
}

.desktop--basket-select-link {
    background-color: #45818E;
    padding: 0.1em 0 0.1em 0.6em;
}

.desktop--search-info-section {
    display: flex;
    justify-content: space-between;
    padding: 0.4em 0.6em 0 0.6em;
}

.desktop--dialog-header {
    background-color: #45818E;
    border-radius: 10px;
    color: white;
    display: flex;
    justify-content: space-around;
    padding: 0.4em 0 0 0;
    width: 46em;
}

.desktop--dialog-copy-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 1em 0 1em 0;
    padding: 0.4em 0 0.4em 0;
    height: 8em;
    word-wrap: normal;
}

    .desktop--dialog-copy-wrapper li {
        margin-bottom: 0.8em;
    }

.desktop--dialog-button {
    padding: 0.4em 1.2em 0.4em 1.2em;
}

.desktop--dialog-buttons-wrapper {
    display: flex;
    justify-content: space-around;
}

.desktop--dialog-copy-section {
    padding: 0.6em 0 0.6em 0;
}

.desktop--draggable {
    cursor: move;
    position: absolute;
}

.desktop--buttons-divider {
    background-color: lightgray;
    height: 100%;
    margin: 0 3em 0 3em;
    width: 0.2em;
}

.desktop--item-image-viewer-button {
    font-size: medium;
    padding: 0 0.4em 0 0.4em;
    z-index: 900;
}

.desktop--item-image-viewer-buttons-inner {
    display: flex;
    justify-content: center;
    width: 48%;
    z-index: 900;
}

.desktop--item-image-viewer-buttons-wrapper {
    background-color: white;
    border-top: 0.2em solid #45818E;
    display: flex;
    justify-content: center;
    min-height: 3em;
    padding: 0.6em;
    width: 100%;
    z-index: 850;
}

.desktop--item-image-viewer-canvas-outer-1st {
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 750;
}

.desktop--item-image-viewer-canvas-outer-2nd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 750;
}

.desktop--item-image-viewer-canvas-wrapper {
    position: relative;
    cursor: initial;
    z-index: 800;
}

.desktop--item-image-viewer-canvas-wrapper-draggable {
    position: absolute;
    cursor: move;
    z-index: 800;
}

.desktop--item-image-viewer-description {
    padding: 1.2em 1.2em 0 1.2em;
}

.desktop--item-image-viewer-close {
    padding: 0.6em 0.8em 0.6em 0.6em;
    font-size: large;
    font-weight: 800;
}

    .desktop--item-image-viewer-close:hover {
        color: darkorange;
        cursor: pointer;
    }

.desktop--item-image-viewer-header {
    display: flex;
    background-color: #45818E;
    color: white;
    justify-content: space-between;
    height: fit-content;
    text-align: right;
    width: 100%;
    z-index: 850;
}

.desktop--item-image-viewer-outer-1st {
    background-color: lightgray;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 500;
}

.desktop--item-image-viewer-outer-2nd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90vw;
}

.desktop--item-image-viewer-shell {
    background-color: white;
    border: 0.1em solid teal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 93vh;
    width: 93vw;
    padding: 0.4em;
}

.desktop--search-criteria-group {
    display: flex;
    justify-content: space-around;
    padding: 0.2em 0 0.2em 0;
    width: 28%;
}

.desktop--site-spinner-outer-1st {
    background-color: lightgray;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 88%;
    height: 100vh;
    width: 100vw;
    z-index: 600;
}

.desktop--site-spinner-outer-2nd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 12vw;
}

.desktop--site-spinner-shell {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 2em;
    height: fit-content;
    width: fit-content;
}

.desktop--error-message-shell {
    border: 0.2em solid orange;
}

.desktop--site-spinner {
    color: #45818E;
    font-size: 1.4rem;
}

.desktop--site-spinner-text {
    color: #45818E;
    font-size: large;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 0 0 1em 0;
}

.desktop--site-spinner-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.desktop--product-search-print-wrapper {
    display: flex;
    justify-content: space-between;
}

.desktop--search-criteria-input {
    width: 13em;
}

.desktop--search-criteria-label-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.desktop--search-entry-criteria-wrapper {
    border-bottom: 0.1em solid lightgray;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0.4em 0 0.4em 0;
    padding: 0.4em 0 0.4em 0;
    width: 100%;
}

.desktop--search-entry-helptext-upper {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 0.2em;
}

.desktop--search-entry-wrapper-upper {
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.8em 0 0.6em 0;
}

.desktop--search-entry-image {
    border: 0.2em solid white;
    margin: 0 0.6em 0 0.6em;
}

    .desktop--search-entry-image:hover {
        border: 0.2em solid orange;
        cursor: pointer;
        text-decoration: none;
    }

.desktop--suggestions-title-outer {
    margin: 0.8em 0 0 3.2em;
}

.desktop--user-info-wrapper {
    padding: 0.1em 0.2em 0.1em 0.2em;
}

.desktop--keyword-search-shim {
    background-color: white;
    display: none;
    opacity: 0.8;
    position: absolute;
    height: 7.4em;
    margin: -0.5em 0 0 -1em;
    width: 100%;
    z-index: 98;
}

.desktop--keyword-multiple-ip-message {
    font-size: small;
    font-weight: bold;
    margin: 1.4em 0 0 0;
    padding: 0 0 0 1.2em;
    width: 100%;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    width: 700px;
    min-height: 75px;
    min-width: 700px;
}

.editor-label {
    display: inline-block;
    margin: 1em 0 0 0;
    float: left;
    line-height: 10px;
    min-width: 160px;
    word-wrap: break-word;
}

.editor-field {
    display: block;
    margin-left: 140px;
    margin-top: 10px;
}

.view-label {
    margin: 0 0 0 0;
    float: left;
    min-width: 140px;
    line-height: 15px;
    display: inline-block;
}

.view-field {
    display: block;
    margin-left: 20px;
    margin-top: 0px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clickable {
    cursor: pointer;
}

.popupLink {
    color: rgb(221, 198, 168);
    text-decoration: underline;
}

.cb {
    clear: both;
}

.cbline {
    clear: both;
    height: 10px;
}

.cbhalfline {
    clear: both;
    height: 10px;
}

.ar {
    text-align: right;
    margin-right: 15px;
}

.wideLabel {
    width: 200px;
}

#LogoHolder {
    position: relative;
    top: 35px;
}

.pageCenteredPanel {
    /*min-width: 1000px;
    max-width: 1200px;*/
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#userInfoHeader {
    margin-bottom: 5px;
}

.roundedBorder {
    border: solid 3px black;
    border-radius: 15px;
}

.bigPadding {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bluePanel {
    background-color: #45818E;
    border: solid 0px black;
    color: white;
    padding: 4px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bluePanelHeading {
    background-color: #45818E;
    border: solid 2px black;
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.2em 0.4em 0.2em 0.4em;
}

.bluePanel a:visited, .bluePanel a {
    color: white;
}

.bluePanelMultiple {
    display: flex;
    justify-content: space-between;
}

.desktop--search-details {
    font-weight: 400;
}

    .desktop--search-details:hover {
        text-decoration: underline;
    }

.indentedPanel {
    width: 640px;
}

h1 {
    font-size: 30pt;
}

#LoginFormHolder {
    background-color: white;
    color: black;
    border: solid 2px black;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #LoginFormHolder a:visited,
    #LoginFormHolder a {
        color: #45818E;
    }

a:visited, a {
    color: #45818E;
}

.helpButton {
    background-color: white;
    color: black;
    border: solid 2px black;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12pt;
}

input[type=text].vWideTextBox {
    width: 700px;
}

input[type=text].mWideTextBox {
    width: 330px;
}

input.mWideComboBox {
    width: 180px;
}

input.vWideComboBox {
    width: 700px;
}

.searchButton {
    width: 20px;
    height: 20px;
    background: url('Images/search.jpg');
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.centreHorizontal {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centerText {
    text-align: center;
}

.middle {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 50%;
    text-align: center;
}

.criteriaList {
    height: 243px;
    overflow: hidden;
    font-size: 8pt;
    border: solid 1px #aaa;
    width: 235px;
    margin-right: 3px;
    position: relative;
}

#brandsLookup {
    color: black;
    border: 1px solid gray;
    border-radius: 0px;
    font-size: 11px
}

#brandsLookupWrapper {
    width: 33%;
    margin: 0 0 1em 0;
}

.dx-lookup-field-wrapper {
    border-left: 1px solid rgb(118, 118, 118);
    border-top: 1px solid rgb(118, 118, 118);
}

.dx-scrollable-content {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-top: 0;
}

.dx-list-item-content {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-top: 0;
    padding-bottom: 7px;
}

.dx-placeholder {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.dx-texteditor-input {
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.desktop--brandManufacturerCriteriaList {
    border: 1px solid rgb(118, 118, 118);
    height: 237px;
    overflow: hidden;
    font-size: 8pt;
    width: 100%;
    margin: 0 3px 0 0;
    padding: 0;
    position: relative;
}

    .desktop--brandManufacturerCriteriaList select {
        border-bottom: none;
        border-left: 2px solid rgb(118, 118, 118);
        border-right: none;
        border-top: 2px solid rgb(118, 118, 118);
        height: 237px;
        margin: 0;
        width: 100%;
    }

#manufacturerSearch.productSelection div.criteriaList {
}

.criteriaListHeader {
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-right: 3px;
    text-align: center;
    width: 225px;
}

.desktop--brandCriteriaListHeader {
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-align: center;
}

input[type=text].smallTextBox {
    width: 4em;
}

li.currentPageLink {
    font-size: 12pt;
    font-weight: bold;
}

ul.PageLinks {
    list-style-type: none;
}

    ul.PageLinks li {
        float: left;
        cursor: pointer;
        padding: 2px;
        line-height: 35px;
        font-weight: bolder;
        margin-bottom: 15px;
        background-color: #35748D;
        border: 2px solid white;
        padding: 0 5px;
        color: white;
        border-radius: 11px;
    }

table.simpleGrid {
    border-collapse: collapse;
    width: 100%;
}

.simpleGrid th {
    background-color: #45818E;
    border: solid 1px black;
    color: white;
}

.simpleGrid td {
    border: solid 1px black;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
}

table.greySimpleGrid {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.greySimpleGrid th {
    background-color: #45818E;
    border: solid 1px black;
    color: white;
    height: 30px;
}

.greySimpleGrid td {
    border: solid 1px black;
    padding-left: 5px;
    padding-right: 5px;
}

.greySimpleGrid tbody {
    width: 100%;
}

.greySimpleGrid tr {
    background-color: white;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #CCC;
    border-top: 1px solid #DDD;
    padding: 2px 3px 3px 4px
}

.row_button {
    cursor: pointer;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    text-decoration: underline;
}

a.hoverlink {
    text-decoration: none;
    color: darkorange;
}

.thumbnailContent img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-height: 100px;
    max-width: 85px;
}

.thumbnailContent p {
    text-align: center;
    width: 100%;
}

.imagePanel200 {
    width: 100%;
}

    .imagePanel200 a img {
        border: none;
    }

    .imagePanel200 a {
        text-decoration: none;
    }

.width500 {
    width: 500px;
}

#popupDetail {
    border: solid 1px #ddd;
    height: 70vh;
    overflow: auto;
    padding: 0.2em;
}

#LogoHolder {
    background-repeat: no-repeat;
    background-image: url('Images/logo.jpg');
    width: 194px;
    height: 32px;
    display: block;
}

#manufacturerSearch .ui-button-text-only,
#commoditySearch .ui-button-text-only {
    text-align: left;
    width: 99%;
    background-color: #EAF0F3;
}

#manufacturerSearch .ui-state-active,
#commoditySearch .ui-state-active {
    color: #fff;
    background-color: #488196;
}

.ui-widget {
    font-size: 0.8em !important;
}

#manufacturerSearch input[type="radio"],
#commoditySearch input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#manufacturerSearch label,
#commoditySearch label {
    width: 99%;
    border: solid 1px #dddddd;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 0px;
}

    #manufacturerSearch label:hover,
    #commoditySearch label:hover {
        background-color: white;
        color: darkorange;
    }

#manufacturerSearch input[type="radio"]:checked + label,
#commoditySearch input[type="radio"]:checked + label {
    font-weight: bold;
    background-color: #99B7C6;
}

ul#menu li {
    float: left;
    border-left: solid 2px black;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    margin-bottom: 5px;
    padding: 3px;
}

    ul#menu li:last-child {
        border-right: solid 2px black;
    }

ul#menu li {
    font-weight: bold;
}

    ul#menu li a {
        text-decoration: none;
    }

ul#menu, #menu ul {
    list-style-type: none;
}

    ul#menu li {
        float: left;
        padding: 10px 5px;
        background-color: #ddd;
    }

#menu li:hover {
    background: white;
    /*color: darkorange;*/
}

.centervertically {
    vertical-align: middle;
}


/* Submenu */

.hasChildren {
    position: relative;
    width: 5px;
    height: 5px;
    background: black;
    right: 0;
    bottom: 0;
}

#menu {
    padding-left: 0px;
    z-index: 99;
}

    #menu li ul {
        display: none;
        position: absolute;
        padding: 0;
        margin: 0;
        background-color: #99B7C6;
        z-index: 99;
        margin-top: 12px;
        margin-left: -7px;
        z-index: 99;
    }

    #menu li:hover > ul {
        display: block;
        z-index: 99;
    }

    #menu li ul li,
    #NavigationMenu li ul li a {
        float: none;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
        z-index: 99;
    }

.header--nav-menu-wrapper {
    display: flex;
    justify-content: center;
    height: 3.7em;
    width: 100%;
    z-index: 99;
}

#menu li ul li {
    _display: inline; /* for IE6 */
    border: 2px solid black;
    margin-top: -2px;
    z-index: 99;
}

    #menu li ul li ul li {
        _display: inline; /* for IE6 */
        border: 2px solid black;
        margin-top: -2px;
        margin-left: -2px;
        z-index: 99;
    }

    #menu li ul li a {
        width: 150px;
        display: block;
        z-index: 99;
    }

    /* SUBSUB Menu */

    #menu li ul li ul {
        display: none;
    }

    #menu li ul li:hover ul {
        /*color: darkorange;*/
        background-color: white;
        left: 100%;
        top: 0;
        z-index: 99;
    }

.smallLabel {
    padding-left: 10px;
    width: 120px;
}

.halfwidth {
    width: 50%;
}

.thirdWidth {
    width: 33%;
}

div.sortableColumn {
    cursor: pointer;
}

div.sortColumn {
    position: relative;
}

div.sortArrow {
    background-color: White;
    color: White;
}

ul#menu li.selectedMenu {
    background-color: #C0D5DB;
}

    ul#menu li.selectedMenu:hover {
        background-color: white;
        /*color: darkorange;*/
    }

selectedMenu:hover {
    background-color: white;
    /*color: darkorange;*/
}

div.linkButton,
a.linkButton,
input[type="button"],
input[type="submit"],
button {
    background-color: #5D8DA2;
    border: #AEC6CF;
    border-style: outset;
    padding: 5px;
    border-radius: 6px;
    text-decoration: none;
    color: white;
    margin: 5px;
}

    div.linkButton:hover,
    a.linkButton:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover,
    button:hover {
        background-color: white;
        color: darkorange;
        cursor: pointer;
    }

    input[type="Submit"].editsubmitbutton {
        background-color: #639A46;
        border: #85AF67;
        border-style: outset;
        padding: 5px;
        border-radius: 6px;
        text-decoration: none;
        color: white;
        margin: 5px;
        width: 80px;
    }

.editsubmitbutton:hover {
    background-color: white;
    color: darkorange;
    cursor: pointer;
}

.greyBlock {
    background-color: #ccc;
    padding: 20px;
}

#closePopupDetailsButton,
#closeRelatedProductPopupDetailsButton {
    text-align: center;
    text-decoration: underline;
    color: #2A8AEB;
    cursor: pointer;
    font-size: 9px;
    margin-top: 20px;
}

.productKeyImage {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 0.2em 0 0;
}

.activeProductKeyImage {
    background-image: url('Images/active.png');
    border: 2px solid orange;
}

.notActiveProductKeyImage {
    background-image: url('Images/notActive.png');
    border: 2px solid orange;
}

.activePlantHireProductKeyImage {
    background-image: url('Images/active.png');
    border: 2px solid blue;
}

.notActivePlantHireProductKeyImage {
    background-image: url('Images/notActive.png');
    border: 2px solid blue;
}

.bespokeProductKeyImage {
    background-image: url('Images/bespoke.png')
}

.notBespokeProductKeyImage {
    background-image: url('Images/notBespoke.png')
}

.preferredProductKeyImage {
    background-image: url('Images/preferred.png')
}

.notPreferredProductKeyImage {
    background-image: url('Images/notPreferred.png')
}

.favouriteProductKeyImage {
    background-image: url('Images/favourite.png')
}

.notFavouriteProductKeyImage {
    background-image: url('Images/notFavourite.png')
}

.discontinuedProductKeyImage {
    background-image: url('Images/discontinued.png')
}

.availableProductKeyImage {
    background-image: url('Images/circle-green.png')
}

.delayedProductKeyImage {
    background-image: url('Images/circle-amber.PNG')
}

.unavailableProductKeyImage {
    background-image: url('Images/circle-red.PNG')
}

#clearSearchTextButton {
    margin: 0.2em 0 0 0.7em;
    position: relative;
    cursor: pointer;
}

.filterActiveButton {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('Images/filters/filtericon2.png');
    background-repeat: no-repeat;
    position: relative;
    top: 12px;
    margin-left: 10px;
    cursor: pointer;
}

.filterAppliedBorder {
    border: 3px solid rgb(104,131,35);
}

#clearSearchTextWithinResultsButton {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('Images/filters/Cancel.png');
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
    margin-left: 5px;
    cursor: pointer;
}

.highlightSearchText {
    color: white;
    background-color: rgb(104,131,35);
}

#loginWelcomeHeading {
    font-size: 15pt;
    padding-left: 20px;
}

.ui-tabs .ui-tabs-nav li a {
    font-weight: bold;
    font-size: 10pt !important;
}

.fontbold {
    font-weight: bold;
}

#MessageOfTheDay {
    border-radius: 5px;
    background-color: #ddd;
}

div.logincolumns {
    width: 800px;
}

div.logincolumn {
    width: 400px;
    float: left;
}

#SearchFlagsPanel {
    background-color: #45818E;
    position: relative;
    margin: 0.3em 0.6em -0.3em 0;
    top: 2px;
    z-index: 100;
    width: 640px;
    float: right;
    right: 0px;
}

.desktop--search-flags-inner-wrapper {
    display: flex;
    justify-content: space-around;
    height: 1.6em;
}

.criteriaList select {
    width: 235px;
    margin: 0;
}

    .criteriaList select option {
        height: 20px;
    }

option.NoneSelected {
    background-color: #e44;
}

option.AllSelected {
    background-color: #78BB78;
}

option.SomeSelected {
    background-color: #FA3;
}

label.NoneSelected {
    background-color: #e44;
}

label.AllSelected {
    background-color: #78BB78;
}

label.SomeSelected {
    background-color: #FA3;
}

#SelectionSummaryHolder {
    padding-left: 20px;
    padding-top: 40px;
}

.k-grid-content > .k-loading-mask {
    visibility: hidden;
}

.k-grid > .k-loading-mask {
    z-index: 2;
}

    .k-grid > .k-loading-mask > .k-loading-color {
        opacity: .7;
    }

.yellow-bg {
    background-color: yellow;
}

.required {
    margin-top: 4px;
    margin-left: 8px;
    color: Red;
    display: inline;
    font-size: 22px;
    position: absolute;
}

.plant-hire-address {
    display: none;
}

.add-icon-active {
    background-color: lightgray;
    border: 2px solid black;
    color: #45818E;
    font-size: 14px;
    font-weight: 800;
    padding: 0em 0.4em 0.2em 0.4em;
}

span:hover {
    background-color: darkgray;
}

.quantity-wrapper {
    padding-bottom: 0.4em;
    text-align: center;
}

.item-quantity {
    background-color: yellow;
    margin-top: 0.3em;
}

.already-exists {
    background-color: yellow;
    height: 20px;
    width: 20px;
}

.plant-hire-key {
    color: darkblue;
    font-weight: 500;
}

.related-items-key {
    color: darkred;
    font-weight: 500;
}

.item-popup--info-section {
    display: inline-block;
    min-width: 28%;
    max-width: 32%;
    font-size: 9pt;
}

.item-popup--top-section-wrapper {
    display: flex;
    justify-content: space-between;
}
