@charset "UTF-8";
@font-face {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal
}
.c4gGuiNavigation {
  width: 200px;
  height: 100%;
  float: left
}
.c4gGuiNavigation .c4gGuiTree {
  height: 100%;
  width: 100%
}
.c4gGuiNavigation .dynatree-container {
  height: 100%;
  width: 192px;
  float: left
}
.c4gGuiScrollable {
  overflow: scroll;
  height: 100%
}
.c4gGuiAjaxBusy {
  opacity: 1;
  cursor: wait!important
}
.c4gGuiDialog {
  text-align: left
}
.c4gGuiDialogButtonsNoJqui a {
  margin-right: 5px
}
.c4gGuiDialogTitle {
  padding: 10px;
  margin-top: 10px
}
.c4gGuiBreadcrumb a,
.c4gGuiBreadcrumbDelim,
.c4gGuiButtons a {
  margin-right: 5px
}
.c4gGuiTooltipComponent {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: .85;
  font-size: small;
  max-width: 350px;
  box-shadow: #111 2px 2px 7px
}
.c4gGuiTooltipComponent div,
.c4gGuiTooltipComponent h3 {
  margin: 0
}
.c4gGuiPostContent {
  margin-top: 20px
}
.c4gGuiCollapsible_trigger {
  cursor: pointer
}
.c4gGuiDataTable {
  width: 100%!important
}
div.dt-buttons {
  position: relative!important;
  float: inherit!important;
  text-align: center!important
}
.dt-buttons .ui-button-text {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.5rem;
  font-weight: 100;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  padding: 0 0;
  margin: 0 0;
  text-indent: 0;
  margin: 0;
  paddingLeft: 0;
  paddingRight: 0;
  paddingTop: 0;
  paddingBottom: 0;
  position: relative;
  left: 0;
  top: 2px;
  width: auto
}
.dt-button {
  background-color: transparent;
  border: 0
}
a.dt-button {
  border: 0!important;
  background: 0!important
}
.dt-buttons a:hover {
  color: inherit
}
.dt-buttons .dt-button:hover > span {
  background-color: transparent
}
.buttons-print .ui-button-text:before {
  content: "\f02f";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}
.buttons-pdf .ui-button-text:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}
.buttons-excel .ui-button-text:before {
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}
.buttons-csv .ui-button-text:before {
  content: "\f0ce";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}
.buttons-copy .ui-button-text:before {
  content: "\f0ea";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}
.dataTables_wrapper .fg-button {
  z-index: 10
}
.ui-dialog {
  width: auto!important
}
.uiMessage {
  text-align: left
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  display: none!important
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 10px!important
}