.page-content {
    padding-top: 5px;
}

body {
    font-size: 0.89rem;
}

/*   Change Color for Inactive Tabs     */
.nav-pills>li>a {
    border: 1px solid rgba(0,0,0,.125);
    margin-right: 2px;
}
.nav-pills>li>a:hover {
    background-color: #007bff;
    color: #fff !important;
}
.footer {
  width: 100%;
  margin-top: 10px;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.badge {
    line-height: 1.5;
}
.fix-fa-line-height {
    line-height: 1.5;
}
.sidebar-filter{
    margin-bottom:20px;
}
.loadingspin{
    background-color: #ffffff;
    background-image: url('../img/4.gif');
    background-size: 25px 25px;
    background-position:right center;
    background-repeat: no-repeat;
}

.border-top-4 {
    border-top: 4px solid #ccc!important;
}


/* import page styles*/

@import "homepage.less";




@media (min-width: 280px) and (max-width: 768px) {
    .homepage-container .qtyField {
        width: 25%;
        height: 25%;
        font-size: inherit;
        min-width:25px;
    }

}

@media (max-width: 576px) {
    .container-fluid {
        padding-left:0px;
        padding-right: 0px;
    }
    h5 {
        font-size:1rem;
    }
    .navbar-header , .cl-logo{
        width:100%;
    }
}