.h-mobile-auto {
	height: auto!important;
}
@media(min-width: 991px) {
	.h-100.h-mobile-auto {
		height: 100%;
	}
}
.w-100 {
	width: 100%;
}

.overflow-y-auto {
	overflow-y: auto;
}

.column-header {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.navigation {
	background: #191919;
	background-color: #303030;
}

.body {
	background: #000;
}

.list-group .btn-group .btn {
	border: none;
	padding-bottom: 0;
}

.list-group-item {
	margin-bottom: 1rem!important;
}

.items {
	background: #222222;
	background: #000;
}

.content {
	background: #303030;
	background: #000;
}

.content {
	padding-bottom: 3rem;
}

.btn,
.well,
.list-group,
.list-group-item,
.form-control,
.custom-select,
.alert {
	border-radius: 0;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar {
	width: 6px;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	background-color: rgba(255, 255, 255, 0.4);
}

::-webkit-scrollbar-thumb {
	border-left: 1px solid rgba(255, 255, 255, 0.6);
	background-color: #000000;
}
/*
.btn-group .dropdown .dropdown-toggle {
	border-radius: 0.25rem 0 0 0.25rem;

}

.dropdown + .dropdown .dropdown-toggle {
border-radius: 0 0.25rem 0.25rem 0;
}*/

.collection-link {
	color: #fff;
}
.collection-link:hover {
	color: #ddd;
	text-decoration: none;
}

.form-signin .list-group-item {
	margin-bottom: 0!important;
}

.list-group-item {
	border: 0;
	padding: 0.4rem 0.6rem;
}

.bg-refine.dropdown-toggle {
	height: 36px;
}

.dropdown-item.text-muted {
	color: #ccc;
}


.dropdown-item.text-muted:hover {
	color: #fff!important;
}

.account .list-group-item {
	border-radius: 0;
}

.account .list-group-item:hover {
	color: #aaa!important;
}

.cursor-default {
	cursor: default;
}
