﻿
/* Bootstrap Overrides */

.row {
    margin-left: 0;
    margin-right: 0;
}

/*.glyphicon {
    color: #666666;
}*/




/*  Kendo Grids */

.k-grid tbody .k-button {
    min-width: 25px;
    margin: 1px;
}

.k-grid tbody .k-icon.k-edit,
.k-grid tbody .k-icon.k-delete {
    /* Remove background image */
    background-image: none;
    width: 0px;
    height: 0px
}



/* Kendo Scheduler */

.k-scheduler-table th.k-today {
    background-color: lightskyblue;
}

.k-scheduler-table .k-today {
    background-color: inherit;
}

.k-scheduler-table td.available-slot {
    background-color: inherit;
}

.k-scheduler-table td.unavailable-slot {
    background-color: #4d4d4d;
    /*background-color: mistyrose;*/
}

/* bookings colours */

.k-grid tr.red {
	background-color: #f43222;
}

.k-grid tr.pink {
	background-color: #ffc0cb;
}

.k-grid tr.green {
    background-color: #c2ffc2;
}

.k-grid tr.blue {
    /*background-color: #0B77EB;*/
    background-color: #0f3573;
}