html, body {
    height: 100%;
}

#all {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

/*for footer container and not small width*/
@media (min-width:768px) {   
    .row-flex-footer {
        display: flex;
        align-items: center;
    }
}

#footer {
    background: #467fbf;
    color: #fff;
    padding: 5px 0;
}

#footer div div a{
    color: #fff;
}

.dev-nav li.active {
    background: #0097cf;
}

.dev-nav li.active a {
    color: #ffffff;
}

/*Submenu in SideNav widget from guide yiiframework.com*/
.submenu a {
    background: #f5f5f5;
    border-radius: 0;
}

.submenu a:hover, .submenu a:active,
.submenu a.active, .submenu a.active:hover, .submenu a.active:active {
    background: #44b5f6;
    border-color: #44b5f6;
    border-radius: 0;
    color: #fff;
}

/*Kartik's SideNav widget heading*/
.panel.sidebar-menu-kartik .panel-heading h3 {
    display: inline-block;
    border-bottom: solid 5px #467fbf;
    line-height: 1.1;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.panel.sidebar-menu-kartik .panel-heading {
    text-transform: uppercase;
    margin-bottom: 10px;
    background: none;
    padding: 0;
    letter-spacing: 0.08em;
    border-bottom: none;
}


/* product title. remove uppercase*/
.product .text h5 a {
    color: #555555;
}

/* button: "Add to cart"*/
.product .buttons-custom {
    clear: both;
    position: relative;
    /*display: none;*/
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px transparent;
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
}


/* Search input*/
/* enable absolute positioning */
.inner-addon {
    position: relative;
    height: 60px;
}

/* style fa */
.inner-addon .fa {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align fa */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.inner-addon input {
    height: 50px;
    font-size: 20px;
    border-radius: 10px 10px 10px 10px;
}

.ribbon.new {
  top: 0;
}

/*breadcrumbs*/

#heading-breadcrumbs {
    background: url(../img/texture-bw.png) center center repeat;
    padding: 0;
    margin-bottom: 20px;
}

#heading-breadcrumbs h1 {
    font-size: 20px;
    text-transform: none;
}

.breadcrumb {
    text-transform: none;
}

#productMain .price {
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

/*Wrapper for top navigation (deprecated)*/
/*.nav-wrapper, #navbar { */
/*
.navbar-affixed-top, #navbar {
    height: 67px;
}
*/
/* affix for top navbar*/
.affix {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    -webkit-box-shadow: 0 0 5px #cccccc;
    box-shadow: 0 0 5px #cccccc;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.affix-top {
    z-index: 1000;
}

/* top div*/
#top {
    background: #3561a0;
    /*color: #eeeeee;*/
    padding: 0;
}

/*Logout button*/
#top .login .btn-link {
    font-size: 12px;
    color: #eeeeee;
    margin-right: 15px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.10em; 
}
/*username in logout button*/
#top .login .btn-link .username{
    text-transform: none;
}

/* navbar */
.nav ul.dropdown-menu li.dropdown-header {
    font-weight: 900;
    line-height: 1.1;
    color: #333333;
    border-bottom: dotted 1px #555555;
    letter-spacing: 0.08em;
    padding: 15px 10px;
}
/* navbar font size */
.navbar ul.nav > li > a {
    font-size: 13px;
}

/* Required Asterisk Icon */
form div.required label.control-label:after {
  content: " * ";
  color: red;
}

/* Without required Asterisk Icon */
form div.required label.without-asterisk:after {
    content: "";
}
/* FA sort icons*/
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\f160";
}

a.desc:after {
    content: "\f161";
}

.per-page a {
    margin: 0 5px; 
}

.per-page li {
    font-size: 11px;
}

.per-page > .active > a,
.per-page > .active > span,
.per-page > .active > a:hover,
.per-page > .active > span:hover,
.per-page > .active > a:focus,
.per-page > .active > span:focus {
  z-index: 2;
  color: #000;
  background-color: #d6dce2;
  border-color: #a0a1a2;
}

.per-page > li > a, .per-page > li > span {
    color: #000;
}