/*
Static file for Theme changes
Theme name: My SPA Theme
Version: 1.0
Template: Howdy
*/
/*Spending Account*/

li.spending-account {
    color: #000000;
    padding: 10px 10px;
    border-width: 0 1px;
    border-style: dotted;
    border-color: #FFFFFF;
}

li.spending-account span {
    font-weight: bold;
}


/*End Spending Account*/

}
@font-face {
  font-family: Avenir;
  src: url("https://www.four51.com/Themes/Custom/fad32e83-e533-45aa-a524-84ab6f5e08f9/four51/2.0Images/AVENIRLTSTD-ROMAN.OTF")
}

body, html, h6, h5, h4, h3, h2, h1 {
  font-family: Avenir, sans-serif;
   }
   
.jumbotron h2 img {
    max-height: 100%;
} 

/*transparent category*/

.panel-category-list {
    background-color: transparent;
}

.panel-category-list .well {
    background-color: rgba(0, 0, 0, 0.0);
}

.well {
    border: 0px none;
    border-style: none;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00);
    margin: 0 0px 0px;
    border-style: none;
}

.panel-category-list ul li a {
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    border-style: none;
}

.panel-category-list ul li .well {
    border-style: none;
}

.panel-category-list.no-panels ul li .well {
    border: none;
}

.panel-category-list.no-panels ul li .well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

/*End of Transparent category*/


.thumbnail img {
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto 15px;
}
.product-image-large {
    margin: 0 auto;
    max-height: 500px;
    max-width: 100%;
}

.panel-product-list .well {
    height: 650px;
}

.panel-product-list ul li.inline h3 {
    margin: 0 0 7px;
    min-height: 100px;
}
.panel-product-list.no-panels ul li .well {
    border: none;
}
.panel-category-list ul li a img {
    margin: 0 auto;
    max-height: 300px;
}

.jumbotron {
    background-color: #FFFFFF;
    padding: 0px;
    margin: 20px;
}
    .navbar-nav {
  letter-spacing: 0.08em;
  font-size: 17px;
  padding: 25px 15px;
}

.btn-default {
    background-color: #00A25F;
    font-size: 20px;
    color: #FFFFFF;
}

.btn-input {
    background-color: #00A25F;
} 

.btn-default[disabled] {
     background-color: #333333;
} 
/*Dropdown Subnav*/

.selection-thumbnail img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-backface-visibility: hidden;
    background-color: #2e2e2e;
    position: relative;
}

.selection-thumbnail img:hover {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    z-index: 10;
    border: 1px solid black;
}

.logoLarge {
    display: block;
    float: left;
    height: 75px;
    margin-left: 30px;
    margin-top: 0px;
    max-width: 150px;
    width: 20%;
    z-index: 100;
}

.logoLarge img {
    max-width: 300px;
    margin-top: 20px;
}

.navLarge {
    display: none;
    clear: both;
    float: center;
    margin-bottom: -30px;
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
    top: -50px;
    background-image: none;
    background-repeat: repeat-x;
    width: 100%
}

.navLarge ul {
    float: center;
    list-decoration: none;
}

.navLarge ul a {}

.navLarge li {
    transition: background-color 0.5s ease;
    float: right;
    color: #4b4b4b;
}

.navLarge li:hover {
    color: #fff;
    background-color: #ccc;
}

.main-view {
    padding-left: 5%;
    padding-right: 5%;
}

@media (min-width: 0px) {
    .logoLarge img {
        margin-top: 50px;
    }
}

@media (min-width: 0px) and (max-width: 450px) {
    .hiddenonmobile {
        display: none !important;
        clear: both;
    }
    
    .displayonmobile {
        display: block !important;
    } 
    
    .margintopforlogo {
        margin-top: 60px;
    }
}

@media (min-width: 450px) {
    .hiddenondesktop {
        display: none !important;
        clear: both;
    }
    
    .displayondesktop {
        display: block !important;
    }

}

@media (min-width: 451px) and (max-width: 991px) {

    .margintopforlogo {
        margin-top: 120px;
    } 
}

@media (min-width: 768px) {
    .rn-slide-contained-content {
        width: 730px;
    }
}
    
@media (min-width: 992px) {
    .rn-slide-contained-content {
        width: 950px;
    }
    .navLarge {
        display: block;
    }
    .logoLarge img {
        margin-top: 20px;
    }
    .user-admin-form{
        min-height: 395px;
    } 
    
    .margintopforlogo {
        
        margin-top: 10px;
    }
}  

@media (min-width: 1200px) {
    .rn-slide-contained-content {
        width: 1150px;
    }
    .navLarge {
        display: block;
    }
}

@media (max-width:767px) {
    #content {
        min-height:100%;
    }
    
    .centered-xs {
        margin-left:auto;
        margin-right:auto;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .centered-sm {
        margin-left:auto;
        margin-right:auto;
    }
    
    .no-float-sm {
        float:none;
    }
}
  
@media (min-width:992px) and (max-width:1199px) {
    .pull-left-md {
        float:left !important;
    }
}

@media (min-width:1200px) {
    .pull-left-lg {
        float:left !important;
    }
}

.jumbotron {
    display: none;
    margin: 55px 0 -35px;
    padding: 0px;
}

.dropdown a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    margin: 0 auto;
    padding: 20px 25px
}

.dropdown-menu a {
    width: 100%;
    height: 40px;
}

.dropdown open ul {
    clear: both;
    float: left;
}

.dropdown open ul li {
    width: 100%;
}

.dropdown-menu {
    margin-left: 0px !important;
    text-align: left;
}


.dropdown-mega li {
    width: 100% !important;
    z-index: 1000;
}

.dropdown-menu,
.dropdown-menu {
    border: 0px !important;
    margin-top: -1px !important;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 25px 30px;
    white-space: nowrap;
}

body a {
    color: #2e2e2e;
}

element {}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-mega .dropdown-menu>li>a:hover,
.dropdown-mega .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #2e2e2e;
    background-color: #a7a7a7;
}


.navbar-fixed-top.headroom.headroom--unpinned {
    top: -120px;   //WAS -100
}
/*
@media (min-width: 769px) {
   productsearchinput .input-group .form-control {
    max-width: 250px;
}   
}

@media (max-width: 768px) {
  productsearchinput .input-group .form-control {
    max-width: 100%;
}
}
*/
.btn-default {
    background-color: #00A25F
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li >a:focus,
.navbar-nav li.dropdown li > a:hover

{
    color: #000;
}

    .navbar-nav {
  letter-spacing: 0.08em;
  font-size: 17px;
line-height: 75px;
  padding: 25px 15px;
}

body { padding-top: 70px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 75px;
}
