/* Bootstrap DateTime Picker Plugin */
.bootstrap-datetimepicker-widget table thead th {
	border: 0;
	background-color: transparent;
}
div.date .input-group-addon { cursor: pointer; }

/* Bootstrap Date Range Picker Plugin */
div.daterangepicker table > thead > tr > th {
	border: 0;
	background-color: transparent;
}

/* Bootstrap Select Plugin */
.bootstrap-select .btn {
    padding: 5px 11px;
    line-height: 1.4285;
    font-size: 13px;
}
.bootstrap-select .dropdown-menu ul li {
    font-size: 13px;
}

/* Kendo Input in Autocomplete */
span.k-autocomplete {
	width: 100%;
}
span.form-control > input.k-input {
    text-indent: 0.8em;
    border: 0;
    margin: 0;
}
ul.k-list > li.k-item > table {
	border: 0; margin: 0; padding: 0;
	cursor: pointer;
}
ul.k-list > li.k-item > table > tbody > tr > td:first-child { font-weight: 500; width: 100px; }
ul.k-list > li.k-item > table > tbody > tr > td:nth-child(2) { width: 400px; }
ul.k-list > li.k-item > table > tbody > tr > td:first-child span { font-weight: bold; color: #6b462e; text-transform: uppercase; }
ul.k-list > li.k-item > table > tbody > tr > td:nth-child(2) span { font-weight: bold; color: #6b462e; text-transform: capitalize; }

/* Kendo Grid */
.k-grid-norecords-template {
	color: #800000;	
    background-color: transparent;
    border: none;
    border-bottom: 1px #eee solid;
    border-top: 4px #ffa900 solid;
    padding: .4em .6em;
    height: 3em;
    width: 100%;
    line-height: 2em;
    font-size: 12px;
    font-style: italic;
}
