/* CERVENE */

.formTitle, .formTitleFocused {
  color: #CC262F;
}

.titleField.formCell input,
.titleField.formCellFocused input {
	color:#CA171D;
}
.ContentBar .tabButtonTopSelected,
.ContentBar .tabButtonTopSelectedOver,
.ContentBar .tabButtonTopSelectedDown {
	color:#9b0d0e;
}
.widgetLabel .titleFieldSpan {
	color:#9b0d0e;
}

.headerItem,
.groupNode {
	color: #CC262F;
}

/* MODRE */

a,
.staticTextItem.assocLink {
	color:#2B89FF;
}

.main.button {
	color:rgb(0, 83, 159);
}



/* PIESKOVE */

.windowBackground,
.dialogBackground {
	  background: #DAC974 !important;
}

.textItem, .textItemRTL, .textItemFocused, .textItemFocusedRTL, .textItemDisabled, .textItemDisabledRTL, .textItemDisabledHint, .textItemDisabledHintRTL, .textItemError, .textItemErrorRTL, .textItemHint, .textItemHintRTL, .comboBoxItemPendingText, .comboBoxItemPendingTextRTL, .selectItemText, .selectItemTextRTL, .selectItemTextError, .selectItemTextErrorRTL, .selectItemTextFocused, .selectItemTextFocusedRTL, .selectItemTextDisabled, .selectItemTextDisabledRTL, .selectItemTextHint, .selectItemTextHintRTL, .selectItemTextDisabledHint, .selectItemTextDisabledHintRTL, .pickerSearchBox, .pickerSearchBoxRTL, .pickerSearchBoxFocused, .pickerSearchBoxFocusedRTL, .pickerSearchBoxDisabled, .pickerSearchBoxDisabledRTL, .pickerSearchBoxDisabledHint, .pickerSearchBoxDisabledHintRTL, .pickerSearchBoxError, .pickerSearchBoxErrorRTL, .pickerSearchBoxHint, .pickerSearchBoxHintRTL {
  background: rgb(255, 254, 218);
  box-shadow: 2px 2px 10px -1px rgba(103, 65, 0, 0.2) inset;

}


.textItemDisabled, .textItemDisabledHint, .selectItemTextDisabled, .selectItemTextDisabledHint, .pickerSearchBoxDisabled, .pickerSearchBoxDisabledHint {
  color: rgb(61, 61, 61);
  background: rgb(239, 239, 239);
}