/* czerwony #f01e29 */
/* czerwony ciemny #c11c23 */
h1, h2, h3, h4, h5, h6, a {
    color: #c11c23;
}
html, body {
    background-color: #fafafa;
}
a:hover {
    color: #f01e29;
}

.btn-primary {
    background-color: #c11c23;
    border-color: #c11c23;
}
.wdg-vinchecker {
    background-color: #c11c23;
}

section .htitle {
    color: #c11c23;
}
.table td, .table th {
    border-color: #c11c23 !important;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #c11c23;
    background-color: #c11c23;
}
.wdg-vinchecker form a, .wdg-vinchecker form button{
	background-color: #f01e29;
}
.wdg-vinchecker form a:hover, .wdg-vinchecker form button:hover {
    background-color: #ff0000;
}
.user-pic i:before {
    color: #f01e29;
}
.bg-blue {
	background-color: #c11c23 !important;
}
.card .card-header.card-dark {
    background-color: #c11c23;
}
.sec-report .card .card-second .card-header {
    background-color: #fae6e7;
}
.side-menu-top-fix,
.sidebar-close {
    background-color: #c11c23;
}

.ab-form label ,
.rcert span, .rdeco span {
    color: #c11c23;
}
.sidebar-wrapper .sidebar-header .user-info .user-status i{
	color: #f01e29;
}
.light-theme .sidemenu-list li::before, 
.light-theme .sidebar-submenu ul li:before,
.light-theme .sidebar-wrapper .sidebar-menu .menu-text {
	color: #c11c23;
}
.light-theme .sidebar-wrapper {
    background-color: #fafafa;
}
.page-item.active .page-link {
    background-color: #f01e29;
    border-color: #c11c23;
}
.page-link {
    color: #c11c23;
}
.page-link:hover {
    color: #f01e29;
}

.side-menu-top-fix img.logo-partner,
.sidebar-close img.logo-partner {
	margin-top: 1px;
	margin-right: 15px;
    width: 16px;
	height: 24px;
}
.sidebar-close img {
    width: 80px;
}

.light-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #f01e29;
}

@media (max-width: 767.98px) and (min-width: 576px){
	.navbar-brand img {
	    width: inherit;
	    height: 60px;
	}
}
@media (max-width: 575.98px){
	.navbar-brand-partner img {
	    height: 40px;
	}
	.navbar-brand img {
	    width: inherit;
	    height: 40px;
	}
}