﻿/* Editor
================================= */

.nx-editor .textblock > .PageElement-Title {
    font-size: 13pt;
    font-family: Arial;
    font-weight: bold;
}

.nx-editor-default {
    width: 1000px;
}

/* Site
================================= */

.nx-body {
    font-size: 12px;
    font-family: Arial;
    line-height: 1.428571429;
    color: #1f2426;
    width: 100%;
}

@media (min-width: 1200px) {
    .nx-body .container {
        max-width: 1000px;
        min-width: 1000px;
    }
}

    .nx-body .SRPrice600 {
        font-size: 18px;
        text-decoration: none;
        font-family: Verdana, Arial, sans-serif;
    }

.nx-header {
    background-color: #fff;
}

.nx-html.MenuTheme-TopNav-Square-Fixed .nx-page,
.nx-html.MenuTheme-TopNav-Gradient-Fixed .nx-page,
.nx-html.MenuTheme-TopNav-Tabs-Fixed .nx-page {
    margin-top: 25px;
}

   
/* Content: Offer Groups*/
.nx-body .OGMainTable {
    border: 1px solid #1f7099;
    background-color: #FFFFFF;
}

.nx-body .OGSupplierInfoContainer {
    padding-top:5px;
    padding-right:5px;
    padding-left:5px;
}

.nx-body .OGCategoryTableHeader {
    text-align:center;
}

.nx-body .OGCategoryTableLeft {
    border-left: 1px solid #1f7099;
    border-bottom: 1px solid #1f7099;
}

.nx-body .OGCategoryTableRight {
    border-left: 1px solid #1f7099;
    border-right: 1px solid #1f7099;
    border-bottom: 1px solid #1f7099;
}

.nx-body .OGPaddedContainer {
    padding:5px;
}

/* Menu & Content overrides */

 
@media (max-width: 1200px) {
    .nx-body .page-wrapper {
        /*max-width: inherit !important;
        float: none !important;*/
    }
    
    .nx-body .container {
        max-width: 1000px;
        width: inherit;
    }
}

@media (max-width: 1024px) {

    .nx-body .page-wrapper {
        width:80%;
    }

}

@media (max-width: 768px) {
    .nx-menu nav {
        width: 100% !important;
    }
    .nx-menu nav ul li {
        border: none !important;
        width: 100%;
    }
    .nx-menu nav ul li a {
        color: white !important;
    }
    .nx-body .page-wrapper {
        max-width: inherit;
    }
}

/* Search result category header */
.categories-header-color{
    color:white;
}