/* Definicje dla Less na podstawie rollovery.jpg */
/** experimental **/
.data-grid {
  max-height: 100%;
  min-height: 150px;
}
.table-loader,
.table-loader * {
  padding: 5px;
}
.dataform-value.data-grid {
  position: relative;
  overflow: hidden !important;
  min-height: 200px;
}
.data-grid .table-checkbox > div {
  overflow: visible;
}
.data-grid td {
  border: none !important;
}
.data-grid .table-content {
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 30px;
  right: 0;
}
.table-header-controls {
  display: none;
}
.data-grid .table-header-controls {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}
.data-grid .table-header-controls + .table-content {
  top: 70px;
}
.data-grid th {
  overflow: visible;
  word-wrap: normal;
  white-space: normal;
  text-shadow: none;
}
.data-grid .table-footer-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.data-grid .table-content > div {
  height: 100%;
}
/** ostatnie element, gdy jest widoczny scroll, będzie przykryty przez ten scroll **/
.data-grid td:last-child > div {
  padding-right: 15px;
}
div.lazy_table {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  overflow-y: auto;
}
.lazy_table_wrap {
  height: 100%;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(iconfont/MaterialIcons-Regular.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(/styles/iconfont/MaterialIcons-Regular.woff2) format('woff2'), url(/styles/iconfont/MaterialIcons-Regular.woff) format('woff'), url(/styles/iconfont/MaterialIcons-Regular.ttf) format('truetype');
  
  /* For IE6-8 */
}
@font-face {
  font-family: 'OpenSans';
  font-style: normal;
  font-weight: 100;
  src: url(/styles/fonts/OpenSans-Regular.ttf) format('truetype');
}
/** jquery ui potrafi to miejscami zastąpić **/
.ui-widget .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* Preferred icon size  - zmieniony z 24px*/
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.disabled-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-click {
  pointer-events: none;
}
/** tabelki ze stylem not-selectable maja wyłączone zaznaczanie **/
.not-selectable tbody {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Style CSS */
html {
  height: 100%;
}
body {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #124987;
  background-image: -ms-linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: -o-linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: -moz-linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: -webkit-linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #002a6a), color-stop(1, #3d90cc));
  /*if ie*/
  -pie-background: linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
img {
  border: 0;
}
table {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  border-spacing: 0;
}
img.link {
  cursor: pointer;
}
/* Strona błedu */
body > h1 {
  background: white;
  margin-bottom: 0;
  color: red;
}
body > p {
  background: white;
  padding: 10px;
  margin: 0;
  min-height: 50%;
  max-width: 100%;
  word-break: break-word;
}
#page_container {
  min-height: 100%;
  position: relative;
  height: 600px;
  /* minimalna wysokość */
  margin-right: 20px;
  margin-left: 20px;
  min-width: 860px;
}
#page_header {
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#page_footer {
  height: 30px;
  position: absolute;
  bottom: 4px;
  left: 200px;
  /* na samym dole jest expand/collapse z drzewka + mainmenu */
  right: 0;
  text-align: right;
  overflow: hidden;
}
#page_footer p {
  display: inline-block;
  vertical-align: middle;
  color: white;
}
#page_footer a {
  color: white;
  text-decoration: none;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  margin-right: 1em;
}
#page_footer a:hover {
  text-decoration: underline;
  cursor: pointer;
}
#global_warn {
  color: white;
}
div.root-warning {
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  color: red;
  background: black;
  z-index: -1;
  padding: 2px;
}
#header_logo {
  position: absolute;
  left: 102px;
  top: 25px;
  width: 410px;
  background-color: white;
  padding: 10px;
  border-radius: 7px;
  border-bottom-left-radius: 0px;
}
#header_logo img {
  height: 26px;
}
#header-ending {
  position: absolute;
  width: 0;
  top: 27px;
  left: 530px;
  height: 0;
  border-bottom: 40px solid white;
  border-right: 40px solid transparent;
}
.nomainmenu #header-ending {
  left: 428px;
}
.nomainmenu #header_logo {
  left: 0;
}
#header_user_info {
  position: absolute;
  right: 10px;
  top: 25px;
  color: #022b6d;
  text-align: right;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header_user_info span {
  color: white;
}
@media only screen and (max-width: 1100px) {
  .lowres-hidden {
    display: none;
  }
}
#licence-info:hover {
  cursor: pointer;
  color: #E0E0E0;
  text-decoration: underline;
}
.nomainmenu #licence-info:hover {
  text-decoration: none;
  cursor: default;
  color: white;
}
#firm-name {
  left: 620px;
  top: 33px;
  position: absolute;
  color: white;
  font-size: 12px;
}
#firm-name span.expired {
  color: red;
  text-decoration: line-through;
}
.nomainmenu #firm-name {
  left: 520px;
}
#body_container {
  position: absolute;
  top: 62px;
  bottom: 30px;
  left: 0;
  right: 0;
}
/* Style ogólne - tabela */
.data table,
table.data {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid #cad2df;
  border-top: 1px solid #cad2df;
}
.data thead > tr {
  background-color: #e6eaec;
  background-image: linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -o-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -moz-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -ms-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f4f7), color-stop(1, #dbdfe0));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #f0f4f7, #dbdfe0);
  behavior: url(styles/PIE.htc);
  /*endif*/
  border-bottom: 1px solid #d0d0d2;
}
.data thead > tr > th {
  border-left: 1px solid #cad2df;
  border-right: 1px solid #cad2df;
  border-bottom: 1px solid #cad2df;
  text-align: left;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.data thead > tr > th.sortable:HOVER,
table.data th.cellTableSortableHeader:HOVER,
.data table th.cellTableSortableHeader:HOVER {
  background-color: #dadcdb;
  cursor: pointer;
}
.data thead > tr > th.sortable:HOVER,
table.data th.dataGridSortableHeader:HOVER,
.data table th.dataGridSortableHeader:HOVER {
  background-color: #dadcdb;
  cursor: pointer;
}
.data tbody > tr.selected {
  border-top: 2px solid #cad2df;
  border-bottom: 2px solid #cad2df;
}
.data tbody > tr > td > div {
  /**
	display: flex;
	align-items: center;
	**/
  overflow: auto;
}
.data tbody > tr > td {
  height: 28px;
}
.data tbody > tr > td > * {
  vertical-align: middle;
}
.data tbody > tr > td {
  border-left: 1px solid #cad2df;
  border-right: 1px solid #cad2df;
  border-bottom: 1px solid #cad2df;
  margin: 5px;
}
.data tbody > tr > td.fileName {
  word-break: break-word;
}
.data tbody > tr > th.addTime {
  width: 100px;
}
.data tbody > tr > th.totalPages {
  width: 100px;
}
/* fixed width for campus balance history table */
.historytable {
  width: 470px;
}
.data thead > tr > th.cost {
  text-align: right;
  width: 70px;
}
.data thead > tr > th.date {
  width: 100px;
}
.data tbody > tr > td.cost {
  text-align: right;
  width: 70px;
}
.data tbody > tr > td.date {
  text-align: right;
  width: 100px;
}
/* fixed width for campus user queue table */
#menu .data th.size {
  width: 80px;
}
#menu .data thead > tr > th.totalPages {
  text-align: right;
  width: 70px;
}
#menu .data thead > tr > th.printParameters {
  width: 300px;
}
#menu .data thead > tr > th.colorMode {
  width: 100px;
}
#menu .data thead > tr > th.sidesMode {
  width: 200px;
}
#menu .data thead > tr > th.addTime {
  text-align: right;
  width: 100px;
}
#menu .data tbody > tr > td.totalPages {
  text-align: right;
  width: 70px;
}
#menu .data tbody > tr > td.printParameters {
  width: 300px;
}
#menu .data tbody > tr > td.colorMode {
  width: 100px;
}
#menu .data tbody > tr > td.sidesMode {
  width: 200px;
}
#menu .data tbody > tr > td.addTime {
  text-align: right;
  width: 100px;
}
/* fixed width for campus costs  table */
table.data.costtable {
  width: 380px;
}
.data thead > tr > th.location {
  width: 300px;
}
.data tbody > tr > td.location {
  width: 300px;
}
/* fixed width for campus scans table */
table.data.scantable {
  width: 300px;
}
.data thead > tr > th.pdf {
  width: 50px;
}
.data thead > tr > th.zip {
  width: 50px;
}
.data tbody > tr > td.pdf {
  width: 50px;
}
.data tbody > tr > td.zip {
  width: 50px;
}
/* ----------------------------------------------- */
/* Drzewko jest budowane za pomocą tabeli, a tam nie chcemy jednak zaznaczania tekstu */
.gwt-Tree tabe > tbody {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
table > tbody {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.data tbody > tr:nth-child(odd) {
  background-color: #ffffff;
}
.data tbody > tr:nth-child(even) {
  background-color: #f1f6f9;
}
.data tbody > tr:HOVER {
  background-color: #e1e5e8;
}
/* Lista dokumentow */
tr.cellTableSelectedRow {
  background-color: #eaeff2;
}
tr.dataGridSelectedRow {
  background-color: #eaeff2;
}
tr.cellTableKeyboardSelectedRow {
  background-color: #eaeff2;
}
tr.dataGridKeyboardSelectedRow {
  background-color: #eaeff2;
}
div.bean_panel {
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
}
/* Style dla mechanizm informowania o zdarzeniach */
#notifications {
  position: absolute;
  left: 570px;
  top: 30px;
  background: url("../images/notify_none.png") no-repeat left top;
  width: 30px;
  height: 22px;
}
#notifications.active {
  background-image: url("../images/notify_avaible.png");
}
#notifications div.counter {
  position: absolute;
  top: -2px;
  left: 16px;
  background: #e52554;
  border-radius: 4px;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  border: 1px solid #962754;
  color: white;
  font-size: 9px;
  padding: 0 2px 1px 2px;
  cursor: default;
  display: none;
}
#notifications div.glass {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.nomainmenu #notifications {
  left: 460px;
}
#notifications-glass {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#notifications-window {
  position: absolute;
  background: #cbe0ef;
  border: 1px solid #99b8cd;
  border-radius: 8px;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  padding: 4px;
  width: 300px;
  min-height: 100px;
  max-height: 600px;
  z-index: 20;
  top: 52px;
  left: 420px;
  overflow-y: auto;
  overflow-x: hidden;
}
#notifications-window > div {
  padding: 6px;
  border-top: 1px solid #0e2e51;
}
#notifications-window > div:first-child {
  border-top: none;
}
.notification-cloud {
  position: absolute;
  right: 12px;
  bottom: 20px;
  min-width: 200px;
  background: #cbe0ef;
  border: 1px solid #99b8cd;
  border-radius: 8px;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  padding: 4px 8px 4px 8px;
  z-index: 20;
  height: 50px;
}
.notification-cloud,
div.msgs > div {
  color: #0e2e51;
}
.notification-cloud h1,
div.msgs > div h1 {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  border-bottom: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.notification-cloud.error,
div.msgs > div.error {
  color: red;
}
.notification-cloud.warn,
div.msgs > div.warn {
  color: red;
}
.notification-cloud.info {
  background-image: url("../images/notify_icon.png");
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding-left: 46px;
}
iframe.internal-frame {
  width: 100%;
  height: 100%;
  border: none;
}
#logout_link {
  margin-left: 10px;
}
/* Style do formularza logowania */
#login_form,
#logout_form {
  margin-left: auto;
  margin-right: auto;
  width: 440px;
  font-size: 12px;
}
#login_form form,
#logout_form form {
  margin: 0;
}
#login_form span,
#logout_form span {
  color: red;
  font-size: 15px;
}
#login_form label,
#logout_form label {
  float: left;
}
#login_form label:AFTER,
#logout_form label:AFTER {
  content: ":";
}
#login_form input,
#languages {
  margin-left: 200px;
  margin-bottom: 4px;
  display: block;
  width: 240px;
}
#login_form input[type=checkbox],
#languages[type=checkbox] {
  width: auto;
}
#login_form input[type=SUBMIT] {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  margin-bottom: 0;
}
/* Style ogólne */
div.window {
  background: white;
  border-radius: 8px;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  padding: 10px;
  margin: 10px;
}
.campus-main-content {
  /*margin-left: 8px;
	margin-right: 8px;*/
}
/******** Stary documaster.css ********************************************/
div.clear_panel {
  clear: both;
  float: none !important;
  display: block !important;
  padding: 0;
  margin: 0;
}
/* style dla glownego menu */
#notification {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
}
#menubar {
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  bottom: 0;
}
.nomainmenu #menubar {
  display: none;
}
.scrollpanel {
  overflow: hidden;
  position: relative;
}
#menubar .scrollpanel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
}
#menubar .scroll-up {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  height: 27px;
  outline: none;
  background: url("../images/icon_scrollup.png") no-repeat center center;
}
#menubar .scroll-up:HOVER {
  background-image: url("../images/icon_scrollup_active.png");
}
#menubar .scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  margin: 0;
  height: 27px;
  outline: none;
  background: url("../images/icon_scrolldown.png") no-repeat center center;
}
#menubar .scroll-down:HOVER {
  background-image: url("../images/icon_scrolldown_active.png");
}
#menubar_content {
  position: absolute;
  top: 0;
  left: 102px;
  right: 0;
  bottom: 0;
  background-color: white;
}
/* #menubar_content .tab-panel .dataform-tab {
 position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
} */
/**
ten styl powinien chyba być ustawiony na cron-editor
**/
#menubar_content .tab-panel .dataform-tab {
  margin: 2px;
}
#menubar_content .tab-panel .dataform-tab.data-grid {
  max-height: calc(100% - 90px);
  overflow: hidden !important;
}
.nomainmenu #menubar_content {
  left: 0;
}
#menubar_content > .label {
  margin: 30px;
}
.frameless {
  background: white;
  padding-left: 6px;
  padding-right: 6px;
}
.tab-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 36px;
  overflow-y: auto;
}
.iconmenu_list {
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
}
.iconmenu_list * {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.iconmenu_list div {
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 19px;
  padding-left: 12px;
  padding-right: 2px;
  color: white;
}
.iconmenu_list div.selected {
  color: #131455;
  background: url("../images/menu_selected.png") no-repeat right top;
}
.iconmenu_list div.selected a {
  color: #131455;
}
.iconmenu_list div:HOVER {
  opacity: 0.8;
  background: url("../images/menu_selected.png") no-repeat right top;
  color: #131455;
}
.iconmenu_list div:HOVER a,
.iconmenu_list div:HOVER a:VISITED {
  color: #131455;
}
.iconmenu_list a,
.iconmenu_list a:VISITED {
  text-decoration: none;
  color: white;
}
.lazy-cell-tree {
  overflow-y: auto;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
div.tree_view > div.lazy-cell-tree:FIRST-CHILD {
  top: 0px;
}
div.tree_view > div.filter-field:FIRST-CHILD + div.lazy-cell-tree {
  top: 30px;
}
div.tree_view > div.action_panel:FIRST-CHILD + div.filter-field + div.lazy-cell-tree {
  top: 66px;
}
div.tree_view > div.action_panel:FIRST-CHILD + div.lazy-cell-tree {
  top: 40px;
}
/* style dla tree panela - drzewo + formularz */
.lazy_tree {
  width: 100%;
  height: 100%;
}
#lazy_tree .tree_view {
  background-color: #e7f1f8;
  background-image: linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -o-linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -moz-linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -webkit-linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -ms-linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e1edf6), color-stop(0.15, #ffffff), color-stop(0.85, #ffffff), color-stop(1, #e1edf6));
  /*if ie*/
  -pie-background: linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  behavior: url(styles/PIE.htc);
  /*endif*/
  border-left: 1px solid #b3cada;
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  width: 290px;
  color: #102e50;
}
#lazy_tree .tree_view .action_panel {
  background-color: #e6eaec;
  background-image: linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -o-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -moz-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -ms-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f4f7), color-stop(1, #dbdfe0));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #f0f4f7, #dbdfe0);
  behavior: url(styles/PIE.htc);
  /*endif*/
  border-bottom: 1px solid #d0d0d2;
  position: relative;
  width: auto;
  height: 27px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 2px;
  padding-bottom: 4px;
}
#lazy_tree .tree_content {
  position: absolute;
  left: 296px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  overflow: auto;
}
#lazy_tree .node_data {
  max-width: 205px;
  position: relative;
}
#lazy_tree .tree_node .node_data {
  width: 250px;
  max-width: 250px;
}
#lazy_tree .tree_node .tree_node .node_data {
  width: 235px;
  max-width: 235px;
}
#lazy_tree .tree_node .tree_node .tree_node .node_data {
  width: 220px;
  max-width: 220px;
}
#lazy_tree div.cellTreeItemImageValue {
  border-bottom: 1px solid #d7e2e8;
}
#lazy_tree div.cellTreeItem div.cellTreeEmptyMessage {
  padding-left: 24px;
}
#lazy_tree .node_data img.icon {
  /*display: inline;*/
  position: absolute;
  left: 0;
  top: 0;
}
#lazy_tree div.cellTreeItemImage img {
  margin-top: 7px;
}
#lazy_tree div.cellTreeItemValue {
  position: relative;
}
#lazy_tree div.cellTreeItemValue > div {
  display: table;
  min-height: 26px;
  height: 26px;
}
#lazy_tree div.cellTreeItemValue > div > div {
  display: table-cell;
  vertical-align: middle;
  /*margin-left: 28px;*/
  padding-top: 1px;
  padding-bottom: 1px;
}
#lazy_tree div.cellTreeItemValue > div > div.label {
  padding-left: 4px;
}
#lazy_tree div.cellTreeItemValue > span.hover-settings {
  position: absolute;
  top: 4px;
  right: 4px;
}
#lazy_tree .node_data div {
  /*display: inline;*/
  margin-left: 20px;
  white-space: normal;
}
#lazy_tree .node_data img.options {
  position: absolute;
  right: 0;
  top: 0;
}
.tree_view div.cellTreeSelectedItem {
  background-color: lightgray;
}
/** dawniej#lazy_tree span.unassigned { **/
.viewdata-widget.unassigned {
  font-style: italic;
}
.dragHelper {
  border: 1px solid #99CC99;
  background-color: #EEFFEE;
  padding: 3px;
}
/* Panel z akcjami dla wybranego elementu */
.path_panel {
  background-color: #e6eaec;
  background-image: linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -o-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -moz-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -ms-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f4f7), color-stop(1, #dbdfe0));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #f0f4f7, #dbdfe0);
  behavior: url(styles/PIE.htc);
  /*endif*/
  border-bottom: 1px solid #d0d0d2;
  color: #6a7c89;
  height: 32px;
  overflow-x: auto;
  left: 0;
  right: 0;
  top: 0;
  line-height: 30px;
  padding-left: 12px;
}
.path_panel > * {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
.action_panel-horizontal {
  background-color: #e6eaec;
  background-image: linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -o-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -moz-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -ms-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f4f7), color-stop(1, #dbdfe0));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #f0f4f7, #dbdfe0);
  behavior: url(styles/PIE.htc);
  /*endif*/
  border-bottom: 1px solid #d0d0d2;
  height: 45px;
  color: #132e4b;
  left: 0;
  right: 0;
  top: 0;
}
.path_panel:first-child + .action_panel-horizontal {
  top: 32px;
}
.linkable:hover {
  text-decoration: underline;
  cursor: pointer;
}
.action_panel-horizontal div.actions {
  overflow: hidden;
  height: 44px;
  display: block;
}
.action_panel-horizontal .actions > div {
  float: left;
  display: inline;
  text-align: center;
  padding-left: 10px;
  padding-right: 2px;
  line-height: 44px;
}
.action_panel-combobox .actions {
  padding-right: 22px;
}
.action_panel-combobox .more-button {
  height: 18px;
  padding: 0px;
}
.more-button {
  float: right;
  display: inline-block;
  padding: 4px;
  width: 22px;
  height: 22px;
  background-image: url("../images/icon_more.png");
  background-repeat: no-repeat;
  background-position: center center;
  outline: none;
  cursor: pointer;
}
.more-button:HOVER {
  background-image: url("../images/icon_more_active.png");
}
.action_panel-horizontal .more-button {
  padding: 12px;
}
.action_panel-horizontal > div.savecancel-panel {
  float: left;
  display: table;
  background-color: white;
  min-width: 120px;
  height: 46px;
  cursor: default;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0 8px 0 0;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
}
.action_panel-horizontal > div.savecancel-panel div {
  display: table-cell;
  vertical-align: middle;
}
.action_panel-horizontal > div.savecancel-panel div.button-panel {
  text-align: center;
}
.action_panel-simple-horizontal div.action-item {
  display: inline-block;
}
div.action-item-icon {
  line-height: 30px;
}
div.action-item {
  cursor: pointer;
}
.context-menu-content div.action-item:HOVER {
  background-color: #eee;
}
.context-menu-glasspanel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: default;
}
div.action-item > * {
  display: inline;
  vertical-align: middle;
  padding-right: 4px;
}
div.action-item:HOVER > div.label {
  text-decoration: underline;
}
/** styl disabled **/
div.action-item.disabled:hover > div.label {
  text-decoration: none;
}
div.action-item.disabled {
  color: #808080 !important;
  cursor: wait;
}
.action_panel-vertical {
  min-width: 160px;
}
.context-menu-vertical {
  cursor: pointer;
}
/* Formularze danych i komponenty danych */
div.dataform {
  position: absolute;
  top: 0px;
  /* wys akcji + path ustawiane programowo */
  left: 0;
  right: 0;
  bottom: 0;
}
.action_panel-horizontal:first-child + div.dataform {
  /*, .savecancel-panel:first-child + div.dataform {*/
  top: 55px;
}
.path_panel:first-child + .action_panel-horizontal + div.dataform {
  top: 80px;
  /*	top: 130px; testowe - kiedy wyświetlane były dwa panela na raz */
}
.path_panel:first-child + div.dataform {
  top: 30px;
}
.menubar-top,
div.dataform-caption {
  height: 22px;
  border-bottom: 4px solid #e2eff7;
  color: #0c3865;
  font-size: 14px;
  font-weight: bold;
  font-family: arial;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 10px;
}
div.dataform-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.dataform.hide-caption {
  position: relative;
}
.dataform.hide-caption div.dataform-caption {
  display: none;
}
div.paginator {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
div.paginator > div.paginator-content {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
}
div.paginator > div.paginator-content > div {
  padding-top: 10px;
  display: inline-block;
  height: 100%;
  position: absolute;
}
div.paginator > div.paginator-pages {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  padding-top: 10px;
  text-align: center;
}
div.paginator > div.paginator-pages > div {
  display: inline-block;
  margin-left: 1px;
  padding-left: 3px;
  margin-right: 1px;
  padding-right: 3px;
  cursor: pointer;
}
div.paginator > div.paginator-pages > div:HOVER,
div.paginator > div.paginator-pages > div.selected {
  border-radius: 3px 3px 3px 3px;
  /*if ie9*/
  /*endif*/
  background-color: #dde8f1;
  background-image: linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -o-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -moz-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -webkit-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -ms-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d3e3f0), color-stop(1, #e7ecf2));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #d3e3f0, #e7ecf2);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
div.dataform-caption > div.paginator {
  left: 36px;
}
/**.dataform-value>
 czy istnieja u nas komponenty poza kontekstem dataforma? 
**/
.gwt-ListBox {
  width: 250px;
}
.menubar-top-item,
div.dataform-caption-title,
div.dataform-caption-title {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 6px;
  white-space: nowrap;
  cursor: pointer;
  color: #0e3862;
  /* &:first-child {
		margin-left: 36px;
	} */
}
.menubar-top-item a,
div.dataform-caption-title a,
div.dataform-caption-title a,
.menubar-top-item a:VISITED,
div.dataform-caption-title a:VISITED,
div.dataform-caption-title a:VISITED {
  color: #0e3862;
  text-decoration: none;
}
.menubar-top-item a:HOVER,
div.dataform-caption-title a:HOVER,
div.dataform-caption-title a:HOVER {
  text-decoration: underline;
}
.menubar-top-item.label-error-validation,
div.dataform-caption-title.label-error-validation,
div.dataform-caption-title.label-error-validation {
  color: red;
}
div.dataform-caption-icon {
  width: 30px;
  height: 25px;
  position: absolute;
  left: 8px;
  top: 6px;
  background-repeat: no-repeat;
  background-position: center center;
}
div.dataform-caption-icon.warn {
  background-image: url("../images/icon2_warn.png");
  cursor: pointer;
}
div.dataform-caption-title:HOVER {
  text-decoration: underline;
}
div.dataform-caption-title.selected:HOVER {
  text-decoration: none;
}
.menubar-top-item.selected,
div.dataform-caption-title.selected {
  border-radius: 8px 8px 0px 0px;
  /*if ie9*/
  /*endif*/
  border-left: 2px solid #ddeaf2;
  border-top: 2px solid #ddeaf2;
  text-decoration: none;
  cursor: default;
  background-color: #dde8f1;
  background-image: linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -o-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -moz-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -webkit-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -ms-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d3e3f0), color-stop(1, #e7ecf2));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #d3e3f0, #e7ecf2);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
h1,
h2,
h3 {
  border-bottom: 6px solid #e3eff7;
  color: #0e3862;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  padding-bottom: 6px;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-family: arial;
  font-weight: bold;
}
div.wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
/*div.menubar + h1, div.menubar + h2, div.menubar + h3 {
	border-top: none;
	padding-top: 0;
}*/
/* Formularze danych - DataForm */
div.number {
  text-align: right;
}
div.dataform-row,
div.t-beaneditor-row {
  width: 100%;
  background-image: url("../images/dataform_line.png");
  background-repeat: repeat-y;
  background-position: 230px 0px;
  clear: both;
}
div.t-beaneditor.limit-width div.t-beaneditor-row > *:nth-child(2) {
  max-width: 750px;
}
div.t-beaneditor div.t-error {
  color: red;
  margin-left: 27px;
}
div.t-beaneditor div.t-beaneditor-row > label + div {
  padding-left: 250px;
}
div.t-beaneditor-row div {
  padding-top: 7px;
  padding-bottom: 7px;
}
div.warn-hint {
  border-radius: 3;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  background: url("../images/wnd_pointer.png") no-repeat left center #ff4d3b;
  padding: 4px;
  color: white;
}
.disabled {
  font-color: #5a5a5a;
}
dl.t-beandisplay {
  width: 100%;
  /*background-image: url("../images/dataform_line.png");
	background-repeat: repeat-y;
	background-position: 203px 0px;*/
  line-height: 24px;
}
div.dataform-row:nth-child(odd),
div.dataform-row-fullwidth:nth-child(odd),
div.t-beaneditor-row:nth-child(odd),
dl.t-beandisplay > dt:nth-child(4n+1),
dl.t-beandisplay > dd:nth-child(4n+2) {
  background-color: #ffffff;
}
div.dataform-row:nth-child(even),
div.dataform-row-fullwidth:nth-child(even),
div.t-beaneditor-row:nth-child(even),
dl.t-beandisplay > dt:nth-child(4n+3),
dl.t-beandisplay > dd:nth-child(4n) {
  background-color: #f1f6f9;
}
div.dataform-tab {
  position: absolute;
  overflow: auto;
  left: 0;
  right: 0;
  top: 36px;
  bottom: 0;
}
div.dataform > div.button-panel {
  position: absolute;
  right: 0;
  bottom: 0;
}
.dataform-value {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: middle;
}
.dataform-row .dataform-value {
  margin-left: 230px;
}
.dataform-row .dataform-value div.view-label {
  line-height: 24px;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  word-break: break-word;
  word-wrap: break-word;
}
.dataform-row .dataform-value span.value-label {
  line-height: 24px;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.dataform-row .dataform-value .number {
  max-width: 240px;
}
.dataform-row .dataform-value .number.view-label {
  text-align: left;
}
.dataform-row .dataform-value .gwt-RadioButton {
  line-height: 24px;
}
.dataform-row .dataform-value .gwt-RadioButton-disabled {
  color: #AAA;
}
dl.t-beandisplay > dd {
  padding-left: 20px;
  /*border-left: 1px solid black;*/
}
div.dataform-value .multiline,
dl.t-beandisplay > dd .multiline {
  line-height: normal;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dataform-row-fullwidth .dataform-label {
  display: block;
}
div.dataform-label {
  width: 195px;
  float: left;
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  /*border-right: 1px solid #c9d2de;*/
}
div.dataform-label:first-child {
  margin-left: 23px;
}
.error_message {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  font-size: 18px;
  color: red;
  margin: 34px;
}
.error_message > p {
  margin-top: 8px;
  border-top: 1px solid gray;
  padding-top: 8px;
  font-size: 11px;
  color: black;
}
dl.t-beandisplay > dt {
  padding-left: 27px;
  width: 203px;
  padding-right: 20px;
  float: left;
  background-image: url("../images/dataform_line.png");
  background-repeat: repeat-y;
  background-position: 230px 0px;
}
.t-beaneditor {
  display: table;
  width: 100%;
}
.t-beaneditor-row {
  display: table-row;
}
.t-beaneditor-row > label {
  width: 193px;
  float: left;
  margin-left: 27px;
  margin-right: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: table-cell;
  /*border-right: 1px solid #c9d2de;*/
}
.t-beaneditor-row > input[type=submit] {
  margin-left: 250px;
}
div.readwrite-panel,
div.readwrite-panel:FOCUS {
  /*position: relative;
	min-height: 24px;*/
  outline: none;
  margin-right: 10px;
}
/*div.readwrite-panel > div:FIRST-CHILD {
	margin-right: 20px;
	display:inline-block;
}*/
.readwrite-cancel,
.readwrite-edit {
  float: left;
  padding-top: 5px;
  margin-left: 6px;
  cursor: pointer;
}
div.tablemode {
  display: table-row;
}
div.tablemode > * {
  display: table-cell;
  padding-right: 10px;
}
div.button-panel {
  text-align: right;
}
/** dock panel **/
.dock-panel {
  position: relative;
  width: 100%;
  height: 100%;
}
.dock-panel:last-child {
  border-bottom: 1px solid #c8ddf0;
}
.dock-panel-top {
  position: absolute;
  top: 0;
}
.dock-top-right {
  position: absolute;
  right: 0;
  top: 0;
}
.dock-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.dock-center {
  position: absolute;
  top: 30px;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 8px;
  overflow: auto;
  background: white;
}
.dock-center.with-button-panel {
  bottom: 28px !important;
}
.dock-bottom {
  position: absolute;
  bottom: 0px !important;
  background: white;
  min-height: 28px;
}
.resizer {
  background-image: url('../images/resize.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.ddialog {
  display: relative;
  /*if ie8*/
  border: 1px solid #ccc;
  /*endif*/
}
.ddialog-normal {
  min-width: 400px;
  height: 120px;
}
.ddialog-bigcontent {
  min-width: 600px;
  height: 160px;
}
.ddialog .dock-center,
.dock-bottom {
  border-left: 1px solid #c8ddf0;
  border-right: 1px solid #c8ddf0;
}
.ddialog .dock-bottom {
  right: 0px;
  left: 0px;
}
.context-menu-caption {
  border-radius: 5px 5px 0 0;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  background-color: #5fa3d4;
  min-height: 20px;
  padding: 4px 0 0 8px;
}
.context-menu {
  /* 	min-width: 70px; */
  -moz-box-shadow: 2px 2px 5px 1px #ccc;
  -webkit-box-shadow: 2px 2px 5px 1px #ccc;
  box-shadow: 2px 2px 5px 1px #ccc;
  /*if ie8*/
  border: 1px solid #ccc;
  /*endif*/
}
.context-menu-content {
  padding: 4px;
  background-color: white;
}
.context-menu-content > .label:hover {
  background-color: #ccc;
  cursor: pointer;
}
.context-menu-submenu:after {
  content: ' \2023';
  /* wypełniony trójkąt arial */
}
.context-menu-vertical {
  padding-bottom: 4px;
  padding-top: 2px;
  clear: both;
  border-bottom: 1px solid #cad2df;
  width: 100%;
}
.context-menu-content > .action_panel > *:last-child {
  border: none;
}
.context-menu-vertical:hover {
  background-color: #ccc;
}
div.glasspane {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #002a63;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
}
div.glasspane.processing-glasspanel {
  cursor: wait !important;
}
div.glasspane.no-background-glasspanel {
  background-color: transparent !important;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}
div.childglasspane {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
}
div.blockpane {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ddialog .popupContent {
  width: 100%;
  height: 100%;
}
.ddialog-title-panel {
  color: white;
  position: absolute;
  top: 0;
  width: 100%;
  height: 30px;
  background-color: #5fa3d4;
  cursor: move;
  line-height: 30px;
  border-radius: 8px 8px 0 0;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
}
.ddialog-title-panel > img {
  cursor: pointer;
}
.ddialog-close {
  right: 6px;
  top: 7px;
  position: absolute;
}
.ddialog-refresh {
  position: absolute;
  right: 28px;
  top: 7px;
}
.ddialog-title {
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 40px;
}
/** slider bar **/
.gwt-SliderBar-shell {
  height: 30px;
}
.gwt-SliderBar-shell .gwt-SliderBar-line {
  border: 1px solid black;
  background-color: white;
  height: 4px;
  width: 95%;
  top: 22pt;
  overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-knob {
  top: 14pt;
  width: 11px;
  height: 21px;
  z-index: 1;
  cursor: pointer;
}
.gwt-SliderBar-shell .gwt-SliderBar-tick {
  top: 12pt;
  width: 1px;
  height: 8pt;
  background: black;
  overflow: hidden;
}
.gwt-SliderBar-shell .gwt-SliderBar-label {
  top: 2pt;
  font-size: 8pt;
  cursor: default;
}
.gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
  background-color: #DDDDDD;
  cursor: pointer;
}
/** misc **/
.ddialog-finisher {
  text-align: center;
  width: 300px !important;
  height: 100px !important;
}
/** z overrides.css **/
.nullValue {
  color: #5a5a5a;
  font-style: italic;
}
.notImportant {
  color: #888888;
}
/** TextBox */
input[type=text],
input[type=password],
.gwt-TextBox,
.gwt-PasswordTextBox,
textarea,
select {
  padding-left: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  border: 1px solid #afd2e8;
  margin: 2px;
  background: white;
  width: 240px;
  /*if notif8*/
  border-radius: 3px;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  /*endif*/
  color: #002a63;
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
}
input[type=text]:hover,
input[type=password]:hover,
.gwt-TextBox:hover,
.gwt-PasswordTextBox:hover,
textarea:hover,
select:hover {
  border-color: #00c0ff;
}
input[type=text]:active,
input[type=password]:active,
.gwt-TextBox:active,
.gwt-PasswordTextBox:active,
textarea:active,
select:active {
  border-color: #00c0ff;
}
input[type=text]:focus,
input[type=password]:focus,
.gwt-TextBox:focus,
.gwt-PasswordTextBox:focus,
textarea:focus,
select:focus {
  border-color: #00c0ff;
}
input[type=text][disabled],
input[type=password][disabled],
.gwt-TextBox[disabled],
.gwt-PasswordTextBox[disabled],
textarea[disabled],
select[disabled],
input[type=text]:disabled,
input[type=password]:disabled,
.gwt-TextBox:disabled,
.gwt-PasswordTextBox:disabled,
textarea:disabled,
select:disabled {
  background-color: #dddddd;
  border-color: #acacac;
  color: #8b8b8b;
}
option:HOVER {
  background-color: #cde2f1;
  border-radius: 4px;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  border-color: #eef5fa;
}
input[type=checkbox].jqueryUI,
input[type=radio].jqueryUI {
  display: inline-block;
}
/*if notIe8*/
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label,
input[type=checkbox] + img + label {
  min-height: 14px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  background: url("../images/input_checkbox_unselected.png") no-repeat left center;
  display: inline-block;
}
input[type=checkbox]:checked + label,
input[type=checkbox]:checked + img + label {
  background: url("../images/input_checkbox_selected.png") no-repeat left center;
  display: inline-block;
}
/*endif*/
/*if notIe8*/
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  min-height: 14px;
  padding-left: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  background: url("../images/input_radio_unselected.png") no-repeat left center;
}
input[type=radio]:checked + label {
  background: url("../images/input_radio_selected.png") no-repeat left center;
}
/*endif*/
input[type=submit],
button,
a.button,
.gwt-Button,
.action_panel-simple-horizontal div.action-item,
div.button {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  margin: 2px;
  text-decoration: none;
  cursor: pointer;
  /*if notIe8*/
  border-radius: 4px;
  /*if ie9*/
  /*endif*/
  /*endif*/
  color: white;
  border: none;
  background-color: #175199;
  background-image: linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -o-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -moz-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -webkit-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -ms-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #286abc), color-stop(1, #063876));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #286abc, #063876);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
input[type=submit]:hover,
button:hover,
a.button:hover,
.gwt-Button:hover,
.action_panel-simple-horizontal div.action-item:hover,
div.button:hover {
  color: white;
  border: none;
  background-color: #0c3a73;
  background-image: linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -o-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -moz-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -webkit-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -ms-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f4991), color-stop(1, #092b55));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #0f4991, #092b55);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
.table-footer-actions div.label {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  margin: 2px;
  text-decoration: none;
  cursor: pointer;
  /*if notIe8*/
  border-radius: 4px;
  /*if ie9*/
  /*endif*/
  /*endif*/
  color: white;
  border: none;
  background-color: #175199;
  background-image: linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -o-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -moz-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -webkit-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -ms-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #286abc), color-stop(1, #063876));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #286abc, #063876);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
.table-footer-actions div.label:hover {
  color: white;
  border: none;
  background-color: #0c3a73;
  background-image: linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -o-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -moz-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -webkit-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -ms-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f4991), color-stop(1, #092b55));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #0f4991, #092b55);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
div.button {
  display: inline-block;
}
.gwt-PushButton {
  display: inline;
  outline: none;
}
.gwt-PushButton img {
  vertical-align: top;
  margin-top: 2px;
}
input[type=submit][disabled],
button[disabled] {
  cursor: default;
  color: #b2b2b2;
  border: none;
  background-color: #61656a;
  background-image: linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -o-linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -moz-linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -webkit-linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -ms-linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #737b84), color-stop(1, #4f4f4f));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #737b84, #4f4f4f);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
input[type=submit][disabled]:hover,
button[disabled]:hover {
  color: #b2b2b2;
  border: none;
  background-color: #61656a;
  background-image: linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -o-linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -moz-linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -webkit-linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -ms-linear-gradient(top, #737b84 0%, #4f4f4f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #737b84), color-stop(1, #4f4f4f));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #737b84, #4f4f4f);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
img.tristate-checkbox {
  cursor: pointer;
}
.gwt-TabPanelBottom {
  border: none;
}
.gwt-TabBarItem {
  background: none;
}
.cellTableSelectedRowCell {
  background-color: darkgray;
}
.dataGridSelectedRowCell {
  background-color: darkgray;
}
/** Dodatkowe komponenty */
/* cron editor */
.cron-editor {
  min-height: 280px;
  position: relative;
}
.cron-editor > .gwt-CheckBox {
  position: absolute;
  bottom: 50px;
}
.ch-modes {
  position: absolute;
  bottom: 25px;
}
.ch-modes * {
  display: inline;
  margin-right: 15px;
}
.cron-label {
  width: 100px;
  float: left;
  padding: 8px 0 0 8px;
}
.cron-value .gwt-TextBox {
  width: 80px;
}
.cron-value .gwt-ListBox {
  width: 100px;
}
.simple-mode > .cron-row > .cron-value .gwt-ListBox {
  display: inline-block;
  margin-left: 4px;
}
.simple-mode > .cron-row > .cron-value .label {
  display: inline-block;
  margin-left: 4px;
}
.cron-editor > .info-label {
  width: 360px;
  border-bottom: 1px solid orange;
  position: absolute;
  bottom: 5px;
}
.info-label > .label {
  display: inline;
}
.predefined-cron div {
  display: inline-block;
}
/* tab panel */
.tab_panel {
  min-width: 150px;
}
.tab_panel_caption {
  margin-bottom: 8px;
  padding: 4px;
}
.tab_panel_caption div {
  display: inline-block;
  padding-right: 20px;
  margin: 4px;
  border-right: 1px solid black;
}
.tab_panel_caption div:last-child {
  border: none;
}
.tab_panel_caption div:hover {
  text-decoration: underline;
}
.caption_active {
  font-style: italic;
}
.oracle-select input {
  width: 240px;
}
.oracle-popup {
  min-width: 240px;
  min-height: 210px;
  max-height: 210px;
  border: 1px solid black;
  background-color: white;
  padding: 4px;
  z-index: 999;
  cursor: pointer;
}
.oracle-popup .oracle-info {
  float: right;
}
/** lekko mniejszy button z odstępem **/
.oracle-select img {
  display: inline-block;
  width: 20px;
  margin-right: 6px;
}
.oracle-popup-selected {
  background-color: lightgray;
  font-weight: bold;
}
.oracle-popup-focus:focus {
  outline: none;
}
.oracle-popup-scroll {
  height: 200px;
  /*	overflow: auto;*/
  position: relative;
}
.oracle-popup-extended-info {
  font-size: 80%;
  font-style: italic;
}
/* associastion selector */
.association-selector {
  width: 400px;
  height: 300px;
  overflow: scroll;
}
.association-controls {
  display: inline-block;
}
.association-row {
  width: 100%;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
}
.association-changed {
  font-weight: bold;
  font-style: italic;
}
.association-changed:before {
  content: "*";
}
.table-header > img {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}
.data-grid .table-content.no-pager {
  top: 0px;
}
.table-header * {
  vertical-align: middle;
}
.filter-field {
  position: relative;
  height: 32px;
  width: 100%;
  display: inline-block;
  max-width: 290px;
}
.filter-field .search {
  margin: 8px 0 0 6px;
}
.filter-field .erase {
  vertical-align: middle;
  margin: 0 4px 0 4px;
  position: absolute;
  right: 4px;
  top: 9px;
  cursor: pointer;
}
.filter-field .switchable:hover {
  box-shadow: 2px 2px 2px #222;
}
.filter-field > div.input-holder {
  position: absolute;
  left: 30px;
  top: 4px;
  right: 40px;
}
.filter-field > div.input-holder > input {
  width: 100%;
}
/* error popup box */
.gwt-PopupPanelGlass {
  background-color: black;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* For IE8 and earlier */
}
.gwt-PopupPanel.error-popup {
  background-color: white !important;
  border: solid 1px black;
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
}
.error-popup .popupContent div div {
  padding-left: 10px;
  padding-right: 10px;
}
.error-popup .popupContent div div:first-child .gwt-Label {
  font-size: 13px;
  color: red;
  /*padding: 10px;*/
  /*margin-bottom: 10px;*/
}
.error-popup .error-popup-content {
  max-width: 900px;
  min-width: 300px;
}
.error-popup .error-popup-caption {
  font-size: 16px;
  color: red;
  padding-top: 10px;
  padding-bottom: 10px;
}
.error-popup .error-popup-buttons {
  text-align: right;
}
.label-error-validation {
  color: red;
}
.password-panel > div > input {
  display: inline-block;
}
.password-info {
  display: inline-block;
  padding: 3px;
  border-radius: 4px;
  max-width: 240px;
}
.password-panel-str {
  width: 221px;
  height: 15px;
  background-repeat: no-repeat !important;
  margin-left: 2px;
  border: 1px solid lightgray;
}
.password-panel-str-txt {
  margin: 3px;
}
.password-bad {
  background-image: url("../images/password-str-bad.png") !important;
}
.password-ok {
  background-image: url("../images/password-str-ok.png") !important;
}
.report-query-editor > * {
  display: block;
  margin: 10px;
  min-width: 300px;
}
.report-query-editor-param * {
  width: 100px;
  margin: 4px;
  display: inline-block;
}
.EditReport .dataform-label {
  width: 50px;
}
.EditReport .dataform-value {
  margin-left: 100px;
}
.EditReport .dataform-row {
  background-position: 100px;
}
.EditReport .gwt-ListBox {
  width: 150px;
}
/** checkbox zrealizowany na radio, odstep pomiedzy radio buttonami **/
.gwt-RadioButton + .gwt-RadioButton {
  margin-left: 20px;
}
.html-formatted {
  padding-top: 4px;
  padding-bottom: 4px;
}
.html-formatted td {
  line-height: 14px;
  padding-right: 8px;
  word-break: break-word;
  word-wrap: break-word;
}
.dataform-value > .gwt-HTML {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.development-levels > div {
  display: block;
  float: left;
}
.development-levels > div img {
  vertical-align: middle;
}
.development-levels > div span {
  padding-left: 6px;
  padding-right: 4px;
}
.icon-status img {
  padding-right: 5px;
}
/**
rozmiary kolumn tabelek
*/
div.subnet-found {
  overflow: auto;
}
.subnet-found-ipAddress {
  width: 100px;
}
.subnet-found-mac {
  width: 120px;
}
.subnet-found-serialNumber {
  width: 100px;
}
.subnet-found-model {
  width: 120px;
}
.subnet-found-name {
  width: 150px;
}
.subnet-found-firstSeenTime {
  width: 120px;
}
.subnet-found-lastSeenTime {
  width: 120px;
}
.subnet-found-location {
  width: 200px;
}
.subnet-found-ipChangeCount {
  width: 60px;
}
.subnet-found-foundCount {
  width: 80px;
}
.subnet-found-lostCount {
  width: 60px;
}
.subnet-requests-timeAdded {
  width: 120px;
}
.subnet-requests-minorParam {
  width: 300px;
}
.subnet-requests-targetModule {
  width: 150px;
}
.subnet-requests-timeStarted {
  width: 120px;
}
.subnet-requests-timeCompleted {
  width: 120px;
}
.subnet-requests-status {
  width: 80px;
}
div.printer-current-alerts {
  overflow: auto;
}
.printer-current-alerts-timeIndex {
  width: 120px;
}
.printer-current-alerts-code {
  width: 60px;
}
.printer-current-alerts-element {
  width: 70px;
}
.printer-current-alerts-description {
  width: 300px;
}
.printer-current-alerts-descriptionArgument {
  width: 90px;
}
.printer-current-alerts-trainingLevel {
  width: 50px;
}
.printer-current-alerts-errorGroup {
  width: 80px;
}
.printer-current-alerts-connectionStatus {
  width: 30px;
}
.printer-silent-alerts-timeIndex {
  width: 120px;
}
.printer-silent-alerts-code {
  width: 60px;
}
.printer-silent-alerts-element {
  width: 70px;
}
.printer-silent-alerts-description {
  width: 300px;
}
.printer-silent-alerts-descriptionArgument {
  width: 90px;
}
.printer-silent-alerts-trainingLevel {
  width: 50px;
}
.printer-silent-alerts-errorGroup {
  width: 80px;
}
.printer-silent-alerts-connectionStatus {
  width: 30px;
}
div.printer-old-alerts {
  overflow: auto;
}
.printer-old-alerts-timeIndex {
  width: 120px;
}
.printer-old-alerts-code {
  width: 60px;
}
.printer-old-alerts-element {
  width: 70px;
}
.printer-old-alerts-timeSolved {
  width: 120px;
}
.printer-old-alerts-description {
  width: 300px;
}
.printer-old-alerts-descriptionArgument {
  width: 90px;
}
.printer-old-alerts-trainingLevel {
  width: 70px;
}
.printer-old-alerts-errorGroup {
  width: 80px;
}
.printer-old-alerts-connectionStatus {
  width: 120px;
}
.printer-toner-swaps-timeIndex {
  width: 120px;
}
.printer-toner-swaps-mainCounter {
  width: 80px;
}
.printer-toner-swaps-code {
  width: 60px;
}
.printer-toner-swaps-element {
  width: 70px;
}
.printer-toner-swaps-description {
  width: 300px;
}
.printer-toner-swaps-descriptionArgument {
  width: 90px;
}
.printer-toner-swaps-trainingLevel {
  width: 30px;
}
.printer-toner-swaps-errorGroup {
  width: 30px;
}
.printer-toner-swaps-connectionStatus {
  width: 30px;
}
div.printer-traces {
  overflow: auto;
}
table.printer-traces {
  min-width: 1400px;
}
.printer-traces-timeIndex {
  width: 120px;
}
.printer-traces-mainCounter {
  width: 80px;
}
.printer-traces-mainCounterIncr {
  width: 80px;
}
.printer-traces-errorStateFull {
  width: 120px;
}
.printer-traces-soapStatus {
  width: 120px;
}
.printer-traces-devK {
  width: 80px;
}
.printer-traces-devC {
  width: 80px;
}
.printer-traces-devM {
  width: 80px;
}
.printer-traces-devY {
  width: 80px;
}
.printer-traces-traysExtra {
  width: 220px;
}
.printer-traces-allFlags {
  width: 160px;
}
.printer-traces-processedCopyBwCounter {
  width: 70px;
}
.printer-traces-processedCopyColCounter {
  width: 70px;
}
.printer-traces-processedPrintBwCounter {
  width: 70px;
}
.printer-traces-processedPrintColCounter {
  width: 70px;
}
.printer-traces-processedScanBwCounter {
  width: 70px;
}
.printer-traces-processedScanColCounter {
  width: 70px;
}
.printer-traces-processedFaxInBwCounter {
  width: 70px;
}
.printer-traces-processedFaxInColCounter {
  width: 70px;
}
.printer-traces-processedFaxOutBwCounter {
  width: 70px;
}
.printer-traces-processedFaxOutColCounter {
  width: 70px;
}
.printer-traces-processedTotalBwCounter {
  width: 70px;
}
.printer-traces-processedTotalColCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_timeIndex {
  width: 120px;
}
.printer-traces-historicPrinterState_mainCounter {
  width: 80px;
}
.printer-traces-historicPrinterState_mainCounterIncr {
  width: 80px;
}
.printer-traces-historicPrinterState_errorStateFull {
  width: 120px;
}
.printer-traces-historicPrinterState_soapStatus {
  width: 120px;
}
.printer-traces-historicPrinterState_devK {
  width: 80px;
}
.printer-traces-historicPrinterState_devC {
  width: 80px;
}
.printer-traces-historicPrinterState_devM {
  width: 80px;
}
.printer-traces-historicPrinterState_devY {
  width: 80px;
}
.printer-traces-historicPrinterState_traysExtra {
  width: 220px;
}
.printer-traces-historicPrinterState_allFlags {
  width: 160px;
}
.printer-traces-historicPrinterState_processedCopyBwCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedCopyColCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedPrintBwCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedPrintColCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedScanBwCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedScanColCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedFaxInBwCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedFaxInColCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedFaxOutBwCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedFaxOutColCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedTotalBwCounter {
  width: 70px;
}
.printer-traces-historicPrinterState_processedTotalColCounter {
  width: 70px;
}
div.usermonitored {
  overflow: auto;
}
.usermonitored-subnet_subnetMask {
  width: 100px;
}
.usermonitored-givenName {
  width: 100px;
}
.usermonitored-netbiosName {
  width: 120px;
}
.usermonitored-targetAddress {
  width: 100px;
}
.usermonitored-mac {
  width: 120px;
}
.usermonitored-resolvedIp {
  width: 100px;
}
.usermonitored-model {
  width: 120px;
}
.usermonitored-familyName {
  width: 100px;
}
.usermonitored-serialNumber {
  width: 120px;
}
.usermonitored-location_name {
  width: 120px;
}
.usermonitored-connectionStatus {
  width: 100px;
}
.usermonitored-users_to_printers_allFlags512 {
  width: 60px;
}
.usermonitored-users_to_printers_allFlags256 {
  width: 60px;
}
.usermonitored-users_to_printers_monitoredErrstate {
  width: 60px;
}
div.user-pq {
  overflow: auto;
}
.user-pq-driver {
  width: 200px;
}
.user-pq-fileName {
  width: 240px;
}
.user-pq-addTime {
  width: 120px;
}
.user-pq-totalPages {
  width: 40px;
}
div.jobs-projects {
  overflow: auto;
}
.jobs-projects-printDate {
  width: 120px;
}
.jobs-projects-documentName {
  width: 240px;
}
.jobs-projects-pages {
  width: 40px;
}
.jobs-projects-cost {
  width: 60px;
}
div.user-archived {
  overflow: auto;
}
.user-archived-printer {
  width: 120px;
}
.user-archived-printDate {
  width: 120px;
}
.user-archived-documentName {
  width: 240px;
}
.user-archived-pages {
  width: 40px;
}
.user-archived-cost {
  width: 60px;
}
div.vprinter-pq {
  overflow: auto;
}
.vprinter-pq-user_username {
  width: 200px;
}
.vprinter-pq-fileName {
  width: 240px;
}
.vprinter-pq-addTime {
  width: 120px;
}
.vprinter-pq-totalPages {
  width: 40px;
}
div.printer-pq {
  overflow: auto;
}
.printer-pq-user_username {
  width: 200px;
}
.printer-pq-fileName {
  width: 240px;
}
.printer-pq-addTime {
  width: 120px;
}
.printer-pq-totalPages {
  width: 40px;
}
div.monitoredprinters .table-content {
  overflow: auto;
}
.monitoredprinters-mac {
  width: 120px;
}
.monitoredprinters-targetAddress {
  width: 100px;
}
.monitoredprinters-resolvedIp {
  width: 100px;
}
.monitoredprinters-serialNumber {
  width: 120px;
}
.monitoredprinters-givenName {
  width: 150px;
}
.monitoredprinters-netbiosName {
  width: 160px;
}
.monitoredprinters-model {
  width: 160px;
}
.monitoredprinters-familyName {
  width: 100px;
}
.monitoredprinters-locationDescription {
  width: 160px;
}
.monitoredprinters-subnet_organizationalUnit {
  width: 150px;
}
.monitoredprinters-subnet_organizationalName {
  width: 150px;
}
.monitoredprinters-subnet_subnetMask {
  width: 100px;
}
.monitoredprinters-subnet_description {
  width: 200px;
}
.monitoredprinters-subnet_designation__ {
  width: 200px;
}
.monitoredprinters-location_name {
  width: 120px;
}
.monitoredprinters-tonerLimitsGroup_name {
  width: 150px;
}
.monitoredprinters-tonerSupplyGroup_name {
  width: 150px;
}
.monitoredprinters-costGroup_name {
  width: 150px;
}
.monitoredprinters-periodicReviewGroup_name {
  width: 150px;
}
.monitoredprinters-periodicReviewGroup_review_cycle__ {
  width: 80px;
}
.monitoredprinters-periodicReviewGroup_review_days__ {
  width: 80px;
}
.monitoredprinters-lastReviewCounter {
  width: 80px;
}
.monitoredprinters-lastReviewTime {
  width: 120px;
}
.monitoredprinters-periodicReviewGroup_review_counter_left__ {
  width: 90px;
}
.monitoredprinters-periodicReviewGroup_review_days_left__ {
  width: 90px;
}
.monitoredprinters-periodicReviewGroup_review_status__ {
  width: 190px;
}
.monitoredprinters-addedToMonitoredTime {
  width: 120px;
}
.monitoredprinters-firstGatherTime {
  width: 120px;
}
.monitoredprinters-lastGatherTime {
  width: 120px;
}
.monitoredprinters-currentState_devK {
  width: 70px;
}
.monitoredprinters-currentState_devC {
  width: 70px;
}
.monitoredprinters-currentState_devM {
  width: 70px;
}
.monitoredprinters-currentState_devY {
  width: 70px;
}
.monitoredprinters-currentState_mainCounter {
  width: 60px;
}
.monitoredprinters-connectionStatus {
  width: 140px;
}
.monitoredprinters-soapStatus {
  width: 130px;
}
.monitoredprinters-jobLogStatus {
  width: 130px;
}
div.journal .table-content {
  overflow: auto;
}
.journal-mech {
  width: 120px;
}
.journal-timeIndex {
  width: 60px;
}
.journal-level {
  width: 35px;
}
.journal-msgStr {
  width: 400px;
}
div.joblog .table-content {
  overflow: auto;
}
.joblog-timeIndex {
  width: 120px;
}
.joblog-finishTime {
  width: 120px;
}
.joblog-status {
  width: 100px;
}
.joblog-jobType {
  width: 100px;
}
.joblog-jobSubtype {
  width: 300px;
}
.joblog-hostAddress {
  width: 120px;
}
.joblog-pdlTrackId {
  width: 150px;
}
.joblog-pdlPcLoginName {
  width: 200px;
}
.joblog-pdlPcName {
  width: 200px;
}
.joblog-pdlPcPortName {
  width: 200px;
}
.joblog-pdlJobDocName {
  width: 500px;
}
.joblog-pdlCreatePages {
  width: 70px;
}
.joblog-pdlColorMode {
  width: 100px;
}
.joblog-pdlTonerSave {
  width: 85px;
}
.joblog-scanPages {
  width: 85px;
}
.joblog-scanColorMode {
  width: 100px;
}
.joblog-plotPages {
  width: 85px;
}
.joblog-plotCopies {
  width: 50px;
}
.joblog-plotOutMode {
  width: 70px;
}
.joblog-plotColorMode {
  width: 100px;
}
.joblog-plotPaperSize {
  width: 70px;
}
.joblog-plotColorModeCnt {
  width: 100px;
}
.joblog-plotPaperSizeCnt {
  width: 80px;
}
.joblog-plotCntTonerYmc {
  width: 60px;
}
.joblog-plotCntTonerBk {
  width: 70px;
}
.joblog-plotCntBkA4 {
  width: 70px;
}
.joblog-plotCnt1colA4 {
  width: 70px;
}
.joblog-plotCnt2colA4 {
  width: 70px;
}
.joblog-plotCntFullColA4 {
  width: 92px;
}
.joblog-plotCntBkA3 {
  width: 70px;
}
.joblog-plotCnt1colA3 {
  width: 70px;
}
.joblog-plotCnt2colA3 {
  width: 70px;
}
.joblog-plotCntFullColA3 {
  width: 92px;
}
/**
 * poniżej nieużywane chyba
 */
.joblog-printerAddress {
  width: 100px;
}
.joblog-serialNumber {
  width: 120px;
}
.joblog-transferTime {
  width: 120px;
}
.joblog-jobLogNumber {
  width: 100px;
}
.joblog-operation {
  width: 100px;
}
.joblog-pdlCreateDate {
  width: 80px;
}
.joblog-pdlCreateTime {
  width: 80px;
}
.joblog-pdlDocName {
  width: 100px;
}
div.cashier-depletions .table-content {
  overflow: auto;
}
.cashier-depletions-moneySum {
  width: 90px;
}
.cashier-depletions-billsCount {
  width: 70px;
}
.cashier-depletions-coinsCount {
  width: 70px;
}
.cashier-depletions-resetCount {
  width: 70px;
}
.cashier-depletions-timeIndex {
  width: 120px;
}
.user-balance-change {
  overflow: auto;
}
.user-balance-change-date {
  width: 60px;
}
.user-balance-change-type {
  width: 120px;
}
.user-balance-change-cost {
  width: 60px;
}
.user-balance-change-typeConnection {
  width: 200px;
}
.user-balance-change-change {
  width: 60px;
}
.user-balance-change-planChanges {
  width: 300px;
}
.cell-string {
  word-wrap: break-word;
}
.cell-number {
  text-align: right;
}
.table-checker {
  width: 25px;
}
.table-ordinal-number {
  width: 37px;
}
.table-footer-checking {
  width: 25%;
  float: left;
}
.table-header-page-selector {
  width: 80px;
}
.table-footer-pager {
  float: left;
  width: 50%;
}
.table-footer-pager > table {
  text-align: center;
  margin: 0 auto;
}
.table-footer-actions {
  width: 25%;
  text-align: right;
  float: right;
  padding-top: 6px;
}
.property-delete {
  vertical-align: middle;
}
.property-editor .lazy-loading-panel {
  display: inline-block;
}
/** TODO wieksze ikonki wyciac **/
.property-editor img {
  width: 13px;
}
.cell_table > div {
  overflow: auto;
}
.nullable-panel > .gwt-CheckBox {
  margin-top: 5px;
  float: left;
}
.nullable-panel > div {
  display: inline-block;
}
/** do mierzenia szerokości tekstu **/
#ruler {
  visibility: hidden;
  white-space: nowrap;
  font-size: 11px;
}
/** nadpisane stylow dla tabpanela nie w formularzu **/
.tab-panel .dataform-caption {
  position: static;
  display: inline-block;
}
.tab-panel .dataform-caption a,
.tab-panel .dataform-caption a:VISITED {
  color: #0e3862;
}
.tab-panel .dataform-tab {
  /**position: static;**/
  top: 80px;
}
.multiline-label {
  color: darkblue;
  line-height: normal;
  font-family: arial;
}
.multiline-label > pre {
  font-family: arial;
}
div.updownmove-panel {
  position: absolute;
  right: 4px;
}
div.updownmove-panel * {
  cursor: pointer;
  display: inline-block;
}
div.updownmove-panel img {
  width: 16px;
  height: 16px;
}
/** wirtualny root, wyswietla samego labela bez formularza **/
.tree_content > .label {
  margin: 30px;
  margin-bottom: 0;
}
.cell_table.searching .cellTableSortableHeader {
  text-decoration: underline;
}
.dataGridSortableHeader {
  text-decoration: underline;
}
/** akcje wyświetlane w VirtualSubRoot **/
.label + .action_panel .savecancel-panel {
  display: none;
}
.label + .action_panel-horizontal {
  background: none;
  border: none;
  margin: 20px;
}
/** eot vsr **/
/** zrobic tutaj ikonkę? **/
.cellTreeEmptyMessage {
  margin: 5px 0px 5px 40px;
}
/*
.domain-tree {
	width: 100%;
	height: 300px;
	overflow: auto;	
}
nieużywane
*/
/** style drzewko wyboru struktur domeny do importu, mozna sie im jeszcze przyjrzec **/
.simple-tree-selector {
  padding: 15px;
  /*    min-width: 100%;*/
  min-height: 300px;
  /*     style drzewka wzorowane na lazytree2 */
}
.simple-tree-selector .scroll-tree {
  /*    	height: 300px;*/
}
.simple-tree-selector .prefix-panel * {
  display: inline-block;
}
.simple-tree-selector .simple-tree-selector .gwt-TreeItem {
  height: 23px;
}
.simple-tree-selector .gwt-TreeItem * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.simple-tree-selector .gwt-Tree table {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.simple-tree-selector .gwt-Tree table > tbody > tr > td:first-child {
  padding-left: 5px !important;
}
.simple-tree-selector .gwt-Tree .gwt-TreeItem {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.column-editor {
  position: relative;
}
.column-editor div.gwt-Label {
  display: block;
}
.column-editor div.gwt-Label:not(:first-child) {
  margin-top: 8px;
}
.column-editor div > span {
  cursor: pointer;
  display: block;
  margin-top: 2px;
  margin-bottom: 2px;
}
.column-editor div > span > label {
  cursor: pointer;
}
.date-chooser > div > div {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
/** style gwt-Tree **/
/* masowa edycja - nie zaimplementowana do konca */
.lazy_tree input[type=checkbox] + label {
  display: inline-block;
  min-width: 1px !important;
}
.lazy-tree2 {
  overflow: hidden;
}
.lazy-tree2-scroll {
  position: absolute !important;
  top: 65px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}
/* otwarty wezel trojkat */
.lazytree2-item.opened > table > tbody > tr > td > img {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAaUlEQVR42mNgGAVkAu3kKAatpJkEsUaCLqZmpTR+Bq3kk0D8Hw/uxm27SqIoUMFV7BpT5gBVMOJ3vl6KDFDxfVSNSasZGEKZifW/ClDDS7BG7eRdDFqhbKQFIChgtJJ2MBincY2mJgQAAFY2NRAIj/XeAAAAAElFTkSuQmCC) !important;
}
/* zamkniety wezel trojkat */
.lazytree2-item.closed > table > tbody > tr > td > img {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAb0lEQVR42mNgYGBgRMIDDXRSghi0kg3J06yZkgnU/J5BK8mGXM3/gfgr0ABPcjWD8E8gP5xczf8ZtJP/MGilpJGnGYKPMWiFspGhOWU3g1YWD+k2ayavJc5GDM1J8xgYQpnJCe1e8pKsToo4w6AGAILyNVDYBrLmAAAAAElFTkSuQmCC) !important;
}
/* zebata ikonka akcji, ma sie pojawic calkiem po prawej */
.actions-img {
  margin-top: 4px;
  position: absolute;
  right: 0px;
}
/** tak zeby zaznaczenie bylo widoczne (domyslnie jest inline w gwt) **/
.gwt-TreeItem {
  display: inline-block !important;
}
.gwt-TreeItem:hover {
  cursor: pointer;
}
/** zaznaczenie elementu bez dzieci **/
.lazytree2-item {
  word-wrap: break-word;
}
.lazytree2-item.selected > div.gwt-TreeItem {
  background-color: lightgray;
}
/** zaznaczenie elementu z dziecmi **/
.lazytree2-item.selected > table > tbody div.gwt-TreeItem {
  background-color: lightgray;
}
/** usuniecie podwojnego bordera ostatniego elementu **/
.lazytree2-item.opened .lazytree2-item:last-child {
  border: none;
}
/** dolna granica dla otwartej tabelki wezla z dziecmi **/
.lazytree2-item.opened > table {
  border-bottom: 1px solid #d7e2e8;
}
/* dolna granica elementu */
.lazytree2-item {
  border-bottom: 1px solid #d7e2e8;
}
/** szerokosc elementu drzewka z dziecmi, tak aby zaznaczenie dzialalo na cala szerokosc (szare podswietlenie) **/
.lazytree2-item > table {
  width: 100%;
}
.lazytree2-item > div.gwt-TreeItem {
  width: 100%;
  margin-left: 0px;
}
/* tutaj ostatnia zmiana */
.lazytree2-item > table > tbody > tr .gwt-TreeItem {
  width: 100%;
}
/* szerokosc ikonki zwijania/rozwijania */
.lazytree2-item > table > tbody > tr > td:first-child {
  width: 10px;
}
/** min wysokosc elementu - tak zeby z marginesami i paddingami wyszlo 30px (mininalnie) **/
.viewdata-widget {
  min-height: 23px;
}
/**
blokuje podwójne kliknięcia na checkboxie (clickHandler dodany jest na całe treeitem)
to nie zadziała na ie mniejszych od 11, ale ponieważ nie używamy z-index, cieżko zablokować to kliknięcie 
**/
.viewdata-widget .gwt-CheckBox {
  pointer-events: none;
}
/** maksymalna sensowna dlugosc labela - do 4 poziomu w glab wyglada sensownie **/
.gwt-TreeItem .viewdata-widget .label {
  white-space: normal !important;
  max-width: 150px;
  margin-right: 23px;
  /* Dodatkowy margines z prawej, bo z jakiegoś powodu rozmiar ikonki nie zmniejsza rozmiaru labela i wysaje poza obszar nadrzędnego DIV-a */
}
.viewdata-widget > div {
  display: inline-block;
}
.viewdata-widget .tristate-checkbox {
  margin-right: 4px;
}
.viewdata-widget .gwt-CheckBox {
  margin-right: -4px;
}
/** odstep i wyposrodkowanie ikony z labelem **/
.gwt-TreeItem .viewdata-widget .label,
img,
.gwt-CheckBox,
.tristate-checkbox {
  display: inline-block;
  vertical-align: middle;
}
.viewdata-widget .label {
  margin-left: 2px;
}
/** odstep i wyposrodkowanie ikony z labelem **/
/* .gwt-TreeItem .viewdata-widget .label,img,.gwt-CheckBox {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
} */
/** specjalny styl dla sztucznego elementu drzewka **/
.unassigned .label {
  padding-top: 4px;
}
/* italic w unassigned */
.unassigned table .label:first-child {
  font-style: italic;
}
.unassigned .gwt-TreeItem {
  min-height: 23px;
}
.lazy-tree2 .no-elems {
  height: 24px;
}
.no-elems div.label {
  padding-top: 4px;
}
/** wyrownanie elementow z tabelka i bez - dla dodatkowych paddingow z gwt **/
.lazytree2-item table > tbody > tr > td:first-child {
  padding-left: 5px !important;
}
/** dwa ponizsze style to wyrowaninie paddingow dla tabelkowego wezle i nietabelkowego **/
.lazytree2-item > table {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.lazytree2-item > div.gwt-treeItem {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.download-dialog * {
  display: inline-block;
}
.tree-controls .filter-field {
  max-width: 240px;
  display: inline-block;
}
.tree-controls .controller {
  display: inline-block;
  height: 18px;
  position: absolute;
  vertical-align: middle;
  right: 10px;
}
.tree-controls .tristate-checkbox {
  margin-top: 8px;
}
.tree-controller-popup .gwt-RadioButton {
  display: block;
  margin: 8px !important;
}
.tree-openclose-controls {
  position: absolute;
  bottom: -24px;
  left: 0px;
}
.tree-openclose-controls .gwt-Button {
  display: inline-block;
  padding: 4px;
  margin-left: 6px;
  font-size: 10px;
}
.bulk-panel {
  padding-top: 10px;
  padding-left: 30px;
}
.bulk-panel .label {
  margin-bottom: 4px;
}
.bulk-panel .left {
  float: left;
  width: 250px;
  /** jeśli coś jest 2 linijkowe to nie pozwóli wsadzić 3+ elementów w wiersz **/
  clear: left;
}
.upload-panel {
  width: 270px;
  height: 30px;
  position: relative;
}
.upload-panel .gwt-FileUpload {
  position: absolute;
  top: 0;
  width: 270px;
  height: 30px;
  opacity: 0;
}
.upload-panel .gwt-TextBox {
  position: absolute;
  top: 1px;
  left: 0;
  width: 150px;
  display: inline !important;
  overflow: hidden;
}
.upload-panel .gwt-Button {
  position: absolute;
  top: 0;
  left: 160px;
  width: 100px;
}
.upload-panel .force-hover {
  background-color: #0c3a73;
  background-image: linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -o-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -moz-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -webkit-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -ms-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f4991), color-stop(1, #092b55));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #0f4991, #092b55);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
.upload-info pre {
  font-family: arial;
  color: red;
  padding-left: 5px;
}
/** wyrowanie do rozmiaru inputa - 240px **/
.dataform-value > .datepicker {
  padding-right: 3px  !important;
}
.nullable-panel input {
  max-width: 214px;
}
#ruler {
  display: none;
}
.no-label > div.label {
  display: none;
}
/** style dla parametrów dystrybucji */
.report-parameters {
  padding: 0px;
}
.report-parameters select.component {
  margin-left: 27px !important;
}
.report-parameters input[type='text'].component {
  margin-left: 27px !important;
  width: 242px;
}
.report-parameters div.component {
  padding: 2px !important;
  padding-left: 20px !important;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 230px;
}
.report-parameters .gwt-CheckBox {
  width: 242px;
  margin-left: 252px;
}
.report-parameters-viewer .dataform-value {
  padding-top: 8px;
  margin-left: 10px;
  height: 20px;
}
.dataform.existing .report-parameters-editor .report-parameters {
  margin-left: -20px;
  margin-bottom: -4px !important;
}
.autoform-header-message {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: red;
  font-size: larger;
}
.codeviewer,
.codeeditor {
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}
.codeviewer {
  width: 100%;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.dataform-value .codeviewer {
  float: left;
}
.codeeditor {
  left: 0;
  right: 0;
  position: absolute;
  height: 200px;
}
.preview-dialog {
  width: 700px;
  height: 600px;
}
.preview-dialog .dock-center {
  overflow: hidden;
}
.preview-dialog .file-preview-content {
  width: 690px;
  height: 510px;
  overflow: auto !important;
}
.file-preview .controls {
  margin: 0 auto;
  width: 200px;
}
.file-preview .label {
  text-align: center;
  display: inline-block;
  margin: 5px;
  min-width: 80px;
}
.preview-loading {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/loading.gif");
}
.loading-glass {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/loading.gif");
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.state-info {
  margin-top: 4px;
}
.state-info * {
  display: inline;
  margin-left: 4px;
}
.state-info.edit:hover {
  color: #5a5a5a;
  text-decoration: underline;
  cursor: pointer;
}
.debug-log {
  pointer-events: none;
  background-color: black;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-x: auto;
  overflow-y: auto;
}
.debug-log span > code {
  color: white;
  font-size: 12px;
}
.connection-status .glasspane {
  opacity: 0.7;
}
.connection-info {
  color: white;
  font-weight: bold;
  font-size: 24px;
  padding: 100px;
  position: absolute;
  top: 100px;
  left: 50px;
}
/** widgety - początek - **/
.dm-widget-window {
  background-color: white;
  border-radius: 8px 8px 0 0;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
  -moz-box-shadow: 2px 2px 5px 1px #ccc;
  -webkit-box-shadow: 2px 2px 5px 1px #ccc;
  box-shadow: 2px 2px 5px 1px #ccc;
}
.dm-widget-loading {
  margin-top: 50px;
  /* % dla marginesów pionowych korzysta z widghta (SIC!) */
  margin-left: 45%;
}
.dm-widget-obstructing {
  border: 2px solid red;
}
.dm-widget-control-panel > img {
  visibility: hidden;
}
.dm-widget-top-panel:hover > .dm-widget-control-panel > * {
  visibility: visible !important;
}
.dm-widget-control-panel {
  background-color: green;
  position: absolute;
  padding-right: 5px;
  padding-top: 5px;
  right: 0px;
  top: 0;
  height: 25px;
  background-color: #5fa3d4;
}
.dm-widget-title-panel {
  position: absolute;
  left: 0px;
  right: 40px;
  top: 0;
  height: 14px;
  background-color: #5fa3d4;
  cursor: move;
  padding: 8px;
}
.dm-widget-content-panel {
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 0px;
  top: 35px;
  overflow: auto;
}
.dm-widget-panel > div {
  margin: 5px;
  width: 100%;
  height: 100%;
}
.dm-widget-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.dm-widget-disabled-size {
  color: #ddd !important;
}
.cpu-plot {
  max-height: 200px;
  max-width: 590px;
}
.mem-plot {
  max-height: 150px;
  max-width: 350px;
  display: inline-block;
}
.textinfo-with-plot .textinfo-short {
  display: inline-block;
  margin: 0 0px 30px 20px;
}
.textinfo-short {
  margin: 0 auto;
  margin-top: 30px;
}
.textinfo-short td {
  padding-right: 15px;
}
.dmw-action-panel .more-button {
  min-height: 10px;
}
/** widgety - koniec - **/
.gwt-TreeItem button {
  margin-left: 50px;
  font-size: 8px;
}
#versionInfo:hover {
  text-decoration: underline;
  cursor: pointer;
}
.t-tree-label {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
}
.t-tree-label .file-link {
  text-decoration: none;
  color: black;
}
.t-tree-label .file-link:hover {
  text-decoration: underline;
}
#file-select SPAN.t-tree-icon.t-empty-node {
  background: url("../images/type_directory.png") no-repeat right top !important;
  width: 24px !important;
  height: 24px;
  vertical-align: middle;
  background-position: 0px 0px !important;
}
#file-select .t-tree-icon {
  background: url("../images/tree_node.png") no-repeat left top, url("../images/type_directory.png") no-repeat right top !important;
  width: 40px;
  height: 24px;
  vertical-align: middle;
}
#file-select .t-leaf-node {
  background: url("../images/type_report.png") no-repeat left top !important;
  width: 24px !important;
  height: 24px;
  pointer-events: none;
  /* klikniecie w ikonke powoduje zamiane na directory, to jakis wtf */
}
#file-select .t-tree-expanded {
  background: url("../images/tree_open.png") no-repeat left top, url("../images/type_directory.png") no-repeat right top !important;
  width: 40px;
  height: 24px;
}
#file-select li {
  margin-bottom: 4px;
}
#file-actions {
  position: absolute;
  left: 530px;
  top: 80px;
}
#file-select {
  position: absolute;
  top: 70px;
  left: 20px;
  bottom: 20px;
  width: 500px;
  max-width: 500px;
}
.selected-file {
  background-color: lightgray;
}
#menu {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
  height: 98%;
}
#menu h1,
h2,
h3 {
  font-size: 18px;
  font-family: arial;
  font-weight: bold;
}
#menu .selected-queue {
  background-color: darkgray;
  font-decoration: bold;
}
.queue-item:hover {
  cursor: pointer;
}
.repository-viewer {
  width: 100%;
  height: 100%;
  position: relative;
}
.repository-viewer #top-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  background-color: #e6eaec;
  background-image: linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -o-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -moz-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -ms-linear-gradient(top, #f0f4f7 0%, #dbdfe0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f4f7), color-stop(1, #dbdfe0));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #f0f4f7, #dbdfe0);
  behavior: url(styles/PIE.htc);
  /*endif*/
  border-bottom: 1px solid #d0d0d2;
}
.repository-viewer #tree-view {
  position: absolute;
  width: 300px;
  top: 50px;
  bottom: 0;
  background-color: #e7f1f8;
  background-image: linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -o-linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -moz-linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -webkit-linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -ms-linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #e1edf6), color-stop(0.15, #ffffff), color-stop(0.85, #ffffff), color-stop(1, #e1edf6));
  /*if ie*/
  -pie-background: linear-gradient(left, #e1edf6 0%, #ffffff 15%, #ffffff 85%, #e1edf6 100%);
  behavior: url(styles/PIE.htc);
  /*endif*/
  border-left: 1px solid #b3cada;
  /*min-height: 768px; */
  overflow: auto;
}
.repository-viewer #tree-file-view {
  position: absolute;
  left: 300px;
  top: 50px;
  bottom: 0;
  right: 0;
  /*min-height: 768px;*/
}
.repository-viewer #search-results {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.repository-file {
  white-space: nowrap;
}
.repository-file span.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.repository-file > span > span:hover {
  cursor: pointer;
}
.repository-file > span + span {
  display: inline-block;
}
.repository-file span.icon.opened {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAaUlEQVR42mNgGAVkAu3kKAatpJkEsUaCLqZmpTR+Bq3kk0D8Hw/uxm27SqIoUMFV7BpT5gBVMOJ3vl6KDFDxfVSNSasZGEKZifW/ClDDS7BG7eRdDFqhbKQFIChgtJJ2MBincY2mJgQAAFY2NRAIj/XeAAAAAElFTkSuQmCC) !important;
}
/* zamkniety wezel trojkat */
.repository-file span.icon.closed {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAb0lEQVR42mNgYGBgRMIDDXRSghi0kg3J06yZkgnU/J5BK8mGXM3/gfgr0ABPcjWD8E8gP5xczf8ZtJP/MGilpJGnGYKPMWiFspGhOWU3g1YWD+k2ayavJc5GDM1J8xgYQpnJCe1e8pKsToo4w6AGAILyNVDYBrLmAAAAAElFTkSuQmCC) !important;
}
#tree-view ul {
  list-style-type: none;
}
.repository-file > span + span > span:hover {
  text-decoration: underline;
}
#menu > ul {
  background: none;
  border: none;
  border-bottom: 4px solid #e2eff7;
}
#menu > ul li {
  background: none;
  border: none;
  display: inline;
  padding: 0;
  white-space: nowrap;
  cursor: pointer;
  color: #0e3862;
  outline: 0;
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
}
#menu > ul li a,
#menu > ul li a:VISITED {
  color: #0e3862;
  text-decoration: none;
}
#menu > ul li a:HOVER {
  text-decoration: underline;
}
#menu a:focus {
  outline: none;
}
#menu > ul > li > a.selected-tab {
  cursor: default;
}
#menu.ui-widget-content {
  border: none;
}
#queue-table {
  max-width: 1000px;
  width: 100%;
}
.upload-notification {
  max-width: 1000px;
  width: 100%;
  color: white;
}
.upload-zone {
  width: 100%;
  display: block;
}
.upload-error p {
  background-color: red;
}
.upload-info p {
  background-color: green;
}
.upload-notification p {
  border-radius: 4px;
  font-weight: normal;
  color: white;
  padding: 2px;
  text-align: center;
  margin: 1px;
}
.upload-notification button {
  float: right;
  margin: 10px;
  margin-bottom: 30px;
}
.progressbar {
  height: 18px;
  background: green;
  transition: width .6s ease;
}
.dropzone {
  max-width: 1000px;
  width: 100%;
  height: 75px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  cursor: pointer;
}
.dropzone:hover {
  background: #dde8f1;
  border-radius: 8px;
}
.dropzone * {
  margin-top: 20px;
  padding: 20px;
}
.dropzone button {
  padding: 10px 15px 10px 15px;
}
#queue-header {
  margin: 10px 0 10px 0;
}
#queue-header form > input {
  display: none;
}
.ui-slider-tick-mark {
  display: inline-block;
  width: 2px;
  background: black;
  height: 16px;
  position: absolute;
  top: -4px;
}
#queue-edit input {
  max-width: 30px;
}
#menu .data {
  max-width: 1100px;
  width: 100%;
  table-layout: fixed;
}
/*
	ograniczenie szerokosci h1-h3 jest powiazane z max szerokoscia formularza
	obecnie powrot do width 100#
 #menu h1, h2, h3 {
  max-width: 950px;
} */
.form-row {
  /* max-width: 1000px;
   */
  background-image: url("../images/dataform_line.png");
  background-repeat: repeat-y;
  background-position: 200px 0px;
}
.form-row > label:first-child {
  float: left;
  width: 200px;
  padding: 10px;
}
.form-row div.value {
  padding: 8px 4px 4px 4px;
}
.form-row div.form-value {
  margin-left: 230px;
}
.form-row .validationMessage {
  background-color: red;
  color: white;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}
.form-row .value * {
  vertical-align: middle;
}
.value > .mce-tinymce {
  max-width: 640px;
  margin-left: 220px;
}
/** slider z labelami **/
.value > .ui-slider-wrapper {
  max-width: 200px;
  margin-left: 220px;
  margin-top: 15px;
  margin-bottom: -5px;
}
/** slider bez labeli **/
.value > .ui-slider {
  max-width: 200px;
  margin-left: 220px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-row:nth-child(odd) {
  background-color: #ffffff;
}
.form-row:nth-child(even) {
  background-color: #f1f6f9;
}
/** button w ostatnim rzedzie formularza - bez labela **/
.form-row button.value {
  margin: 5px 0px 5px 230px;
}
#history-to,
#history-from {
  max-width: 90px;
}
#scans a.button {
  color: white;
}
#scans td {
  height: 25px;
}
#cost-info {
  margin: 10px;
  margin-left: 0;
}
#cost-info p {
  display: inline-block;
}
#cost-info * {
  margin: 10px;
}
#cost-info p.price {
  padding: 0 5px 2px 5px;
  border-bottom: 2px solid green;
}
.state-button img {
  margin-right: 10px;
}
.state-button {
  display: inline-block;
  color: white;
  border: none;
  background-color: #175199;
  background-image: linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -o-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -moz-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -webkit-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -ms-linear-gradient(top, #286abc 0%, #063876 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #286abc), color-stop(1, #063876));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #286abc, #063876);
  /*endif*/
  padding: 5px 15px 5px 15px;
  margin: 5px;
  text-decoration: none;
  cursor: pointer;
  /*if notIe8*/
  border-radius: 4px;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
}
.state-button:hover {
  color: white;
  border: none;
  background-color: #0c3a73;
  background-image: linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -o-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -moz-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -webkit-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -ms-linear-gradient(top, #0f4991 0%, #092b55 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f4991), color-stop(1, #092b55));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #0f4991, #092b55);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
#scans table.data {
  table-layout: fixed;
}
#menu .ui-tabs-active a {
  font-weight: 800;
  border: 2px solid #446586;
  border-radius: 4px;
  /*if ie9*/
  behavior: url(styles/PIE.htc);
  /*endif*/
}
#menu .ui-tabs-active:not(.pastels) {
  border-radius: 8px 8px 0px 0px;
  /*if ie9*/
  /*endif*/
  border-left: 2px solid #ddeaf2;
  border-top: 2px solid #ddeaf2;
  text-decoration: none;
  cursor: default;
  background-color: #dde8f1;
  background-image: linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -o-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -moz-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -webkit-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -ms-linear-gradient(top, #d3e3f0 0%, #e7ecf2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d3e3f0), color-stop(1, #e7ecf2));
  /*if ie9*/
  -pie-background: linear-gradient(to bottom, #d3e3f0, #e7ecf2);
  behavior: url(styles/PIE.htc);
  /*endif*/
}
#search-bar {
  float: left;
  margin: 10px;
}
#search-bar input {
  width: 250px;
}
#tree-file-view {
  padding: 10px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.7);
  z-index: 10;
}
#preview-window {
  min-height: 600px;
  min-width: 800px;
  position: fixed;
  left: 50%;
  top: 70px;
  margin-left: -400px;
}
#preview-window > span > span > img {
  width: 640px;
  height: auto;
  max-height: 800px;
  margin-left: 80px;
}
#preview-window .close {
  position: absolute;
  right: 0px;
  top: 0px;
}
#tree-file-view table > tbody > tr > td {
  height: 30px;
}
#menu .ui-tabs-panel {
  position: absolute;
  top: 40px;
  bottom: 0px;
  left: 0;
  right: 0;
  overflow: auto;
}
#finance > table {
  width: 500px;
  margin-bottom: 40px;
}
#history-table {
  margin-top: 20px;
  margin-bottom: 10px;
}
#finance form .controls * {
  margin-left: 15px;
}
tr.sum {
  font-style: italic;
  border: 1px solid black;
}
#no-connection {
  display: none;
}
#loading {
  text-align: center;
  margin-top: 300px;
}
#loading * {
  display: inline-block;
  padding: 5px;
}
#queue-edit > div {
  margin: 200px;
}
#menu input[type=radio] + label {
  padding-left: 0px;
  background-color: white;
  background-image: none;
}
#menu #queue-table .document-name {
  width: 190px;
}
#menu #queue-table .total-pages {
  width: 50px;
}
#menu #queue-table .parameters {
  width: 200px;
}
#menu #queue-table .color-mode {
  width: 100px;
}
#menu #queue-table .sides-mode {
  width: 200px;
}
#menu #queue-table .date {
  width: 100px;
}
#menu #queue-table .ready {
  width: 50px;
}
table.fixed.data {
  table-layout: fixed;
}
#menu fieldset {
  border: none;
  box-shadow: 1px 1px 3px black;
}
#menu legend {
  padding-top: 20px;
}
#tree-file-view .controls {
  position: absolute;
  left: 0px;
  right: 0px;
  overflow: auto;
  padding: 0 30px 0 30px;
  padding-top: 0;
}
#tree-file-view {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 30px;
  padding-top: 5px;
  overflow: auto;
}
#tree-file-view div span.upload {
  padding: 5px;
}
.repository-file span.selected {
  background-color: lightgray;
}
#menu li.selected {
  background-color: lightgray;
}
#menu ul.groups {
  margin-top: -10px;
  /** zeby nie stylowac p nad **/
  display: inline-block;
}
#menu ul.groups :hover {
  cursor: pointer;
}
ul.tree {
  padding-left: 10px;
  margin: 0;
}
/** tylko root drzewka absolutny **/
#tree-view > span > span > span > ul.tree {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin-top: 15px;
  margin-bottom: 5px;
}
ul.tree > span > p {
  padding-left: 30px;
}
#menu input[type=radio]:checked + label {
  background-color: #0c3a73;
  color: white;
}
#menu td {
  overflow: hidden;
}
#tree-view > span > * {
  margin: 30px;
}
#group-select {
  margin: 15px;
  margin-left: 30px;
  width: 200px;
}
.tree .empty-node {
  padding-left: 18px;
}
.ui-dialog {
  padding: 0 !important;
}
.ui-dialog * {
  font-size: 11px;
  font-family: arial;
  font-weight: bold;
}
.ui-dialog .ui-widget-header {
  background: #5fa3d4;
  color: white;
  border: none;
}
.ui-dialog-titlebar-close {
  width: 18px !important;
  height: 18px  !important;
}
/**
to niestety musi byc important - dialog jest chowany poza obszarem objemowanym przez #menu
**/
.ui-autocomplete {
  position: fixed !important;
  z-index: 200 !important;
}
.ui-dialog input,
.ui-dialog textarea {
  margin-top: 6px !important;
  width: 50% !important;
}
#header_user_info .switcher span {
  color: #022b6d;
}
#header_user_info .switcher a {
  color: white;
  margin-right: 50px;
  text-decoration: none;
}
#header_user_info .switcher a:hover {
  text-decoration: underline;
}
#menu table .state-button {
  vertical-align: middle;
  outline: none;
  height: 22px;
  margin: 1px;
}
/**
#menu .icon-and-label * {
  vertical-align: middle;
}
**/
#menu .icon-and-label i {
  vertical-align: middle;
}
.repository-search-results {
  padding: 20px;
}
#menu td.search-info {
  min-height: 100px;
  padding: 20px;
  font-weight: normal;
}
#search-results > .wait {
  padding: 150px;
}
table.data td.file-desc {
  max-width: 200px;
}
table.data td.file-desc > div {
  overflow: auto;
  max-height: 50px;
  max-width: 100%;
}
table.data td.filename {
  max-width: 100px;
}
table.data td.filename > div {
  overflow: auto;
}
.history-operations * {
  display: inline-block;
  height: 28px;
}
.test {
  text-decoration: underline;
}
table.data.historic {
  font-weight: normal;
}
.reload-tree * {
  display: inline-block;
}
.checker-box.current label {
  text-decoration: underline;
}
.checker-box input[disabled=''] + label {
  font-style: italic !important;
}
.disabled-component {
  cursor: default;
  color: #b2b2b2;
  border: none;
  background-color: #61656a;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #737b84), color-stop(1, #4f4f4f));
  pointer-events: none;
}
/** Modyfikacje dla trybu powiększonego */
html.zoom body {
  background-image: none !important;
}
html.zoom1 .nomainmenu {
  zoom: 1.5;
  transform: scale(1.4);
  transform-origin: 0 0;
}
html.zoom2 .nomainmenu {
  zoom: 2;
  -moz-transform: scale(2);
  -moz-transform-origin: 0 0;
}
/** Modyfikacje dla trybu uproszczonego */
html.clear #notifications-window {
  background-color: white;
}
html.clear body.nomainmenu {
  background-image: none;
  background-color: black;
}
html.clear .nomainmenu .form-row:nth-child(even),
html.clear .nomainmenu.pastels .form-row:nth-child(even) {
  background-color: #fff;
}
html.clear .nomainmenu #accessibility,
html.clear .nomainmenu.pastels #accessibility {
  color: white;
}
html.clear .nomainmenu #page_header span,
html.clear .nomainmenu.pastels #page_header span,
html.clear .nomainmenu #page_header a,
html.clear .nomainmenu.pastels #page_header a {
  color: white;
  text-decoration: underline;
}
html.clear .nomainmenu input[type=submit],
html.clear .nomainmenu.pastels input[type=submit],
html.clear .nomainmenu button,
html.clear .nomainmenu.pastels button,
html.clear .nomainmenu a.button,
html.clear .nomainmenu.pastels a.button,
html.clear .nomainmenu .gwt-Button,
html.clear .nomainmenu.pastels .gwt-Button,
html.clear .nomainmenu .action_panel-simple-horizontal div.action-item,
html.clear .nomainmenu.pastels .action_panel-simple-horizontal div.action-item,
html.clear .nomainmenu div.button,
html.clear .nomainmenu.pastels div.button {
  background-color: black;
  background-image: none !important;
  border: 1px solid white;
}
html.clear .nomainmenu .state-button,
html.clear .nomainmenu.pastels .state-button {
  background-color: black;
  background-image: none !important;
}
html.clear .nomainmenu input[type=submit][disabled],
html.clear .nomainmenu.pastels input[type=submit][disabled],
html.clear .nomainmenu button[disabled],
html.clear .nomainmenu.pastels button[disabled] {
  background-color: gray;
  color: white;
}
html.clear .nomainmenu #menu > ul li a,
html.clear .nomainmenu.pastels #menu > ul li a,
html.clear .nomainmenu #menu > ul li a:VISITED,
html.clear .nomainmenu.pastels #menu > ul li a:VISITED {
  color: black;
}
html.clear .nomainmenu .mce-tinymce .mce-btn *,
html.clear .nomainmenu.pastels .mce-tinymce .mce-btn * {
  color: white;
  border-color: white;
}
html.clear .nomainmenu #menu > ul li.ui-tabs-active,
html.clear .nomainmenu.pastels #menu > ul li.ui-tabs-active {
  background-image: none !important;
  background-color: black;
  border-radius: 0 0 0 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
html.clear .nomainmenu #menu > ul li.ui-tabs-active a,
html.clear .nomainmenu.pastels #menu > ul li.ui-tabs-active a,
html.clear .nomainmenu #menu > ul li.ui-tabs-active a:VISITED,
html.clear .nomainmenu.pastels #menu > ul li.ui-tabs-active a:VISITED {
  color: white !important;
}
html.clear .nomainmenu #menu > ul,
html.clear .nomainmenu.pastels #menu > ul {
  border-bottom-color: black !important;
}
html.clear .nomainmenu h1,
html.clear .nomainmenu.pastels h1,
html.clear .nomainmenu h2,
html.clear .nomainmenu.pastels h2,
html.clear .nomainmenu h3,
html.clear .nomainmenu.pastels h3 {
  color: black;
}
html.clear .nomainmenu h3,
html.clear .nomainmenu.pastels h3 {
  border-bottom: 6px solid black;
}
html.clear .nomainmenu .data head > tr,
html.clear .nomainmenu.pastels .data head > tr {
  background-image: none !important;
  background-color: lightgray;
}
html.clear .nomainmenu .data tbody > tr:nth-child(even),
html.clear .nomainmenu.pastels .data tbody > tr:nth-child(even) {
  background-color: #fff !important;
}
html.clear .nomainmenu .repository-viewer #tree-view,
html.clear .nomainmenu.pastels .repository-viewer #tree-view {
  background-color: inherit;
  background-image: none !important;
  border-right: 2px solid black;
}
html.clear .nomainmenu .repository-viewer #top-menu,
html.clear .nomainmenu.pastels .repository-viewer #top-menu {
  background-color: white;
  background-image: none;
  border: 1px solid black;
}
html.clear .nomainmenu input[type=text],
html.clear .nomainmenu.pastels input[type=text],
html.clear .nomainmenu input[type=password],
html.clear .nomainmenu.pastels input[type=password],
html.clear .nomainmenu .gwt-TextBox,
html.clear .nomainmenu.pastels .gwt-TextBox,
html.clear .nomainmenu .gwt-PasswordTextBox,
html.clear .nomainmenu.pastels .gwt-PasswordTextBox,
html.clear .nomainmenu textarea,
html.clear .nomainmenu.pastels textarea,
html.clear .nomainmenu select,
html.clear .nomainmenu.pastels select {
  border-color: black !important;
  color: black !important;
}
html.clear .nomainmenu #page_footer p,
html.clear .nomainmenu.pastels #page_footer p {
  color: white !important;
}
html.clear .nomainmenu .ui-dialog .ui-widget-header,
html.clear .nomainmenu.pastels .ui-dialog .ui-widget-header {
  background: black;
}
html.clear .nomainmenu .repository-file i.material-icons,
html.clear .nomainmenu.pastels .repository-file i.material-icons {
  color: black;
}
html.clear .nomainmenu .upload-info p,
html.clear .nomainmenu.pastels .upload-info p {
  background-color: black;
}
html.clear .nomainmenu .upload-error p,
html.clear .nomainmenu.pastels .upload-error p {
  background-color: white;
  color: black;
}
html.clear .nomainmenu #header_user_info .switcher span,
html.clear .nomainmenu.pastels #header_user_info .switcher span {
  color: white;
}
#vchat-toggle {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: green;
  display: none;
}
#chat-toggle {
  position: absolute;
  bottom: 0;
  right: 1em;
  color: green;
  display: none;
}
.chat-switch .count {
  text-align: center;
  font-size: 1.3em;
  position: absolute;
  bottom: 2.5em;
  right: 0;
  color: #ddd;
  background-color: black;
  border-radius: 0.3em;
  padding: 0.1em
  display: none;
}
.chat-switch i {
  font-size: 4em;
}
.chat-switch i:hover {
  color: darkgreen;
  cursor: pointer;
}
#chat-window {
  position: absolute;
  bottom: 0;
  right: 1em;
  display: none;
  width: 50em;
  border: 1px solid gray;
  box-shadow: 1em 0.5em 1em #ddd;
  border-radius: 4px;
}
#chat-close {
  float: right;
  /** padding: 0.3em; **/
  padding-right: 1em;
}
#chat-detach {
  float: right;
  padding: 0.3em;
  padding-right: 1em;
}
#chat {
  font-size: 120%;
}
#chat .header {
  background-image: -ms-linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: -o-linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: -moz-linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: -webkit-linear-gradient(left top, #002a6a 0%, #3d90cc 100%);
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #002a6a), color-stop(1, #3d90cc));
  color: white;
}
#chat .header p {
  margin: 0.5em;
  padding-left: 2em;
  display: inline-block;
}
#chat .content {
  border-top: 1px solid #ddd;
  position: relative;
  width: 100%;
  height: 35em;
  background-color: white;
}
#chat .sidebar {
  width: 20em;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  border-right: 1px solid #ddd;
}
#chat input.search,
#chat input#meet-search {
  margin: 0.5em 0.2em 0.5em 0.5em;
  width: 19em;
}
#chat .input-action {
  vertical-align: middle;
  display: inline-block;
  padding: 0.3em;
}
#chat input.message {
  width: 21em;
}
#chat .videochat {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#chat .message-wrapper.error {
  background-color: red;
  color: white;
}
#chat .message-wrapper {
  position: absolute;
  left: 0em;
  top: 0;
  bottom: 0;
  right: 2em;
  overflow-y: auto;
}
#chat .send {
  float: right;
  padding: 0.2em;
  padding-top: 0.7em;
  color: darkgreen;
}
#chat .lists {
  height: 27em;
  overflow-y: auto;
}
#chat .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}
#chat .list li {
  padding: 1em;
  border-bottom: 1px solid #ddd;
}
#chat .list li span {
  vertical-align: middle;
}
#chat .list li .count {
  display: none;
  float: right;
  background-color: #ddd;
  font-weight: normal;
  padding: 0.2em;
  padding-top: 0;
  border-radius: 1em;
}
#chat .list li .delete {
  float: right;
  display: none;
}
#chat .list li:hover {
  cursor: pointer;
  background-color: #ddd;
}
#chat .list li:hover .delete {
  display: block;
}
#chat .list li.active {
  background-color: #eee;
}
#chat .conversation {
  position: absolute;
  left: 20em;
  top: 0;
  bottom: 0;
  right: 0;
  /*width: 25em;*/
  display: none;
}
#chat .no-conversation {
  position: absolute;
  top: 10em;
  left: 25em;
  right: 1em;
}
#chat hr {
  margin: 0;
  padding: 0;
}
#chat .conversation .messages {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 3.5em;
  overflow-y: auto;
  background-color: #eceff1;
}
#chat .conversation .unarchive {
  position: absolute;
  left: 30%;
  top: 0.1em;
  font-size: 2em;
  display: block;
  color: darkgreen;
}
#chat .conversation .controls {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 3.5em;
  padding-left: 0.2em;
  border-top: 1px solid #ddd;
}
#chat .message-input {
  outline: none;
  padding: 0.3em;
  height: 2.7em;
}
#chat .messages p {
  margin: 0;
  padding: 0;
}
#chat .messages .message {
  margin: 0.1em 0.4em 0.1em 0.4em;
  border-bottom: 1px solid #ddd;
  padding: 0.4em;
  float: left;
  min-width: 25%;
  max-width: 75%;
  background-color: white;
  border-radius: 0.4em;
  word-wrap: break-word;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
#chat .messages .message.self {
  float: right;
  background-color: #ddd;
}
#chat .messages .sender {
  margin-right: 0.5em;
  display: inline-block;
  font-size: 80%;
}
#chat .messages .timestamp {
  display: inline-block;
  text-decoration: none;
  font-size: 80%;
}
#chat .messages .sender:after {
  content: '';
}
#chat .unread {
  animation: notify 1s ease infinite;
}
@keyframes notify {
  50% {
    opacity: 0.5;
  }
}
#chat .list .loader {
  text-align: center;
  min-height: 1.5em;
  min-width: 1.5em;
  margin: 40%;
}
#chat .loader {
  vertical-align: middle;
  display: inline-block;
  border: 0.1em solid #e3e3e3;
  border-top: 0.1em solid #337ab7;
  border-radius: 75%;
  width: 1em;
  height: 1em;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.path-info {
  float: left;
  padding: 1.5em;
}
.path-info span:first-child {
  text-decoration: none;
  font-weight: normal;
}
.path-info span:last-child {
  font-size: 110%;
}
.display-inline {
  display: inline-block;
}
.order-selector .controls {
  margin-bottom: 1em;
}
.order-selector .controls * {
  display: inline-block;
}
.order-selector .controls img {
  margin-left: 1em;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.add-dynamic * {
  display: inline-block;
  padding: 1em;
}
.manual-link {
  text-align: center;
  padding: 1em;
}
a.button-link > button {
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
div.glasspane.campus {
  display: none;
  z-index: 9999;
}
div.glasspane.campus img {
  position: absolute;
  left: 20%;
  top: 6%;
}
.right {
  float: right;
}
.left {
  float: left;
}
.manage-switch {
  margin: 10px;
}
.manage-mode {
  background: none;
  background-color: gray;
  color: white;
}
.manage-mode:hover {
  background: none;
  background-color: gray;
  color: #175199;
}
#menu .data td {
  text-overflow: ellipsis;
}
#menu .data td.ne {
  text-overflow: clip;
}
.repository-file i.material-icons {
  font-size: 3em;
  vertical-align: middle;
  color: #175199;
}
/**#deee8c;**/
/**#89dad1;**/
/**#eda3a4;**/
/**#eeb88c;**/
.nomainmenu.pastels #menu .form-row > label:first-child {
  width: 230px;
}
.nomainmenu.pastels #menu .form-row {
  /* max-width: 1000px;
             */
  background-image: url("../images/dataform_line.png");
  background-repeat: repeat-y;
  background-position: 230px 0px;
}
.nomainmenu.pastels #menu .form-row > label:first-child {
  float: left;
  width: 230px;
  padding: 10px;
}
.nomainmenu.pastels #menu .value > .mce-tinymce {
  max-width: 640px;
  margin-left: 240px;
}
.nomainmenu.pastels #menu button {
  font-size: 14px;
  font-family: 'OpenSans';
  padding: 5px 15px 5px 15px;
}
.nomainmenu.pastels * {
  letter-spacing: 0.05em;
}
.nomainmenu.pastels #menu {
  font-size: 14px;
  font-family: 'OpenSans';
  height: 98%;
}
.nomainmenu.pastels #menu h1,
.nomainmenu.pastels h2,
.nomainmenu.pastels h3 {
  font-size: 20px;
  font-family: 'OpenSans';
}
.nomainmenu.pastels #menu .ui-tabs-panel {
  top: 60px;
}
.nomainmenu.pastels #menu > ul li {
  font-size: 20px;
  font-family: 'OpenSans';
}
.nomainmenu.pastels .data table,
.nomainmenu.pastels table.data {
  font-size: 14px;
  font-family: 'OpenSans';
}
.nomainmenu.pastels .state-button {
  font-size: 14px;
  font-family: 'OpenSans';
}
.nomainmenu.pastels #menu > ul li:not(.ui-tabs-active) a > span {
  border-radius: 5px;
  background-color: white;
}
.nomainmenu.pastels #menu > ul li a > span {
  padding: 5px;
}
.nomainmenu.pastels #menu ul li a {
  padding: 15px 10px 0 10px;
}
.nomainmenu.pastels #menu ul li.ui-tabs-active a {
  padding-top: 10px;
}
.nomainmenu.pastels #menu td {
  padding: 5px;
}
.nomainmenu.pastels #menu .material-icons {
  font-family: 'Material Icons';
}
html.clear .nomainmenu.pastels #menu > ul li {
  border: 1px solid black;
}
html:not(.clear) .nomainmenu.pastels {
  background-image: none;
  background-color: #ddd;
}
html:not(.clear) .nomainmenu.pastels #accessibility {
  color: black;
}
html:not(.clear) .nomainmenu.pastels #page_header button,
html:not(.clear) .nomainmenu.pastels #page_header a {
  color: white;
}
html:not(.clear) .nomainmenu.pastels #page_header .switcher a {
  color: black;
  text-decoration: underline;
}
html:not(.clear) .nomainmenu.pastels #page_header span,
html:not(.clear) .nomainmenu.pastels #page_header a {
  color: black;
}
html:not(.clear) .nomainmenu.pastels #menu .ui-tabs-active {
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #page_footer * {
  color: black;
  font-size: 14px;
  font-family: 'OpenSans';
}
html:not(.clear) .nomainmenu.pastels #logout_link {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #aa5558;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #login_link {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #45857d;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #menu-item-queue {
  background-color: #c9df72 !important;
}
html:not(.clear) .nomainmenu.pastels #menu-item-repository {
  background-color: #6dc3b8 !important;
}
html:not(.clear) .nomainmenu.pastels #menu-item-finance {
  background-color: #7cadd6 !important;
}
html:not(.clear) .nomainmenu.pastels #menu-item-account {
  background-color: #dd888b !important;
}
html:not(.clear) .nomainmenu.pastels input[type=submit][disabled],
html:not(.clear) .nomainmenu.pastels button[disabled] {
  background-image: none !important;
  color: #ddd;
}
html:not(.clear) .nomainmenu.pastels input[type=submit][disabled]:hover,
html:not(.clear) .nomainmenu.pastels button[disabled]:hover {
  background-image: none !important;
}
html:not(.clear) .nomainmenu.pastels #queue button,
html:not(.clear) .nomainmenu.pastels .queue-section button {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #92a645;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #queue button:hover:not([disabled]),
html:not(.clear) .nomainmenu.pastels .queue-section button:hover:not([disabled]) {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #798c2c;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #queue .state-button,
html:not(.clear) .nomainmenu.pastels .queue-section .state-button {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #92a645;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #queue .state-button:hover:not([disabled]),
html:not(.clear) .nomainmenu.pastels .queue-section .state-button:hover:not([disabled]) {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #798c2c;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #queue input[type=radio]:checked + label,
html:not(.clear) .nomainmenu.pastels .queue-section input[type=radio]:checked + label {
  background-color: #c9df72;
}
html:not(.clear) .nomainmenu.pastels #queue .data tbody > tr:HOVER,
html:not(.clear) .nomainmenu.pastels .queue-section .data tbody > tr:HOVER {
  background-color: #c9df72;
}
html:not(.clear) .nomainmenu.pastels #queue .repository-file i.material-icons,
html:not(.clear) .nomainmenu.pastels .queue-section .repository-file i.material-icons {
  color: #c9df72;
}
html:not(.clear) .nomainmenu.pastels #queue .ui-widget-header,
html:not(.clear) .nomainmenu.pastels .queue-section .ui-widget-header {
  background: #c9df72;
}
html:not(.clear) .nomainmenu.pastels #repository button,
html:not(.clear) .nomainmenu.pastels .repository-section button {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #45857d;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #repository button:hover:not([disabled]),
html:not(.clear) .nomainmenu.pastels .repository-section button:hover:not([disabled]) {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #2c6b63;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #repository .state-button,
html:not(.clear) .nomainmenu.pastels .repository-section .state-button {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #45857d;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #repository .state-button:hover:not([disabled]),
html:not(.clear) .nomainmenu.pastels .repository-section .state-button:hover:not([disabled]) {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #2c6b63;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #repository input[type=radio]:checked + label,
html:not(.clear) .nomainmenu.pastels .repository-section input[type=radio]:checked + label {
  background-color: #6dc3b8;
}
html:not(.clear) .nomainmenu.pastels #repository .data tbody > tr:HOVER,
html:not(.clear) .nomainmenu.pastels .repository-section .data tbody > tr:HOVER {
  background-color: #6dc3b8;
}
html:not(.clear) .nomainmenu.pastels #repository .repository-file i.material-icons,
html:not(.clear) .nomainmenu.pastels .repository-section .repository-file i.material-icons {
  color: #6dc3b8;
}
html:not(.clear) .nomainmenu.pastels #repository .ui-widget-header,
html:not(.clear) .nomainmenu.pastels .repository-section .ui-widget-header {
  background: #6dc3b8;
}
html:not(.clear) .nomainmenu.pastels #finance button,
html:not(.clear) .nomainmenu.pastels .finance-section button {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #4e7a9e;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #finance button:hover:not([disabled]),
html:not(.clear) .nomainmenu.pastels .finance-section button:hover:not([disabled]) {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #346085;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #finance .state-button,
html:not(.clear) .nomainmenu.pastels .finance-section .state-button {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #4e7a9e;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #finance .state-button:hover:not([disabled]),
html:not(.clear) .nomainmenu.pastels .finance-section .state-button:hover:not([disabled]) {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #346085;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #finance input[type=radio]:checked + label,
html:not(.clear) .nomainmenu.pastels .finance-section input[type=radio]:checked + label {
  background-color: #7cadd6;
}
html:not(.clear) .nomainmenu.pastels #finance .data tbody > tr:HOVER,
html:not(.clear) .nomainmenu.pastels .finance-section .data tbody > tr:HOVER {
  background-color: #7cadd6;
}
html:not(.clear) .nomainmenu.pastels #finance .repository-file i.material-icons,
html:not(.clear) .nomainmenu.pastels .finance-section .repository-file i.material-icons {
  color: #7cadd6;
}
html:not(.clear) .nomainmenu.pastels #finance .ui-widget-header,
html:not(.clear) .nomainmenu.pastels .finance-section .ui-widget-header {
  background: #7cadd6;
}
html:not(.clear) .nomainmenu.pastels #account button,
html:not(.clear) .nomainmenu.pastels .account-section button {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #aa5558;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #account button:hover:not([disabled]),
html:not(.clear) .nomainmenu.pastels .account-section button:hover:not([disabled]) {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #903c3e;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #account .state-button,
html:not(.clear) .nomainmenu.pastels .account-section .state-button {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #aa5558;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #account .state-button:hover:not([disabled]),
html:not(.clear) .nomainmenu.pastels .account-section .state-button:hover:not([disabled]) {
  /*.topbottom_gradient(@color,darken(@color, 40%));*/
  background-color: #903c3e;
  background-image: none;
}
html:not(.clear) .nomainmenu.pastels #account input[type=radio]:checked + label,
html:not(.clear) .nomainmenu.pastels .account-section input[type=radio]:checked + label {
  background-color: #dd888b;
}
html:not(.clear) .nomainmenu.pastels #account .data tbody > tr:HOVER,
html:not(.clear) .nomainmenu.pastels .account-section .data tbody > tr:HOVER {
  background-color: #dd888b;
}
html:not(.clear) .nomainmenu.pastels #account .repository-file i.material-icons,
html:not(.clear) .nomainmenu.pastels .account-section .repository-file i.material-icons {
  color: #dd888b;
}
html:not(.clear) .nomainmenu.pastels #account .ui-widget-header,
html:not(.clear) .nomainmenu.pastels .account-section .ui-widget-header {
  background: #dd888b;
}
#menu h4 {
  font-size: 140%;
}
#menu .data thead > tr > th.desc {
  max-width: 120px;
}
#menu .data thead > tr > th.actions {
  width: 380px;
}
.page-limiter {
  float: right;
  margin: 10px;
}
.page-limiter select {
  width: 100px;
  color: black;
  outline: none;
}
.inline-block {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.data .state-button * {
  vertical-align: middle;
}
#menu button {
  font-family: arial;
  padding: 5px 15px 5px 15px;
}
#accessibility {
  left: 500px;
  top: 30px;
  position: absolute;
  color: white;
  font-size: 12px;
  display: none;
}
#accessibility i {
  vertical-align: top;
  font-size: 2em;
  cursor: pointer;
}
.nomainmenu #accessibility {
  display: inline-block;
}
.nomainmenu #accessibility + #firm-name {
  left: 570px;
}
#accessibility .switched {
  color: yellow;
}
#pwn {
  margin-top: 2em;
  width: 100%;
  min-height: 50em;
}
.data thead > tr > th.azon-filename {
  width: 200px;
}
.data thead > tr > th.azon-desc {
  width: 600px;
}
.data thead > tr > th.azon-actions {
  width: 70px;
}
#menu .ui-button-text img {
  pointer-events: none;
}
[contenteditable] {
  -webkit-user-select: text;
  user-select: text;
}
#complaintForm .captcha {
  padding-left: 3px;
  margin-bottom: 5px;
  display: block;
  /* tak samo jak w servlecie */
  width: 250px;
}
.share ul {
  -webkit-padding-start: 0;
  display: inline-block !important;
}
.share p {
  margin: 0;
}
#menu tr th {
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #menu .data th.filename {
    width: 100px;
  }
}
.d-none,
.hidden {
  display: none !important;
}
.d-block {
  display: block !important;
}
.external-content {
  overflow-y: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1em;
}
.privacy-policy {
  user-select: auto;
  position: fixed;
  border: 1px solid black;
  box-shadow: 4px 4px grey;
  background: white;
  padding: 0.5em;
  bottom: 1em;
  left: 1em;
  right: 1em;
}
#terms_form {
  width: 50em;
  margin-left: auto;
  margin-right: auto;
}
.dialog-content input[type="checkbox"] {
  display: inline-block;
}
.distinguish {
  font-weight: 600;
}
#editSettings input[type="checkbox"] {
  display: inline-block;
  margin-top: 1.5em;
}
.tox-notifications-container {
  display: none!important;
}
.clickable {
  cursor: pointer;
}
.clickable:hover {
  text-decoration: underline;
}

