/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */
 .badge{
     background-color: #9999!important;
 }
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited {
}

A.SelectedTab:hover {
}

A.SelectedTab:active {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited {
}

A.OtherTabs:hover {
}

A.OtherTabs:active {
}

/* GENERAL */
/* style for module titles */
.Head {
}

/* style of item titles on edit and admin pages */
.SubHead {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited {
}

A.CommandButton:hover {
}

A.CommandButton:active {
}

/* button style for standard HTML buttons */
.StandardButton {
}

/* GENERIC */
H1 {
}

H2 {
}

H3 {
}

H4 {
}

H5,
DT {
}

H6 {
}

TFOOT,
THEAD {
}

TH {
}

A:link {
}

A:visited {
}

A:hover {
}

A:active {
}

SMALL {
}

BIG {
}

BLOCKQUOTE,
PRE {
}

UL LI {
}

UL LI LI {
}

UL LI LI LI {
}

OL LI {
}

OL OL LI {
}

OL OL OL LI {
}
OL UL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}

/* style of item titles by Announcements and events */
.ItemTitle {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel {
}

.LoginTabGroup {
}

.LoginTab {
}

.LoginTabSelected {
}

.LoginTabHover {
}

.LoginContainerGroup {
}

.LoginContainer {
}

h4 {
  border-bottom: 1px solid #01a34f !important;
}

.dnnForm input.dnnFormRequired {
  border-left: 5px #00a750 solid !important;
}

#EDMCstyle1 .title {
  font-family: Open Sans !important;
  font-size: 14px !important;
  margin-bottom: 15px !important;
}

#EDMCstyle1 input[type="text"] {
  font-family: Open Sans !important;
  color: #eaedef !important;
  height: 35px !important;
}

#EDMCstyle1 a.btnsubscribe:link,
#EDMCstyle1 a.btnsubscribe:active,
#EDMCstyle1 a.btnsubscribe:visited {
  background-image: url(/Portals/0/Images/btnsubscribe1.png) !important;
  height: 37px !important;
  font-family: Open sans !important;
  font-size: 12px !important;
  margin-top: -45px !important;
}

input#dnn_ctr553_Default_Form_Name {
  width: 100% !important;
}

input#dnn_ctr553_Default_Form_Email {
  width: 100% !important;
}

textarea#dnn_ctr553_Default_Form_Message {
  width: 100% !important;
}

.isotope-item {
  max-height: 400px;
}

/* dnn upgrade styling changes  */
.dnnEditState .actionMenu {
  display: block !important;
  opacity: 1 !important;
}

.dnnProfileDetails .dnnFormItem select {
  width: 100% !important;
  max-width: 445px !important;
}

.dnnProfileDetails .dnnFormItem > .dnnLeft {
  max-width: 445px !important;
  width: 100% !important;
  margin-right: 10px;
}

.dnnProfile .dnnFileUploadScope {
  width: 100% !important;
  max-width: 445px !important;
}

.dnnProfile .dnnFileUploadScope > div:first-child {
  width: 50% !important;
}

.RadEditor.reWrapper,
.dnnProfile .dnnFileUploadScope .dnnLeft .dnnFormItem,
.dnnProfile .dnnFileUploadScope .dnnLeft .dnnFormItem .dnnDropDownList,
.dnnProfile .dnnFileUploadScope .dnnLeft .dnnFormItem input[type="button"] {
  width: 100% !important;
}

.dontdisplayme {
  display: none !important;
}

/*8537*/
body {
	color:  #333 !important;
}

.ProductDisplayGridPartNo {
	height: 50px !important;
}

/* ao custom */
body {
    background: #fff !important;
}

header .header-body {
    border-top: 3px solid #00a750;
    border-bottom: 3px solid #00a750 !important;
}

.logo {
    position: relative !important;
    top: unset !important;
    left: unset !important;
}

.mini-widgets.brd-top {
    border: 0;
}

.SearchHolder {
    padding-bottom: 0 !important;
    text-align: right;
}

.icon,
.icon-search {
    font-family: FontAwesome !important;
}

.icon-search:before {
    content: "\f002";
}

.home-intro {
    margin-bottom: 0 !important;
}

.DnnModule-AO_CategoryListSide h3,
.DnnModule-J_PopularProducts h3 {
    display: none;
}

.body>#footer .value a {
    color: #00a750 !important;
}

.body>#footer .label,
.body>#footer .value {
    width: auto;
}

a.icon-search{
    color: #00a750 !important;
}

.icon-3x {
    font-size: 3em !important;
}

.icon-facebook-square:before {
    content: "\f082";
}

.icon-twitter-square:before {
    content: "\f081";
}

.icon-linkedin-square:before {
    content: "\f08c";
}

.icon-chain:before, .icon-link:before {
    content: "\f0c1" !important;
}

.row {
    align-items: unset !important;
}

header {
    border-top: 0 !important;
    padding: 0 !important;
}

#CartHolder {
    height: auto !important;
}

.Head {
    text-transform: uppercase;
    font-weight: 600;
}

ul.portfolio-list {
    display: flex;
}

header nav ul.nav-main li a {
    background-color: transparent !important;
}

html header nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-primary > ul.dropdown-menu li:hover > a, html header nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a, html .newHeader.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a, html .full-header.fixedheader nav ul.nav-main .dropdown-primary.mega-menu-item > ul.dropdown-menu li:hover > a {
    background: #60ba6c !important;
}

.ModDNNGoPowerFormsC input.required {
    border-left: 5px #00a750 solid !important;
}

input.submit_but {
    background-color: #00a751 !important;
    border: 0 !important;
    background-image: none !important;
    color: #fff !important;
    padding: 7px 20px !important;
}

.DnnModule-554 .wrap {
    padding: 0;
}

header .btn-responsive-nav, header.pushdownHeader .btn-push-nav {
    background: #00a751 !important;
}

@media (max-width: 991px) {
    header .nav-main ul li {
        border-bottom: 1px solid #fff !important;
    }

    .brd-top .col-md-4.text-left,
    .brd-top .col-md-4.text-center {
        width: 50%;
    }

    .PriceModeSwitch {
        display: flex;
        align-items: center;
        height: 40px !important;
    }
}

@media screen and (max-width: 1200px) {
    .nav-main-collapse {
        margin: 0 !important;
    }
}


