﻿/* BEGIN: EW colors */
.ew-green {
    color: #00aa75;
}

.ew-border-green {
    border-color: #00aa75 !important;
}

.ew-gray {
    color: #36454d;
}

.ew-green-bg {
    background-color: #00aa75;
}

.ew-gray-bg {
    background-color: #36454d;
}

.ew-yellow-bg {
    background: linear-gradient(90deg,#fbd44a,#f1852b);
}

.ew-darkblue {
    color: #000070;
}

/* END: EW colors */

input[type=checkbox]:checked {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}


.custom-grid a {
    text-decoration: none;
}


