﻿label-grey,
.badge-grey {
    background-color: #a0a0a0 !important;
}

.label-important,
.badge-important {
    background-color: #d15b47 !important;
}

.background-red {
    background: #f16969 !important;
}

.background-green {
    background: rgba(65, 209, 3, 0.47) !important;
}

td.day.disabled {
    color: #dc2626 !important;
}

div.fc-widget-header > table {
    margin-bottom: 0px !important;
}

div.fc-bg > table {
    margin-bottom: 0px !important;
}

div.fc-slats > table {
    margin-bottom: 0px !important;
}

.fc-content {
    color: white !important;
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 0 0 0 !important;
}

th.fc-day-header.fc-widget-header {
    padding-right: 50px !important;
}

.page-header {
    padding: 20px 0px !important;
}

section.page-header div.container h1{
}

section{
    padding-top: 40px !important;
}

.header-image img {
    float: right;
    width: auto;
    max-height: 42px;
}

.header-image h1 {
    position: absolute;
}

.box {
    float: left;
    width: 13px;
    height: 13px;
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.box-red {
    background: #f16969 !important;
}

.box-green {
    background: rgba(65, 209, 3, 0.47) !important;
}

.box-blue {
    background: rgb(100, 171, 166) !important;
}
