/* .sidebar-sticky {
    position: sticky;
    top: 15px;
}
.form-control-lg{
    font-size: 1rem;
}

.btn-group-lg>.btn, .btn-lg{
    font-size: 1rem;
}

.site-navbar{
    top: 2.5rem;
}
.panel.panel-default.bg-light.p-3.border.rounded.mb-4 {
    padding: 0.2rem!important;
}

.bg-light {
    background-color: #fff!important;
}

.job-listings .job-listing a:hover {
    border-left: none;
}

.job-listings .job-listing-position h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #88ba15;
    font-weight: bold;
} */

ul.ui-widget-content.ui-autocomplete {
    background-color: #fff;
    max-width: 330px;
    overflow: hidden;
}
ul.ui-widget-content.ui-autocomplete li {
    padding: 5px 15px;
}
ul.ui-widget-content.ui-autocomplete li:hover {
    background-color: #ddd;
    cursor: pointer;
}

ul.pagination li span {
	font-weight: 600;
	border-radius: 3px !important;
	font-size: 16px;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #666;

    position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid transparent;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.dashboard-container .product-dashboard-table .product-details {
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.dashboard-container .product-dashboard-table .product-category {
    width: 100%;
    text-align: justify;
}
.dashboard-container .product-dashboard-table .action {
    width: 100%;
    text-align: right;
}

.dashboard-container .product-dashboard-table .product-details a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.links-vertical ul li {
    list-style: none;
    padding-bottom: 10px;
}
.links-vertical h3.ui-state-active {
    border-bottom: none!important;
}
.links-vertical>div {
    border-top: none!important;
}

.nav-tabs a {
    font-size: 1.2rem;
}

.navbar-brand {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.4rem;
}

.widget .widget-header {
    font-size: 1.3rem;
}

.dashboard-container .product-dashboard-table .product-details .title {
    font-size: 1.2rem;
}
.dashboard-container .product-dashboard-table .product-details span {
    font-size: 1rem;
}

/* sidebar links block */
.sidebar .links-vertical h3 {
    margin-top: 10px;
    background-image: none;
    background-color: #fff!important;
}

.section.popular-deals {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 992px) {
    body > section.page-search {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-collapse section.page-search {
        display: none;
    }
}
