﻿/* Fix for misalignment of filter input and filter button in the grid header*/
.k-grid .k-grid-header-table .k-filtercell .k-dropdown-operator .k-icon.k-i-filter {
    height: 1.36em;    
}

/* Fix to remove outline border on kendo tab focus*/
.k-tabstrip > .k-content:focus{
    outline-style: none;
}

/* Fix for tooltips in the custom dropdown items when dropdown is shown in the bootstrap dialog. */
.k-animation-container{
    z-index: 1100 !important;
}

/* Fix show date picker "select date" button*/
span.k-datepicker > input{
	width: 7.5em !important;
}

/* Fix show time picker "select time" button*/
span.k-timepicker  > input{
	width: 7em !important;
}


/* Fix show date picker "select date" button for selection list*/
.selListItem span.k-datepicker > input{
	width: 5.5em !important;
}

/* Fix show time picker "select time" button selection list*/
.selListItem span.k-timepicker  > input{
	width: 4.5em !important;
}