.danfoss-font-color {
    color: #BE131A;
}

a {
    color: #BE131A;
}

a:hover {
    color: #BE131A;
}

.input-group-text {

    border: 1px solid #BE131A;
}

.btn-primary {
    background-color: #BE131A;
    border-color: #BE131A;
}

.btn-primary:hover {
    color: #fff;
    background-color: #BE131A;
    border-color: #BE131A;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #BE131A;
    border-color: #BE131A;
}

.form-control {
    border: 1px solid #BE131A;
}

.form-control:focus {
    border-color: #BE131A;
}

.card-primary.card-outline {
    border-top: 3px solid #bf5d65;
}

.card-header {
    border-bottom: 1px solid #BE131A;
}

.icheck-primary>input:first-child:checked+label::before,
.icheck-primary>input:first-child:checked+input[type="hidden"]+label::before {
    background-color: #BE131A;
    border-color: #BE131A;
}

.navbar-white {
    background-color: #BE131A;
}

[class*=sidebar-dark-] {
    background-color: #BE131A;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, .9);
    color: #343a40;
}

/* for multi select */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #BE131A;
    border: 1px solid #BE131A;
}

.brand-link .brand-image {
    margin-left: 1.8rem;
    max-height: 45px;
}

.dashboardtile.bg-danger {
    background-color: #BE131A !important;
}

ul.errorlist {
    padding: 0;
    margin-top: 3px;
}

ul.errorlist li {
    list-style: none;
    color: #BE131A;
}

input[type="checkbox"] {
    display: inline;
    width: auto;
    height: auto;
}

body {
    background-color: #BE131A;
}

.content-wrapper {
    height: auto;
}

.dataTables_info {
    margin-left: 15px;
}

.page-item.active .page-link {
    background-color: #BE131A;
    border-color: #BE131A;
}

.cursor-pointer {
    cursor: pointer;
}

.loadingoverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url('../img/loading.gif') center no-repeat;
}

.loadingoverlay {
    text-align: center;
}

/* Turn off scrollbar when body element has the loading class */
.loading_block {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
.loading_block {
    display: block;
}

.d-none {
    display: none;
}

.selectheight {
    height: 175px !important;
}

.suppselectheight {
    max-height: 205px !important;
    overflow: auto;
    border: 2px solid #be131a;
    padding: 10px;
    border-radius: 5px;
}

/* ---yz----- */
/* .customer_user{
    display: none;
} */

div#supplementary-table_filter {
    float: right;
    margin-right: 10px;
}

#id_groups {
    min-height: 170px !important;
}

#id_permissions {
    min-height: 170px !important;
}

#id_region_id {
    pointer-events: none;
}

#id_category {
    pointer-events: none;
}

.bootstrap-duallistbox-container .info {
    display: none !important;
}

.nav-sidebar .menu-is-opening>.nav-link i.right,
.nav-sidebar .menu-open>.nav-link i.right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(90deg);
}

.clear2 {
    position: absolute;
    right: 5px;
    top: 3px;
}

.clear1 {
    position: absolute;
    right: 5px;
    top: 3px;
}

.note-editable p {
    margin-bottom: .3rem !important;
}

#language-table_filter {
    padding-left: 65%;
}