#bookingCalendarForResource .k-event .k-event-delete,
#bookingCalendarForResource tr > td > .k-task .k-event-delete {
    display: none;
}

.bookedLegendeOwnerColourItem {
    position: relative;
    width: 15px;
    min-width: 10px;
    height: 15px;
    text-align: center;
    margin-top: 3px;
}

.bookedLegendeOwnerText {
    margin-left: 10px;
    margin-top: 0px;
}

/* set height of rows-week-view */
.k-scheduler-weekview .k-scheduler-table td {
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    height: 26px !important;
}

.k-scheduler-weekview .k-scheduler-table th {
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    height: 26px !important;
}

/* set height of rows day-view */
.k-scheduler-dayview .k-scheduler-table td {
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    height: 26px !important;
}

.k-scheduler-dayview .k-scheduler-table th {
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    height: 26px !important;
}

/* today background colour */
.k-scheduler .k-today {
    background: #fff0e6;
}

.calendar-page .button-1 {
    background-color: #FF6600;
    padding: 10px 20px;
    color: #fff;
}

.buttons {
    text-align: right !important;
}

.create-booking-form .inputs {
    font-size: 14px;
}

    .create-booking-form .inputs textarea {
        min-height: 70px;
    }

.event-wrapper {
    height: 100%;
}

.event-info {
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
}

.tooltip {
    max-width: 600px;
    min-width: 400px;
}

.form-group {
    margin-bottom: 15px;
}

#add-dialog {
    display: inline-block;
    margin-top: 5px;
}

.topic-block-title, .header-upper {
    border-bottom-width: 0px !important;
}

.ui-dialog-buttonset > button {
    margin: 0 10px;
}

.additionalHeader {
    font-size: 40px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {
    .k-scheduler-layout {
        table-layout: fixed;
    }

        .k-scheduler-layout > tbody > tr > td:first-child {
            width: 80px;
        }

    .k-scheduler-mobile {
        overflow: auto;
    }

        .k-scheduler-mobile .k-scheduler-content .k-scheduler-table,
        .k-scheduler-mobile .k-scheduler-header .k-scheduler-table {
            width: 1920px
        }
}

.resource-booking-category-icon, .resource-booking-category-name {
    display: inline-block;
}

.resource-booking-category-icon {
    width: 20px;
    height: 20px;
    border: 1px black solid;
    border-radius: 50%;
    vertical-align: middle;
}

.resource-booking-category-name {
    vertical-align: middle;
    max-width: 80%;
}

.center-1 {
    margin: 0 0 0px;
}

.admin-header-links a, .list a {
    color: inherit;
}
