.form-group-row .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group-row .label {
    padding-left: 0px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.half-width {
    width: 50%;
}

.table > tbody > .calendar-row {
    height: 100%;
}

.table > tbody > tr > .calendar-slot {
    margin: 0;
    padding: 0;
    height: 100%;
}

.calendar-table .cal-week {
    border: 2px solid gray;
}

.calendar-slot.calendar-slot-today-first {
    border-left: 2px solid gray;
}
.calendar-slot.calendar-slot-today-last {
    border-right: 2px solid gray;
}
.calendar-slot.calendar-slot-selected {
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
}

.calendar-slot.calendar-slot-weekend {
    background-color: #EEF;
}

.calendar-slot.calendar-slot-today {
    background-color: #CFF;
}


.calendar-slot.calendar-slot-has-entries {
    background-color: #ABC;
}

.calendar-slot.calendar-slot-booked.workorder-cancelled{
    background-color: #DDD;
}

.calendar-slot.calendar-slot-booked {
    background-color: #DD4;
}

.calendar-slot.calendar-slot-overbooked {
    background-color: #F66;
}

.calendar-slot.calendar-slot-booked.workorder-finished {
    background-color: #4D4;
}

.calendar-slot a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: none;
    text-decoration: inherit;
}

.calendar-slot a:hover {
    color: black;
    background: #c7c7c7;
}

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

.white {
    color: white;
}
