/* ipad size - portrait: 768x946, Landscape: 1024x690 */
/* main color theme */
/* table row colors */
/* progress bar colors */
/* alarm color theme */
/* schema element border colors */
/* common colors setting */
.caretSelect {
  background: url("../img/Select.svg");
  background-size: 12px 24px;
  height: 24px;
  width: 12px;
  float: right;
  padding: 0px;
  border: 0px;
  margin: 0px;
  background-repeat: no-repeat;
}
body {
  font-family: 'Trebuchet MS';
  height: 100%;
  width: 100%;
  -webkit-touch-callout: none;
  margin: 0px;
  /*8px white border, bottom: 8 white border + 4 blue border*/
  padding-bottom: 0px;
  line-height: 20px;
  font-size: 14px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*main container*/
}
body .container {
  /*min-width: 630px;*/
  width: 100%;
  padding-top: 4px;
}
body .container-signin {
  min-width: 250px;
}
body .navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1200;
  margin-bottom: 0;
}
body .navbar-fixed-top .navbar-inner {
  border-width: 0 0 1px;
}
button {
  cursor: pointer;
}
/*icons*/
.btn-ico-selected {
  display: block;
  height: 32px;
  min-width: 16px;
  background-image: none;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 4px;
  margin: 0px;
  float: left;
  background-color: #6cf !important;
}
.btn-ico,
.btn-ico-mini {
  display: block;
  height: 32px;
  min-width: 16px;
  background-image: none;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 4px;
  margin: 0px;
  float: left;
}
.btn-ico-mini {
  padding: 0px;
  height: 24px;
}
.icon-energo {
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  margin: 0px;
  display: block;
  float: left;
}
.btn-ico .icon-energo {
  margin: 4px 0;
}
/*icons svg*/
.icon-energo-selection {
  background: url("../img/Unchecked.svg");
}
.checked .icon-energo-selection {
  background: url("../img/Checked.svg");
}
.icon-energo-remove-dp {
  background: url("../img/UnselectAll.svg");
}
.icon-energo-filter-selected-dp {
  background: url("../img/Checked.svg");
}
.icon-energo-redo {
  background: url("../img/Redo.svg");
}
.icon-energo-undo {
  background: url("../img/Undo.svg");
}
.icon-energo-upload-file {
  background: url("../img/Upload.svg");
}
.icon-energo-show {
  background: url("../img/Plus.svg");
}
.icon-energo-hide {
  background: url("../img/Minus.svg");
}
.icon-energo-has-alarm {
  background: url("../img/AlarmActive.svg");
}
.icon-energo-alarm-memory {
  background: url("../img/AlarmMemory.svg");
}
.icon-energo-alarm-blocked {
  background: url("../img/AlarmBlocked.svg");
}
.icon-energo-dp-blocked {
  background: url("../img/Stop.svg");
}
.icon-energo-tags {
  background: url("../img/Tag.svg");
}
.icon-energo-table-view {
  background: url("../img/Table.svg");
}
.icon-energo-graph-view {
  background: url("../img/Graph.svg");
}
.icon-energo-schema-view {
  background: url("../img/Picture.svg");
}
.icon-energo-dropdown {
  background: url("../img/Data.svg");
}
.remember-me .selected .icon-energo-selection {
  background: url("../img/Checked.svg");
  background-size: contain;
}
.remember-me .icon-energo-selection {
  background: url("../img/Unchecked.svg");
  float: right;
  margin-left: 2px;
  background-size: contain;
}
.selected .icon-energo-selection {
  background: url("../img/Checked.svg");
}
.icon-energo-login {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../img/UserBlue.svg');
}
/*login window box*/
.form-signin {
  border: none;
  margin: 0 auto 24px;
  width: 256px;
  background-color: #39c;
}
.form-signin .form-signin-box {
  margin: 0px 32px 0px 32px;
}
.form-signin .brand {
  font-size: 36px;
  height: 64px;
  color: white;
  text-align: center;
  padding: 16px 0px 8px;
}
.form-signin .brand span {
  font-size: 18px;
  margin-left: -104px;
  margin-top: 32px;
  position: absolute;
}
.form-signin .brand-name {
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 16px 0px;
}
.form-signin .btn-large {
  line-height: 32px;
  width: 100%;
  padding: 4px 0px;
  background-image: none;
  border: none;
  font-size: 18px;
  color: white;
  margin: 0px;
  background-color: #004d7d;
}
.form-signin #username,
.form-signin #userpassword,
.form-signin #userdomain {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  background-color: white;
  width: 100%;
  height: 32px;
  padding: 0px 4px;
  margin: 2px 0px;
  font-size: 14px;
}
.remember-me {
  height: 32px;
  padding: 4px 0px;
}
.remember-me span {
  line-height: 32px;
  float: left;
  color: white;
}
.remember-me a {
  background-color: #39c;
  float: left;
  cursor: pointer;
}
.remember-me .remember-me-selection {
  background-color: inherit;
}
.text-information {
  color: white;
  line-height: 32px;
  text-align: center;
}
.text-information.loginEerror,
.text-information.error-message {
  background-color: red;
}
[class*=" icon-"] {
  margin: 0 0 0 0;
  display: inline-block;
  line-height: 14px;
}
.icon-chevron-up {
  background-image: url("../img/Up.svg");
  height: 22px;
  width: 20px;
  background-size: 22px 22px;
}
.icon-chevron-down {
  background-image: url("../img/Down.svg");
  height: 22px;
  width: 20px;
  background-size: 22px 22px;
}
.icon.icon-chevron-up,
.icon.icon-chevron-down {
  background-size: cover;
  background-repeat: no-repeat;
  height: 16px;
}
.icon.icon-chevron-up {
  background-image: url("../img/Up.svg");
}
.icon.icon-chevron-down {
  background-image: url("../img/Down.svg");
}
.brand {
  width: 104px;
  padding-right: 4px;
  text-align: center;
}
/*VIEWS*/
.views-container {
  top: 8px;
  left: 8px;
  right: 8px;
  position: absolute;
}
.views-container > .view-panel-container {
  z-index: 10;
}
.views-container > .view-panel-top {
  background-color: white;
}
.views-container > .view-panel-left {
  bottom: 4px;
  background-color: white;
  border-left: #39c 4px solid;
  border-right: #39c 4px solid;
}
.views-container > .view-panel-right {
  background-color: #39c;
  border-left: #39c 4px solid;
  border-right: #39c 4px solid;
}
.views-container > .view-panel-right > * {
  height: 100%;
}
.views-container > .view-panel-bottom {
  background-color: #39c;
}
.views-container > .view-panel-top,
.views-container > .view-panel-left,
.views-container > .view-panel-right,
.views-container > .view-panel-bottom {
  position: fixed;
  z-index: 11;
}
.views-container > .view-panel-top {
  width: calc(100% - 16px);
  z-index: 12;
}
.views-container > .view-panel-bottom {
  height: 4px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  background-color: #39c;
}
.views-container > .view-panel-left {
  left: 8px;
}
.views-container > .view-panel-right {
  right: 8px;
}
.views-container .drag-border {
  position: fixed;
  z-index: 100;
}
.views-container .drag-border.drag-border-left,
.views-container .drag-border.drag-border-right {
  cursor: ew-resize;
}
.views-container .drag-border.drag-border-top,
.views-container .drag-border.drag-border-bottom {
  cursor: n-resize;
}
.app-main-folds,
.indication-panel {
  position: absolute;
  top: 0;
}
.app-main-folds .button-view,
.indication-panel .button-view,
.app-main-folds .button-tab-view,
.indication-panel .button-tab-view {
  height: 32px;
  line-height: 32px;
  color: white;
  cursor: pointer;
  float: left;
  text-align: left;
}
.app-main-folds .button-tab-view,
.indication-panel .button-tab-view {
  margin-left: 4px;
}
.app-main-folds .button-tab-view .ico-schema,
.indication-panel .button-tab-view .ico-schema {
  background-color: #004d7d;
}
/*app main folds - views*/
.app-main-folds {
  left: 4px;
}
.app-main-folds > div {
  float: left;
}
.app-main-folds .button-view,
.app-main-folds .button-tab-view {
  background-color: #004d7d;
}
.app-main-folds .button-view .tab-title:hover,
.app-main-folds .button-tab-view .tab-title:hover,
.app-main-folds .button-view .tab-title.active,
.app-main-folds .button-tab-view .tab-title.active,
.app-main-folds .button-view .tab-title.active,
.app-main-folds .button-tab-view .tab-title.active {
  background-color: #39c;
}
.app-main-folds .button-view.active .tab-title,
.app-main-folds .button-tab-view.active .tab-title {
  background-color: #39c;
}
.indication-panel {
  right: 4px;
}
.indication-panel .button-view,
.indication-panel .button-tab-view {
  background-color: #39c;
}
.indication-panel .button-view .tab-title :hover,
.indication-panel .button-tab-view .tab-title :hover,
.indication-panel .button-view .tab-title:active,
.indication-panel .button-tab-view .tab-title:active {
  background-color: #004d7d;
}
.indication-panel .button-view.active .tab-title,
.indication-panel .button-tab-view.active .tab-title {
  background-color: #004d7d;
}
.indication-panel .button-view.user-logout,
.indication-panel .button-tab-view.user-logout {
  float: right;
  width: 32px;
  background-color: #900;
  margin: 0;
}
.indication-panel .button-view.user-logout .icon-energo-log-out,
.indication-panel .button-tab-view.user-logout .icon-energo-log-out {
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  margin: 4px;
  display: block;
  float: left;
  background: url("../img/Logout.svg");
}
.indication-panel .button-view.user-logout:hover,
.indication-panel .button-tab-view.user-logout:hover,
.indication-panel .button-view.user-logout:active,
.indication-panel .button-tab-view.user-logout:active {
  background-color: #f66;
}
.indication-panel .button-view.user-settings,
.indication-panel .button-tab-view.user-settings {
  text-decoration: none;
  float: left;
  background-color: white;
  cursor: default;
  color: black;
}
.app-main-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 32px;
  background-color: #39c;
  padding: 4px;
}
.app-main-buttons button {
  height: 32px;
  margin-right: 4px;
  border: none;
  background-color: #004d7d;
  padding: 0 4px;
}
.app-main-buttons button:active,
.app-main-buttons button:hover {
  background-color: #6cf;
}
.app-main-buttons button.export-project {
  background-color: #029307;
  color: white;
}
.app-main-buttons button.export-project:active,
.app-main-buttons button.export-project:hover {
  background-color: #6f6;
}
.app-main-buttons button:disabled {
  background: #999;
}
.app-main-buttons .files-loading {
  height: 32px;
  margin: 8px 0;
  display: block;
  width: 200px;
}
.app-main-buttons .files-loading span > div {
  height: 32px;
  margin: 4px 0px;
  border: none;
  background-color: #ccc;
}
.app-main-buttons .files-loading span > div:active,
.app-main-buttons .files-loading span > div:hover {
  background-color: #eee;
}
.unit-detail .timestamp,
.unit-detail .quality {
  text-align: center;
}
/*progress bars*/
.progress-bar-wrapper {
  height: auto;
  width: 400px;
  background-color: #fc9;
  position: fixed;
  z-index: 1030;
  right: 8px;
  bottom: 0px;
  padding: 8px;
  color: black;
}
.progress-bar-wrapper ul {
  margin: 0px;
}
.progress-bar-wrapper ul li {
  margin: 0px;
  list-style: none;
}
.progress-bar-wrapper ul li ul {
  margin-left: 20px;
}
.progress-bar-wrapper li .bar-error {
  color: red;
  font-weight: bold;
}
.task-bar-terminate {
  color: red;
  float: right;
  cursor: pointer;
}
.notification-panel {
  position: fixed;
  z-index: 2000;
  bottom: 0px;
  left: 32px;
  width: 352px;
  background-color: #e5e5e5;
  text-align: left;
  line-height: 20px;
  overflow: hidden;
  padding: 16px;
  -webkit-transition: all 2s 0.5s ease;
  -moz-transition: all 2s 0.5s ease;
  -o-transition: all 2s 0.5s;
  transition: all 2s 0.5s ease;
}
.notification-panel .notification {
  margin-bottom: 16px;
}
.notification-panel button {
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  line-height: 20px;
  width: 96px;
  height: 32px;
  float: right;
}
.notification-panel button.confirm {
  margin-right: 8px;
}
.notification-panel.ng-hide-add,
.notification-panel.ng-hide-remove {
  display: block !important;
  bottom: -128px;
}
.notification-panel.ng-hide-remove.ng-hide-remove-active,
.notification-panel.ng-hide-add {
  bottom: 0px;
}
.notification-panel.ng-hide-add.ng-hide-add-active {
  bottom: -128px;
}
.data-point-edit {
  height: 100%;
  color: black;
  background-color: white;
}
.data-point-edit .unknownProperty {
  color: red;
}
.ipad-scroll,
.ipad-scroll {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: relative;
}
.propertyGrid .ipad-scroll {
  height: auto;
}
.sub-ipad-scroll {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
/* tableGrid: necessary to proper filters displaying */
.table-filter-sort.visibleHeading .ipad-scroll {
  margin-top: 32px;
  margin-bottom: 12px;
}
.table-filter-sort.visibleHeading.filterUsed .table-head {
  height: 64px;
}
.table-filter-sort.visibleHeading.filterUsed .table-head .input-filter .ico-close {
  top: 36px;
}
.table-filter-sort.visibleHeading.filterUsed .table-head .filters > div {
  height: 100%;
}
.table-filter-sort.visibleHeading.filterUsed .ipad-scroll {
  margin-top: 64px;
}
.table-filter-sort .ipad-scroll {
  float: left;
  width: 100%;
}
.view-panel-left .table-filter-sort .ipad-scroll {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
}
.project-tree-api {
  /*.table-filter-sort .ipad-scroll{
    bottom: @unitSize1;
  }*/
}
.project-tree-api > button.export-project {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 32px;
  width: 100%;
}
.nav-tabs {
  padding: 0px;
  border-bottom: 1px solid #004d7d;
  background-color: #39c;
}
.nav-tabs:before,
.nav-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs:after {
  clear: both;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  color: white;
}
.nav-tabs > li > a {
  line-height: 20px;
  padding: 8px 12px;
  cursor: pointer;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #004d7d;
}
.nav {
  margin: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #6cf;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .tab-pane > div > * {
  margin: 2px 4px;
}
.tab-content > .tab-pane > div .dropdown-toggle-scrollable {
  background-color: white;
}
.tab-content > .tab-pane > div .dropdown {
  display: inline-block;
}
.pill-content > .active,
.tab-content > .active {
  display: block;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}
.tabbable:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-inner:after {
  clear: both;
}
.nav-pills:before,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-pills:after {
  clear: both;
}
.selection-title-line {
  float: left;
  height: 32px;
  line-height: 32px;
  width: 192px;
}
.selection-line {
  clear: both;
}
.childs {
  padding-left: 16px;
}
.hidden {
  display: none;
}
input.error {
  background-color: red;
  color: white;
}
.tag-value-edit,
.tag-key-edit,
.tag-value-type-edit {
  display: inline-block;
  width: 25%!important;
}
.table-editor {
  padding: 0px 4px 8px 4px;
}
.tag-value-edit {
  width: 200px;
}
.tag-key-edit {
  width: 200px;
}
.tag-value-type-edit {
  width: 200px;
}
.afm-key-edit > div,
.afm-date > div {
  margin: 4px;
}
.afm-key-edit .value,
.afm-date .value,
.afm-key-edit .label,
.afm-date .label {
  min-width: 150px;
  display: inline-block;
}
.upload-file-input {
  width: 200px;
  background-color: white;
  display: inline-block;
  margin: 9px 4px;
  height: 20px;
}
button.active {
  background-color: #6cf;
}
/*modal window*/
.modal {
  z-index: 2000 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 10%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0px;
  border: 0px;
  color: white;
  position: fixed;
  background-color: #004d7d;
}
.modal button:hover {
  background-color: #6cf;
}
.modal .modal-center,
.modal .modal-header,
.modal .modal-footer {
  width: 732px;
}
.modal .modal-center {
  position: relative;
  left: 50%;
  margin-left: -368px;
  margin-bottom: 32px;
  float: left;
}
.modal .modal-center li {
  list-style-type: none;
  margin: 2px 0px;
}
.modal .modal-center li > a:hover {
  background-color: #39c;
}
.modal .modal-center .modal-footer .text-information {
  display: inline-block;
}
.modal .modal-center .modal-footer button.default-range {
  width: 160px;
}
.modal .device-ipad-scroll {
  height: 100%;
}
.modal.fade.in {
  top: 5%!important;
}
.modal .nav-tabs li a {
  color: white;
  cursor: pointer;
}
.modal .nav-tabs li a:hover {
  color: black;
  background-color: #eee;
}
.modal .nav-tabs li.active a {
  color: black;
}
.modal table td {
  background-color: white;
  border-top: 1px solid #004d7d;
  padding: 0px 3px;
}
.modal table td.delete-item {
  padding: 0px!important;
}
.modal table td * {
  float: left;
}
.modal .planning-calendar-day-table td {
  border-width: 2px;
  height: 32px;
  line-height: 32px;
  padding: 0px 0px 0px 0px;
  background-color: inherit;
}
.modal .planning-calendar-day-table .no-events {
  background-color: white;
  padding: 0px 4px;
}
.modal .modal-footer .text-information {
  float: left;
  width: 432px;
  margin-left: 32px;
}
.modal .modal-footer .btn:disabled {
  background-color: #999;
}
.modal .short-url-input {
  min-width: 346px;
}
.modal .main-table {
  display: block;
  color: black;
  background: white;
  max-height: 400px;
  overflow-y: auto;
}
.modal .main-table .active-row {
  color: black;
}
.modal-body {
  width: 704px;
  border: 0px;
  margin: 0px;
  padding: 0px 0px 0px 32px;
  max-height: inherit;
  overflow: visible;
  clear: both;
  z-index: 2000;
}
.modal-body a {
  color: white;
}
.modal-body a:visited,
.modal-body a:hover {
  color: white;
}
.modal-body a:hover {
  text-decoration: none;
}
.modal-body .buttonsRow {
  display: block!important;
}
.modal-body .tab-content {
  overflow: visible;
}
.modal-body .tabbable {
  width: 100%;
}
.modal-body .text-information {
  line-height: 32px;
  padding: 0px;
  margin-top: 17px;
}
.modal-body > span {
  line-height: 32px;
  display: inline-block;
}
.modal-body input {
  margin: 0px;
  padding: 4px 24px 4px 8px;
  height: 24px;
  border: none;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  min-width: 1600px;
  display: inline-block;
  float: right;
}
.modal-body input.wp-tpg-value-real {
  background-color: #39c;
  color: white;
}
.modal-body input.modal-window-init-input.timespan {
  width: 64px;
  min-width: inherit;
  padding: 4px 4px 4px 8px;
}
.modal-body .dropdown {
  display: inline-block;
  height: 20px;
  float: right;
}
.modal-body .dropdown .dropdown-menu {
  right: 4px;
  left: inherit;
}
.modal-body .dropdown-wide {
  height: 30px;
  width: 704px;
}
.modal-body .modal-window-timespan label {
  width: 76px;
  display: inline-block;
}
.modal-body .actions-buttons {
  height: 24px;
}
.modal-body .btn-ico-mini {
  height: 24px;
  padding: 4px 8px;
}
.modal-body .locationUrl {
  font-weight: bold;
  word-break: break-all;
}
.modal-header {
  border: 0px;
  margin: 64px 0px 32px 0px;
  padding: 0px;
  float: left;
}
.modal-header h1 {
  line-height: 32px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
}
.modal-header h2 {
  line-height: 24px;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.modal-footer {
  text-align: right;
  background-color: inherit;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 16px;
  padding-right: 0px;
  float: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0px;
  margin-left: 16px;
}
.modal-footer button,
.change-password button,
.modal-body button,
.filter-container button {
  color: white;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  line-height: 30px;
  width: 96px;
  height: 32px;
  font-size: 14px;
  background-color: #39c;
}
.device-nonipad .modal-footer button:hover {
  color: white;
}
.device-nonipad .modal-body .btn-ico-mini:hover {
  background-color: #6cf;
}
.device-nonipad .table-filter-sort table {
  margin-top: 93px;
}
.device-nonipad .project-tabs,
.device-nonipad .project-tabs-control li:hover {
  background-color: white;
}
.device-nonipad .form-signin .btn-large:hover {
  background-color: #6cf;
}
.device-nonipad .tpgAddItem button:hover {
  color: white;
  background-color: #6cf;
}
/*modal backdrop*/
.modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: white;
  opacity: .8;
}
/*dropdown*/
.dropdown {
  position: relative;
  list-style: none;
}
.dropdown ul {
  margin: 0px;
  padding: 0px;
}
.dropdown li {
  list-style: none;
}
.dropdown a.dropdown-toggle,
.dropdown a.dropdown-toggle-scrollable {
  cursor: pointer;
  line-height: 24px;
}
.dropdown.event-state {
  display: block;
}
.dropdown.event-state .dropdown-toggle-scrollable {
  background-color: #39c;
}
.dropdown.event-state .labelButton {
  width: 64px;
}
.dropdown.state-new-value,
.dropdown.event-state {
  float: left;
  margin-right: 4px;
}
.dropdown.state-new-value a {
  background-color: #39c;
}
.dropdown.state-new-value .labelButton {
  width: 64px;
}
.dropdown .scroll-enabled li {
  padding-right: 20px;
  margin-right: 4px;
}
.dropdown .dropdown-menu {
  margin-top: 4px;
}
.dropdown .dropdown-menu li {
  cursor: pointer;
  height: auto;
}
.dropdown .dropdown-menu li > a {
  background-color: inherit;
  line-height: 16px;
  font-size: 14px;
  color: white;
}
.dropdown .dropdown-menu li > div {
  background-color: inherit;
  line-height: 16px;
  font-size: 14px;
  color: #069;
  display: inline-block;
  padding: 3px 20px;
  clear: both;
}
.dropdown .dropdown-menu li .highlight {
  background-color: #39c;
}
.dropdown .dropdown-menu .search {
  position: relative;
  height: 24px;
  margin-bottom: 4px;
  background-color: white;
}
.dropdown .dropdown-menu .search input {
  border: none;
  height: 24px;
  padding: 0px 5px 0px 4px;
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.dropdown .dropdown-menu .search .ico-close {
  top: 1px;
  right: 2px;
  position: absolute;
  padding: 0px;
  background-color: inherit;
  height: 22px;
}
.dropdown .dropdown-menu .search .ico-close .icon-energo-clear-search {
  background: url("../img/ClearSearch.svg");
  background-size: 16px 22px;
  width: 16px;
  height: 22px;
}
.dropdown .dropdown-menu,
.dropdown .dropdown-toggle-scrollable {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  top: 100%;
  left: 4px;
  background-color: #004d7d;
}
.dropdown.dropdown-user-language > a,
.dropdown.dropdown-user-language > a:hover {
  background-color: #39c;
}
.dropdown-user-template,
.dropdown-user-language {
  width: 128px;
}
.dropdown-menu-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  /*for scroll on ipad margin-top must be defined!!!*/
}
.dropdown-menu-scrollable a {
  display: block;
  padding: 3px 12px;
}
.dropdown-menu-scrollable a:hover {
  text-decoration: none;
  background-color: #39c;
}
.dropdown-menu {
  position: absolute;
  z-index: 1060!important;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px;
  margin: 0 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  /*a:hover {
    background-color: @mainButtonActiveColor;
    background-image: none;
  }*/
}
.dropdown-menu li.selected {
  background-color: #6cf;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  border-bottom: 1px solid white;
}
.dropdown-menu > li > a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
}
.application-button-line {
  height: 32px;
  display: inline-block;
  max-width: calc(100% - 132px);
  float: left;
}
.application-button-line .inner-element {
  height: 100%;
}
.application-button-line .inner-element button {
  color: white;
}
.application-button-line .inner-element button.buttonActive {
  background-color: #6cf;
}
.application-button-line .inner-element button.remove-all-dps {
  background-color: #f16366;
}
.application-button-line .inner-element button.remove-all-dps:active,
.application-button-line .inner-element button.remove-all-dps:hover {
  background-color: #f99;
}
.application-button-line .inner-element .projectStorageShowProjectProperties,
.application-button-line .inner-element .projectStorageShowProjects,
.application-button-line .inner-element .projectStorageAddProject,
.application-button-line .inner-element .projectStorageShowInstances,
.application-button-line .inner-element .projectStorageAddInstance,
.application-button-line .inner-element .projectStorageMassUpload,
.application-button-line .inner-element .projectStorageShowFileHistory {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 32px;
}
.application-button-line .inner-element .loadFile {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 32px;
  width: 32px;
}
.application-button-line .inner-element .loadFile .fileread > * {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  position: absolute;
}
.application-button-line .inner-element .loadFile .fileread button {
  border: none;
  background-color: #004d7d;
}
.application-button-line .inner-element .loadFile .fileread button:active,
.application-button-line .inner-element .loadFile .fileread button:hover {
  background-color: #6cf;
}
.application-button-line .inner-element .loadFile .fileread button .icon-energo-upload-file {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
}
.application-button-line .inner-element .loadFile .fileread input[type="file"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
}
.application-button-line .inner-element .loadFile .uploadFile1 {
  width: 32px;
}
.application-button-line .inner-element .loadFile .uploadFile1 i {
  margin: 4px;
}
.button-view .ico-close,
.button-tab-view .ico-close,
.button-view.active-pane .ico-close,
.button-tab-view.active-pane .ico-close {
  background-color: #f66;
  line-height: 24px;
}
.button-view .ico-close:hover,
.button-tab-view .ico-close:hover,
.button-view.active-pane .ico-close:hover,
.button-tab-view.active-pane .ico-close:hover {
  background-color: #f99;
}
.button-view .tab-title,
.button-tab-view .tab-title {
  float: left;
  width: 80px;
  text-align: left;
  padding: 4px;
  line-height: 24px;
  padding-right: 8px;
  padding-left: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.propertyGrid {
  padding: 2px;
  background: white;
}
.propertyGrid .propertyGridTitle {
  width: calc(30% - 4px);
  display: inline-block;
  float: left;
  padding: 2px 0 2px 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.propertyGrid .propertyGridTitle.hide {
  display: none;
}
.propertyGrid .propertyGridValue {
  width: 70%;
  display: inline-block;
  padding: 2px 0;
  height: 20px;
}
.propertyGrid .propertyGridValue.hide {
  display: none;
}
.propertyGrid .propertyGridGroup {
  display: inline-block;
  width: 100%;
  background-color: #ccc;
}
.propertyGrid .propertyGridGroup .label {
  float: left;
  padding-left: 4px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 32px);
}
.propertyGrid .show-control-button,
.propertyGrid .delete-control-button {
  width: 24px;
  height: 24px;
  margin: 0px;
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 0;
  border: 0;
}
.propertyGrid .show-control-button i,
.propertyGrid .delete-control-button i {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.propertyGrid .show-control-button {
  margin-left: 4px;
  background-color: #004d7d;
}
.propertyGrid .show-control-button i {
  background-size: contain;
}
.propertyGrid .show-control-button:hover,
.propertyGrid .show-control-button:active {
  background-color: #6cf;
}
.propertyGrid .show-control-button.show {
  background-color: #009900;
}
.propertyGrid .show-control-button.show:hover,
.propertyGrid .show-control-button.show:active {
  background-color: #3c9;
}
.propertyGrid .delete-control-button {
  background-color: #900;
}
.propertyGrid .delete-control-button .icon-energo-delete {
  background: url("../img/Close.svg");
  background-size: 17px;
  background-position: 4px;
}
.propertyGrid .delete-control-button .icon-energo-delete-new {
  background: url("../img/Delete.svg");
  background-size: 17px;
  background-position: 4px;
  background-color: white;
  background-repeat: no-repeat;
}
.propertyGrid .delete-control-button .icon-energo-delete-new-disabled {
  background: url("../img/DeleteGrey.svg");
  background-size: 17px;
  background-position: 4px;
  background-color: white;
  background-repeat: no-repeat;
  cursor: pointer !important;
}
.propertyGrid .delete-control-button:hover,
.propertyGrid .delete-control-button:active {
  background-color: #f66;
}
.propertyGrid select,
.propertyGrid input {
  width: 95%;
}
.propertyGrid .hide {
  display: none;
}
.propertyGrid .btn-ico-mini {
  background-color: white;
}
.propertyGrid .btn-ico-mini .icon-energo-selection {
  background: url("../img/UncheckedBlue.svg");
}
.propertyGrid .checked .icon-energo-selection {
  background: url("../img/CheckedBlue.svg");
}
/*progress bar*/
.progress-bar-wrapper {
  height: auto;
  width: 400px;
  background-color: #fc9;
  position: fixed;
  z-index: 1030;
  right: 8px;
  bottom: 0px;
  padding: 8px;
  color: black;
}
.progress-bar-wrapper ul {
  margin: 0px;
}
.progress-bar-wrapper ul li {
  margin: 0px;
  list-style: none;
}
.progress-bar-wrapper ul li ul {
  margin-left: 20px;
}
.progress-bar-wrapper li .bar-error {
  color: red;
  font-weight: bold;
}
@-webkit-keyframes bg-anim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 80px 0;
  }
}
@-moz-keyframes bg-anim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 80px 0;
  }
}
@-ms-keyframes bg-anim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 80px 0;
  }
}
@keyframes bg-anim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 80px 0;
  }
}
.progress-bar-short-wrapper {
  height: 32px;
  display: inline-block;
  float: right;
  margin-right: 4px;
}
.progress-bar-short-wrapper .progress-bar-short-element {
  height: 32px;
  display: inline-block;
}
.progress-bar-short-wrapper .progress-element {
  background-color: #004D7D;
  width: 64px;
  max-width: 64px !important;
  height: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: white;
  position: relative;
}
.progress-bar-short-wrapper .progress-element .progress-bar-animation {
  display: inline-block;
  height: 100%;
  float: left;
}
.progress-bar-short-wrapper .progress-element .progress-bar-animation.unknownProgress {
  width: 100%;
  background: url("../img/ProgressBarGreen.svg");
  -webkit-animation: bg-anim 10s linear infinite;
  -moz-animation: bg-anim 10s linear infinite;
  -ms-animation: bg-anim 10s linear infinite;
  animation: bg-anim 10s linear infinite;
}
.progress-bar-short-wrapper .progress-element .progress-bar-animation.active {
  background-color: #3c3;
}
.progress-bar-short-wrapper .progress-element .bar-text {
  width: 64px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.progress-bar-short-wrapper .progress-element .bar-text.bar-terminate {
  background-color: #c33;
  font-size: 15px;
}
.progress-bar-short-wrapper .download {
  float: left;
  height: 100%;
  width: 32px;
  background-color: #004D7D;
}
.progress-bar-short-wrapper .download i {
  background: url("../img/DownloadBig.svg");
  height: 100%;
  width: 100%;
  display: inline-block;
}
.progress-bar-short-wrapper button {
  float: right;
  width: 32px;
  background-color: #f16366;
  margin: 0;
}
.progress-bar-short-wrapper button:hover,
.progress-bar-short-wrapper button:active {
  background-color: #f99;
}
.bottom-border {
  position: fixed;
  bottom: 0px;
  height: 8px;
  background-color: white;
  right: 8px;
  left: 8px;
  z-index: 1000;
}
.top-border {
  position: fixed;
  top: 0px;
  height: 8px;
  background-color: white;
  right: 8px;
  left: 8px;
  z-index: 1000;
}
.left-border {
  position: fixed;
  left: 0px;
  width: 8px;
  background-color: white;
  top: 8px;
  bottom: 8px;
  z-index: 1000;
}
.right-border {
  position: fixed;
  right: 0px;
  width: 8px;
  background-color: white;
  top: 8px;
  bottom: 8px;
  z-index: 1000;
}
.property-grid > div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.icon-energo-close {
  background: url("../img/Close.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}
.timespan label {
  margin: 2px;
}
.timespan input {
  width: 40px;
}
.input-with-suggestion {
  float: left;
  margin-right: 4px;
  position: relative;
  display: inline-block;
}
.input-with-suggestion .ico-close {
  margin-left: -24px;
  position: relative;
  z-index: 5;
  background-color: white;
  height: 32px;
  display: inline-block;
  margin-right: 0;
}
.input-with-suggestion .ico-close:focus {
  outline: 0;
}
.input-with-suggestion .ico-close:hover {
  background-color: white;
}
.input-with-suggestion .icon-energo-clear-search {
  background: url("../img/ClearSearch.svg");
  background-size: 16px 24px;
  width: 16px;
  height: 24px;
  display: inline-block;
}
.input-with-suggestion .search-input {
  padding: 4px 24px 4px 8px;
  height: 24px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  width: 96px;
  float: left;
}
.input-with-suggestion .search-input:focus {
  outline: 0;
}
.input-with-suggestion .input-search-MSIE {
  padding-right: 6px;
  width: 110px;
}
.btn-ico .icon-energo-clear-search {
  margin: 0;
}
/*table filter input*/
.input-filter {
  position: relative;
}
.input-filter .search-input {
  border: none;
  margin: 4px;
  padding: 2px 20px 2px 4px;
  height: 24px;
  background-color: white;
  width: calc(100% - 28px) !important;
  /*width: @unitSize1 * 3;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  position: relative;
}
.input-filter .search-input:focus {
  outline: 0;
}
.input-filter .input-search-MSIE {
  padding-right: 6px;
}
.input-filter .ico-close {
  right: 4px;
  top: 6px;
  background-color: white;
  position: absolute;
  height: 24px;
  padding: 0px 4px;
}
.input-filter .ico-close:focus {
  outline: 0;
}
.input-filter .icon-energo-clear-search {
  background: url("../img/ClearSearch.svg");
  background-size: 16px 22px;
  width: 16px;
  height: 22px;
}
.highlight {
  background: #dfe9f2;
  display: inline;
  padding: 0;
}
.ico-alarm-inform {
  background-color: #6cf;
}
.ico-alarm-warning {
  background-color: #f96;
}
.ico-alarm-acknowledged {
  background-color: #6f6;
}
.ico-has-alarm {
  background-color: #ccc;
}
.ico-dp-inform {
  background-color: #004d7d;
}
.ico-comm-error,
.ico-bad-quality {
  background-color: #f66;
}
.ico-has-memory {
  height: 24px;
  width: 24px;
  text-align: center;
  color: transparent;
  background-color: transparent;
  line-height: 24px;
}
.ico-has-alarm,
.ico-has-memory,
.ico-alarm-inform,
.ico-dp-inform,
.ico-dp-tags {
  display: none;
}
.ico-has-alarm.visible,
.ico-has-memory.visible,
.ico-alarm-inform.visible,
.ico-dp-inform.visible,
.ico-dp-tags.visible {
  display: block;
}
.ico-alarm-inform,
.ico-dp-tags {
  background-color: #6cf;
}
.domain-admin-table .selectbox {
  background: #004d7d;
}
.domain-admin-table .checked {
  background-color: #9ff;
}
.domain-admin-table tr {
  border-bottom: 1px solid #39c;
  height: 24px;
}
.domain-admin-table .table-labels {
  height: 28px;
}
.domain-admin-table .filters > div {
  margin-right: 0px;
  padding: 0px 4px;
}
.domain-admin-table .filters > div:first-child {
  margin-right: 0px!important;
  padding: 0px!important;
}
.allDps {
  /*.item-depth-1 {
    :first-child {
      padding-left: 0px;
    }

    td:nth-child(2) {
      padding-left: 8px;
    }
  }

  .item-depth-0 {
    :first-child {
      padding-left: 0px;
    }
    td:nth-child(2) {
      padding-left: 4px;
    }
  }*/
}
.allDps .dp-item.checked {
  background-color: #9ff;
}
.allDps .dp-item td:nth-child(2) {
  padding-left: 4px;
}
.allDps .dp-group {
  background-color: #ccc;
}
.allDps .dp-group .btn-ico-mini {
  background-color: inherit;
}
.allDps .dp-item .ico-selection {
  background-color: #004d7d;
}
.rename-dps input {
  float: none;
  margin-bottom: 8px;
}
.rename-dps input i {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 2px;
}
/*table-filter-sort */
.table-filter-sort {
  /*.table-head {
    .filters > div {
      .table-head > div > div > div {
        max-width: 250px;
      }
      float: left;
    }
  }*/
}
.table-filter-sort .table-head {
  background-color: #004d7d;
  color: white;
  position: fixed;
  float: left;
  height: 32px;
  line-height: 30px;
  z-index: 1;
  width: 100%;
}
.table-filter-sort.rowsClickable td {
  cursor: pointer;
}
.table-filter-sort .table-labels {
  width: 100%;
  float: left;
}
.table-filter-sort .table-labels > div {
  float: left;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
.table-filter-sort .table-labels > div span {
  height: 22px;
  line-height: 22px;
  display: inline-block;
  width: 32px;
}
.table-filter-sort .filters {
  height: 32px;
}
.table-filter-sort table {
  width: 100%;
  border-collapse: collapse;
  float: left;
  table-layout: fixed;
}
.table-filter-sort table td {
  border: none;
  padding: 0;
  height: 20px;
  padding: 0 4px;
}
.table-filter-sort table td.selectbox {
  padding: 0;
}
.table-filter-sort table td.selectbox a {
  padding: 0;
}
.table-filter-sort table td.selectbox a i {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 2px;
}
.table-filter-sort .sortable {
  cursor: pointer;
}
.table-filter-sort .dp-group.active-row {
  color: white;
}
.table-filter-sort .unitAlarm.green,
.table-filter-sort .unitState.green {
  background-color: green;
}
.table-filter-sort .unitAlarm.orange,
.table-filter-sort .unitState.orange {
  background-color: orange;
}
.table-filter-sort .unitAlarm.red,
.table-filter-sort .unitState.red {
  background-color: red;
}
.table-filter-sort .unitState {
  text-align: center;
  color: white;
}
.table-filter-sort .unitState.blue {
  background-color: blue;
}
.table-filter-sort .unitState.gray {
  background-color: gray;
}
.table-filter-sort .unitState.brown {
  background-color: brown;
}
.table-filter-sort .unitAlarm {
  background-position: center center;
  background-repeat: no-repeat;
}
.table-filter-sort .unitAlarm.ico-alarm-ok {
  background-image: url("../img/old/ico_alarm_ok.gif");
}
.table-filter-sort .unitAlarm.ico-alarm-oko {
  background-image: url("../img/old/ico_alarm_oko.gif");
}
.table-filter-sort .unitAlarm.ico-alarm {
  background-image: url("../img/old/ico_alarm.gif");
}
.table-filter-sort .unitAlarm.ico-alarm-nocom {
  background-image: url("../img/old/ico_alarm_nocom.gif");
}
.table-filter-sort .actions {
  text-align: center;
}
.table-filter-sort.allDps tr,
.table-filter-sort.allDpsProj tr,
.table-filter-sort.allDps .no-data-points,
.table-filter-sort.allDpsProj .no-data-points {
  border-bottom: 1px solid #39c;
  height: 24px;
}
.table-filter-sort.allDps .no-data-points,
.table-filter-sort.allDpsProj .no-data-points {
  padding: 0 4px;
  line-height: 24px;
}
.table-filter-sort.navigationPanel .active-row {
  color: white;
  background-color: #6cf !important;
}
.table-filter-sort.navigationPanel .item-depth-1 td {
  padding-left: 8px;
}
.table-filter-sort.navigationPanel .item-depth-2 td {
  padding-left: 16px;
}
.table-filter-sort.navigationPanel .ipad-scroll {
  top: 0!important;
  right: 5px!important;
}
.table-filter-sort.navigationPanel .ipad-scroll tbody tr {
  word-break: break-word;
}
.table-filter-sort.navigationPanel .ipad-scroll tbody tr td {
  border: none;
  line-height: 18px;
}
.table-filter-sort.navigationPanel .ipad-scroll tbody tr td a {
  background-color: white;
  min-width: 18px;
}
.table-filter-sort.navigationPanel .ipad-scroll tbody tr td a .icon-energo-selection {
  background: url("../img/UncheckedBlue.svg");
  background-size: contain;
  height: 18px;
  width: 18px;
}
.table-filter-sort.navigationPanel .ipad-scroll tbody tr.checked td a {
  background-color: white;
  min-width: 18px;
}
.table-filter-sort.navigationPanel .ipad-scroll tbody tr.checked td a .icon-energo-selection {
  background: url("../img/CheckedBlue.svg");
  background-size: contain;
  height: 18px;
  width: 18px;
}
.main-table .active-row {
  color: white;
  background-color: #6cf !important;
}
.domain-admin-table .item-depth-1 td {
  padding-left: 16px;
}
.domain-admin-table .item-depth-2 td {
  padding-left: 32px;
}
.tableGridClass.selectbox,
.tableGridClass a {
  padding: 0;
}
.tableGridClass.selectbox .item-depth-10 :first-child,
.tableGridClass a .item-depth-10 :first-child {
  padding-left: 44px;
}
.movable {
  outline: black dashed 2px;
  cursor: move!important;
}
.movable button {
  cursor: move!important;
}
.project-schema .hasFocus {
  outline: black dashed 2px;
}
.table-filtered-dp .btn-ico {
  cursor: auto;
  background-color: transparent;
  height: 32px;
}
.table-filtered-dp .btn-ico span {
  line-height: 32px;
  font-size: 20px;
  color: white;
  float: left;
  padding-left: 4px;
}
.icon-energo-dp-filtered {
  background: url("../img/Filter.svg");
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}
.disable-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.table-editor .input-with-suggestion {
  /*filter input with suggestion*/
  z-index: 1101;
  float: none;
}
.table-editor .input-with-suggestion .ico-close {
  margin-left: -28px;
  position: relative;
  z-index: 5;
  background-color: white;
  height: 30px;
  display: inline-block;
  display: none;
}
.table-editor .input-with-suggestion .icon-energo-clear-search {
  background: url("../img/ClearSearch.svg");
  background-size: 16px 24px;
  width: 16px;
  height: 24px;
}
.table-editor .input-with-suggestion .search-input {
  margin: 0px;
  height: 16px;
  padding: 1px 2px;
  border: 1px solid gray;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  width: 95%;
  float: none;
}
.table-editor .input-with-suggestion .search-suggestion {
  position: absolute;
  background-color: white;
  bottom: 22px;
  z-index: 10;
  border: 1px solid black;
}
.table-editor .input-with-suggestion .search-suggestion.bottom {
  top: 22px;
  bottom: unset;
}
.table-editor .input-with-suggestion .input-search-MSIE {
  padding-right: 6px;
  width: 110px;
}
.table-editor .input-with-suggestion .selected {
  background-color: #ccc;
}
input,
select {
  border: 1px solid gray;
}
[class*="item-depth"] {
  cursor: pointer;
}
.referencedPropertyEditor td {
  color: black;
}
.referencedPropertyEditor .ipad-scroll {
  height: 300px;
  background-color: white;
}
.referencedPropertyEditor .dp-item.active-row td {
  background-color: transparent;
  color: white;
}
.referencedPropertyEditor .dp-group.active-row td {
  background-color: white;
}
.dropdown .caret {
  background: url("../img/Select.svg");
  background-size: 12px 24px;
  height: 24px;
  width: 12px;
  float: right;
  padding: 0px;
  border: 0px;
  margin: 0px;
  background-repeat: no-repeat;
  display: block;
  margin: 4px 0;
}
.user-settings .dropdown {
  min-width: 80px;
  color: white;
  display: inline-block;
}
.user-settings .dropdown .dropdown-menu {
  min-width: 128px;
  background-color: #069;
  top: -4px;
  left: 138px;
}
.user-settings .dropdown .caret {
  background: url("../img/Select.svg");
  background-size: 12px 24px;
  height: 24px;
  width: 12px;
  float: right;
  padding: 0px;
  border: 0px;
  margin: 0px;
  background-repeat: no-repeat;
  display: block;
}
.user-settings .dropdown ul {
  width: 128px;
}
.user-settings .dropdown > a,
.user-settings .dropdown > a:hover {
  color: white;
  padding: 0px 4px;
  width: 128px;
  background-color: #39c;
}
.user-settings .dropdown.dropdown-user-language + button {
  height: 24px;
  padding: 0px 6px;
  line-height: 24px;
  margin: 2px 0px 0px 12px;
}
.user-settings > div {
  width: 100%;
  float: left;
  margin: 2px;
}
.user-settings > div > * {
  float: left;
}
.user-settings .selection-title-line {
  line-height: 24px;
}
.user-settings .text-information {
  float: right;
  margin: 2px 72px 2px 0px;
  padding: 0px 4px;
  line-height: 20px;
  vertical-align: bottom;
}
.user-settings .short-url-settings {
  padding-bottom: 4px;
}
.user-settings .short-url-settings .short-url-input {
  width: 128px;
  min-width: 128px;
  margin-right: 4px;
  padding-right: 8px;
}
.user-settings .update-data-values-interval .dropdown-menu {
  top: -72px;
}
.table-editor .item-edit {
  display: inline-block;
}
.table-editor.table-editor-columns-3 .item-edit {
  width: 33%!important;
}
.table-editor.table-editor-columns-4 .item-edit {
  width: 25%!important;
}
.table-editor.table-editor-columns-5 .item-edit {
  width: 20%!important;
}
.table-editor.table-editor-columns-6 .item-edit {
  width: 16%!important;
}
.table-filter-sort.table-editor-tablegrid .table-head {
  color: black;
  background-color: white;
  position: relative;
}
.table-filter-sort.table-editor-tablegrid .ipad-scroll {
  margin: 0;
}
.tag-add table {
  border-collapse: collapse;
  width: 100%;
}
.propertyGrid .table-editor td {
  padding: 2px 5px;
}
.propertyGrid .table-editor select,
.propertyGrid .table-editor input {
  width: 100%;
}
.domain-server-property-grid {
  background-color: white;
  height: 100%;
}
.domain-server-property-grid .ipad-scroll {
  height: 100%;
}
.schema-element p {
  padding: 0px;
  margin: 0px;
}
/*schema text align*/
.vertical-align-top,
.vertical-align-center,
.vertical-align-bottom,
.horizontal-align-left,
.horizontal-align-center,
.horizontal-align-right,
.vertical-align-top > div,
.vertical-align-center > div,
.vertical-align-bottom > div,
.horizontal-align-left > div,
.horizontal-align-center > div,
.horizontal-align-right > div {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
}
.vertical-align-top.rc-ware-gadget-text-main-div,
.vertical-align-center.rc-ware-gadget-text-main-div,
.vertical-align-bottom.rc-ware-gadget-text-main-div,
.horizontal-align-left.rc-ware-gadget-text-main-div,
.horizontal-align-center.rc-ware-gadget-text-main-div,
.horizontal-align-right.rc-ware-gadget-text-main-div,
.vertical-align-top > div.rc-ware-gadget-text-main-div,
.vertical-align-center > div.rc-ware-gadget-text-main-div,
.vertical-align-bottom > div.rc-ware-gadget-text-main-div,
.horizontal-align-left > div.rc-ware-gadget-text-main-div,
.horizontal-align-center > div.rc-ware-gadget-text-main-div,
.horizontal-align-right > div.rc-ware-gadget-text-main-div {
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  box-pack: start;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  box-align: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}
.vertical-align-top.rc-ware-gadget-text-main-div p,
.vertical-align-center.rc-ware-gadget-text-main-div p,
.vertical-align-bottom.rc-ware-gadget-text-main-div p,
.horizontal-align-left.rc-ware-gadget-text-main-div p,
.horizontal-align-center.rc-ware-gadget-text-main-div p,
.horizontal-align-right.rc-ware-gadget-text-main-div p,
.vertical-align-top > div.rc-ware-gadget-text-main-div p,
.vertical-align-center > div.rc-ware-gadget-text-main-div p,
.vertical-align-bottom > div.rc-ware-gadget-text-main-div p,
.horizontal-align-left > div.rc-ware-gadget-text-main-div p,
.horizontal-align-center > div.rc-ware-gadget-text-main-div p,
.horizontal-align-right > div.rc-ware-gadget-text-main-div p {
  word-wrap: break-word;
  width: 100%;
}
.horizontal-align-top p {
  text-align: left;
}
.horizontal-align-center p {
  text-align: center;
}
.horizontal-align-right p {
  text-align: right;
}
.vertical-align-top.rc-ware-gadget-text-main-div,
.vertical-align-top.rc-ware-gadget-text-main-div > div {
  -ms-flex-align: start;
  -moz-box-align: start;
  -webkit-box-align: start;
  box-align: start;
}
.vertical-align-bottom.rc-ware-gadget-text-main-div,
.vertical-align-bottom.rc-ware-gadget-text-main-div > div {
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  box-align: end;
}
.vertical-align-center.rc-ware-gadget-text-main-div,
.vertical-align-center.rc-ware-gadget-text-main-div > div {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  box-align: center;
}
.horizontal-align-left.rc-ware-gadget-text-main-div,
.horizontal-align-left.rc-ware-gadget-text-main-div > div {
  -ms-flex-pack: start;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  box-pack: start;
}
.horizontal-align-right.rc-ware-gadget-text-main-div,
.horizontal-align-right.rc-ware-gadget-text-main-div > div {
  -ms-flex-pack: end;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.horizontal-align-center.rc-ware-gadget-text-main-div,
.horizontal-align-center.rc-ware-gadget-text-main-div > div {
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
}
.schema-stack-panel {
  float: left;
  position: absolute;
}
.value-indicator-buttons > div {
  float: left;
}
[class^="icon-"] {
  margin: 0 0 0 0;
  display: inline-block;
  line-height: 14px;
  float: left;
}
.user-indicator,
.user-indicator > span {
  min-width: 32px;
  height: 32px;
}
.user-indicator {
  margin-right: 4px;
  overflow: hidden;
  float: right;
}
.user-indicator > span * {
  height: 16px;
  width: 100%;
}
.user-indicator > span .icon-user {
  background: url("../img/LoggedUser.svg");
  background-position: center -50%;
  background-repeat: no-repeat;
}
.user-indicator > span .label {
  color: white;
  font-size: 11px;
  line-height: 16px;
  float: left;
}
.browser-zoom {
  float: right;
}
.zoom {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #f66;
  cursor: pointer;
}
.zoom i {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.zoom i.zoomIn {
  background: url("../img/ZoomIn.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.zoom i.zoomOut {
  background: url("../img/zoomOut.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.zoom:hover,
.zoom:active {
  background-color: #f99;
}
.project-tree-api .table-filter-sort .ipad-scroll {
  top: 20px!important;
}
.project-definition {
  width: 100%;
  height: 20px;
  font-weight: bold;
  cursor: pointer;
}
.project-definition span {
  padding: 0 4px;
}
.activeProjectDef .project-definition {
  background-color: #66ccff;
  color: white;
}
.activeProjectDef .table-filter-sort.navigationPanel .active-row {
  background-color: white!important;
  color: black;
}
.main-table tr.user {
  font-size: 13px;
}
.main-table tr.group {
  font-weight: bold;
}
span.labelButton {
  background-color: none;
  display: block;
  float: left;
  text-shadow: none;
  line-height: 24px;
  font-weight: normal;
}
.application-button-line .dropdown {
  display: inline-block;
  float: left;
  margin-right: 4px;
}
.application-button-line .dropdown > a {
  background-color: #004d7d;
  color: white;
}
.application-button-line .dropdown > a > span {
  margin: 4px;
}
.ghost-select {
  z-index: 2000;
}
/*schema element border*/
.vision1Simple {
  border: 1px solid black;
}
.vision1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.vision1Flatlowered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.vision1Flatraised {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
.vision1Lowered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.vision1Lowered > div {
  border-top: 1px solid #696969;
  border-left: 1px solid #696969;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.vision1Raised {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #696969;
  border-bottom: 1px solid #696969;
}
.vision1Raised > div {
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}
.mervis-button {
  background-color: #39c !important;
  color: white!important;
}
.mervis-button.clickable-active,
.mervis-button.clickable-visible-click:active,
.mervis-button.clickable-visible-click.active,
.mervis-button.clickable-visible-click.is-pending,
.mervis-button .clickable-active,
.mervis-button .clickable-visible-click:active,
.mervis-button .clickable-visible-click.active,
.mervis-button .clickable-visible-click.is-pending {
  background-color: #6cf !important;
  color: #004d7d !important;
}
.mervis-button.vertical-align-center {
  margin-right: 4px;
  width: auto;
}
.mervis-button-value-indicator .value-indicator-buttons {
  width: calc(100% + 4px) !important;
}
.rc-ware-gadget-button {
  background-color: #d4d0c8;
  color: #000000;
}
.value-indicator-buttons .rc-ware-gadget-text-main-div {
  background-color: #d4d0c8;
  color: #000000;
}
.value-indicator-value {
  background-color: #c0c0c0;
  color: #000000;
}
.rc-ware-gadget-shape-main-div svg {
  height: 100%;
  width: 100%;
  float: left;
}
/*schema image element*/
.rc-ware-gadget-image {
  overflow: hidden;
}
.rc-ware-gadget-image .mirror-image img,
.rc-ware-gadget-image img.mirror-image {
  -webkit-transform: scaleX(-1) translate(-100%, 0%);
  -moz-transform: scaleX(-1) translate(-100%, 0%);
  -o-transform: scaleX(-1) translate(-100%, 0%);
  transform: scaleX(-1) translate(-100%, 0%);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.rc-ware-gadget-image .rotate-90-image img,
.rc-ware-gadget-image img.rotate-90-image {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -o-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
}
.rc-ware-gadget-image .rotate-180-image img,
.rc-ware-gadget-image img.rotate-180-image {
  -webkit-transform: rotate(-180deg) translate(-100%, -100%);
  -moz-transform: rotate(-180deg) translate(-100%, -100%);
  -o-transform: rotate(-180deg) translate(-100%, -100%);
  transform: rotate(-180deg) translate(-100%, -100%);
}
.rc-ware-gadget-image .rotate-270-image img,
.rc-ware-gadget-image img.rotate-270-image {
  -webkit-transform: rotate(-270deg) translateY(-100%);
  -moz-transform: rotate(-270deg) translateY(-100%);
  -o-transform: rotate(-270deg) translateY(-100%);
  transform: rotate(-270deg) translateY(-100%);
}
.rc-ware-gadget-image .rotate-270-image.mirror-image img,
.rc-ware-gadget-image img.rotate-270-image.mirror-image {
  -webkit-transform: rotate(-90deg) scaleX(-1);
  -moz-transform: rotate(-90deg) scaleX(-1);
  -o-transform: rotate(-90deg) scaleX(-1);
  transform: rotate(-90deg) scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.rc-ware-gadget-image .rotate-180-image.mirror-image img,
.rc-ware-gadget-image img.rotate-180-image.mirror-image {
  -webkit-transform: rotate(-180deg) translate(0, -100%) scaleX(-1);
  -moz-transform: rotate(-180deg) translate(0, -100%) scaleX(-1);
  -o-transform: rotate(-180deg) translate(0, -100%) scaleX(-1);
  transform: rotate(-180deg) translate(0, -100%) scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.rc-ware-gadget-image .rotate-90-image.mirror-image img,
.rc-ware-gadget-image img.rotate-90-image.mirror-image {
  -webkit-transform: rotate(-270deg) translateY(-100%) translateX(100%) scaleX(-1);
  -moz-transform: rotate(-270deg) translateY(-100%) translateX(100%) scaleX(-1);
  -o-transform: rotate(-270deg) translateY(-100%) translateX(100%) scaleX(-1);
  transform: rotate(-270deg) translateY(-100%) translateX(100%) scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.rc-ware-gadget-image img {
  max-width: inherit;
  -webkit-transform-origin: 0% 0%;
}
.rc-ware-gadget-image .image > * {
  position: absolute;
}
.domain-admin-table .filters > div {
  float: left;
}
.domain-admin-table .filters > div .ico-close {
  top: 4px!important;
}
.table-editor .input-with-suggestion .search-suggestion {
  max-height: 200px;
  overflow: auto;
}
.table-filter-sort .sortable > span {
  width: auto!important;
}
.mass-group-add-main {
  width: 100%;
}
.mass-group-add-left,
.mass-group-add-right {
  float: left;
  width: 48%;
  background: white;
  color: #004d7d;
  padding: 5px;
}
.mass-group-add-left .mass-group-add-header,
.mass-group-add-right .mass-group-add-header {
  color: white;
  background: #004d7d;
  padding: 2px;
  text-align: center;
}
.mass-group-add-left .mass-group-add-value,
.mass-group-add-right .mass-group-add-value {
  text-align: center;
  padding: 2px;
}
.mass-group-add-left .mass-group-add-scroll,
.mass-group-add-right .mass-group-add-scroll {
  max-height: 400px;
  overflow: auto;
}
.mass-group-add-right {
  margin-left: 5px;
}
.mass-group-add-warning {
  color: red;
}
.notifications-container {
  position: fixed;
  bottom: 8px;
  z-index: 1100;
  cursor: pointer;
}
.notification-success {
  padding: 5px 20px 5px 20px;
  margin-top: 5px;
  background: lightgreen;
  color: darkgreen;
  border: 1px solid darkgreen;
  width: fit-content;
}
.notification-error {
  padding: 5px 20px 5px 20px;
  margin-top: 5px;
  background: pink;
  color: red;
  border: 1px solid red;
  width: fit-content;
}
.notification-information {
  padding: 5px 20px 5px 20px;
  margin-top: 5px;
  background: #dde9f3;
  color: #2e5e85;
  border: 1px solid #2e5e85;
  width: fit-content;
}
.notification-close-info {
  font-size: 10px;
  margin-left: 10px;
}
.filter-input {
  width: 100%;
  margin-bottom: 10px;
}
.filter-label-100 {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.buttonUserGroupEdit {
  width: 100%;
  padding: 0px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 00px;
  background-color: #004d7d;
  height: 20px;
}
.buttonUserGroupEdit:hover {
  background-color: #6cf;
}
.buttonUserGroupEdit:disabled {
  background-color: #999;
}
.buttonTest {
  width: 100%;
  padding: 0px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 00px;
  background-color: #7c0000;
  height: 20px;
}
.icon-item-status-ok {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('../img/itemOK.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.icon-item-status-deleted {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('../img/itemDeleted.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.icon-item-status-blocked {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('../img/itemBlocked.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.copy-user-panel-groups {
  background-color: whitesmoke;
  height: 170px;
  overflow: auto;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
}
.tableGroups {
  width: 100%;
}
.tableGroups-groupName {
  border-style: solid;
  border-width: 0px;
  border-color: #39c;
}
.tableGroups-iconAdd {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tableGroups-iconRemove {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: white !important;
}
.tableGroups-row {
  border: solid;
  border-width: 1px;
  border-color: black;
  height: 22px;
}
.tableGroups-row :hover {
  background-color: #9ff;
}
.copy-user-panel-group-detail {
  background-color: transparent;
  height: 24px;
  overflow: hidden;
  width: 95%;
  margin: 2px;
  font-family: 'Trebuchet MS';
  color: black;
  text-align: left !important;
}
.copy-user-panel-group-detail label {
  border-style: solid;
  border-width: 0px;
  border-color: black;
  text-align: left !important;
}
.copy-user-panel-group-detail img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
}
.copy-user-panel-group-detail-not-present {
  background-color: rgba(51, 153, 204, 0.356);
  height: 24px;
  overflow: hidden;
  width: 95%;
  margin: 2px;
  font-family: 'Trebuchet MS';
  color: black;
  text-align: left !important;
}
.copy-user-panel-group-detail-not-present label {
  border-style: solid;
  border-width: 0px;
  border-color: black;
  text-align: left !important;
}
.copy-user-panel-group-detail-not-present img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
}
.copy-user-panel-source {
  background-color: #39c;
  height: 450px;
  overflow: auto;
  float: left;
  width: 44%;
  font-family: 'Trebuchet MS';
  text-align: left;
  margin-right: 2px;
}
.copy-user-panel-source input {
  margin: 2px;
  padding: 1px;
  height: 24px;
  background-color: white;
  border: none;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  display: inline-block;
  width: 90% !important;
  font-family: 'Trebuchet MS';
}
.copy-user-panel-source label {
  width: 85%;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  text-align: right;
}
.copy-user-panel-source img {
  width: 20px;
  height: 12px;
  cursor: pointer;
}
.copy-user-panel-labels {
  background-color: transparent;
  height: 450px;
  overflow: auto;
  float: left;
  width: 10%;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Trebuchet MS';
  text-align: right;
}
.copy-user-panel-destination {
  background-color: #39c;
  height: 450px;
  overflow: auto;
  float: left;
  width: 44%;
  font-family: 'Trebuchet MS';
  margin-left: 2px;
}
.copy-user-panel-destination input {
  margin: 2px;
  padding: 1px;
  height: 24px;
  background-color: white;
  border: none;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  display: inline-block;
  width: 98%;
  font-family: 'Trebuchet MS';
}
.copy-user-panel-header {
  font-family: 'Trebuchet MS';
  border-bottom-style: solid;
  border-bottom-color: whitesmoke;
  border-bottom-width: 1px;
  text-align: center;
}
.copy-user-panel-header label {
  font-size: 18px !important;
  text-align: center !important;
}
.copy-user-label-prop {
  font-family: 'Trebuchet MS' !important;
  text-align: right !important;
}
.modal-center-copyuser,
.modal-header-copyuser,
.modal-footer-copyuser {
  width: 828px;
  font-family: 'Trebuchet MS';
}
.modal-body-copyuser {
  width: 800px;
  border: 0px;
  margin: 0px;
  padding: 0px 0px 0px 32px;
  max-height: inherit;
  overflow: visible;
  clear: both;
  text-align: left;
  font-family: 'Trebuchet MS';
}
.modal-body-copyuser a {
  color: white;
}
.modal-body-copyuser a:visited,
.modal-body-copyuser a:hover {
  color: white;
}
.modal-body-copyuser a:hover {
  text-decoration: none;
}
.modal-body-copyuser .buttonsRow {
  display: block!important;
}
.modal-body-copyuser .tab-content {
  overflow: visible;
}
.modal-body-copyuser .tabbable {
  width: 100%;
}
.modal-body-copyuser .text-information {
  line-height: 32px;
  padding: 0px;
  margin-top: 32px;
}
.modal-body-copyuser > span {
  line-height: 32px;
  display: inline-block;
}
.modal-body-copyuser label {
  margin: 2px;
  padding: 1px;
  height: 24px;
  border: none;
  font-size: 14px;
  font-family: 'Trebuchet MS';
  display: inline-block;
}
.modal-body-copyuser input {
  margin: 2px;
  padding: 1px;
  height: 24px;
  background-color: white;
  border: none;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  display: inline-block;
  width: 98%;
  font-family: 'Trebuchet MS';
}
.modal-body-copyuser input.wp-tpg-value-real {
  background-color: #39c;
  color: white;
}
.modal-body-copyuser input.modal-window-init-input.timespan {
  width: 64px;
  min-width: inherit;
  padding: 4px 4px 4px 8px;
}
.modal-body-copyuser .dropdown {
  display: inline-block;
  height: 20px;
  float: right;
}
.modal-body-copyuser .dropdown .dropdown-menu {
  right: 4px;
  left: inherit;
}
.modal-body-copyuser .modal-window-timespan label {
  width: 76px;
  display: inline-block;
}
.modal-body-copyuser .actions-buttons {
  height: 24px;
}
.modal-body-copyuser .btn-ico-mini {
  height: 24px;
  padding: 4px 8px;
}
.modal-body-copyuser .locationUrl {
  font-weight: bold;
  word-break: break-all;
}
.modal-header-copyuser {
  border: 0px;
  margin: 16px 0px 32px 0px;
  padding: 0px;
  float: left;
}
.modal-header-copyuser h1 {
  line-height: 32px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
}
.modal-header-copyuser h2 {
  line-height: 24px;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.modal-footer-copyuser {
  text-align: right;
  background-color: inherit;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 16px;
  padding-right: 0px;
  float: right;
}
.modal-footer-copyuser .btn + .btn {
  margin-bottom: 0px;
  margin-left: 16px;
}
.modal-footer-copyuser button {
  color: white;
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  line-height: 30px;
  width: 160px;
  height: 32px;
  font-size: 14px;
  background-color: #39c;
}
.modal-footer-copyuser button:disabled {
  background-color: #ccc !important;
  cursor: default;
}
.modal-center-copyuser {
  position: relative;
  left: 50%;
  margin-left: -368px;
  margin-bottom: 32px;
  float: left;
}
.modal-center-copyuser li {
  list-style-type: none;
  margin: 2px 0px;
}
.modal-center-copyuser li > a:hover {
  background-color: #39c;
}
.modal-center-copyuser .modal-footer-copyuser .text-information {
  display: inline-block;
}
.modal-center-copyuser .modal-footer-copyuser button.default-range {
  width: 160px;
}
.copy-user-panel-addgroup {
  background-color: whitesmoke;
  height: 30px;
  overflow: hidden;
  width: 97%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  text-align: left;
  padding: 2px;
}
.copy-user-panel-addgroup img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
  padding-top: 4px;
  padding-right: 3px;
}
.copy-user-panel-addgroup input {
  margin: 0px;
  padding: 2px;
  height: 24px;
  background-color: white;
  border: solid;
  border-width: 1px;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  display: inline-block;
  width: 90%;
  font-family: 'Trebuchet MS';
}
.copy-user-panel-addgroup input::-webkit-calendar-picker-indicator {
  display: none;
}
.copy-user-select-addgroup {
  color: #900;
}
.ds2-rowGridItemOK {
  background-color: white;
}
.ds2-rowGridItemOK td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ds2-rowGridItemBlocked {
  background-color: #f2ce5a;
}
.ds2-rowGridItemBlocked td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ds2-rowGridItemDeleted {
  background-color: #f25a64;
}
.ds2-rowGridItemDeleted td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ds2-domain-management-maincontainer {
  overflow: hidden;
}
.ds2-domain-management-leftcontainer {
  background-color: #39c;
  height: 600px;
  overflow: auto;
  float: left;
  width: 15%;
  font-family: 'Trebuchet MS';
  text-align: left;
  margin: 2px;
}
.ds2-domain-management-centralcontainer {
  background-color: #39c;
  height: 600px;
  overflow: hidden;
  float: left;
  width: 60%;
  font-family: 'Trebuchet MS';
  text-align: left;
  margin: 2px;
}
.ds2-domain-management-rightcontainer {
  background-color: #39c;
  height: 600px;
  overflow: auto;
  float: left;
  width: 24%;
  font-family: 'Trebuchet MS';
  margin: 2px;
}
.ds2-domain-management-domainlistpanel {
  background-color: #ffffff;
  overflow: auto;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
}
.ds2-domain-management-domainlistpanel-buttonspanel {
  background-color: #ffffff;
  overflow: auto;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  text-align: center;
}
.ds2-domain-management-domainlistitempanel {
  background-color: #ffffff;
  overflow: hidden;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 1px;
  cursor: pointer;
  color: black;
  border-bottom-width: 1px !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
}
.ds2-domain-management-domainlistitempanel:hover {
  border-bottom-width: 1px !important;
  border-bottom-color: black !important;
  border-bottom-style: solid;
}
.ds2-domain-management-domainlistitempanel-selected {
  overflow: hidden;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 1px;
  cursor: pointer;
  color: #026436;
  background-color: #7dffc2;
  border-bottom-width: 1px !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
}
.ds2-domain-management-domainlistitempanel-myDomain {
  background-color: #ffd194;
  color: black !important;
  overflow: hidden;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 1px;
  cursor: pointer;
  border-bottom-width: 1px !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
}
.ds2-domain-management-domainlistitempanel-myDomain:hover {
  border-bottom-width: 1px !important;
  border-bottom-color: black !important;
  border-bottom-style: solid;
}
.ds2-domain-management-domainlistitempanel-selected:hover {
  border-bottom-width: 1px !important;
  border-bottom-color: black !important;
  border-bottom-style: solid;
}
.ds2-domain-management-domainlistitemlabel {
  cursor: pointer;
}
.ds2-domain-management-domainmaincontainer {
  background-color: #ffffff;
  overflow: hidden;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  height: -webkit-fill-available;
}
.ds2-domainTitleLabel {
  font-family: 'Trebuchet MS';
  font-size: 18px;
  color: #39c;
  cursor: pointer;
}
.ds2-domainTitleLabel:hover {
  color: #00a164;
}
.ds2-domain-management-domainheaderpanel {
  background-color: #ffffff;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  color: #39c;
  overflow: auto;
}
.ds2-domain-management-domainheaderoptions {
  background-color: #ffffff;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  color: #39c;
}
.ds2-domainoptions-left {
  background-color: white;
  float: left;
  width: 40%;
  font-family: 'Trebuchet MS';
  margin-left: 2px;
  border-color: #39c;
  border-style: solid;
  border-width: 1px;
}
.ds2-domainoptions-right {
  background-color: white;
  float: right;
  width: 40%;
  font-family: 'Trebuchet MS';
  margin-left: 2px;
  border-color: #39c;
  border-style: solid;
  border-width: 1px;
}
.ds2-domain-management-domainmainpanel {
  background-color: white;
  float: center;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  border-color: #39c;
  border-style: solid;
  border-width: 0px;
  color: #39c;
  height: 515px;
}
.ds2-iconStatusContainer {
  width: 100%;
  height: 20px;
}
.ds2-iconStatusContainer img {
  width: 100%;
  height: 18px;
}
.ds2-domaintitlecontainer {
  background-color: white;
  float: center;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  border-color: #39c;
  border-style: solid;
  border-width: 0px;
}
.ds2-domain-management-userslist {
  background-color: #ffffff;
  float: center;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  border-color: #39c;
  border-style: solid;
  border-width: 0px;
  height: 450px;
}
.ds2-domain-management-userslist * {
  box-sizing: border-box;
}
.ds2-domain-management-userslist table {
  border-collapse: collapse;
  background: white;
  table-layout: fixed;
  color: black;
}
.ds2-domain-management-userslist tr {
  cursor: pointer;
}
.ds2-domain-management-userslist tr td {
  border-top-width: 1px !important;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-bottom-width: 1px !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
}
.ds2-domain-management-userslist tr:hover td {
  border-bottom-width: 1px !important;
  border-bottom-color: black !important;
  border-bottom-style: solid;
  background-color: transparent;
}
.ds2-domain-management-userslist th,
.ds2-domain-management-userslist td {
  padding: 0px 0px;
  border: 0px solid #ddd;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-width: 250px;
}
.ds2-domain-management-userslist thead tr {
  color: white !important;
  background-color: #39c;
}
.ds2-domain-management-userslist thead tr label {
  cursor: pointer;
}
.ds2-domain-management-userslist thead tr input {
  width: 80%;
}
.pane {
  background: #eee;
}
.pane-hScroll {
  overflow-x: auto;
  width: -webkit-fill-available;
  background: transparent;
  height: 450px;
  overflow-y: hidden;
}
.pane-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 443px;
  background: transparent;
}
.pane--table2 {
  width: -webkit-fill-available;
  overflow-x: scroll;
  height: 520px;
}
.pane--table2 th,
.pane--table2 td {
  width: 250px;
  min-width: 250px;
  padding-bottom: 1px;
}
.pane--table2 tbody {
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  height: 462px;
  color: black;
}
.pane--table2 tbody tr {
  cursor: pointer;
}
.pane--table2 tbody tr td {
  border-top-width: 1px !important;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-bottom-width: 1px !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
}
.pane--table2 tbody tr:hover td {
  border-bottom-width: 1px !important;
  border-bottom-color: black !important;
  border-bottom-style: solid;
  border-top-width: 1px !important;
  border-top-color: black !important;
  border-top-style: solid;
  background-color: lightblue;
}
.pane--table2 thead {
  display: table-row;
}
.pane--table2 thead tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #39c;
  color: white;
  text-align: left;
}
.pane--table2 thead tr label {
  cursor: pointer;
}
.pane--table2 thead tr input {
  width: 80%;
}
.ds2-domain-management-groupslist {
  background-color: #ffffff;
  float: center;
  width: 98%;
  font-family: 'Trebuchet MS';
  margin: 2px;
  border-color: #39c;
  border-style: solid;
  border-width: 0px;
  height: -webkit-fill-available;
}
.ds2-domain-management-groupslist * {
  box-sizing: border-box;
}
.ds2-domain-management-groupslist table {
  border-collapse: collapse;
  background: white;
  table-layout: fixed;
  color: black;
  width: -webkit-fill-available;
}
.ds2-domain-management-groupslist tr {
  cursor: pointer;
}
.ds2-domain-management-groupslist tr td {
  border-top-width: 1px !important;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-bottom-width: 1px !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ds2-domain-management-groupslist tr:hover td {
  border-bottom-width: 1px !important;
  border-bottom-color: black !important;
  border-bottom-style: solid;
  background-color: transparent;
}
.ds2-domain-management-groupslist th,
.ds2-domain-management-groupslist td {
  padding: 0px 0px;
  border: 0px solid #ddd;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-width: 250px;
}
.ds2-domain-management-groupslist thead tr {
  color: white !important;
  background-color: #39c;
}
.ds2-domain-management-groupslist thead tr label {
  cursor: pointer;
}
.ds2-domain-management-groupslist thead tr input {
  width: 80%;
}
.pane-group {
  background: #eee;
}
.pane-group-hScroll {
  overflow-x: auto;
  width: -webkit-fill-available;
  background: transparent;
  height: 500px;
  overflow-y: hidden;
}
.pane-group-vScroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 443px;
  background: transparent;
}
.pane-group--table2 {
  width: -webkit-fill-available;
  overflow-x: scroll;
  height: 520px;
}
.pane-group--table2 th,
.pane-group--table2 td {
  width: 250px;
  min-width: 250px;
  padding-bottom: 1px;
}
.pane-group--table2 tbody {
  overflow-y: scroll;
  overflow-x: hidden;
  display: block;
  height: 462px;
  color: black;
}
.pane-group--table2 tbody tr {
  cursor: pointer;
}
.pane-group--table2 tbody tr td {
  border-top-width: 1px !important;
  border-top-color: transparent !important;
  border-top-style: solid;
  border-bottom-width: 1px !important;
  border-bottom-color: transparent !important;
  border-bottom-style: solid;
}
.pane-group--table2 tbody tr:hover td {
  border-bottom-width: 1px !important;
  border-bottom-color: black !important;
  border-bottom-style: solid;
  border-top-width: 1px !important;
  border-top-color: black !important;
  border-top-style: solid;
  background-color: lightblue;
}
.pane-group--table2 thead {
  display: table-row;
}
.pane-group--table2 thead tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #39c;
  color: white;
  text-align: left;
}
.pane-group--table2 thead tr label {
  cursor: pointer;
}
.pane-group--table2 thead tr input {
  width: 80%;
}
.ds2-userslist-header-panel {
  background-color: #1eff00;
  float: center;
  font-family: 'Trebuchet MS';
  margin: 0px;
  border-color: #39c;
  border-style: solid;
  border-width: 0px;
  padding: 1px;
}
.ds-2-selectedGridRow {
  color: #026436;
  background-color: #c7ffe5;
}
.ds-2-selectedGridRow td {
  background-color: #c7ffe5 !important;
}
.ds-2-itemLocked {
  background-color: rgba(255, 238, 0, 0.589);
}
.ds-2-itemLocked td {
  background-color: rgba(255, 238, 0, 0.589) !important;
}
.ds-2-itemDeleted {
  background-color: rgba(255, 136, 136, 0.493);
}
.ds-2-itemDeleted td {
  background-color: rgba(255, 136, 136, 0.493) !important;
}
.ds-itemproperty-container {
  margin: 1px;
  padding: 3px;
}
.ds-itemproperty-title-container {
  overflow: hidden;
  float: left;
  width: 25%;
  font-family: 'Trebuchet MS';
  text-align: left;
  margin-right: 1px;
  border: none;
  background-color: transparent;
  margin: 3px;
  padding: 3px;
}
.ds-itemproperty-title-container label {
  width: 100%;
  color: black !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 12em;
}
.ds-itemproperty-value-container {
  overflow: hidden;
  float: left;
  width: 65%;
  font-family: 'Trebuchet MS';
  text-align: left;
  margin-right: 1px;
  border: none;
  margin: 3px;
  padding: 3px;
  background-color: transparent;
}
.ds-itemproperty-value-container input {
  width: 100%;
  font-family: 'Trebuchet MS';
}
.ds-itemproperty-value-container input:read-only {
  background-color: lightgray;
}
.ds-itemproperty-value-container select {
  width: 100%;
  font-family: 'Trebuchet MS';
}
.ds-itemproperty-fullsize-container {
  overflow: hidden;
  float: left;
  width: -webkit-fill-available;
  font-family: 'Trebuchet MS';
  text-align: left;
  margin-right: 1px;
  border: none;
  margin: 3px;
  padding-left: 3px;
  background-color: transparent;
}
.ds-itemproperty-fullsize-container label {
  color: black;
}
.ds-itemproperty-fullsize-container div {
  overflow: hidden;
  background-color: transparent;
  margin-top: 1px;
  margin-bottom: 1px;
}
.ds-itemproperty-fullsize-container div label {
  color: black;
}
.ds-itemproperty-fullsize-container div img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.ds2-group-title-main {
  background-color: #c3ebff;
  width: -webkit-fill-available;
  height: 24px;
  color: black;
  margin-bottom: 1px;
}
.ds2-group-title-label-main {
  float: left;
  width: 90%;
}
.ds2-group-title-img-main {
  width: 24px;
  height: 24px;
  float: right;
  background-color: darkturquoise;
  text-align: center;
}
.ds2-group-title-img-main img {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.ds2-group-title {
  background-color: lightgrey;
  width: -webkit-fill-available;
  height: 22px;
  color: black;
  margin-bottom: 1px;
}
.ds2-group-title-label {
  float: left;
  width: 90%;
}
.ds2-group-title-img {
  width: 20px;
  height: 20px;
  float: right;
  background-color: darkturquoise;
}
.ds2-group-title-img img {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.groupDataPanel {
  width: -webkit-fill-available;
  background-color: white;
  border-color: black;
  overflow: hidden;
  margin-bottom: 4px;
}
.groupDataPanelDomainHeader {
  width: -webkit-fill-available;
  background-color: white;
  border-color: black;
  overflow: hidden;
  margin-bottom: 4px;
}
.groupDataPanelDomainHeader label {
  color: white;
}
.buttonPanel {
  width: -webkit-fill-available;
  background-color: white;
  overflow: hidden;
}
.ds2-buttonUserGroupEdit {
  width: -webkit-fill-available;
  padding: 2px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 1px;
  background-color: #004d7d;
  height: 20px;
}
.addGroupPanel {
  width: -webkit-fill-available;
  background-color: transparent;
  overflow: hidden;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: black;
  padding-top: 4px;
}
.addGroupPanel input {
  margin: 0px;
  padding: 2px;
  height: 24px;
  background-color: white;
  border: solid;
  border-width: 1px;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  display: inline-block;
  width: 85%;
  font-family: 'Trebuchet MS';
}
.addGroupPanel input::-webkit-calendar-picker-indicator {
  display: none;
}
.addGroupPanel img {
  width: 20px;
  height: 20px;
  cursor: pointer;
  float: right;
  padding-top: 4px;
  padding-right: 3px;
}
.ds2-editdomain-select {
  margin: 0px;
  padding: 4px 24px 4px 8px;
  height: 24px;
  background-color: white;
  border: none;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  min-width: 582px;
  display: inline-block;
  float: right;
}
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 4px 16px;
  transition: 0.3s;
  font-size: 17px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}
.tablinks-addbutton {
  width: 120px;
  padding: 2px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  margin-bottom: 1px;
  background-color: #004d7d !important;
  float: right !important;
  transition: 0s !important;
  font-size: 14px !important;
}
.tablinks-addbutton:hover {
  float: right !important;
  background-color: #6bb7dd !important;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.ds2-addUserToDomain-centralPanel {
  width: 100%;
  text-align: center;
}
.ds2-addUserToDomain-centralPanel table {
  height: 100%;
  width: 100%;
}
.ds2-addUserToDomain-centralPanel table thead {
  background-color: #39c;
  color: white;
}
.ds2-addUserToDomain-centralPanel table thead tr th {
  background-color: transparent;
}
.ds2-addUserToDomain-centralPanel table tbody {
  background-color: white;
  color: black;
}
.ds2-addUserToDomain-centralPanel table tbody tr {
  cursor: pointer;
}
.ds2-addUserToDomain-centralPanel table tbody tr td {
  background-color: transparent;
}
.ds2-addUserToDomain-centralPanel table tbody tr:hover {
  background-color: lightblue;
}
.ds2-addUserToDomain-centralPanel table tbody tr:hover td {
  background-color: transparent;
}
.ds2-container-filter {
  position: relative;
  text-align: -webkit-center;
}
.ds2-container-filter img {
  width: 20px;
  display: block;
}
.ds2-editdomain-domaincontainer {
  width: 100%;
}
.ds2-editdomain-domaincontainer div {
  width: 100%;
  overflow: hidden;
}
.ds2-editdomain-domaincontainer label {
  width: 30%;
}
.ds2-editdomain-domaincontainer input {
  width: 80%;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0px;
  min-width: 30px;
}
.ds2-editdomain-domaincontainer select {
  width: 80%;
  margin-top: 1px;
  margin-bottom: 1px;
  min-width: 30px;
}
.ds2-editdomain-domainAdmincontainer {
  width: 100%;
  margin-top: 15px;
  border-top-width: 1px;
  border-top-color: white;
  border-top-style: solid;
  padding-top: 2px;
  text-align: left;
}
.ds2-editdomain-domainAdmincontainer div {
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.ds2-editdomain-domainAdmincontainer label {
  width: 30%;
}
.ds2-editdomain-domainAdmincontainer input {
  width: 80%;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0px;
  min-width: 30px;
}
.ds2-editdomain-domainAdminTitle {
  text-align: center !important;
  padding-bottom: 5px;
}
.ds2-editdomain-domainAdminTitle label {
  color: white;
}
.ds2-globalSettingsPanel {
  width: 50%;
  position: absolute;
  left: 25%;
}
.ds2-LabelNoRight {
  font-size: 18px;
  color: #004d7d;
  margin-top: 20px;
  position: absolute;
}
.ds2-PermissionChanged {
  color: green;
}
.ds2-PermissionChanged td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ds2-rightpanel-mainContainer {
  height: 100%;
  overflow: auto;
  background-color: white;
}
.ds2-rightpanel-mainContainer-external {
  height: 100%;
  overflow: auto;
  background-color: white;
  color: darkblue;
}
.ds2-rightpanel-propertygridContainer {
  height: calc(100% - 35px);
  overflow: auto;
  background-color: transparent;
  overflow-x: hidden;
}
.ds2-copyuser-propertygridContainer {
  height: 90%;
  overflow: auto;
  background-color: white;
}
.ds2-mainpanel-mainContainer {
  height: 100%;
  overflow: hidden;
  background-color: transparent;
}
.ds2-mainpanel-propertygridContainer {
  height: calc(100% - 35px);
  overflow: auto;
  background-color: transparent;
}
.ds2-mainpanel-propertygridContainerFullScreen {
  height: 90%;
  overflow: auto;
  background-color: white;
  max-width: 80%;
  margin: auto;
}
.ds2-rightpanel-buttonsContainer {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  margin: 5px;
  bottom: 0;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  width: -webkit-fill-available;
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #004d7d;
}
.ds2-rightpanel-buttonsContainer button {
  width: 15%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ds2-mainpanel-buttonsContainer {
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
  margin-top: 5px;
  position: sticky;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Trebuchet MS';
  border-top-width: 0px;
  border-top-style: solid;
  border-top-color: #004d7d;
}
.ds2-mainpanel-buttonsContainer button {
  width: 60px;
}
.ds2-buttonsave {
  height: 30px;
  padding: 0px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 00px;
  background-color: #004d7d;
  height: 20px;
}
.ds2-buttonsave:hover {
  background-color: #6cf !important;
}
.ds2-buttonsave:disabled {
  background-color: #ccc !important;
}
.ds2-buttondelete {
  height: 30px;
  padding: 0px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 00px;
  background-color: #004d7d;
  height: 20px;
}
.ds2-buttondelete:hover {
  background-color: #6cf !important;
}
.ds2-buttondelete:disabled {
  background-color: #ccc !important;
}
.ds2-buttonreload {
  height: 30px;
  padding: 0px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 00px;
  background-color: #004d7d;
  height: 20px;
}
.ds2-buttonreload:hover {
  background-color: #6cf !important;
}
.ds2-buttonreload:disabled {
  background-color: #ccc !important;
}
.ds2-buttoncopy {
  height: 30px;
  padding: 0px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 00px;
  background-color: #004d7d;
  height: 20px;
}
.ds2-buttoncopy:hover {
  background-color: #6cf !important;
}
.ds2-buttoncopy:disabled {
  background-color: #ccc !important;
}
.ds2-propertybutton-mainpanel {
  width: 30%;
  padding: 0px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 00px;
  background-color: #004d7d;
  height: 20px;
  float: right;
}
.ds2-propertyTableRowClass {
  color: blue;
}
.ds2-propertyTableRowClassSelected {
  color: red;
}
.ds2-checkbox-unchecked {
  background: url("../img/Unchecked.svg");
  margin: 0 0 0 0;
  display: inline-block;
  line-height: 14px;
  min-width: 16px;
}
.ds2-checkbox-checked {
  background: url("../img/Checked.svg");
  margin: 0 0 0 0;
  display: inline-block;
  line-height: 14px;
  min-width: 16px;
}
.ds2-changepassword-paneldata {
  background-color: transparent;
  overflow: hidden;
  float: left;
  width: 100%;
  font-family: 'Trebuchet MS';
  text-align: left;
  margin: 2px;
}
.ds2-domainpermission {
  cursor: pointer;
}
.ds2-domainpermission-selected {
  background-color: #39c;
  color: white;
}
.ds2-changepassword-panelpolicies {
  background-color: transparent;
  overflow: hidden;
  width: -webkit-fill-available;
  font-family: 'Trebuchet MS';
  margin-left: 20px;
  left: 50%;
  bottom: 10px;
  padding-bottom: 10px;
}
.modal-body-changepassword {
  width: 100%;
  border: 0px;
  margin: 0px;
  padding: 0px 0px 0px 32px;
  max-height: inherit;
  overflow: visible;
  clear: both;
  text-align: left;
  font-family: 'Trebuchet MS';
}
.modal-body-changepassword a {
  color: white;
}
.modal-body-changepassword a:visited,
.modal-body-changepassword a:hover {
  color: white;
}
.modal-body-changepassword a:hover {
  text-decoration: none;
}
.modal-body-changepassword .buttonsRow {
  display: block!important;
}
.modal-body-changepassword .tab-content {
  overflow: visible;
}
.modal-body-changepassword .tabbable {
  width: 100%;
}
.modal-body-changepassword .text-information {
  line-height: 32px;
  padding: 0px;
  margin-top: 32px;
}
.modal-body-changepassword > span {
  line-height: 32px;
  display: inline-block;
}
.modal-body-changepassword label {
  margin: 2px;
  padding: 1px;
  height: 24px;
  border: none;
  font-size: 14px;
  font-family: 'Trebuchet MS';
  display: inline-block;
}
.modal-body-changepassword input {
  margin: 2px;
  padding: 1px;
  height: 24px;
  background-color: white;
  border: none;
  font-size: 14px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: none;
  display: inline-block;
  width: 98%;
  font-family: 'Trebuchet MS';
}
.modal-body-changepassword input.wp-tpg-value-real {
  background-color: #39c;
  color: white;
}
.modal-body-changepassword input.modal-window-init-input.timespan {
  width: 64px;
  min-width: inherit;
  padding: 4px 4px 4px 8px;
}
.modal-body-changepassword .dropdown {
  display: inline-block;
  height: 20px;
  float: right;
}
.modal-body-changepassword .dropdown .dropdown-menu {
  right: 4px;
  left: inherit;
}
.modal-body-changepassword .modal-window-timespan label {
  width: 76px;
  display: inline-block;
}
.modal-body-changepassword .actions-buttons {
  height: 24px;
}
.modal-body-changepassword .btn-ico-mini {
  height: 24px;
  padding: 4px 8px;
}
.modal-body-changepassword .locationUrl {
  font-weight: bold;
  word-break: break-all;
}
.ds2-changePassword-policyOK {
  color: white;
}
.ds2-changePassword-policyKO {
  color: red;
}
.ds2MoveToDomainItem {
  text-align: center;
  padding: 2px;
}
.ds2MoveToDomainItem-wrong {
  text-align: center;
  padding: 2px;
  color: red;
}
.ds2-icon-item-externalRole {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('../img/UserGreen.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.ds2-icon-item-externalGroup {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('../img/UserLightBlue.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.ds2-icon-item-domainUser {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('../img/UserGrey.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.ds2-moveentities-report-main {
  float: left;
  width: 100%;
  background: white;
  color: #25598D;
  padding: 5px;
}
.ds2-moveentities-report-main .mass-group-add-header {
  color: white;
  background: #004d7d;
  padding: 2px;
  text-align: center;
}
.ds2-moveentities-report-main .mass-group-add-value {
  text-align: center;
  padding: 2px;
}
.ds2-moveentities-report-main .mass-group-add-scroll {
  max-height: 400px;
  overflow: auto;
}
.ds2-moveentities-report-detail {
  float: left;
  width: 20%;
  background: white;
  color: #004d7d;
  padding: 5px;
}
.ds2-moveentities-report-detail .mass-group-add-header {
  color: white;
  background: #004d7d;
  padding: 2px;
  text-align: center;
}
.ds2-moveentities-report-detail .mass-group-add-value {
  text-align: center;
  padding: 2px;
}
.ds2-moveentities-report-detail .mass-group-add-scroll {
  max-height: 400px;
  overflow: auto;
}
.ds2-CheckContainer {
  background-color: transparent;
}
.ds2-propertyGroupExternal {
  display: inline-block;
  width: 100%;
  background-color: #ccc;
  color: #25598D;
}
.ds2-propertyGroupForbidden {
  display: inline-block;
  width: 100%;
  background-color: #ccc;
  color: #a50d18;
}
.ds2-propertyChanged {
  color: #598230;
  font-weight: bold;
  font-style: italic;
}
.ds2-newGroup {
  color: #598230;
  font-weight: bold;
  font-style: italic;
}
.ds2-ExternalDomainNoRemove button i {
  background-image: none !important;
  cursor: default;
}
.ds2-groups-externaluser {
  color: #25598D;
}
.ds2-GroupsNoRemove button i {
  background-image: none !important;
  cursor: default;
}
.ds2-loadingoverlay {
  color: green;
  position: fixed;
  top: 0;
  background-color: rgba(0, 77, 125, 0.75);
  z-index: 1;
  display: flex;
  justify-content: center;
}
.ds2-loadingContainer {
  background-color: transparent;
  border-top-color: white;
  border-bottom-color: white;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 0px;
  border-bottom-width: 0px;
  position: relative;
  text-align: center;
  align-self: center;
}
.ds2-loadingoverlaytitle {
  background-color: transparent;
  color: white;
  font-size: 32px;
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ds2-modal-body-fullwide {
  width: 900px;
}
.ds2-moveentities-report-main-type {
  width: 40px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}
.ds2-moveentities-report-main-name {
  width: 200px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}
.ds2-moveentities-report-main-target {
  width: 100px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}
.ds2-moveentities-report-main-result {
  width: 200px;
  float: left;
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}
.ds2-addselectedbackground {
  background-color: #6cf;
}
.ds2MoveToDomainReportItem {
  text-align: left;
  padding: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-table;
  width: -webkit-fill-available;
}
.ds2MoveToDomainReportItem-wrong {
  text-align: left;
  padding: 2px;
  color: red !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-table;
  width: -webkit-fill-available;
}
.ds2-checkboxDisabledContainer {
  display: block;
  height: 32px;
  min-width: 16px;
  background-image: none;
  border: 0px;
  text-decoration: none;
  cursor: default;
  padding: 0 4px;
  margin: 0px;
  float: left;
}
.ds2-addselectionText {
  user-select: text !important;
}
.ds2-btnhelp-ico {
  display: block;
  height: 32px;
  min-width: 16px;
  background-image: none;
  border: 0px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 4px;
  margin: 0px;
  float: left;
  background-color: #1c414a;
  color: white;
}
.margin-top-10 {
  margin-top: 10px;
}
.align-center {
  text-align: center;
}
.float-right {
  float: right;
}
.projectsList .table-head {
  width: 100%;
  position: inherit;
}
.projectsList .table-labels > div {
  width: 100% !important;
}
.projectsList .filters > div {
  width: 90%;
  width: calc(100% - 4px) !important;
}
.instancesList .table-head {
  width: 100%;
  position: inherit;
}
.instancesList .table-labels > div {
  width: 100% !important;
}
.instancesList .filters > div {
  width: 90%;
  width: calc(100% - 4px) !important;
}
.project-item-folder-depth-0 > td > span {
  font-weight: bold;
  text-decoration: underline;
}
.project-item-folder-depth-1 > td > span {
  font-weight: bold;
  text-decoration: underline;
  padding-left: 10px;
}
.project-item-folder-depth-2 > td > span {
  font-weight: bold;
  text-decoration: underline;
  padding-left: 20px;
}
.project-item-folder-depth-3 > td > span {
  font-weight: bold;
  text-decoration: underline;
  padding-left: 30px;
}
.project-item-folder-depth-4 > td > span {
  font-weight: bold;
  text-decoration: underline;
  padding-left: 40px;
}
.project-item-folder-depth-5 > td > span {
  font-weight: bold;
  text-decoration: underline;
  padding-left: 50px;
}
.project-item-depth-1 > td > span {
  padding-left: 10px;
}
.project-item-depth-2 > td > span {
  padding-left: 20px;
}
.project-item-depth-3 > td > span {
  padding-left: 30px;
}
.project-item-depth-4 > td > span {
  padding-left: 40px;
}
.project-item-depth-5 > td > span {
  padding-left: 50px;
}
.diag-ok {
  background: #33cc99;
}
.diag-warning {
  background: #f1bf07;
}
.diag-error {
  background: #ff6666;
}
.svg-icon-none {
  display: block;
  height: 24px;
  width: 24px;
}
.svg-icon-delete {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../img/Delete.svg');
}
.svg-icon-download {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../img/DownloadFileBlue.svg');
}
.svg-icon-select {
  display: block;
  height: 24px;
  width: 24px;
  background-image: url('../img/SelectBlue.svg');
  background-repeat: no-repeat;
  background-position-x: 10px;
}
.btn-detail {
  line-height: 26px !important;
  width: 100% !important;
  padding: 4px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 0px;
  background-color: #004d7d;
}
.btn-detail:hover {
  background-color: #6cf;
}
.btn-history {
  border-bottom: 1px solid #6cf;
}
.btn-history:focus {
  outline: none;
}
.panel-detail {
  height: 100%;
}
.panel-detail-main {
  background: #39c;
  color: white;
  padding: 10px;
}
.panel-detail-div {
  background: white;
  color: black;
  border: 1px solid #39c;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-detail-div .dropzone {
  height: 40px;
  background-color: #39c;
  text-align: center;
  line-height: 40px;
  border: 2px solid #004d7d;
}
.panel-detail-div .dropzone-hover {
  height: 40px;
  background-color: #6cf;
  text-align: center;
  line-height: 40px;
  border: 2px solid #004d7d;
}
.panel-detail-button-div {
  margin-top: 10px;
  text-align: justify;
}
.panel-detail-button-div input {
  width: 100%;
  border: none;
  float: none;
}
.panel-detail-button-div .btn:disabled {
  background-color: #999;
  cursor: auto;
}
.panel-detail-checkbox-div {
  margin-top: 10px;
  text-align: justify;
}
.panel-detail-checkbox-div input {
  display: inline-block;
}
.panel-detail-button-div-nomargin {
  margin-top: 0px;
  margin-bottom: 2px;
}
.panel-detail-warning {
  color: orange;
}
.file-history-filter-div {
  height: -webkit-fill-available;
}
.project-files-full {
  height: calc(100vh - 126px);
  overflow: auto;
}
.project-files-reduced {
  height: calc(100vh - 420px);
  overflow: auto;
}
.file-history-project-files-container {
  background: #004d7d;
  color: white;
  line-height: 22pFx;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 3px;
  cursor: auto;
}
.file-history-project-files-header {
  background: #004d7d;
  color: white;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 3px;
  width: 53%;
  display: inline-block;
  cursor: pointer;
}
.file-history-project-files-header-collapsed {
  background: #004d7d;
  color: white;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  padding: 3px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
.file-history-project-files-input-length {
  background: #004d7d;
  color: white;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  padding: 3px;
  width: 45%;
  cursor: auto;
  display: inline-block;
}
.file-history-project-files {
  height: 291px;
  max-height: 291px;
  overflow: auto;
  overflow-x: hidden;
}
.file-history.even {
  background: lightgray;
}
.active {
  background-color: #6cf;
}
.text-small {
  font-size: 12px;
  padding-left: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
}
.last-change,
.file-size,
.file-author,
.file-operation {
  text-align: right;
}
.file-project,
.file-path,
.file-comment,
.diagnostics-id {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
}
.file-name {
  max-width: 500px;
  word-break: break-all;
}
.table-filter-sort table td.file-author {
  padding-right: 1rem;
}
.modal-wide {
  width: 1052px;
  position: relative;
  left: 50%;
  margin-left: -528px;
  margin-bottom: 32px;
  float: left;
}
.modal-body-wide {
  width: auto;
}
.li-red {
  color: red;
}
.project-unassigned {
  color: grey;
  font-style: italic;
}
.selectable {
  user-select: text;
}
.modal-info-box {
  max-height: 100px;
  overflow: scroll;
  overflow-x: hidden;
}
.upload-files-with-comment input {
  width: 100%;
  height: 24px;
  font-size: 14px;
  padding: 0px 5px 0px 5px;
}
.upload-files-with-comment p {
  margin-bottom: 0px;
}
.upload-files-with-comment select {
  margin-bottom: 10px;
}
.upload-files-with-comment .modal-body {
  padding: 0;
}
.propertyGridValue span {
  user-select: text;
}
.project-rights {
  margin-bottom: 20px;
}
.project-rights-table {
  width: 100%;
  text-align: center;
}
.project-rights-table td {
  padding-left: 2px;
  padding-right: 2px;
}
.project-rights-button {
  width: 24px;
}
.project-rights-owner {
  width: 30%;
}
.project-rights-checkbox {
  width: 10%;
}
.project-rights-delete {
  cursor: pointer;
}
.icon-rights-checked {
  background: url("../img/RightsChecked.svg");
  width: 24px;
  height: 24px;
}
.icon-rights-unchecked {
  background: url("../img/RightsCross.svg");
  width: 24px;
  height: 24px;
}
.icon-rights-empty {
  background: url("../img/RightsUnchecked.svg");
  width: 24px;
  height: 24px;
}
.icon-rights-plus {
  background: url("../img/RightsPlus.svg");
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.icon-rights-mixed {
  background: url("../img/RightsMixed.svg");
  width: 24px;
  height: 24px;
}
.project-state-label {
  width: 35%;
  display: block;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.project-state-value {
  display: table-cell;
}
.project-state-LocalRun {
  background: green;
  color: white;
  padding: 2px 5px 2px 5px;
}
.project-state-Warning,
.project-state-Stopping,
.project-state-Starting {
  background: orange;
  color: white;
  padding: 2px 5px 2px 5px;
}
.project-state-Stopped {
  background: red;
  color: white;
  padding: 2px 5px 2px 5px;
}
.ds2-report-rowsuccess {
  color: green;
  background-color: white;
  border-bottom: 1px solid #39c;
  height: 24px;
}
.ds2-report-rowsuccess td {
  color: green;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ds2-report-rowerror {
  color: red;
  background-color: white;
  border-bottom: 1px solid #39c;
  height: 24px;
}
.ds2-report-rowerror td {
  color: red;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ds2-report-rowselected {
  color: white;
  background-color: #6cf !important;
  border-bottom: 1px solid #39c;
  height: 24px;
}
.ds2-report-rowselected td {
  background-color: #6cf !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ds2-propertytable-defaultclass {
  color: black;
  background-color: white;
  border-bottom: 1px solid #39c;
  height: 24px;
}
.ds2-propertytable-selectedrow {
  color: white;
  background-color: #6cf !important;
  border-bottom: 1px solid #39c;
  height: 24px;
}
.ds2-propertytable-addCursorPointer {
  cursor: pointer;
}
.ds2-propertytable-removedRow {
  text-decoration: line-through;
  background-color: #ff7f7f;
}
.ds2-propertytable-container {
  overflow: hidden;
  width: 100%;
}
.ds2-propertytable-mainTable {
  width: 100%;
  border-collapse: collapse;
}
.ds2-propertytable-mainTable thead {
  border-top: 0px solid black;
  height: auto;
  display: block;
  overflow-y: hidden;
  width: -webkit-fill-available;
}
.ds2-propertytable-mainTable tbody {
  border-top: 0px solid black;
  display: block;
  overflow-y: auto;
  width: -webkit-fill-available;
  text-overflow: ellipsis;
}
.ds2-propertytable-checkboxChecked {
  background: url(../img/RightsChecked.svg);
  width: 24px;
  background-repeat: no-repeat;
  height: 24px;
  background-position-x: center;
  background-position-y: center;
}
.ds2-propertytable-checkboxUnchecked {
  background: url(../img/RightsUnchecked.svg);
  width: 24px;
  background-repeat: no-repeat;
  height: 24px;
  background-position-x: center;
  background-position-y: center;
}
.ds2-propertytable-deleteRowButton {
  background: url(../img/Delete.svg);
  width: 24px;
  height: 24px;
}
.ds2-propertytable-restoreRowButton {
  background: url(../img/Undo.svg);
  width: 24px;
  height: 24px;
}
.ds2-propertytable-defaultHeaderClass {
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display: block;
  font-weight: bold;
}
.ds2-propertytable-domainListHeader {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  font-weight: bold;
  color: black;
  font-size: 12px;
}
.ds2-propertytable-addcolor-green {
  color: green !important;
}
.ds2-propertytable-addcolor-red {
  color: red !important;
}
.ds2-propertytable-addcolor-darkblue {
  color: #307282 !important;
}
.ds2-propertytable-domainListHeaderNumber {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  font-weight: bold;
  color: black;
  text-align: right;
  font-size: 12px;
}
.ds2-propertytable-defaultFooterClass {
  width: 100%;
  background-color: transparent;
  padding: 10px;
}
.ds2-propertytable-defaultLabelClass {
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display: block;
}
.ds2-propertytable-defaultLabelClassCentered {
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display: block;
  text-align: center;
}
.ds2-propertytable-defaultLabelClassRight {
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display: block;
  text-align: right;
  font-size: 11px;
}
.ds2-propertytable-defaultLabelClassChanged {
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display: block;
  background-color: #a9fcb1;
}
.ds2-propertytable-defaultNumericClass {
  text-overflow: ellipsis;
  display: block;
  cursor: text;
  background-color: white;
}
.ds2-propertytable-defaultNumericClassValueChanged {
  text-overflow: ellipsis;
  display: block;
  cursor: text;
  background-color: #a9fcb1;
}
.ds2-propertytable-defaultNumericClassValueNotValid {
  text-overflow: ellipsis;
  display: block;
  cursor: text;
  background-color: #ff7f7f;
}
.ds2-propertytable-defaultLabelClassTest {
  color: green;
}
.ds2-propertytable-textAlignLeft {
  text-align: left;
}
.ds2-propertytable-textAlignRight {
  text-align: right;
}
.ds2-propertytable-textAlignCenter {
  text-align: center;
}
.ds2-permissionNotAvailableUnchecked {
  color: #606266;
}
.ds2-permissionNotAvailableUnchecked td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ds2-permissionNotAvailableUnchecked a {
  cursor: default;
}
.ds2-permissionNotAvailableUnchecked a i {
  background: url("../img/UncheckedGrey.svg") !important;
}
.ds2-permissionNotAvailableChecked {
  color: #606266;
}
.ds2-permissionNotAvailableChecked td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ds2-permissionNotAvailableChecked a {
  cursor: default;
}
.ds2-permissionNotAvailableChecked a i {
  background: url("../img/CheckedGrey.svg") !important;
}
.ds2-permissionAvailable td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ds2-propertytable-defaultAddButton {
  width: 100px;
  padding: 0px 0px;
  background-image: none;
  border: none;
  font-size: 14px;
  color: white;
  margin: 00px;
  background-color: #004d7d;
  height: 20px;
}
.ds2-propertytable-defaultAddButton:hover {
  background-color: #6cf;
}
.ds2-propertytable-defaultAddButton:disabled {
  background-color: #999;
}
