body {
    background-color: #eaeaea;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    font-family: Cabin, Arial, 'Arial Unicode MS', Helvetica, sans-serif;
}

h1 {
    font-size: 30px;
    padding: 0;
    margin-bottom: 13px;
    color: #0e3563;
    font-weight: 300;
}


h2 {
    font-size: 19px;
    padding: 0;
    margin-bottom: 13px;
    color: #0e3563;
    font-weight: 300;
}


    h2 a.changeAssortmentNameLink {
        font-size: 10px;
        color: white !important;
        margin-left: 15px;
    }

img {
    border: solid 0px;
}

a,
a:hover {
    color: #191B18;
}

label {
    font-size: 14px;
    font-weight: bold;
}

.SignOffButton {
    border: 1px solid #FFE14F;
    border-bottom: 0px solid #95a5a6;
    margin-bottom: 0px;
    /*border-radius: 0;*/
    background-color: #FFE14F;
    color: #08213f;
    font-weight: bold;
}

    .SignOffButton.selectedButton {
        background-color: #798d8f;
    }


.FilterArea input[type=text],
.FilterArea select {
    border: solid 1px #eaeaea;
}


input[type=text],
input[type=password],
input[type=number],
textarea,
select {
    padding-left: 10px;
    padding-right: 10px;
    /*border-radius: 4px;*/
    border: solid 1px #bcbcbc;
}

select.uomDdl{
    padding-left: 0px;
    width: 100% !important;
 /*   text-transform:capitalize;*/
}

div.contentbody {
    /*    border: 1px solid #08213f;*/
    background-color: white;
}

    div.contentbody label {
        min-width: 125px;
    }

input[type=reset] {
    line-height: 30px;
    padding: 0 5px;
}


button, input [type=button], input[type=submit] {
    border: 1px solid #08213f;
    /*border-radius: 2px;*/
    color: #FFE14F;
    background-color: #08213f;
    line-height: 30px;
    padding: 0 5px;
}

    button.inverted,
    input[type=button].inverted,
    input[type=submit].inverted {
        color: #08213f;
        background-color: #FFE14F;
    }

        button.inverted:hover,
        input[type=button].inverted:hover,
        input[type=submit].inverted:hover {
            border-color: #eaeaea !important;
            background-color: #eaeaea !important;
            color: #08213f !important;
        }

    input[type=button].buttonfullsize,
    input[type=submit].buttonfullsize {
        width: 100%;
    }

        input[type=button].buttonfullsize:hover,
        input[type=submit].buttonfullsize:hover {
            background-color: #08213f;
            color: white;
        }

    input[type=button].payWithIdealButton {
        background-image: url(/content/themes/ve/gfx/ideal-small.png);
        background-repeat: no-repeat;
        background-position: 8px 7px;
        padding-left: 31px;
    }


div.container {
}

header {
    background-color: #08213f;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.header a {
    color: #ffffff;
}

.header .topmenuitems {
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    white-space: nowrap;
    margin-top: 12px
}

    .header .topmenuitems img {
        width: 25px;
        margin-bottom: 12px;
        margin-right: 2px;
    }

.header .subnav {
    color: #08213f;
    background-color: #eaeaea;
}

    .header .subnav a {
        color: #08213f;
    }


    .header .subnav .navitems {
        padding-top: 15px;
        padding-bottom: 10px;
    }

.header .fixedRow {
    position: fixed;
    top: 0;
    width: 1170px;
    z-index: 99999;
}

.headerRow {
    background-color: #08213f;
    color: #FFE14F;
    min-height: 25px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 5px;
    margin-bottom: 10px;
}

    .headerRow h2 {
        margin-top: 0px;
        font-size: 16px;
        color: #FFE14F;
    }

    .headerRow a {
        color: #FFE14F;
    }



.headerRowSubtotal {
    background-color: brown !important;
    color: white !important;
}


footer {
    background-color: #08213f;
    color: #eaeaea;
    /* style="background: #E7EAEC;border-top: 3px solid #C5D0D8;"*/
}

    footer h2 {
        color: #eaeaea;
    }

    footer .copyright {
        margin: 50px 0 25px 0;
    }

    footer td {
        vertical-align: top;
    }

.fixed {
    position: fixed;
    top: 0;
    /*right: 0;
        left: 0;*/
    /*border-bottom: 1px solid #c3c1bc;*/
    /*box-shadow: 0 0 5px rgba(0,0,0,.25);*/
    z-index: 150;
}

.bodyStart {
    /*margin-top: 111px;*/
}

    .bodyStart.adminHeader {
        /*margin-top: 157px;*/
    }


.ImportantMessage {
    border: solid 3px red;
    margin: 15px;
    padding: 15px;
    background-color: #ffeeee;
}



@media (min-width:768px) and (max-width:991px) {
    /*.bodyStart {
        margin-top: 157px;
    }

    #MobileMenuRow.fixed {
        top: 112px !important;
    }*/

    .header .fixedRow {
        max-width: 768px;
    }
}

@media (min-width:991px) and (max-width:1024px) {
    /*.bodyStart {
        margin-top: 157px;
    }

    #MobileMenuRow.fixed {
        top: 112px !important;
    }*/

    .header .fixedRow {
        max-width: 991px;
    }
}


#MobileMenuRow {
    /*background-color: #2F385F;*/
}

    #MobileMenuRow.fixed {
        top: 66px;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 0;
        /*box-shadow: none;*/
    }

.searchPageSearchBox.fixed {
    top: 114px;
    box-shadow: none;
    background-color: white;
    margin-left: -15px;
}

.MainContent {
    background-color: #FFE14F;
}

.ProductGroup {
    background-color: #ffffff;
    padding-bottom: 35px;
    font-size: 12px;
}

    .ProductGroup h2 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .ProductGroup .lineDetails {
        /*min-height: 151px;*/
    }

.ProductGroupStarter {
    height: 480px;
    min-height: 300px;
    background-color: #08213f;
    /*border-top: solid 1px #FFE14F;
    border-bottom: solid 1px #FFE14F;
    border-left: solid 1px #FFE14F;*/
    max-width: 230px;
    color: #ffffff;
}

    .ProductGroupStarter img {
    }

    .ProductGroupStarter .HeaderX {
        font-weight: bold;
        font-size: 25px;
        margin-left: 16px;
        margin-top: 15px;
        position: absolute;
    }

.productLine {
    /*padding: 5px 0 5px 0;
    border-bottom: solid 1px #ccc;*/
}

.ProductHeader {
    height: 67px;
}

.priceLine {
    height: 40px;
}

    .priceLine .uomDdl {
        width: 77px;
    }

    .priceLine .price {
        font-size: 14px;
        font-weight: bold;
    }

.SearchBox {
    padding: .625rem 35px .625rem 2.438rem;
    border: solid 0px #08213f;
    margin-top: 13px;
    font-weight: normal;
}

.SearchBoxSmall {
    padding: 5px;
    border: solid 1px #eaeaea;
}

.SmallSearchButton {
    border-left: solid 0px #eaeaea !important;
    border-right: solid 0px #eaeaea !important;
    border-top: solid 0px #eaeaea !important;
    border-bottom: solid 2px #eaeaea !important;
    background-color: #eaeaea !important;
    background-image: url(/content/themes/v2/img/icon-magnifying-glass.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#SearchButtonA, #SearchButtonB {
    width: 100%;
    margin: 13px 0 0 0;
    padding: 4px;
    border-bottom: solid 3px #eaeaea;
    background-color: #eaeaea;
    background-image: url(/content/themes/v2/img/icon-magnifying-glass.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.impersonated {
    background-color: brown;
    overflow: hidden;
}

.SignOffColumn {
    float: right;
}

.SignOffButton {
    margin-top: 13px;
}

.Product {
    /*border: solid 1px #ccc;*/
    background-color: #fff;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #ccc;
}

    .Product:hover {
        box-shadow: inset 0 0 25px #eff1f1, inset 0 0 0 1px rgba(0,0,0,.1);
    }

.label-default {
    background-color: white;
    color: #191B18;
    font-weight: normal;
}

.InputBox {
    border: solid 1px #777777;
    width: 47px;
    min-width: 40px;
    text-align: right;
}

.IconBar {
    text-align: center;
    height: 25px;
}

.btn {
    border-radius: 0 !important;
}



.label-default {
    background-color: white;
    color: #191B18;
    font-weight: normal;
}

.IconBar {
    text-align: center;
}

.AddButton, .AddButton:hover {
    background-image: url(/content/themes/v2/img/AddToBasket.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: solid 0px transparent;
    width: 30px;
    height: 31px;
}

.RemoveButton, .RemoveButton:hover {
    background-repeat: no-repeat;
    background-image: url(/content/themes/v2/img/RemoveFromBasket.png);
    background-color: transparent;
    border: solid 0px transparent;
    width: 30px;
    height: 31px;
}

span.label.label-default {
    background-color: inherit;
}




.alignright {
    text-align: right;
}

.quantityTextBox {
    width: 50px;
    text-align: right;
}

.validation-summary-errors,
.field-validation-error {
    color: red;
}





.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
        color: #191B18;
        font-weight: bold;
    }

.basket {
    /*border: 6px solid green;*/
}

@media (min-width:768px) {
    .basketItems {
        top: 143px !important;
    }

    .Product {
        margin-bottom: 0;
    }
}

@media (min-width:992px) {
    .basketItems {
        top: 99px !important;
    }
}

.basketItems {
    position: absolute;
    z-index: 999;
    background-color: white;
    border: 1px solid;
    right: 10px;
    top: 84px;
    width: 300px;
}

    .basketItems .basketItemList {
        overflow-x: hidden;
        max-height: 200px;
        overflow-y: scroll;
    }

        .basketItems .basketItemList ul,
        .basketItems .basketItemList ul li {
            margin: 5px;
            padding: 0;
            list-style-type: none;
        }

            .basketItems .basketItemList ul li {
                border-bottom: 1px solid #FFE14F;
            }


.pageing {
    margin-bottom: 15px;
}

    .pageing .pagingInfo {
        background-color: #FFE14F;
        min-height: 35px;
        font-weight: bold;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 5px;
    }

    .pageing ul {
        float: right;
    }

        .pageing ul li {
            float: left;
            list-style: none;
            padding: 0 15px;
            background-color: #08213f;
            margin: 0 2px 2px 2px;
        }

            .pageing ul li.nostyle {
                background-color: transparent;
            }

            .pageing ul li a {
                color: white;
                font-weight: normal;
            }

            .pageing ul li.active {
                background-color: #eaeaea;
                color: #08213f;
            }

                .pageing ul li.active a {
                    color: #08213f;
                }

.ProductGroupStarter h2 {
    background-color: #FFE14F;
    min-height: 35px;
    font-weight: bold;
    padding-top: 5px;
    margin-top: 0px;
    padding-left: 5px;
}


.ProductGroupStarter img {
    max-height: 315px;
    overflow: hidden;
    width: 361px;
}

.ProductImage {
    max-width: 180px;
    height: 204px;
    overflow: hidden;
}
/*@media (min-width: 992px){
    .ProductImage{
        height: 204px;
    }
}

@media (min-width:768px){
    .ProductImage{
        height: 204px;
    }
}

@media (min-width:360px){
    .ProductImage{
        height: 204px;
    }
}*/

.imageMaintenance img {
    max-width: 150px;
    max-height: 150px;
}



.dropzone {
    background: lightgray;
    border: dashed grey;
    /*width: 266px;*/
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

    .dropzone.in {
        width: 600px;
        height: 200px;
        line-height: 200px;
        font-size: larger;
    }

    .dropzone.hover {
        background: lawngreen;
    }

    .dropzone.fade {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 1;
    }

.myAccountMenu {
    border: solid 1px #74898a;
    padding: 10px;
}

    .myAccountMenu ul {
        list-style-type: none;
        /*line-height: 2em;*/
        padding-left: 0;
    }

        .myAccountMenu ul li {
            margin-left: 0;
            padding-left: 0;
            padding-bottom: 7px;
        }


ul.thumbnails.image_picker_selector {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    ul.thumbnails.image_picker_selector ul {
        overflow: auto;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

    ul.thumbnails.image_picker_selector li.group_title {
        float: none;
    }

    ul.thumbnails.image_picker_selector li {
        margin: 0px 12px 12px 0px;
        float: left;
    }

        ul.thumbnails.image_picker_selector li .thumbnail {
            padding: 6px;
            border: 1px solid #dddddd;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
        }

            ul.thumbnails.image_picker_selector li .thumbnail img {
                -webkit-user-drag: none;
            }

            ul.thumbnails.image_picker_selector li .thumbnail.selected {
                background: #0088cc;
            }


.promotionOverlay {
    position: absolute;
    top: 0;
    left: 0;
}

.float-right {
    float: right;
}

.PurchaseConfirmation {
    position: absolute;
    top: 70px;
    background-color: #08213f;
    color: #FFE14F;
    left: 0;
    padding: 5px 15px;
    z-index: 999;
}

.PurchaseConfirmationError {
    position: absolute;
    top: 70px;
    background-color: brown;
    color: #FFE14F;
    left: 0;
    padding: 5px 15px;
    z-index: 999;
}

.ProductMessageOverlay {
    /*position: absolute;
    top: 205px;
    background-color: #FFFFFF;*/
    color: #ED090D;
    /*left: 0;
    padding: 5px 15px;
    width: 100%;
    z-index: 99999;*/
}

.ProductUnavailableOverlay {
    position: absolute;
    top: 0;
    left: -15px;
    padding: 5px 15px;
    width: 100%;
    /*
        ProductImage:
            max-width: 180px;
            height: 204px;


    */
}

.searchgrouping {
}

    .searchgrouping a {
        text-decoration: none;
    }

        .searchgrouping a:hover {
            text-decoration: underline;
        }

    .searchgrouping .group {
        /*overflow: scroll;
        max-height: 280px;*/
    }

    ul.wam,
    .searchgrouping ul {
        margin: 0;
        padding: 0;
    }

        ul.wam li,
        .searchgrouping ul li {
            list-style: none;
        }

.differentDeliveryAddress {
    margin-top: 21px;
    margin-bottom: 15px;
}


.UploadErr {
    background: red !important;
}

.UploadOk {
    background: green !important;
}

#deliveryDateInfo {
    color: red;
}

.AddToAssortmentOverlay {
    position: absolute;
    right: 5px;
    top: 5px;
}

ul.thumbnails .thumbnail.selected .removeImageButton {
    display: none;
}


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.noRightMargin {
    margin-right: 0 !important;
}

.noRightPadding {
    padding-right: 0 !important;
}

.noLeftMargin {
    margin-left: 0 !important;
}

.noLeftPadding {
    padding-left: 0 !important;
}

.smallbaskettop {
    min-width: 80px;
    margin-right: -15px;
}

    .smallbaskettop .innerbasket {
        min-width: 60px;
        background-image: url(/Content/themes/V2/img/basket.png);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 36px;
        padding-left: 14px;
    }


        .smallbaskettop .innerbasket div {
            min-width: 22px;
            text-align: center;
            color: #08213f;
            padding-top: 10px;
            float: right;
            padding-right: 5px;
        }

@media (min-width:768px) {
    .smallbaskettop .innerbasket {
        margin-top: 15px;
    }

    .basketLineAmount {
        margin-top: 20px;
    }

    .topmargin {
        margin-top: 0;
    }
}

@media (min-width:992px) {
    .basketLineAmount {
        margin-top: auto;
    }

    .topmargin {
        /*margin-top: 15px !important;*/
    }
}

.bankselectionNoIdeal {
    padding: 5px 15px;
    margin-bottom: 25px;
    min-height: 125px;
}

.bankselectionM {
    border: 1px solid #08213f;
    padding: 5px 15px;
    margin-bottom: 25px;
    min-height: 125px;
    cursor: pointer;
}

    .bankselectionM .bankheader {
        height: 60px;
    }

    .bankselectionM .collapsedInfo {
        display: none;
    }

    .bankselectionM.show {
        background-color: #FFE14F;
    }

        .bankselectionM.show .collapsedInfo {
            display: inherit !important;
        }


.center {
    text-align: center;
}

.topmargin {
    margin-top: 0px;
}

#fixHeaderTester {
    display: none;
}


.salesportal label {
    min-width: 125px;
    vertical-align: top;
}

.informationTable,
.informationTable tr {
    border: solid 1px #08213f;
}

    .informationTable td {
        padding: 15px;
        vertical-align: top;
    }


.smallOrderWidget {
    background-color: #eaeaea;
    border: solid 1px #eaeaea;
    padding: 5px 15px;
}

    .smallOrderWidget.LimitedWidth {
        max-width: 350px;
    }

.alignright {
    text-align: right;
}


.banner img {
    margin-top: 25px;
    margin-bottom: 25px;
}


.placeholder {
    color: green;
}

.OpenFavoritesListMenu,
.OpenFilterMenu {
    /*background-color: green;*/
    padding: 5px 25px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.RemoveFilterItem {
    background-color: #eaeaea;
    padding: 5px 25px;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

    .RemoveFilterItem span {
        padding-left: 15px;
    }

    .RemoveFilterItem:hover {
        background-color: brown;
        color: white;
        cursor: pointer;
    }




.headerrow {
    background-color: #08213f;
    min-height: 45px;
    color: white;
}

    .headerrow h3 {
        margin: 5px 0 0 0;
    }

.tableRow {
    min-height: 55px;
    border-bottom: solid 1px #08213f;
    padding: 2px 0 2px 0;
    border-left: solid 1px #08213f;
    border-right: solid 1px #08213f;
}

    .tableRow:hover {
        background-color: #ececec !important;
    }

.row.odd {
    background-color: #fff;
}

.row.even {
    /*background-color: #0000;*/
}


input[type='checkbox'].zoom {
    zoom: 1.5;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}




.hamburgerMenu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #08213f;
    padding-top: 5px;
}

    .hamburgerMenu .hamburger img {
        height: 50px;
        padding-left: 15px;
        cursor: pointer;
    }

    .hamburgerMenu #HambugerMenuItems {
        margin-top: 25px;
        margin-bottom: 10px;
    }

        .hamburgerMenu #HambugerMenuItems div {
            margin-bottom: 15px;
        }

        .hamburgerMenu #HambugerMenuItems img {
            max-width: 40px;
            max-height: 40px;
            margin-right: 15px;
        }


h2.leftMenuHeader {
    background-color: #08213f;
    color: white;
    padding: 5px 3px;
}


.withBorder {
    border: solid 2px #ccc;
}

.SmallBasketInformation {
    position: absolute;
    top: 6px;
    left: 27px;
    margin-left: 10px;
    color: #0e3563;
    background-color: #FFE14F;
    border-radius: 15px;
    min-width: 20px;
    padding: 2px;
    text-align: center;
}

.topmenuitems .SmallBasketInformation {
    top: 13px;
    left: 15px;
}


.pageing ul li {
    cursor: pointer;
}


#StartIDealPaymentButton,
#CompleteOrderButton {
    background-color: #eaeaea
}

.opruiming {
    color: red;
    font-size: large;
}

div#HeaderSale a {
    border: solid 4px #F2070E;
    padding: 5px;
    color: white;
    background-color: #F2070E;
}


.minOrderAmountNotPresent{
    display: none;
}

#orderbuttondivA .errormessage{
    color: red;
    font-weight: bold;
    font-size: 16px;
}

#orderbuttondivA .errormessage a{
    text-decoration: underline;
}