﻿
.main-title {
    font-family: PublicoBannerLight !important;
    font-size: 42px !important;
    color: #222 !important;
    line-height: 48px !important;
    font-weight: 300 !important;
}
.page-title {
    font-family: PublicoBannerLight !important;
    font-size: 42px !important;
    color: #ffffff !important;
    line-height: 48px !important;
    font-weight: 300 !important;
}
.page-subtitle {
    font-family: PublicoBannerLight !important;
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 300 !important;
}
.card-title {
    font-family: PublicoBannerLight !important;
    font-size: 30px !important;
    color: #222 !important;
    line-height: 48px !important;
    font-weight: 300 !important;
}
.sub-title {
    font-family: PublicoBannerLight !important;
    font-size: 24px !important;
    color: #222 !important;
    line-height: 30px !important;
    font-weight: 300 !important;
}
.card-icon {
    color: #f54d00 !important
 }

.link-primary {
    color: #ad112b !important
}
.link-primary:hover, .link-primary:focus {
    color: #ad112bda !important
}

.btn-primary {
    background-color: #ad112b !important
}

.btn-check:checked + .btn.btn-primary, .btn-check:active + .btn.btn-primary, .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .btn.btn-primary:active:not(.btn-active), .btn.btn-primary.active, .btn.btn-primary.show, .show > .btn.btn-primary {
    border-color: #ad112bda !important;
    background-color: #ad112bda !important;
}

.validationerror {
    color: #a94442;
    font-size: 13px;
}

#toastr-container > div {
    opacity: 0.98 !important;
}

.app-header {
    background-color: #ffffff !important;
    border-bottom: none !important
}

.app-toolbar {
    background: none !important;
    border-top: none !important;
    border-bottom: none !important
}

.gradient-banner {
    width: 100% !important;
    position: relative !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right center !important;
    margin: 0 auto !important;
    background-color: #ad112b !important;
    background-image: linear-gradient(to right, rgb(173, 17, 43) 50%, rgb(227, 35, 42)) !important;
}

.bg-custom {
    background-color: #ad112b !important
}

.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: #ad112b !important
}
.app-header-menu .menu > .menu-item > .menu-link .menu-title {
    color: #222 !important;
}

.app-header-menu .menu > .menu-item > .menu-link .menu-title:hover {
    color: #a94442 !important;
}

.menu-link:hover {
    color: #a94442 !important;
}

.menu-link:hover .menu-icon>i,
.menu-link:hover .menu-title {
    color: #a94442 !important
}

.menu-state-primary .menu-item.show > .menu-link .menu-arrow:after {
    background-color: #a94442 !important;
    /*rtl:begin:remove*/
    background-color: #a94442 !important;
    /*rtl:end:remove*/
}

.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
    background-color: #a94442 !important;
    /*rtl:begin:remove*/
    background-color: #a94442 !important;
    /*rtl:end:remove*/
}

.btn-color-custom>i {
    color: #a94442 !important
}
.btn-color-custom > i:hover {
    color: #ad112bda !important
}

.text-primary {
    color: #ad112b !important
}

.page-link.active, .active > .page-link {
    background-color: #ad112b !important;
    border-color: #ad112b !important
}

.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link {
    color: #ad112b !important
}

.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .next {
    background-color: #ad112b !important
}

.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .previous {
    background-color: #ad112b !important
}

.daterangepicker .drp-calendar td.active {
    background-color: #ad112b !important
}

.daterangepicker .drp-calendar th.available:hover, .daterangepicker .drp-calendar td.available:hover {
    color: #ad112b !important
}

.form-check-input:checked {
    background-color: #ad112b !important;
}

.badge-success {
    background-color: #17C653 !important
}