/*test*/

#loadingscreen
{
    width: 100%;
    min-height: 100vh;
    opacity: 0.9;
    z-index: 9004;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../images/gears.gif') #212121 no-repeat center center;
}

/*** Ajax basket stuff ***/

.AjaxBasketMessageContainer
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    display: none;
    background: white;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 0px 15px -5px #333;
}

.AjaxBasketMessageContainer .Error
{
    float: none;
    display: inline-block;
    margin: 5px 0 10px;
}

input.AddToOrderQuantity
{
    display: inline !important;
}

input.AddToOrderQuantity + .ProgressIndicator
{
    display: none;
}

.AjaxCartLink.Previewing .dropdown-menu, .AjaxCartLink .dropdown-menu:hover
{
    display: block;
}

.basketHeightCalc
{
    display: block;
    visibility: hidden;
}

/*** End Ajax basket stuff ***/

body
{
    font-family: 'Open Sans' , sans-serif;
    font-weight: 300;
    color: #555;
    padding-top: 60px;
}

h1, h2, h3, h4
{
    font-family: 'Open Sans' , sans-serif;
    font-weight: 300;
    color: #555;
}

strong
{
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
}

a
{
    color: #f79122;
}

a:hover
{
    color: #555;
}

#wrapper
{
    padding-left: 0;
}

#page-wrapper
{
    width: 100%;
    min-height: 110vh;
}

.breadcrumb
{
    background-color: #fff;
    padding: 8px 0;
}

.dropdown-menu .divider
{
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a
{
    padding: 13px 15px;
}

.ResponsiveImage img
{
    height: auto !important;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
}


/* Nav Messages */

.messages-dropdown .dropdown-menu .message-preview .avatar, .messages-dropdown .dropdown-menu .message-preview .name, .messages-dropdown .dropdown-menu .message-preview .message, .messages-dropdown .dropdown-menu .message-preview .time
{
    display: block;
}

.messages-dropdown .dropdown-menu .message-preview .avatar
{
    float: left;
    margin-right: 15px;
}

.messages-dropdown .dropdown-menu .message-preview .name
{
    font-weight: bold;
}

.messages-dropdown .dropdown-menu .message-preview .message
{
    font-size: 12px;
}

.messages-dropdown .dropdown-menu .message-preview .time
{
    font-size: 12px;
}

#cartdropfoot
{
    padding: 15px;
    font-weight: 400;
}

#cartdropfoot input
{
    margin-left: 11px;
}


/* Nav Announcements */

.announcement-heading
{
    font-size: 50px;
    margin: 0;
}

.announcement-text
{
    margin: 0;
}

/* Table Headers */

table.tablesorter thead
{
    cursor: pointer;
}

table.tablesorter thead tr th:hover
{
    background-color: #f5f5f5;
}

/* Flot Chart Containers */

.flot-chart
{
    display: block;
    height: 400px;
}

.flot-chart-content
{
    width: 100%;
    height: 100%;
}


.navbar-brand
{
    padding: 20px 20px 16px;
}

.navbar-inverse
{
    background-color: #333333;
    min-height: 60px;
    border: none;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
    background: #f79122;
}

.navbar-right > li > a
{
    padding-top: 28px;
    padding-bottom: 28px;
}


.Sub-Nav
{
    display: none;
    background: #fff;
    list-style: none;
    font-size: 12px;
    padding-left: 0;
}

.Sub-Nav li a
{
    padding: 10px 0 10px 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    display: block;
}


.row
{
    margin-left: 0;
    margin-right: 0;
}

.affix + .row
{
    padding-top: 69px;
}

/*.catimgcont {
	max-height: 400px;
	overflow-y: hidden;
}*/

.Error
{
    /*margin: 20px;
    float: left;
    padding: 15px;
    margin-bottom: 20px;*/
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #b94a48;
    background-color: #f2dede;
}

.Error li
{
    list-style: none;
    padding: 10px 5px;
}

.productlist-cont
{
    background: #fff;
}

.productlist-cont h1
{
}

.productlist-cont .btn
{
    margin: 20px;
    float: right;
}

.productlist-cont .Notify {
    padding-top:10px;
}

.Notify .btn {
    white-space:normal;
}

.productlist-cont .Notify .btn {
    margin:0;
    float:none;
}

#productlist-thumbs .CreatePromoBtn 
{
    float:none;
}

#productlist
{
    border-bottom: 1px solid #ddd;
}

.productlist-price .RRP, .productlist-price .Discount, .productlist-price .ListPrice
{
    display: block;
    padding: 2px 0;
}

.productlist-price .RRP, .productlist-price .Discount
{
    font-size: 80%;
}

.productlist-price .RRP .Number
{
    text-decoration: line-through;
}

.productlist-price .ListPrice .Number
{
    font-size: 120%;
    color: #f79122;
}

.productlist-cont .ProductPageStep .ProductPageStepText
{
    padding-top: 30px;
}

.ProductPageStep .PromoButton {
    display: inline-block;
    float: none;
    margin: 0;
}



.ApplyStovaxNotATBStyling {
    opacity: 0.5;
    cursor: default;
}

.Quantity
{
    width: 46px;
    padding: 0 0 0 6px;
    font-size: 12px;
}

.fetch
{
    font-size: 20px;
    text-align: center;
    padding-top: 200px;
    width: 100%;
    display: block;
    opacity: 0.7;
}

.multiselect
{
    margin: 10px 0 15px;
}

.multiselect label
{
    margin-right: 6px;
    font-weight: 300;
}

.singleselect select
{
    margin-top: 10px;
}

.singleselect select, .multiselect
{
    font-size: 11px;
}

#productlist input, #productlist button
{
    margin-top: 10px;
}

#productlist .row, #productlist-thumbs .row
{
    padding: 20px 0 20px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#productlist .even, #productlist-thumbs .even, #page-content tr.OrderItem.even
{
    background: #f9f9f9;
}

#productlist .odd, #productlist-thumbs .odd, #page-content tr.OrderItem.odd
{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


#productlist p
{
    margin-top: 10px;
}

#productlist .row:hover
{
    background: #eee;
}

#productlist-head
{
    background: #fff;
    z-index: 1;
    width: 100%;
}

.dropdown-menu
{
    z-index: 9003;
}

.Stock .Icon
{
    display: inline-block;
    font-size: 14px;
    width: 15px;
    margin-right: 10px;
}

.Stock
{
    font-weight: bold;
}

.Stock.InStock
{
    color: Green;
}

.Stock.InStock.LowStock
{
    color: #f79122;
}

.Stock.InStock.OutOfStock, .Stock.InStock.BackOrder
{
    color: red;
}

.CARPD
{
    display: none;
}
.HFCP
{
    display: none;
}
.COLL
{
    display: none;
}
.C050
{
    display: none;
}
.EXCARR050
{
    display: none;
}
.NOON050
{
    display: none;
}
.1030AM050
{
    display: none;
}
.C200
{
    display: none;
}
.EXCARR200
{
    display: none;
}
.NOON200
{
    display: none;
}
.1030AM200
{
    display: none;
}
.C300
{
    display: none;
}
.EXCARR300
{
    display: none;
}
.NOON300
{
    display: none;
}
.1030AM300
{
    display: none;
}
.C500
{
    display: none;
}
.EXCARR500
{
    display: none;
}
.NOON500
{
    display: none;
}
.1030AM500
{
    display: none;
}
.C700
{
    display: none;
}
.EXCARR700
{
    display: none;
}
.NOON700
{
    display: none;
}
.1030AM700
{
    display: none;
}
.C994
{
    display: none;
}
.EXCARR994
{
    display: none;
}
.NOON994
{
    display: none;
}
.1030AM994
{
    display: none;
}
.EXCARR995
{
    display: none;
}
.NOON995
{
    display: none;
}
.1030AM995
{
    display: none;
}

p.CheckoutLoggedInMessage
{
    margin-top: 20px;
}

.checkoutadd
{
    padding: 15px 0 30px 0;
}

.PreviousStep, .NextStep
{
    margin-left: 15px;
    margin-top: 20px;
}

.affix
{
    opacity: 0.95;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #d4d4d4;
    background: #fafafa;
}

.cathead
{
    width: 100% !important;
    height: auto !important;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
    background-color: #eee;
}

.dropdown-menu
{
    padding: 0px 0;
}


.NoImage.hidden-xs
{
    display: none !important;
}

.NoImage
{
    display: none !important;
}

.img-thumbnail
{
    border-width: 1px !important;
}


.csvinst .well
{
    min-height: 298px;
}



footer
{
    background: #fff;
    padding: 30px 0 50px;
    border-top: 1px solid #fff;
}


footer .nav > li > a:hover, footer .nav > li > a:focus
{
    background-color: #f79122;
    color: #fff;
}

footer h3
{
    color: #777;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    margin-left: 20px;
}


.catcont img, .homecatcont img
{
    width: 100% !important;
    height: auto !important;
    margin-bottom: 15px;
}

.catcont, .homecatcont
{
    text-align: center;
    font-weight: 400; /*text-transform: uppercase;*/
}


.QuickCode input[type=text]
{
    float: left;
    margin: 0 10px 14px 0;
    clear: left;
    width: 135px;
    padding: 4px 6px;
    font-size: 11px;
}

.QuickCode
{
    clear: left;
}

.CartQuickOrder .ButtonContainer
{
    clear: left;
}

.QuickCode
{
    display: none;
}



.QuickCode.First
{
    display: block;
}

.add:hover
{
    cursor: pointer;
}

.add
{
    margin-top: 6px;
}

#homebox, #homebox2
{
    padding: 10px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    background: #f9f9f9;
}

#homebox2
{
    background: #fff;
}

#homebox div[class*='col-'], #homebox2 div[class*='col-']
{
    padding: 20px 25px 10px;
}

#homebox h3, #homebox2 h3
{
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

#homebox span
{
    float: right;
    font-size: 18px;
    margin-top: 10px;
    color: #999;
}

#homebox span:hover
{
    cursor: pointer;
}

.popover
{
    font-size: 13px;
    width: 90%;
}

.table > tbody > tr.nexprevlinks > td
{
    padding-top: 40px;
    background: none;
}

.searchcont
{
    margin-top: 30px;
    padding-right: 50px;
    position: relative;
}

.searchcont input
{
    width: 100%;
    padding: 4px 6px;
    font-size: 11px;
}

.searchcont .btn
{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 22px;
}


#homebox .searchcont
{
    float: none;
    margin: 0;
}



#page-content
{
    padding: 10px 0 25px 0;
}

#page-content p
{
    line-height: 1.8;
}

#page-content .table > thead > tr > th
{
    vertical-align: bottom;
    border-bottom: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background: #333;
}

#page-content td, #page-content th
{
    padding: 20px 10px;
}


.ActionButtons .btn
{
    margin-bottom: 10px;
}

#page-content .OrderItem td
{
    padding-top: 30px;
}

#page-content table
{
    margin-top: 30px;
}

#page-content table .Total
{
    text-align: right;
    border-top: none;
    padding: 10px;
}

#page-content table .Total + td, #page-content table .Total + td + td
{
    border-top: none;
    padding: 10px;
}

.cartbutcon
{
    float: right;
}

.logo
{
    width: 50%;
    max-width: 200px !important;
    padding-left: 15px;
}

.navbar-brand
{
    float: none;
}

.Required
{
    color: #c00000;
}

.searchnav .Repeater
{
    padding: 20px 0;
    text-align: right;
    position: fixed;
    right: 15px;
}

.Repeater .Next, .Repeater .Previous
{
    float: right;
}

.Repeater .Next
{
    margin-left: 20px;
}

#proddetbox div
{
    margin-bottom: 20px;
}

#proddetbox div.panel-heading
{
    margin-bottom: 0;
}

.panel-warning h3
{
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}

.panel-warning > .panel-heading
{
    background-color: #c9c9c9;
    border-color: #c9c9c9;
}

.panel-warning
{
    border-color: #c9c9c9;
}

#proddetbox label
{
    font-weight: 400;
}

#proddetbox p
{
    font-size: 20px;
    margin-bottom: 20px;
}

.Wizard
{
    font-size: 14px;
    width: 100%;
}

.affix
{
    position: absolute;
}

/* Widths > 768px */
@media (min-width:768px)
{

    .navbar-header
    {
        position: relative;
        z-index: 20;
    }

    .navbar-collapse
    {
        position: relative;
        z-index: 10;
    }

    .navbar-collapse.col-sm-8
    {
        width: 66.66666667% !important;
    }

    .affix
    {
        position: fixed;
    }

    .navbar-inverse
    {
        background-color: #333333;
        min-height: 80px;
        border: none;
    }


    body
    {
        padding-top: 80px;
    }

    .logo
    {
        width: 90%;
        max-width: 100% !important;
    }

    .productlist-price
    {
        text-align: right;
    }

    .Price.productlist-price
    {
        text-align: left;
    }

    #productlist .Stock
    {
        float: right;
        margin-top: 10px;
        font-size: 10px;
        font-weight: bold;
    }

    #productlist .Notify {
        float:right;
        clear:both;
    }

    /* Wrappers */

    #wrapper
    {
        padding-left: 170px;
    }

    #page-wrapper
    {
        /*padding: 15px 25px;*/
        border-left: 1px solid #ddd;
    }

    /* Side Nav */

    .SideBarWrapper
    {
        margin-left: -170px;
        left: 170px;
        width: 170px;
        position: fixed;
        top: 0;
        padding-top: 80px;
        height: 100%;
        border-radius: 0;
        border: none;
        overflow: hidden;
    }

    .side-nav
    {
        max-height: 100%;
        width: 100%;
        border-radius: 0;
        border: none;
        background-color: #f9f9f9;
        overflow-y: auto;
        border-right: 1px solid #fff;
    }



    .side-nav form
    {
        padding: 50px 15px;
        clear: left;
        color: #999;
        font-size: 13px;
    }


    .side-nav input
    {
        font-size: 10px;
        padding: 4px 6px;
    }

    .side-nav > li
    {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #ddd;
        float: none;
    }


    .navbar-inverse .navbar-nav > li > a.Active
    {
        color: #fff;
    }


    .navbar-inverse .side-nav > li > a.Active
    {
        color: #fff;
        background-color: #f79122;
    }


    .navbar-inverse .Sub-Nav > li > a.Active:before
    {
        color: #555;
        content: ">";
    }

    .navbar-inverse .Sub-Nav > li > a.Active
    {
        color: #555;
    }



    /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

    .side-nav > li.dropdown > ul.dropdown-menu
    {
        position: relative;
        min-width: 225px;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .side-nav > li.dropdown > ul.dropdown-menu > li > a
    {
        color: #999999;
        padding: 15px 15px 15px 25px;
    }

    .side-nav > li.dropdown > ul.dropdown-menu > li > a:hover, .side-nav > li.dropdown > ul.dropdown-menu > li > a.active, .side-nav > li.dropdown > ul.dropdown-menu > li > a:focus
    {
        color: #fff;
        background-color: #080808;
    }

    .side-nav > li > a
    {
        width: 100%;
    }

    .nav > li > a
    {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
    {
        background-color: #080808;
    }

    /* Nav Messages */

    .messages-dropdown .dropdown-menu
    {
        min-width: 376px;
    }

    .messages-dropdown .dropdown-menu li a
    {
        white-space: normal;
    }

}


@media (max-width:992px)
{


    #homebox .col-sm-12
    {
        clear: left;
    }
}


#DeptBg
{
    margin-top: 20px;
}

@media (max-width:767px)
{
    .resizeClass
    {
        width: 10px;
    }
}

@media (min-width:768px)
{
    .resizeClass
    {
        width: 768px;
    }
}

@media (min-width:992px)
{
    .resizeClass
    {
        width: 992px;
    }
}

@media (min-width:1200px)
{
    .resizeClass
    {
        width: 1200px;
    }
}


@media print
{
    #wrapper
    {
        padding-left: 0;
    }

    body
    {
        font-size: 12px;
        padding-top: 0;
    }

    #page-wrapper
    {
        border-left: 0;
    }

    #page-content p
    {
        line-height: 1.5;
    }

    #page-content .table > thead > tr > th
    {
        font-size: 12px;
    }

    #page-content td, #page-content th
    {
        padding: 10px 5px;
    }
}


.EmailOrderDetails input.Text
{
    width: auto;
    float: left;
    margin: 0 10px 10px 0;
}

.OrderRefField input
{
    margin-right: 5px;
}

/*** Split Shipment Modal ***/

.modal.SplitOrderModal
{
    background: rgba(0, 0, 0, 0.4);
}

.SplitOrderModal .modal-body
{
    padding: 30px;
    color: #9B9B9B;
}

.SplitOrderModal .modal-body h2
{
    font-size: 24px;
    margin: 0 0 20px;
}

.SplitOrderModal .modal-body h3
{
    font-size: 20px;
}

.SplitOrderModal .modal-body p
{
}


.SplitOrderModal .modal-body .BackOrderModalProducts
{
    background: #FF9191;
    border-radius: 10px;
    padding: 15px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin: auto;
    max-width: 460px;
}

.SplitOrderModal .modal-body .BackOrderModalProducts p
{
    margin: 0 0 6px;
}

.SplitOrderModal .modal-body .BackOrderModalProducts p:last-child
{
    margin: 0;
}

.SplitOrderModal .modal-body .BackOrderModalProducts p.ProductName
{
    font-weight: normal;
}

.SplitOrderModal .modal-body .SplitOrderButtons
{
    margin-bottom: 15px;
}

.SplitOrderModal .modal-body .SplitOrderButtons .Button
{
    color: #fff;
    min-width: 190px;
    font-size: 20px;
    margin: 10px 0;
}

.SplitOrderModal .modal-body .SplitOrderButtons .Button.SplitOrderButton
{
    background: #f0ad4e;
}

.SplitOrderModal .modal-body .SplitOrderButtons .Button.DontSplitOrderButton
{
    background: #9B9B9B;
}

/*** End of Split Shipment Modal ***/

/*** Home Page Slider ***/

.HomeSlider
{
    position: relative;
}

.HomeSlider .Slide img
{
    width: 100% !important;
}

.HomeSlider .owl-dots
{
    /*position:absolute;     bottom:0;     left:0;     width:100%;*/
    text-align: center;
}

.HomeSlider .owl-dots .owl-dot
{
    display: inline-block;
    padding: 6px;
}

.HomeSlider .owl-dots .owl-dot span
{
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #9d9d9d;
}

.HomeSlider .owl-dots .owl-dot.active span
{
    background: #f0ad4e;
}

/*** End of Home Page Slider ***/

/*** A2B ***/

.Grayscale
{
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.33;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

/*** Restriced Modal ***/

.RestrictedDepartmentModal .modal-footer .btn + .CloseBtn
{
    float: left;
}

.ConfirmationMessage
{
    color: green;
    font-weight: bold;
    padding-left: 40px;
    padding-top: 7px;
}

.Hidden {
    display: none;
}

.HoldForCarriagePaidMessage
{
    color: red;
}

/* Ad hoc Promotions */
.promo-modal-body{
    max-height:244px;
    overflow:auto;
}

.PromotionDetailsRight .ScrollZone {
    max-height:200px;
    overflow:auto;
}

.promotionProductTable {
    max-height:520px;
    overflow-y:auto;
    overflow-x:hidden;
}

.error.validationFail
{
    color:red;    
}


.AccountListCode:nth-child(-n+2):after
{
    content:', ';
}

.AdHocConfirmText
{
    color:green;
    font-size:1.4em;
}

.DiscountDiv
{
    font-size: 0.9em;
}

.DueInStockText {
    display: inline-block;
    margin: 5px 0;
    font-weight: bold;
    width: 100%;
}

.DueInStockText .Date {
    color: green;
}