﻿body {
    font-family: Arial, sans-serif !important;
}

.header-meta {
    color: #808080;
    border-top: none;
    z-index: 10;
    min-height: 30px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e1e1e1;
}

    .header-meta a {
        color: #808080;
    }

    .header-meta .header-meta-nav {
        font-size: 11px;
    }

        .header-meta .header-meta-nav > ul {
            float: left;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .header-meta .header-meta-nav > ul > li {
                float: left;
                position: relative;
                margin: 0;
                padding: 0;
            }

                .header-meta .header-meta-nav > ul > li > a {
                    display: block;
                    padding: 0 10px;
                    border-right: 1px solid #e1e1e1;
                    line-height: 30px;
                    min-height: 30px;
                }

                .header-meta .header-meta-nav > ul > li:last-child a {
                    border: none;
                }

                .header-meta .header-meta-nav > ul > li > a:hover,
                .header-meta .header-meta-nav > ul > li > a:active {
                    background-color: #eee;
                    text-decoration: none;
                }

                .header-meta .header-meta-nav > ul > li > a i {
                    padding: 10px 0 7px 0;
                }

.navbar-challenge {
    border: none;
    border-bottom: 1px solid #fff;
    background: #ffffff url(//www.challengept.com/wp-content/uploads/header-21.png) bottom right no-repeat scroll;
    height:70px;
}

    .navbar-challenge .container {
        position: relative;
    }

    .navbar-challenge a {
        color: #444444;
    }

        .navbar-challenge a:hover {
        }

    .navbar-challenge .navbar-brand {
        padding: 10px 15px;
    }


.navbar-form {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .navbar-form {
        padding-top: 10px;
    }
    
    .navbar-nav > li > a {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .nav.navbar-nav.navbar-right .logo {
        padding: 15px 0;
    }
}

.navbar-toggle-challenge {
    height: 34px;
    position: relative;
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-toggle-challenge {
        display: none;
    }
}

@media (max-width: 768px) {
    .navbar-challenge .navbar-form {
        margin-left: 0;
        margin-right: 0;
        box-shadow: none;
    }
}

@media (min-width: 768px) and (max-width : 991px) {
    .navbar-challenge .navbar-form .input-group > .form-control {
        width: 146px;
    }
}

@media (min-width: 992px) and (max-width : 1199px) {
    .navbar-challenge .navbar-form .input-group > .form-control {
        width: 146px;
    }
}

@media (min-width: 768px) {
    .dropdown-currentorder .dropdown-menu {
        width: 225px;
    }
}

.dropdown-menu li.dropdown-menu-content {
    padding: 10px;
}

    .dropdown-menu li.dropdown-menu-content a.btn-primary {
        color: white !important;
    }

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0;
    left: 0 !important;
    right: 0;
    font-size: 12px;
}

    .dropdown-menu-large > li > ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-menu-large > li > ul > li {
            list-style: none;
        }

            .dropdown-menu-large > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                font-weight: normal;
                line-height: 1.428571429;
                white-space: normal;
                color: #333333;
            }

            .dropdown-menu-large > li > ul > li.dropdown-header > a {
                color: #428bca;
                font-weight: bold;
            }

    .dropdown-menu-large > li ul > li > a:hover,
    .dropdown-menu-large > li ul > li > a:focus {
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .dropdown-menu-large > li ul > li:not(.dropdown-header) > a:hover,
    .dropdown-menu-large > li ul > li:not(.dropdown-header) > a:focus {
        color: #262626;
    }

    .dropdown-menu-large .disabled > a,
    .dropdown-menu-large .disabled > a:hover,
    .dropdown-menu-large .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-large .disabled > a:hover,
        .dropdown-menu-large .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

    .dropdown-menu-large .dropdown-header {
        color: #428bca;
        font-size: 14px;
        font-weight: bold;
        padding: 3px 0;
    }

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
        padding: 5px;
    }

        .dropdown-menu-large > li {
            margin-bottom: 5px;
        }

            .dropdown-menu-large > li:last-child {
                margin-bottom: 0;
            }

        .dropdown-menu-large .dropdown-header {
            padding: 3px 0 !important;
        }
}

.header-title {
    background-color: #007bc2;
    color: #eeeeee;
    min-height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-bottom: 20px;
}

    .header-title .container {
        padding: 0 15px;
    }

    .header-title .header-breadcrumb {
        font-size: 11px;
        background: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
        color: #fff;
    }

        .header-title .header-breadcrumb > .active,
        .header-title .header-breadcrumb > li > a {
            color: #fff;
        }

.status-bar {
    background: #007BC2 no-repeat;
    color: #eeeeee;
    height: 30px;
    padding: 0 5px 0 5px;
}

    .status-bar .breadcrumb {
        background: none;
        padding: 5px 15px;
    }

        .status-bar .breadcrumb a,
        .status-bar .breadcrumb > .active {
            color: #eeeeee;
        }

            .status-bar .breadcrumb a:hover {
                color: white;
            }

    .status-bar .status-bar-right {
        padding: 5px 15px;
    }

.main .page-header {
    margin-top: 0;
}


.selecteda {
    font-weight: bold;
    text-decoration: none;
}


/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

.ProductMenu {
    vertical-align: middle;
    display: inline;
    width: 100%;
}

    /* The menu adapter generates a list item (li) in HTML for each menu item. */
    /* Use this rule create the common appearance of each menu item. */

    .ProductMenu ul.AspNet-Menu li a img {
        border: none;
        padding-right: 7px;
        margin-bottom: 2px;
        vertical-align: middle;
    }

    /* TOP TIER */
    .ProductMenu ul.AspNet-Menu li {
        width: 100%;
    }

        .ProductMenu ul.AspNet-Menu li:hover {
            background-color: #eee;
        }

            .ProductMenu ul.AspNet-Menu li:hover a {
            }
    /* END TOP TIER */

    .ProductMenu ul.AspNet-Menu ul {
        border: 1px solid #e0e0e0;
        margin: -33px 0 0 99%;
        *margin: 0 0 0 99%;
        _margin: 0 0 0 99%;
        z-index: 9999;
    }

    /* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's */
    /* NavigateUrl property. By setting a transparent background image here you can effectively layer two images */
    /* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. */
    /* The second image comes from this rule (below). */
    .ProductMenu ul.AspNet-Menu li a, .ProductMenu ul.AspNet-Menu li span {
        color: #000;
        padding: 6px 12px;
        font-weight: normal;
    }

    /* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
    .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
        color: #000; /*Home*/
    }

    /* When you hover over a menu item, this rule comes into play. */
    /* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the */
    /* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. */
    /* See MenuAdapter.js (in the JavaScript folder). */
    .ProductMenu ul.AspNet-Menu li:hover, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover {
        /* not required */
    }

        .ProductMenu ul.AspNet-Menu li:hover a, .ProductMenu ul.AspNet-Menu li:hover span, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover a, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover span, .ProductMenu ul.AspNet-Menu li:hover li:hover a, .ProductMenu ul.AspNet-Menu li:hover li:hover span, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .ProductMenu ul.AspNet-Menu li:hover li:hover ul a:hover, .ProductMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover {
            /*bf - this is hover on all items*/
        }

        .ProductMenu ul.AspNet-Menu li:hover ul a, .ProductMenu ul.AspNet-Menu li:hover ul span, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span, .ProductMenu ul.AspNet-Menu li:hover li:hover ul a, .ProductMenu ul.AspNet-Menu li:hover li:hover ul span, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a, .ProductMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span {
            /*color: #555;  this is individual items below parent*/
            border-top: solid 1px #e0e0e0;
            text-align: left;
            text-decoration: none;
            background: none;
        }


    /* While you hover over a list item (li) you are also hovering over a link or span because */
    /* the link or span covers the interior of the li.  So you can set some hover-related styles */
    /* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
    .ProductMenu ul.AspNet-Menu li a:hover, .ProductMenu ul.AspNet-Menu li span.Asp-Menu-Hover {
    }

    .ProductMenu ul.AspNet-Menu ul li:hover, .ProductMenu ul.AspNet-Menu ul li.AspNet-Menu-Leaf a:hover /* hover styles for lower tiers */ {
        background-image: none;
        background-color: #f0f0f0;
    }


    /* -------------------------------------------------------------------------- */
    /* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV */
    /* whose class is AspNet-Menu-Horizontal. */

    .ProductMenu .AspNet-Menu-Vertical {
        position: relative;
    }

        /* This rule controls the width of the top tier of the horizontal menu. */
        /* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined */
        /* up from left to right. In other words, this width needs to be the width of the individual */
        /* top tier menu items multiplied by the number of items. */
        .ProductMenu .AspNet-Menu-Vertical ul.AspNet-Menu {
            width: 100%;
        }

            /* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... */
            /* In other words, this rule can be used to style the second and third tiers of the menu without impacting */
            /* the topmost tier's appearance. */
            /* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. */
            /* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply */
            /* the width of a single menu item in the second and their tiers. */



            .ProductMenu .AspNet-Menu-Vertical ul.AspNet-Menu ul {
                width: 225px;
                left: 0;
                background-color: #fff;
                border: solid 1px #e0e0e0;
                border-top: 0;
            }


                .ProductMenu .AspNet-Menu-Vertical ul.AspNet-Menu ul ul {
                    width: 225px;
                }

            /* Generally, you use this rule to set style properties that pertain to all menu items. */
            /* One exception is the width set here.  We will override this width with a more specific rule (below) */
            /* That sets the width for all menu items from the second tier downward in the menu. */
            .ProductMenu .AspNet-Menu-Vertical ul.AspNet-Menu li {
                /*this is the top one */
                padding-top: 1px;
            }


            *html .ProductMenu .AspNet-Menu-Vertical ul.AspNet-Menu li {
                width: 1%;
                vertical-align: middle;
                margin: 5px 0;
            }

            /* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items */
            /* to be narrower, for example, than the sub-menu items. */
            /* This value you set here should be slightly larger than the left margin value in the next rule. See */
            /* its comment for more details. */
            .ProductMenu .AspNet-Menu-Vertical ul.AspNet-Menu ul li {
                text-align: left;
                width: 225px;
                padding: 0;
                margin: 0;
            }

            .ProductMenu .AspNet-Menu-Vertical ul.AspNet-Menu ul ul li {
                text-align: left;
                width: 225px;
                padding: 0;
                margin: 0;
            }

            /* Third tier menus have to be positioned differently than second (or top) tier menu items because */
            /* they drop to the side, not below, their parent menu item. This is done by setting the last margin */
            /* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the */
            /* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
            .ProductMenu .AspNet-Menu-Vertical ul.AspNet-Menu li ul li ul {
                margin: -33px 0 0 99%;
            }

    /* selected / active link */

    .ProductMenu .AspNet-Menu-Selected /* this tier is selected */ {
        font-weight: bold !important;
    }

    .ProductMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */ {
        font-weight: bold !important;
    }

    .ProductMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */ {
    }

.panel .panel-menu > ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

    .panel .panel-menu > ul li {
        width: 100%;
        vertical-align: middle;
        margin: 0;
        padding-top: 1px;
    }

        .panel .panel-menu > ul li a,
        .panel .panel-menu > ul li span {
            display: block;
            color: #000;
            padding: 6px 12px;
            font-weight: normal;
            text-decoration: none;
        }

        .panel .panel-menu > ul li:hover {
            background-color: #eee;
        }

            .panel .panel-menu > ul li:hover a {
                text-decoration: none;
            }

.products-grid {
    width: 100%;
}

    .products-grid thead th a {
        color: black;
    }

    .products-grid tbody td {
        white-space: nowrap;
        position: relative;
    }

    .products-grid .products-grid-add {
        width: 80px;
        padding: 3px !important;
    }

    .products-grid .products-grid-code-header {
    }

    .products-grid .products-grid-code {
    }


    .products-grid .products-grid-description-header {
    }

    .products-grid .products-grid-description {
        /*white-space: nowrap; overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis;*/
    }

    .products-grid .clearance-original-price,
    #basketTable .clearance-original-price,
    #itemDetails .clearance-original-price {
        color: gray;
        text-decoration: line-through;
        padding-right: 5px;
    }
    .products-grid .clearance-sale-price,
    #basketTable .clearance-sale-price,
    #itemDetails .clearance-sale-price {
        font-weight: bold;
    }
    /* Custom, iPhone Retina */
    @media only screen and (min-width : 320px) {
    }

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .products-grid .products-grid-description {
        max-width: 75px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .products-grid .products-grid-description {
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .products-grid .products-grid-description {
        max-width: 250px;
    }
}

.products-grid .products-grid-description-container {
    position: relative;
}

.products-grid .products-grid-description-content {
    position: absolute;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.products-grid .products-grid-description-spacer {
    height: 0;
    overflow: hidden;
}


.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #fff;
            cursor: default;
            background-color: #428bca;
            border-color: #428bca;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > a:focus {
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.product-menu-images {
}

    .product-menu-images a:hover {
        text-decoration: none;
    }

    .product-menu-images a div {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        /* Required for text-overflow to do anything */
        white-space: nowrap;
        overflow: hidden;
    }

.no-image-placeholder {
    width: 100%;
    height: 100%;
    font-size: 60px;
    color: #dddddd;
    display: table;
    vertical-align: middle;
}

    .no-image-placeholder div {
        display: table-cell;
        vertical-align: middle;
    }
