﻿
.k-textbox{
    width: 100%;
}


.k-scheduler-dayview .k-scheduler-table td,
.k-scheduler-weekview tr:nth-child(2) .k-scheduler-table td,
.k-scheduler-workWeekview tr:nth-child(2) .k-scheduler-table td,
.k-scheduler-monthview .k-scheduler-table td {
    height: 30px !important;
}

.k-scheduler-edit-form .k-edit-form-container, .k-scheduler-timezones .k-edit-form-container {
    width: 950px;
}

.k-recur-view {
    margin-top: 10px;
}
.k-recur-view ul li {
    list-style-type: none;
}
    .k-recur-view .k-edit-label {
        /*padding: 0;*/
    }    

    .k-recur-view .k-edit-field .k-check {
        padding-top: 10px;
    }

.k-widget.k-tooltip {
    background-color: aliceblue;
}
.k-tooltip-content {
    text-align: left;
}
.k-grid-header th.k-with-icon .k-link {
    margin-right: 0px;
    padding-right: 0;
}
.k-grid td {
    padding: .2em .2em .2em .3em;
}
.k-filter-row th, .k-grid-header th.k-header {
    padding-left: .3em;
}
.k-input-solid {
    border-color: rgba(0, 0, 0, 0.5);
}
.k-picker-solid {
    border-color: rgba(0, 0, 0, 0.5);
}

.k-tooltip {
    background: aliceblue !important;
    color: #333;
}
.k-tooltip-error, .k-tooltip-validation {
    border: solid 1px #ffc000;
    color: #333;
}

.k-widget.k-tooltip {
    background-color: #d9ecf5;
    color: #333;
    border-color: #ffc000;
    -webkit-box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.k-tooltip-error .k-callout {
    color: #ffc000;
}

.k-edit-form-container {
    width: inherit;
}

.k-cell-inner > .k-link > .k-link > .k-sort-icon {
    display: none;
}