/*
 * CSS Overwrites. Adapting to project needs and correcting 3rd party library errors.
 */

.k-widget.k-tooltip {
	margin-left: 6px;
}

.k-state-disabled {
	opacity: .8;
}

input.k-state-disabled, textarea.k-state-disabled {
	color: #64A1BB;
}

.k-ie.k-ie8 li.k-state-disabled {
	background-color: inherit;
}

.k-ie.k-ie8 .k-state-disabled {
	background-color: #FAFAFA;
	filter: inherit;
}

/* blueOpal theme in kendoUI does not properly style the rounded corners of inputs leading to overlaping white space */
.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.k-textbox>input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
	padding: 3px 0;
}

.k-error-colored>.k-header{
	background-image: none;
	background-color: rgb(255, 240, 240);
	color : rgb(127, 80, 80);
	text-align: center;
	font-weight: bold;
}


.k-ff {
    overflow: inherit !important;
}