﻿/*.success {
    display: inline-block;
    position: relative;
    border: 5em solid currentColor;
    border-radius: 50%;
    font-size: 0.4px;
    width: 50em;
    height: 50em;
    color: #8fcf8f;
    transform: rotate(40deg);
}

    .success::before, .success::after {
        content: "";
        background-color: currentColor;
        position: absolute;
        width: 5em;
        border-radius: 3px;
    }

    .success::before {
        height: 33em;
        left: 50%;
        top: 50%;
        margin-left: 2em;
        margin-top: -18em;
    }

    .success::after {
        height: 15em;
        transform: rotate(90deg);
        top: 50%;
        left: 50%;
        margin-top: 5em;
        margin-left: -6em;
    }

.success--big {
    font-size: 1.5px;
}





.fail {
    display: inline-block;
    position: relative;
    border: 5em solid currentColor;
    border-radius: 50%;
    font-size: 0.4px;
    width: 50em;
    height: 50em;
    color: #e27d7a;
}

    .fail::before, .fail::after {
        content: "";
        width: 5em;
        height: 34em;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -17em;
        margin-left: -2em;
        background-color: currentColor;
        border-radius: 3px;
    }

    .fail::before {
        transform: rotate(45deg);
    }

    .fail::after {
        transform: rotate(-45deg);
    }

.fail--big {
    font-size: 1.5px;
}*/

.dx-calendar-cell:not(.dx-calendar-other-month) .weekend,
.dx-calendar-cell:not(.dx-calendar-other-month) .holyday {
    text-shadow: none;
    font-weight: bold;
}

.dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
    color: blue;
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
    color: #8080FF;
}

.dx-calendar-cell:not(.dx-calendar-other-month) .holyday {
    color: white;
}

.dx-calendar-cell.holyday {
    box-shadow: inset 0 0 0 1000px green;
}


.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .holyday {
    color: #FF8080;
}
