.dashhead-subtitle {
	color: #808080;
}

.dashhead-toolbar {
	font-size: 12px;
	font-weight: 400;
}
.dashhead-toolbar p {
	margin-bottom: 0;
	display: none;
}
@media (min-width: 768px) {
	.dashhead-toolbar {
		margin-top: 8px;
	}
	.dashhead-toolbar p {
		display:block;
	}
}

.nav > .nav-header {
	color: #808080;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #333;
	background-color: #b9bdc7;
	font-weight:500;
}

.btn-outline-primary {
    color: #b9bdc7;
    border-color: #b9bdc7;
}

.btn-outline-primary:hover {
	color: #333;
	background-color: #b9bdc7;
    border-color: #b9bdc7;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #b9bdc7;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
	color: #b9bdc7;
	background-color: transparent;
}

.headerSortUp, .headerSortDown {
    color: #b9bdc7 !important;
	border-bottom-color: #b9bdc7 !important;
}

a, a:hover {
	color: #b9bdc7;
}

a.disabled {
    color:#808080;
 }

.page-link {
	color:#b9bdc7;
	border-color: #808080;
}

.page-item.active .page-link {
	color:#cfd2da;
	border-color: #cfd2da;
}

.alert-danger {
    color: #fff;
    background-color: #e64759;
    border-color: #e64759;
    font-weight: 400;
}

.popover .form-control:focus, .modal .form-control:focus {
    color: #495057;
    border-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 0 0.2rem rgba(92, 92, 92, 0.1);
}

.vue-input-tag-wrapper .input-tag.highlight {
    border: 1px solid #E6B53D;
    background-color:#ffffef;
    color: #E6B53D;
}

.vue-input-tag-wrapper .input-tag.highlight .remove {
    color: #E6B53D;
}

.form-control.display-only {
	padding:0 0 0.375rem 0;
	color:#fff;
	border:none;
	background:transparent;
}

.custom-select {
	border:none;
}

.tooltip {
	line-height: 1.5;
	font-size: 0.875rem;
	opacity: 0; 
}

.tooltip.show {
	opacity: 1; 
}
 
.bs-tooltip-top .arrow::before, 
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
	border-top-color: #b9bdc7; 
}
 
.bs-tooltip-right .arrow::before, 
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
	border-right-color: #b9bdc7; 
}
 
.bs-tooltip-bottom .arrow::before, 
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	border-bottom-color: #b9bdc7; 
}
 
.bs-tooltip-left .arrow::before, 
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
	border-left-color: #b9bdc7; 
}
 
.tooltip-inner {
	color: #333;
	background-color: #b9bdc7;
	max-width: 220px;
}

@media (min-width: 576px)
{
	.sidebar-brand > img {
    	height: 50px;
	}
}

.table-responsive {
	overflow:hidden;
}