/* alixonToolbar */
.x-tbar-page-clear {
  background-image:url(../../img/close.png)!important;
}
.x-btn .x-tbar-group-by-icon {background-image:url(../../img/group-by.gif);}
.x-btn .x-tbar-aktionalle-icon {background-image:url(../../img/magic_wand.png);}
.x-btn .x-tbar-clipboard-icon {background-image:url(../../img/clipboard2.png);}
.x-tbar-clipboard-add-icon {background-image:url(../../img/clipboard_add.png);}
.x-tbar-clipboard-remove-icon {background-image:url(../../img/clipboard_remove.png);}
.x-tbar-clipboard-delete-icon {background-image:url(../../img/clipboard_delete.png);}

/* alixonEditWin */
.x-comboedit {
  background-image:url(../../img/comboedit.gif)!important;
}
.menu_edit {
  background-image:url(../../img/pencil.png) !important;
}
.menu_treeadd {
  background-image:url(../../img/tree_add.png) !important;
}
.menu_add {
  background-image:url(../../img/add.png) !important;
}
.menu_delete {
  background-image:url(../../img/delete.png) !important;
}
.menu_left {
  background-image:url(../../img/arrow_left_blue.png) !important;
}
.menu_right {
  background-image:url(../../img/arrow_right_blue.png) !important;
}
.menu_save {
  background-image:url(../../img/floppy_disk.png) !important;
}
.menu_check {
  background-image:url(../../img/check.png) !important;
}
.refresh32 {
   background-image: url("../../img/nav_refresh_blue32.png") !important;
}
.refresh16 {
   background-image: url("../../img/nav_refresh_blue16.png") !important;
}
.gridBodyNotifyOver {
  border-color: #00cc33 !important; 
} 
.gridRowInsertBottomLine {
  border-bottom:1px dashed #00cc33; 
} 
.gridRowInsertTopLine {
  border-top:1px dashed #00cc33;  
}         
.x-fieldset-header .x-form-check-wrap {
  display:inline;
  line-height: normal;
}
.alixonImageField {
  cursor:pointer;
}
.x-form-item-hidden {
  display:none;
}
/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
/*
 * FileUploadField component styles
 */
.x-form-file-wrap {
    position: relative;
    height: 22px;
}
.x-form-file-wrap .x-form-file {
  position: absolute;
  right: 0;
  -moz-opacity: 0;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
  height: 22px;
  margin:0;
}
.x-form-file-wrap .x-form-file-btn {
  position: relative;
  right: 0;
  z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
    position: absolute;
    left: 0;
    z-index: 3;
    color: #777;
}
/*!
 * Ext JS Library 3.3.1
 * Copyright(c) 2006-2010 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license
 */
.x-grid-locked, .x-grid-unlocked {
  overflow: hidden;
  position: absolute;
}

.x-grid-locked {
  border-right: 1px solid #99BBE8;
}

.x-grid-locked .x-grid-scroller {
  overflow: hidden;
}

.x-grid-locked .x-grid-row {
  border-right: 0;
}

.x-grid-scroll-spacer {
  height: 19px;
}

.x-grid-unlocked .x-grid-header-offset {
  padding-left: 0;
}

.x-grid-unlocked .x-grid-row {
  border-left: 0;
}

.invalidtab span.x-tab-strip-text {
    color: #ff0000;
}

.rowdisable {
  color:#666666;
}

/* Color Field */
.x-form-field-wrap .x-form-color-trigger {
  background-image: url(color-trigger.png);
}

.ie6 .x-form-field-wrap .x-form-color-trigger {
  background-image: url(color-trigger.gif);
}

.x-item-disabled .x-form-item-label,
.x-item-disabled .x-form-field,
.x-item-disabled .x-form-cb-label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6; }
  
.x-panel-noborder .x-panel-body {
  border-width: 0px;
}

.x-edit-table {background: url(../../img/table.png) 0 0 no-repeat !important;}
.x-edit-img {background: url(../../img/photo_landscape2.png) 0 0 no-repeat !important;}
.x-edit-photo_size{background: url(../../img/photo_size.png) 0 0 no-repeat !important;}
#alixonImageWin {
  background-color:#444444;
}
.ImageWin-wrap {
  float: left;
  margin: 4px 0 4px 2px;
  padding: 3px;
  color:#FFFFFF;
}
.ImageWin {
  background-color: #222222;
  padding: 3px 3px 0; 
  width:106px;
  height:75px; 
  overflow: hidden;
}
.ImageWin-sortNONE {
  background:none;
}
.ImageWin-sortASC {
  background:url("../../ext/resources/themes/images/default/grid/sort_asc.gif");
}
.ImageWin-sortDESC {
  background:url("../../ext/resources/themes/images/default/grid/sort_desc.gif");  
}
.ImageGlobal{
  background-color: #437C35;  
}
.alixon-form-cols .x-column-layout-ct, .alixon-form-cols .x-panel-body-default {
  background:none;
}
.x-btn-default-toolbar-small-pressed {
  background: #bce2c9;
  background: -moz-linear-gradient(top,  #bce2c9 0%, #c3e2cc 48%, #96f2b6 52%, #9df2b9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bce2c9), color-stop(48%,#c3e2cc), color-stop(52%,#96f2b6), color-stop(100%,#9df2b9));
  background: -webkit-linear-gradient(top,  #bce2c9 0%,#c3e2cc 48%,#96f2b6 52%,#9df2b9 100%);
  background: -o-linear-gradient(top,  #bce2c9 0%,#c3e2cc 48%,#96f2b6 52%,#9df2b9 100%);
  background: -ms-linear-gradient(top,  #bce2c9 0%,#c3e2cc 48%,#96f2b6 52%,#9df2b9 100%);
  background: linear-gradient(top,  #bce2c9 0%,#c3e2cc 48%,#96f2b6 52%,#9df2b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce2c9', endColorstr='#9df2b9',GradientType=0 );
}

.alixon-comboview-fieldset-tip .x-fieldset-header-text {
  background: url("../../img/help2.png") no-repeat right;
  padding-right: 20px !important;
}
.alixon-comboview-fieldset .x-btn {
  margin: 2px;
}
.alixon-comboview-fieldset .x-btn-split-right {
  background: url("../../img/comboview_split_delete.png") no-repeat scroll right center transparent;
  padding-right: 14px !important;
}
.alixon-comboview-list {
  display:block;
}
.alixon-comboview-list span.x-btn-inner {
  text-align: left !important;
}

.invisible-label {
  visibility:hidden;
}

.alixon-fileselect-fieldset .x-btn {
  margin: 2px;
}
.alixon-fileselect-fieldset .x-btn-split-right {
    background: url("../../img/comboview_split_delete.png") no-repeat scroll right center transparent;
    padding-right: 14px !important;
}
.alixon-fileselect-list {
  display:block;
}
.alixon-fileselect-list span.x-btn-inner {
  text-align: left !important;
}

.x-form-editfield-with-space {
  margin-left: 10px;
}

.x-field-with-strong-label td label {
  font-weight: bold;
}
.compofield {
  margin-bottom: 5px;
}
.no-collapse {
  background: transparent no-repeat 0 0px;
  background-image: none;
  padding: 0 0 0 0px;
}
.grpCheckbox {
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3px;
}

.combo_mit_menu_inside {
  padding-right: 27px;
}

.combo_mit_menu_button {
  float: right;
  display: inline-block;
  zoom: 1;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  background-repeat: no-repeat;
  border-color: transparent;
  border-radius: 1px;
  padding: 2px 2px 2px 2px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  height: 20px;
  width: 20px;
  margin-bottom: 2px;
  margin-left: 5px;
}

.combo_mit_menu_button_inside {
  margin-bottom: -21px;
  margin-right: 22px;
}

.combo_mit_menu_button:hover {
  border-color: #81a4d0;
  background-image: none;
  background-color: #dbeeff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbeeff), color-stop(48%, #d0e7ff), color-stop(52%, #bbd2f0), color-stop(100%, #bed6f5));
  background-image: -webkit-linear-gradient(top, #dbeeff, #d0e7ff 48%, #bbd2f0 52%, #bed6f5);
  background-image: -moz-linear-gradient(top, #dbeeff, #d0e7ff 48%, #bbd2f0 52%, #bed6f5);
  background-image: -o-linear-gradient(top, #dbeeff, #d0e7ff 48%, #bbd2f0 52%, #bed6f5);
  background-image: -ms-linear-gradient(top, #dbeeff, #d0e7ff 48%, #bbd2f0 52%, #bed6f5);
  background-image: linear-gradient(top, #dbeeff, #d0e7ff 48%, #bbd2f0 52%, #bed6f5);
}

.combo_mit_menu_button span {
  display: block;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}

.combo_mit_menu_button_disabled {
  -moz-opacity: 0.4;
  filter:alpha(opacity: 0.4);
  opacity: 0.4;
  cursor: default;
}

.combo_mit_menu_button_disabled:hover {
  border-color: transparent;
  background-image: none;
  background-color: transparent;
}

.alixon-grid-cell-farbe-inner {
  height: 13px;
}