/* Template
if($d, , )

	@if $d {
	}
	@else {
	}

*/
.configValue .backgroundColor {
  content: "#16344e";
}
.configValue .borderColor {
  content: "#36546e";
}
.configValue .altBackgroundColor {
  content: "#1c3a54";
}
.configValue .hoverBackgroundColor {
  content: "#26445e";
}
.configValue .hoverBorderColor {
  content: "#55748e";
}
.configValue .defaultSize {
  content: "true";
}

/* Template
if($d, , )

	@if $d {
	}
	@else {
	}

*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #16344e;
  border: 1px solid #36546e;
  color: #c7c4bb;
}

.ui-widget {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.ui-widget-content {
  color: #c7c4bb;
  background: black;
  border: 1px solid #36546e;
}

.ui-widget-header {
  background: #1c3a54;
  border: 1px solid #36546e;
  color: #c7c4bb;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 3px;
}

.ui-widget-overlay {
  background: black;
  opacity: 0.6;
}

.ui-button {
  vertical-align: middle;
  min-height: 20px;
  height: 20px;
  /*padding: 1px;*/
  /*margin-right: 2px;*/
  margin: 1px;
}

.ui-button:hover {
  border-color: #56748e !important;
}

.ui-button-text-only .ui-button-text {
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.ui-progressbar {
  min-height: 20px;
  height: auto;
  vertical-align: middle;
  margin: 1px;
}
.ui-progressbar .progressbar-text {
  text-shadow: 1px 1px 0px #000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}
.ui-progressbar .progressbar-text.small {
  font-size: 11px;
  margin-top: 3px;
}
.ui-progressbar.clickable:hover {
  border: 1px solid #55748e;
  background: #0d2030;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.ui-progressbar.clickable:hover .ui-progressbar-value {
  background: #26445e;
}
.ui-progressbar.selected {
  border: 1px solid #5382ac;
  background: #0a2b47;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.ui-progressbar.selected .ui-progressbar-value {
  background: #2c4f6d;
}
.ui-progressbar.selected:hover {
  border: 1px solid #5990c0;
  background: #033663;
}
.ui-progressbar.selected:hover .ui-progressbar-value {
  background: #345c7f;
}

.ui-dialog {
  padding: 0px;
}

.ui-dialog-titlebar {
  border-top: 0px !important;
  border-right: 0px !important;
  border-left: 0px !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* Template
if($d, , )

	@if $d {
	}
	@else {
	}

*/
div, table, tr, td {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.selectable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: Black;
  color: #c7c4bb;
  /*scrollbar-track-color: #000000; 	scrollbar-face-color: $backgroundColor; 	scrollbar-arrow-color: #ffcc00; 	scrollbar-darkshadow-color: $backgroundColor; 	scrollbar-shadow-color: #000000; 	scrollbar-highlight-color: #000000; 	scrollbar-3dlight-color: $backgroundColor;*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

small {
  font-size: 11px;
}

iframe {
  border: 0px;
  background-color: Black;
}

/* ### BEGIN jGrowl ### */
.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  position: absolute;
  /** Cross Browser Styling **/
}
.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
.jGrowl.top-right {
  right: 0px;
  top: 0px;
}
.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}
.jGrowl .jGrowl-notification, .jGrowl .center .jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  width: 235px;
  background-color: #000;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  zoom: 1;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  display: none;
}
.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
  margin: 10px;
}
.jGrowl .jGrowl-notification .jGrowl-header {
  font-weight: bold;
  font-size: 0.85em;
}
.jGrowl .jGrowl-notification .jGrowl-close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}
.jGrowl .jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}
.jGrowl .jGrowl-notification, .jGrowl .jGrowl-closer {
  background: #16344e;
  border: 1px solid #36546e;
  /*padding: 4px;*/
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #c7c4bb;
}

/** Normal Style Positions **/
body > jGrowl {
  position: fixed;
}

/* ### END jGrowl ### */
#root-container {
  background: #999;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

#content-container {
  background: #000;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.pane {
  display: none;
  /* will appear when layout inits */
}

.pane-noborder {
  display: none;
  /* will appear when layout inits */
  padding: 0px;
  border: 0px;
}

a:link {
  color: #c7c4bb;
  text-decoration: none;
}

a:visited {
  color: #c7c4bb;
  text-decoration: none;
}

a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

a.negativ:link {
  color: #FF0000;
}

a.negativ:visited {
  color: #FF0000;
}

a.negativ:hover {
  color: #FFCC00;
}

a.bold:link {
  font-weight: bold;
}

a.bold:visited {
  font-weight: bold;
}

a.underline:link {
  text-decoration: underline;
}

a.underline:visited {
  text-decoration: underline;
}

.stne_app_wrong_browser_ie_iframe {
  left: 216px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 800px;
}

.stne_app_wrong_browser_ie {
  width: 200px;
  background-color: #16344e;
  z-index: 1000;
  padding: 5px;
  border: 2px solid #36546E;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 2px lightblue;
}

.stne_app_wrong_browser {
  background-color: #16344e;
  width: 400px;
  position: absolute;
  margin-left: 100px;
  margin-top: 100px;
  z-index: 1000;
  padding: 5px;
  border: 2px solid #36546E;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 2px lightblue;
}

.stne_app_loading {
  background-color: #16344e;
  width: 300px;
  height: 100px;
  position: absolute;
  margin-left: 100px;
  margin-top: 100px;
  z-index: 1000;
  padding: 5px;
  border: 2px solid #36546E;
  border-radius: 5px;
  box-shadow: 0px 0px 4px 2px lightblue;
}

.pane-debug {
  /*background-color: #999;*/
  background-color: #16344e;
}

.pane-debug-item {
  float: left;
}

.dialog {
  display: none;
}

/* combobox */
.ui-combobox {
  border: 1px solid #36546e;
  border-radius: 3px;
  margin: 1px;
  min-height: 20px;
  background-color: #16344e;
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  cursor: pointer;
}
.ui-combobox .ui-combobox-table {
  width: 100%;
}
.ui-combobox .ui-combobox-table .ui-combobox-item {
  padding-top: 0px;
  padding-bottom: 2px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ui-combobox .ui-combobox-table .ui-combobox-button {
  width: 19px;
  border-left: 1px solid #36546e;
  color: #36546e;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ui-combobox .ui-combobox-table .ui-combobox-button:hover {
  color: #55748e;
}
.ui-combobox:hover {
  border: 1px solid #55748e;
  background: #26445e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.ui-combobox-scrollbox {
  z-index: 1100;
  background-color: #16344e;
  border: 1px solid #36546e;
  margin-left: 2px;
  position: absolute;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ui-combobox-scrollbox .ui-combobox-item {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #36546e;
}
.ui-combobox-scrollbox .ui-combobox-item:nth-child(even) {
  background: #1c3a54;
}
.ui-combobox-scrollbox .ui-combobox-item:nth-child(even):hover {
  background: #26445e;
}
.ui-combobox-scrollbox .ui-combobox-item:nth-child(even):hover.ui-combobox-item-disabled {
  background: initial;
}
.ui-combobox-scrollbox .ui-combobox-item:last-child {
  border-bottom: initial;
}

.ui-listbox {
  background-color: #16344e;
  border: 1px solid #36546e;
  border-radius: 3px;
}
.ui-listbox .ui-combobox-item {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #36546e;
}
.ui-listbox .ui-combobox-item.ui-combobox-item-selected {
  background: #2c4f6d;
  font-weight: bold;
}
.ui-listbox .ui-combobox-item:nth-child(even) {
  background: #1c3a54;
}
.ui-listbox .ui-combobox-item:nth-child(even).ui-combobox-item-selected {
  background: #2c4f6d;
}
.ui-listbox .ui-combobox-item:nth-child(even):hover {
  background: #26445e;
}
.ui-listbox .ui-combobox-item:nth-child(even):hover.ui-combobox-item-selected {
  background: #345c7f;
}
.ui-listbox .ui-combobox-item:nth-child(even):hover.ui-combobox-item-disabled {
  background: initial;
}
.ui-listbox .ui-combobox-item:last-child {
  border-bottom: initial;
}

.ui-combobox-item {
  padding-right: 3px;
  padding-left: 3px;
  cursor: pointer !important;
}

.ui-combobox-item:hover {
  background-color: #26445e;
}
.ui-combobox-item:hover.ui-combobox-item-disabled {
  background: initial;
}

/* END combobox */
.table, table {
  display: inline-table;
  border-collapse: collapse;
}

.row, tr {
  display: table-row;
}

.cell, td {
  display: table-cell;
  vertical-align: top;
  /*position: relative;*/
}

.cell-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  vertical-align: top;
}

.colgroup {
  display: table-column-group;
}

.col {
  display: table-column;
}

.rowgroup {
  display: table-row-group;
}

.grid-cell {
  vertical-align: middle;
  position: absolute;
  /*display: inline-block;*/
}

.grid-row {
  border-bottom: 1px solid #36546e;
  position: relative;
  padding: 1px;
  box-sizing: border-box;
}
.grid-row .gradient-more-x {
  background-image: -webkit-linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -moz-linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -ms-linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -o-linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
}
.grid-row .gradient-more-y {
  background-image: -webkit-linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -moz-linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -ms-linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -o-linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
}
.grid-row.disabled {
  opacity: 0.2;
}
.grid-row.disabled:hover {
  background: #16344e;
}
.grid-row.disabled:hover .gradient-more-x {
  background-image: -webkit-linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -moz-linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -ms-linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -o-linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: linear-gradient(left, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
}
.grid-row.disabled:hover .gradient-more-y {
  background-image: -webkit-linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -moz-linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -ms-linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: -o-linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
  background-image: linear-gradient(top, rgba(22, 52, 78, 0), rgba(22, 52, 78, 0.9) 70%);
}
.grid-row.selected:hover {
  background: yellow;
}

.grid-row.alt {
  background-color: #1c3a54;
}
.grid-row.alt .gradient-more-x {
  background-image: -webkit-linear-gradient(left, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
  background-image: -moz-linear-gradient(left, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
  background-image: -ms-linear-gradient(left, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
  background-image: -o-linear-gradient(left, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
  background-image: linear-gradient(left, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
}
.grid-row.alt .gradient-more-y {
  background-image: -webkit-linear-gradient(top, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
  background-image: -moz-linear-gradient(top, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
  background-image: -ms-linear-gradient(top, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
  background-image: -o-linear-gradient(top, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
  background-image: linear-gradient(top, rgba(28, 58, 84, 0), rgba(28, 58, 84, 0.9) 70%);
}

.grid-row:hover {
  background-color: #26445e !important;
}
.grid-row:hover .gradient-more-x {
  background-image: -webkit-linear-gradient(left, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
  background-image: -moz-linear-gradient(left, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
  background-image: -ms-linear-gradient(left, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
  background-image: -o-linear-gradient(left, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
  background-image: linear-gradient(left, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
}
.grid-row:hover .gradient-more-y {
  background-image: -webkit-linear-gradient(top, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
  background-image: -moz-linear-gradient(top, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
  background-image: -ms-linear-gradient(top, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
  background-image: -o-linear-gradient(top, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
  background-image: linear-gradient(top, rgba(38, 68, 94, 0), rgba(38, 68, 94, 0.9) 70%);
}

.ui-enterable-hover {
  border-color: blue;
}

.ui-enterable-focus {
  border-color: #51afe1;
  box-shadow: 0px 0px 2px 2px orange;
}

.ui-form-label-top {
  color: Red;
  margin-left: 5px;
  margin-bottom: 2px;
  display: block;
}

.ui-form-content-top {
  color: green;
}

.ui-form-row-top {
  /*margin-top: 2px;*/
}

input {
  font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: middle;
}

input[type=text] {
  color: #c7c4bb;
  border: 1px solid #36546e;
  background-color: #16344e;
  font-size: 13px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 3px;
  height: 22px;
  margin: 2px;
}

input[type=radio] {
  background-color: transparent;
}

textarea {
  font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #c7c4bb;
  border: 1px solid #36546e;
  background-color: #16344e;
  font-size: 13px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 3px;
  resize: none;
  margin: 2px;
}

.ui-tab-control {
  position: relative;
}
.ui-tab-control .ui-tab-page-container {
  background: #16344e;
  position: absolute;
  top: 21px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  border: 1px solid #36546e;
}
.ui-tab-control .ui-tab-page {
  height: 100%;
  /*position:absolute;*/
  /* width: calc(100% - 6px); */
}
.ui-tab-control .ui-tab-item-container {
  height: 21px;
}
.ui-tab-control .ui-tab-item-dropdown {
  display: inline-block;
  z-index: 2;
}
.ui-tab-control .ui-tab-item {
  display: inline-block;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 2px;
  cursor: default;
}
.ui-tab-control .ui-tab-item .ui-tab-item-button {
  font-size: 8px;
  display: inline-block;
  border: 1px solid #36546e;
  margin-left: 3px;
  padding-left: 1px;
  padding-right: 1px;
}
.ui-tab-control .ui-tab-item .ui-tab-item-button:hover {
  border: 1px solid #55748e;
  background: 1px solid #26445e;
}
.ui-tab-control .ui-tab-item-selected {
  background: #16344e;
  border-left: 1px solid #36546e;
  border-right: 1px solid #36546e;
  border-top: 1px solid #36546e;
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
}
.ui-tab-control .ui-tab-item-unselected {
  border-left: 1px solid rgba(54, 84, 110, 0.4);
  border-right: 1px solid rgba(54, 84, 110, 0.4);
  border-top: 1px solid rgba(54, 84, 110, 0.4);
  background: rgba(22, 52, 78, 0.7);
}
.ui-tab-control .ui-tab-item-unselected:hover {
  border-left: 1px solid #55748e !important;
  border-right: 1px solid #55748e !important;
  border-top: 1px solid #55748e !important;
  background: #26445e !important;
}
.ui-tab-control .ui-tab-item-unselected.ui-tab-item-dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-right: 0px;
}

/* BEGIN Tiny Scrollbar */
.scrollpanel {
  position: relative;
  height: 100%;
}
.scrollpanel .scrollpanel-inner {
  /*width: 100%;*/
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  position: absolute;
}
.scrollpanel .scrollpanel-inner .scrollpanel-viewport {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 16px;
}
.scrollpanel .scrollpanel-inner .scrollpanel-viewport .scrollpanel-overview {
  list-style: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  /*padding: 0px;*/
  /*padding: 0px;*/
}
.scrollpanel .scrollpanel-inner .scrollpanel-viewport .shadow-bottom {
  position: absolute;
  height: 6px;
  left: 0px;
  right: 0px;
  bottom: -6px;
  z-index: 1;
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.3);
}
.scrollpanel .scrollpanel-inner .scrollpanel-viewport .shadow-top {
  position: absolute;
  height: 6px;
  left: 0px;
  z-index: 1;
  right: 0px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  top: -6px;
}
.scrollpanel .scrollpanel-inner .scrollpanel-scrollbar {
  /*background: transparent url(../../../i/ui/scrollbar/bg-scrollbar-track-y.png) no-repeat 0 0;*/
  position: relative;
  background-position: 0 0;
  float: right;
  width: 14px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.scrollpanel .scrollpanel-inner .scrollpanel-scrollbar .scrollpanel-track {
  /*background: transparent url(../../../i/ui/scrollbar/bg-scrollbar-trackend-y.png) no-repeat 0 100%;*/
  /*height: 100%;*/
  background: black;
  width: 14px;
  position: relative;
  /*padding: 0 1px;*/
}
.scrollpanel .scrollpanel-inner .scrollpanel-scrollbar .scrollpanel-track .scrollpanel-thumb {
  /*background: transparent url(../../../i/ui/scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;*/
  /*background: darkgray;*/
  height: 20px;
  width: 16px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  /*left: -5px;*/
  /*padding-left: 5px;*/
}
.scrollpanel .scrollpanel-inner .scrollpanel-scrollbar .scrollpanel-track .scrollpanel-thumb .scrollpanel-thumb-end {
  /*background: transparent url(../../../i/ui/scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 0;*/
  background: #26445e;
  overflow: hidden;
  /*height: 5px;*/
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 14px;
  border-radius: 6px;
}
.scrollpanel .scrollpanel-inner .scrollpanel-scrollbar .scrollpanel-track .scrollpanel-thumb .scrollpanel-thumb-end:hover {
  background-color: #36546e !important;
}
.scrollpanel .scrollpanel-inner .scrollpanel-disable {
  display: none;
}

/* END Tiny Scrollbar */
.panel {
  margin: 1px;
  background: #16344e;
  border: 1px solid #36546e;
  border-radius: 3px;
}

.text-panel {
  margin: 2px;
  background: #16344e;
  border: 1px solid #36546e;
  border-radius: 3px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.panel-droppable-active {
  border-color: #FFCC66 !important;
}

.panel-droppable-hover {
  border-color: #51afe1 !important;
}

.panel-border-hover {
  border-color: #55748e !important;
}

.panel-fixed {
  position: absolute;
  background: #16344e;
  border: 1px solid #36546e;
  border-radius: 3px;
}

.panel-border {
  border: 1px solid #36546e;
  border-radius: 3px;
}

.panel-padding {
  padding: 1px;
}

.hovertext:hover {
  color: white !important;
}

/* ### BEGIN Tooltip ### */
/* Style main, hint, round */
.tooltip_out {
  position: absolute;
  z-index: 10002;
  background-color: #333399;
  border: 1px solid #1A1C5E;
  padding: 1px;
}

.tooltip_out_round {
  background: #16344e;
  border: 1px solid #36546e;
  padding: 4px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.tooltip_in {
  overflow: hidden;
  text-align: left;
}

.tooltip_in_main {
  border: 1px solid black;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  background-color: #000000;
}

.tooltip_in_hint {
  border: 1px solid black;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  background-color: #FFFFE1;
  color: #000000;
  font-size: 11px;
}

/* ### END Tooltip ### */
/* tables */
.cell.content, td.content {
  padding: 1px;
  line-height: 20px;
}

/* END tables */
img {
  vertical-align: middle;
}

.middle {
  vertical-align: middle;
}

hr {
  background: #36546e;
  height: 1px;
  border: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.button, .userbutton {
  min-height: 22px;
  margin: 2px;
  border-radius: 3px;
  min-width: 80px;
  cursor: pointer;
  background: #1c3a54;
  border: 1px solid #36546e;
  display: inline-block;
  overflow: visible;
  text-decoration: none;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.button.auto-width, .auto-width.userbutton {
  min-width: initial;
}
.button.default, .default.userbutton {
  border-width: 2px;
  margin: 1px;
  font-weight: bold;
}
.button:hover, .userbutton:hover {
  border-color: #55748e;
  background-color: #26445e;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}
.button.disabled, .disabled.userbutton {
  opacity: 0.35;
}
.button.disabled:hover, .disabled.userbutton:hover {
  border-color: #36546e;
  background-color: #1c3a54;
  box-shadow: initial;
}
.button.large, .large.userbutton {
  width: 93px;
  height: 40px;
  margin: 4px;
}
.button.large .button-table, .large.userbutton .button-table {
  height: 40px;
}
.button.highlight, .highlight.userbutton {
  background-color: #b3731a;
  border-color: #df8f20;
}
.button.highlight:hover, .highlight.userbutton:hover {
  background-color: #c2750a;
  border-color: #e6a64d;
}
.button.selected, .selected.userbutton {
  background-color: #2c4f6d;
  border-color: #5382ac;
}
.button.selected:hover, .selected.userbutton:hover {
  background-color: #345c7f;
  border-color: #5990c0;
}
.button.offline, .offline.userbutton {
  background-color: #6d2f2c;
  border-color: #ac5653;
}
.button.offline:hover, .offline.userbutton:hover {
  background-color: #7f3634;
  border-color: #c05c59;
}
.button .button-table, .userbutton .button-table {
  line-height: 18px;
  width: 100%;
}
.button .button-text, .userbutton .button-text {
  /*float: right;*/
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
}
.button .button-image, .userbutton .button-image {
  /*float: left;*/
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 1px 1px;
  vertical-align: middle;
  /*width: 20px; 	height: 20px;*/
}

.fixed-size-div-outer-x {
  overflow: hidden;
  position: relative;
  /*	top: 0; 	left: 0; 	right: 0; 	bottom: 0;*/
}

.fixed-size-div-outer-y {
  overflow: hidden;
  position: relative;
  /*	top: 0; 	left: 0; 	right: 0; 	bottom: 0;*/
}

.gradient-more-x {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 21px;
  height: 100%;
}

.gradient-more-y {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 21px;
}

.fixed-size-div-inner-x {
  width: 3000px;
}

.fixed-size-div-overlay {
  position: absolute;
  background: #16344e;
  z-index: 10001;
  margin-top: -5px;
  margin-left: -5px;
  border: 1px solid #36546e;
  padding: 4px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.gradient-text-end {
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#333));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bigbutton {
  border: 1px solid black;
  border-radius: 4px;
  background: #16344e;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.highlightbox {
  position: absolute;
}

.highlightbox-top {
  position: absolute;
  border-top: 2px solid orange;
  height: 0px;
  margin-left: -4px;
  margin-top: -6px;
  box-shadow: 0px 0px 4px 2px orange;
}

.highlightbox-bottom {
  position: absolute;
  border-bottom: 2px solid orange;
  height: 0px;
  margin-left: -4px;
  margin-top: 4px;
  box-shadow: 0px 0px 4px 2px orange;
}

.highlightbox-left {
  position: absolute;
  border-left: 2px solid orange;
  width: 0px;
  margin-left: -6px;
  margin-top: -4px;
  box-shadow: 0px 0px 4px 2px orange;
}

.highlightbox-right {
  position: absolute;
  border-right: 2px solid orange;
  width: 0px;
  box-shadow: 0px 0px 4px 2px orange;
  margin-top: -4px;
  margin-left: 4px;
}

.overlay-ie {
  background-image: url(../../../../../../../i/ui/transparent.png);
}

.ui-progressbar.loading .ui-progressbar-value {
  background-image: url(../../../../../../../i/ui/pbar-ani.gif);
  border: 1px solid #36546e;
  border-radius: 3px;
}

.loading-icon {
  background-image: url(../../../../../../../i/ui/loading.gif);
}

.icon-menu {
  position: absolute;
  float: left;
  top: 300px;
  left: 0px;
  min-height: 20px;
  z-index: 100;
  padding-left: 10px;
  z-index: 10000;
}
.icon-menu .icon-menu-item {
  position: relative;
  float: left;
}
.icon-menu .icon-menu-item .icon-menu-item-button {
  background: #16344e;
  margin: 4px;
  opacity: 0.85;
  padding: 5px;
  border: 2px solid #36546e;
  border-radius: 19px;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
}
.icon-menu .icon-menu-item .icon-menu-item-button:hover {
  background: #26445e;
  border-color: #55748e;
  opacity: 1;
}
.icon-menu .icon-menu-item .icon-menu-item-button .image {
  width: 24px;
  height: 24px;
}

.menu, .listmenu, .submenu {
  background: #16344e;
  border: 1px solid #36546e;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.menu .menu-table, .listmenu .menu-table, .submenu .menu-table {
  width: 100%;
}
.menu .menu-item, .listmenu .menu-item, .submenu .menu-item {
  border-bottom: 1px solid #36546e;
  min-height: 24px;
  padding: 1px;
}
.menu .menu-item .menu-item-content, .listmenu .menu-item .menu-item-content, .submenu .menu-item .menu-item-content {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.menu .menu-item .menu-item-right, .listmenu .menu-item .menu-item-right, .submenu .menu-item .menu-item-right {
  padding-right: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.menu .menu-item:last-child, .listmenu .menu-item:last-child, .submenu .menu-item:last-child {
  border-bottom: initial;
}
.menu .menu-item:hover, .listmenu .menu-item:hover, .submenu .menu-item:hover {
  background: #26445e;
}

.submenu {
  position: absolute;
  top: 50px;
  z-index: 9000;
}

.listmenu {
  display: inline-block;
  margin: 2px;
}

table.single-row, .table.single-row {
  display: table;
  width: 100%;
}

.margin2 {
  margin: 4px;
}

.margin4 {
  margin: 4px;
}

.padding2 {
  padding: 2px;
}

.padding4 {
  padding: 4px;
}

.editlabel {
  display: inline-block;
  vertical-align: middle;
}
.editlabel .editlabel-label {
  cursor: text;
  border: 1px solid transparent;
}
.editlabel .editlabel-label:hover {
  border: 1px solid #55748e;
}
.editlabel .editlabel-label.editlabel-editmode {
  display: none;
}
.editlabel .editlabel-textbox {
  display: none;
}
.editlabel .editlabel-textbox.editlabel-editmode {
  display: block !important;
}

.text-padding {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.div-line {
  border-bottom: 1px solid #36546e;
}
.div-line:last-child {
  border-bottom: initial;
}

.checkbox {
  display: inline-block;
  cursor: pointer;
}
.checkbox .cb-button {
  display: inline-block;
  background: #16344e;
  border: 1px solid #36546e;
  height: 20px;
  width: 20px;
  margin: 1px;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.checkbox .cb-button .cb-char {
  display: none;
}
.checkbox:hover .cb-button {
  border: 1px solid #55748e;
  background: #26445e;
}
.checkbox.checked .cb-button .cb-char {
  display: inline-block;
}
.checkbox .cb-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pause-animation {
  -webkit-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ani-background-red {
  -webkit-animation-name: ani-background-red;
  -ms-animation-name: ani-background-red;
  -moz-animation-name: ani-background-red;
  -o-animation-name: ani-background-red;
  animation-name: ani-background-red;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-direction: normal, alternate;
  -ms-animation-direction: normal, alternate;
  -moz-animation-direction: normal, alternate;
  -o-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@-webkit-keyframes ani-background-red {
  100% {
    background-color: #b00000;
  }
}
@-moz-keyframes ani-background-red {
  100% {
    background-color: #b00000;
  }
}
@-o-keyframes ani-background-red {
  100% {
    background-color: #b00000;
  }
}
@keyframes ani-background-red {
  100% {
    background-color: #b00000;
  }
}
/* Template
if($d, , )

	@if $d {
	}
	@else {
	}

*/
p, div, td {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.all {
  padding: 4px;
  border-radius: 5px;
  display: inline-block;
  text-align: left;
  margin-left: 320px;
}

.topbox {
  border: 2px solid #36546e;
  background: #16344e;
  border-radius: 5px;
  margin: 4px;
  padding: 4px;
}

.colorpicker-container {
  border: 2px solid #36546e;
  margin: 4px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.colorpicker-container TD {
  padding: 2px;
}
.colorpicker-container .head {
  background-color: #122536;
}

.colorpallet.main {
  position: absolute;
  right: -65px;
}
.colorpallet.scheme {
  display: flex;
  border-radius: 5px;
}
.colorpallet .colorbox {
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 3px;
  margin: 4px;
  cursor: pointer;
  position: relative;
}
.colorpallet .colorbox .inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.colorpallet .colorbox.scheme {
  width: 40px;
  height: 40px;
}
.colorpallet .colorbox.selected {
  border: 1px solid #df8f20;
}
.colorpallet .colorbox.drop {
  border: 1px solid #e6a64d;
}
.colorpallet .colorbox.drag {
  opacity: 0.85;
}

.samplebox {
  position: absolute;
  left: -320px;
  width: 310px;
  z-index: 10;
}

.sep-hidden {
  border-bottom: 1px solid #36546e;
}

.userbutton {
  min-height: 16px;
  min-width: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
  border: 1px solid #333;
  background: #222;
}
.userbutton .button-table {
  line-height: 15px;
}
.userbutton .usericon-cell {
  width: 16px;
  padding: 1px;
}
.userbutton .usericon-cell .usericon {
  background-repeat: no-repeat;
  width: 16px;
  border-radius: 2px;
  height: 16px;
}
.userbutton .userfp-cell {
  width: 13px;
  padding: 1px;
}
.userbutton .userfp-cell .userfp {
  background-repeat: no-repeat;
  background-position-y: -2px;
  width: 13px;
  border-radius: 2px;
  height: 15px;
}
.userbutton .button-text {
  padding-left: 1px;
  padding-right: 3px;
  vertical-align: middle;
}

/*# sourceMappingURL=ui.normal.css.map */
