.nav-list li {
	width: 100%;
}

.nav-list li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	cursor: pointer;
	border-bottom: 1px solid #ececec !important;
	color: #9d9d9d;
}

.nav-list > li > a {
	color: #9d9d9d;
	font-size: 14px;
	padding-left: 13px !important;
	border-bottom: 1px solid #ececec;
}

.nav-list > li > a:not(.inactive):hover {
	background-color: #ececec;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.marker{
	position: absolute;
    top: -5px;
    font-size: 25px;
    border: 3px solid #007bff;
    border-bottom: 0px;
    border-radius: 3px;
    left: 30px;
}

.btn-primary:hover .marker{
	border: 3px solid #0062cc;
    border-bottom: 0px;
}

.pull-right {
	float: right!important;
}

.accordion-heading{
	color: #b60c1b !important;
}

.accordion-heading:hover, .accordion-heading.active{
	background-color: #b60c1b !important;
	color: white !important;
}

a.inactive{
	cursor: default !important;
	font-weight: 500;
}

.badge-filter{
	cursor: pointer;
}

.nav.nav-list li:last-child{
	margin-bottom: 20px;
}

.btn-outline-primary:hover{
	color: white !important;
}

.row-pagination .btn-sm{
	padding: 2px 5px;
}

.text-no-results{
	font-size: 30px;
	margin-top: 20px;
	display: block;
	width: 100%;
	color: #c3c3c3;
}

.product-title{
	font-size: 26px;
	color: #1e88e5;
}

.product-author{
	display: inline;
}

.price{
	font-size: 40px;
	color: #636363;
}

.column-price{
	border-left: 1px solid #dddddd;
}

.isbn{
	font-size: 20px;
    color: #636363;
    letter-spacing: -1px;
}

.isbn small{
	display: block;
    color: #636363;
    letter-spacing: -1px;
    font-size: 12px;
    line-height: 6px;
	margin-bottom: 2px;
}

.text-summary{
	font-size: 16px;
    margin: 20px 0px;
    display: block;
    color: #1e88e5;
    text-align: justify;
}

.btn-xs{
	padding: 0px 8px;
    line-height: 15px;
}

.btn-sm {
    padding: 4px 8px;
    line-height: 15px;
}

.fa-left{
	margin-right: 5px;
}

hr.small{
	margin: 10px 0px;
}

.card.mt-4:last-child{
	margin-bottom: 20px;
}

.login-form{
	max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.login-body{
	background-image: url('../images/bg-login.jpg');
	background-repeat: no-repeat;
}

body > .container{
	margin-top: 75px;
}

.control-label{
	font-size: 14px;
}

.control-label.single{
	margin-top: 9px;
}

.nav-profile .active{
	font-weight: bold;
}

.sub-message{
	max-width: 340px;
    margin: 0 auto;
	margin-bottom: 40px;
}

.pointer{
	cursor: pointer;
}

.no-padding{
	padding: 0px !important;
}

.bg-grey{
	background-color: #fbfbfb !important;
}

.hidden{
	display: none;
}

@media (min-width: 992px) {
	.navbar-nav.ml-auto{
		float: right;
	}
}

.tr-success{
	background-color: #28a74517;
}

.has-error input, .has-error select, .has-error textarea{
	border: 1px solid red;
}

.text-bold{
	font-weight: bold;
}

.h4, h4 {
    font-size: 1.2rem;
}

p{
    font-size: 0.9rem;
}

.login-form{
	background-color: white;
	border: 1px solid #989898;
	padding: 20px;
	border-radius: 5px;
}

.cover-holder{
	background-color: #ccc;
	min-height: 400px;
}

.cover{
	height: 600px;
	margin: 3em auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 600px;
}

.cover-holder-mini{
	background-color: #ccc;
	min-height: 130px;
	padding: 1em 0px;
}

.cover-mini{
	height: 100px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100px;
}

.cover-carousel{
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 600px;
}

@media (max-width: 992px){
	.column-price{
		margin-top: 1em;
	}
	
	.cover-holder {
		min-height: auto;
	}
	
	.cover {
		height: 200px;
		margin: 1em auto;
		background-size: auto 200px;
	}
}