﻿.custom-css-styles-for-spec-environment {
    /*this file could contains your custom styles*/
}

.k-loading-color, .k-loading-pdf-progress {
    display: none !important;
}

.fr-green-bg, .fr-green-bg td {
    background-color: #b7e9b7 !important;
}

.fr-bold-text {
    font-weight: bold !important;
}

.fr-bold-italic-text {
    font-weight: bold !important;
    font-style: italic !important;
}

.fr-orange-text {
    color: orange !important;
}

.fr-green-text {
    color: limegreen !important;
}

.fr-italic-text {
    font-style: italic !important;
}

.k-grid table tr.fr-red-bg:nth-child(2n+1) td,
.k-grid table tr.fr-red-bg.k-footer-template td,
.k-grid table tr.fr-red-bg.k-group-footer td,
.k-grid table tr.fr-red-bg[role='row']:nth-child(2n) td,
:not(tr).fr-red-bg {
    background-color: #FEE2E2;
}
