@font-face {
    font-family: 'AktivGroteskCorp-Light';
    src: url('../css/AktivGroteskCorp-Light.ttf');
}

a {
    color: black !important;
}

body {
    font-family: 'AktivGroteskCorp-Light';
}

.cubewise-blue {
    color: #00aeef;
}

.cubewise-bold {
    font-weight: bold;
}

.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
}

.dot-amber {
    background-color: #ffc184;
}

.dot-green {
    background-color: #7fbf7f;
}

.dot-red {
    background-color: #ffa5a5;
}

.dot-white {
    background-color: #fff;
}


td {
    min-width: 110px !important;
}

th {
    min-width: 110px !important;
}

.monthly-report-weekend {
    background-color: #c6c6c6;
}

.monthly-report-weekday {
    background-color: #FFF;
}
