
.rAlign{
	text-align:right;
	font-size: 11px;
}

.cke_combo__fontsize .cke_combo_text{
width:60px !important;
}


.grayList,
.grayListDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size:11px; text-overflow:ellipsis;
    color:lightgray;
  
}
.grayListOver,
.grayListOverDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size:11px; text-overflow:ellipsis;
    color:darkgray;    background-color:lightgray;

}
.grayListSelected,
.grayListSelectedDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size:11px; text-overflow:ellipsis;
    color:lightgray;

}
.grayListSelectedOver,
.grayListSelectedOverDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size:11px; text-overflow:ellipsis;
    color:darkgray;    background-color:lightgray;

}
.grayListDisabled,
.grayListDisabledDark {
    font-family:Verdana,Bitstream Vera Sans,sans-serif; font-size:11px; text-overflow:ellipsis;
    color:lightgray;
}

.textItemRed
 {
  color: red;
}

.textItemRedDisabled
 {
  color: red;
}

.imgButton object, .toolStripButton object {
    cursor: pointer;
    pointer-events: none;
}

.zero-padding .formTitle, .zero-padding .formTitleDisabled, .zero-padding .formTitleFocused{
	padding: 0 !important;
}

.bold-selected-tab .tabButtonTopSelected, .bold-selected-tab .tabButtonTopSelectedOver, .bold-selected-tab .tabButtonTopSelectedFocused {
	font-weight: bold;
}

.menu-button-inverted, .menu-button-inverted .toolStripButton, .menu-button-inverted .toolStripButtonFocused{
	background-color: #2A62A1 !important;
	color: #FFFFFF !important;
}

.nabidka-inverted, .nabidka-inverted .toolStripButton, .nabidka-inverted .toolStripFocused{
	background-color: #2A62A1 !important;
	color: #FFFFFF !important;
	font-weight: bold;	
}

.panel-hlavicka {
	border-bottom: 1px solid #d0d0d0;
}

.readonly-html-pane * { pointer-events: none !important; user-select: none !important; }

.filterButton {
    vertical-align: middle;
    margin-top: 5px;
    cursor: pointer !important;
    color : black !important;
}

.filterButton object {
    pointer-events: none !important;
}

.svg-icon-black {
    filter: brightness(0%) invert(0%);
}
