/*Write your custom css in this file.*/

/* Branding CSS */
a,
.help-category-box .anchor {
	color: #d91f2f;
}
a:hover,
.badge.badge-light a:hover,
.badge.badge-light a:active,
.badge.badge-light a:focus  {
	color: #ff0000;
}
.bg-success,
.app-alert.alert-success,
.bg-primary,
.bg-dark-success, 
.btn-primary {
	background-color: #d91f2f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.sidebar-menu li.active > a,
.select2-results .select2-highlighted,
#timeline .post-content .post-date span,
.dataTable tbody tr.active td, .dataTable tbody tr.active:hover td {
	background-color: #b70a1a !important;
}
.btn-primary,
.inline-loader,
.app-loader,
.circle-loader,
.app-loader .loading,
.table-loader .loading {
	border-color: #b70a1a !important;
}
.app-loader .loading {
	border-top-color: #fff !important;
}
.text-primary,
.circle-done,
.list-group-item {
	color: #b70a1a !important;
}
.circle-loader {
	border-top-color: #b70a1a !important;
}
.notepad-title {
	border-left-color: #b70a1a !important;
}
.spinning-btn.spinning:before {
	border-right-color: #b70a1a !important;
}

.sidebar,
.sidebar-scroll, #timeline .post-content .post-date span,
.sidebar-toggled .sidebar-menu li:hover,
.nav-tabs li:not(.title-tab):after,
.dataTable tbody tr.active td,
.dataTable tbody tr.active:hover td,
.select2-results .select2-highlighted,
.atwho-view .cur,
.note-hint-group .active,
.note-hint-item:hover {
	background-color: #1d2632;
}
.circle-done,
.nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
	color: #1d2632 !important;
}
.nav-tabs li .active, .nav-tabs li.active {
	color: #1d2632 !important;
	border-color: #1d2632 !important;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover,
td.dropdown-option button:hover,
.btn-primary,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.active:hover {
	background: #1d2632;
	border-color: #1d2632;
}
.sidebar-scroll::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.1);
}
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
	background: rgba(255, 255, 255, 0.2);
}
.sidebar-scroll::-webkit-scrollbar-thumb:active {
	background: rgba(255, 255, 255, 0.2);
}
.sidebar-menu li a {
	color: rgba(255, 255, 255, 0.5);
}
.sidebar-menu li a:active,
.sidebar-menu li a:hover,
.sidebar-menu li a:focus {
	color: #FFF !important;
	background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu li ul li a {
	color: rgba(255, 255, 255, 0.5);
}
.sidebar-menu li ul li a:hover {
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu li.active > a {
	color: #FFF !important;
	background-color: rgba(255, 255, 255, 0.2);
}

/* Fixes CSS */
.dashboard-image {
	height: 100%;
}

.init-chat-icon {
	background-color: #d91f2f !important;
	color: #fff !important;
}

@media (max-width: 990px) {
	.sidebar-toggled .sidebar-off {
		background: #fff;
	}
}