/*
 * Overwrite (GXT styles)
 * 
 * http://brick-soft.at
 */
html,body {
  background: white;
  font: normal 12px tahoma, arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  border: 0 none;
  overflow: hidden;
  height: 100%;
}

textarea {
	white-space: pre-wrap;
}

.x-toolbar-left table {
	padding-bottom: 2px;
}

.x-panel-body {
	background: #f1f1f1; /* gray */
}

.x-item-disabled {
    color: black;
}
.x-item-disabled * {
    color: black !important;
}

.x-item-disabled {
    cursor: default;
    /* also overwritten in gxt-all.css
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);*/
}

.x-btn-bold {
	font-weight: bold;
}

.x-window-tc {
	background-image:url(../images/gxt-red/top-bottom.png);
}

.x-window-tl {
	background-image:url(../images/gxt-red/left-corners.png);
}

.x-window-tr {
	background-image:url(../images/gxt-red/right-corners.png);
}

.x-window-tl .x-window-header {
    color:#FFFFFF;
}

#ux-taskbar .active-win .ux-taskbutton-center {
  background: url(../images/gxt-red/taskbutton.png) repeat-x 0 -140px;
}

.ux-taskbutton-left {
  width: 4px;
  height: 28px;
  background: url(../images/gxt-red/taskbutton.png) no-repeat 0 0;
}

#ux-taskbar .active-win  .ux-taskbutton-right {
  background: url(../images/gxt-red/taskbutton.png) no-repeat 0 -112px;
}

.search-panel-body {
	background: #FCE3C9;
}

.search-panel-header {
	color: #333;
	border: 1px solid #d0d0d0;
	padding-left: 5px;
	padding-right: 5px;
	background: #F8BE88;
	margin-left: -2px;
}

.search-top-panel-header {
    color:#333;
	border:1px solid #d0d0d0;
    padding:5px 3px 13px 5px;
    background: #F8BE88;
}

.x-grid3-header {
	margin-left: -2px;
    background-color: transparent;
	background-image: none;
}

.x-grid3 {
    background-color: transparent;
}

.search-x-grid3-row-selected {
    background-image: none !important;
	background-color: #F8BE88 !important;
	border-color: #F8BE88;
}

.x-layout-collapsed {
	background-color:#FCE3C9;
	border-color:#E0E0E0;
}

.x-layout-collapsed-over{
	background-color:#F8BE88;
}

#x-desktop {
	background-image:url('../images/bg_verlauf.gif');
	background-repeat:repeat-x;
}

.x-toolbar-left {
	vertical-align: bottom !important;
	padding-left: 20px;
}

.x-form-cb-label {
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
}

/* fix fÃ¼r Taskbutton und Tool-Button IE9 */
.ux-taskbutton-center * button {
	background-color: transparent;
}
.x-toolbar-cell * button {
	background-color: transparent;
}

/* PLO 2012-05-24
	Workaround für Chrome19-Bug (Mantis #1286) - https://code.google.com/p/chromium/issues/detail?id=124816
*/
/* 2021-03-01 Scheint nach dem Update nicht mehr nötig zu sein */
/*@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
  .selector:not(*:root), .x-grid3-row td.x-grid3-cell {
    	padding-left: 0;
    	padding-right: 0;
  }
}*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { 
    .x-grid3-row td.x-grid3-cell
    {
    	padding-left: 0;
    	padding-right: 0;
    }
}*/
   
.x-item-disabled img{
	cursor:default;
    opacity:.6;
	-moz-opacity:.6;
	filter: alpha(opacity=60);
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

/*  PLO 2019-06-05 Dropdowns mit zu langen Einträgen */
.x-combo-list-item:hover {
    white-space: normal;
    word-break: keep-all;	/* IE/Edge */
    word-break: break-word; /* Alle anderen */
    text-overflow: clip;
}

.x-panel-toolbar {
  float: right;
}

/* overlapping class names if a grid column property is called "text" */
td div.x-grid3-hd-text {
	color: #000 !important;
}