/**
 * LEXR-178
 */

/* solid blue background and fixed width/height */
.mbMiniPlayer.blue span {background-color: #007ac3;width:24px;height:24px;}

/* fixed width/height of chevron icon */
.mbMiniPlayer img {height:16px;width:16px;}

/* remove border and box shadow */

.mbMiniPlayer.shadow table {border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
/* remove border and rounded corners */
.mbMiniPlayer span.play {border-radius:0;border:none;}
.mbMiniPlayer.blue span.play {border-radius:0;border:none;}
.mbMiniPlayer table {margin:0;border-radius:0;}

/* remove text shadow and background image */
.mbMiniPlayer span {text-shadow:none;background-image:none;padding:3px 0 0 2px;}

/* remove background image and box shadow */
.mbMiniPlayer td.controlsBar{background-image:none;background-color:#e9e9e9;moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}

/**
 * LEXR-537
 */
.wk-field-item .wk-checkbox-field,
.wk-field-item .wk-input,
.wk-field-item .wk-radio-field,
.wk-field-item .wk-select-field,
.wk-field-item .wk-textarea,
.wk-field-item input:not([type=radio]):not([type=checkbox]),
.wk-field-item textarea,
.wk-search .wk-search-input[type=search] {
	font-weight: normal;
	color: #232323;
}


/**
 * LEXR-539... schnapsidee
 */
.wk-field-item .wk-checkbox-field,
.wk-field-item .wk-input,
.wk-field-item .wk-radio-field,
.wk-field-item .wk-textarea,
.wk-field-item input:not([type=radio]):not([type=checkbox]),
.wk-field-item textarea,
.wk-search .wk-search-input[type=search],
input:not([type=radio]):not([type=checkbox]),
textarea {
	height: 2.5rem !important;
	padding: 0rem 1rem;
}
.wk-field-item .wk-select-field select,
select {
	height: 2.5rem !important;
	padding: 0.625rem 1rem 0.625rem 1rem;
	line-height: 1.25rem;
	font-size: 1rem;
}
.wk-field-item .wk-select-field::after {
	top: 0.6rem;
	right:0.5rem;
	line-height: 1.25rem;
	font-size: 1rem;
}
.wk-button,
.wk-button[wk-context*=info],
.wk-context-info.wk-button,
.wk-context-info[wk-button],
[wk-button],
[wk-context*=info][wk-button],
button,
button.wk-context-info,
button[wk-context*=info]{
	padding: .5rem 1rem .5rem 1rem;
	height: 2.5rem !important;
}