@font-face {
  font-family: 'icons';
  src: url('/public/fonts/icons.eot?36039399');
  src: url('/public/fonts/icons.eot?36039399#iefix')
    format('embedded-opentype'), url('/public/fonts/icons.woff2?36039399')
    format('woff2'), url('/public/fonts/icons.woff?36039399') format('woff'),
    url('/public/fonts/icons.ttf?36039399') format('truetype'),
    url('/public/fonts/icons.svg?36039399#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: bt_font;
  src: url('/public/fonts/Ubuntu-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: bt_font;
  src: url('/public/fonts/Ubuntu-Medium.ttf');
  font-weight: bold;
  font-style: normal;
}

:root {
  --highlight-color: #2196F3;
  --highlight-color-alternative: #ff7e00;
  --standard-color: #333333;
}

.ui-dialog-titlebar-close {
  visibility: hidden;
}

div ::-webkit-scrollbar {
  height: 15px;
  width: 15px
}

div ::-webkit-scrollbar-button {
  height: 0;
  width: 0
}

div ::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, .3);
  border: 5px solid transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 20px;
  min-width: 20px;
  height: 5px;
  width: 5px
}

div ::-webkit-scrollbar-thumb:hover, div ::-webkit-scrollbar-thumb:active
  {
  background-color: rgba(0, 0, 0, .4)
}

html {
  height: 100%;
  height: -webkit-fill-available;
}

body {
  font-family: 'bt_font', sans-serif;
  margin: 0px;
  overflow: hidden;
  height: 99vh;
  height: -webkit-fill-available;
  padding-top: 1vh;
  color: var(--standard-color);
  background: #f5f5f5;
}

h1 {
  font-weight: normal;
  color: var(--highlight-color);
}

.alt-highlight {
  color: var(--highlight-color-alternative);
}

.alt-highlight-button {
  color: var(--highlight-color-alternative);
}

.ga-dialog-buttons {
  width: 33%;
  padding: 7px 7px;
  border-left: 0px;
  margin-left: 0px;
}

.ga-dialog-buttons:first-of-type {
  border-left: 1px solid #ddd;
  margin-left: 10px;
}

svg {
  font-family: bt_font !important;
}

#title {
  display: block;
}

.app-logo {
  position: absolute;
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin: 10px;
  margin-right: 30px;
}

.darkTheme {
  filter: invert(1)
}

.darkTheme body {
  color: #000;
  background: #ddd;
}

.darkTheme .breadcrumb_item {
  color: var(--standard-color);
}

.darkTheme .app-logo {
  filter: invert(1)
}

.darkTheme .update-notification {
  color: #000;
}

.darkTheme .update-notification .caret {
  filter: invert(1);
}

.darkTheme .update-menu {
  box-shadow: none;
  border: 1px solid var(--highlight-color);
}

.darkTheme .update-menu .menu-bullet {
  filter: invert(1);
}

.placeholder-ga input {
  width: 258px;
  margin-bottom: 0px !important;
}

.placeholder-ga {
  margin-bottom: -1px;
}

.placeholder-ga button {
  margin-bottom: 0px;
  background: transparent;
  border-left: 0px;
}

input {
  background: transparent;
  border: 1px solid #ddd;
  color: var(--standard-color);
  font-size: 1em;
  margin-bottom: -1px;
  font-family: 'bt_font', sans-serif !important;
  line-height: 2em;
  float: right;
  width: 298px;
  padding: 0px;
  padding-left: 10px;
}

.config_item::after {
  display: block;
  clear: right;
  content: '';
}

.ui-widget input[type=text], .ui-widget input[type=password], .ui-widget input[type=number] {
  height: 2.2em;
}

input:focus {
  color: var(--highlight-color);
  border-bottom: 1px solid var(--highlight-color);
  outline: 0;
}

input:disabled, select:disabled, textarea:disabled {
  background: repeating-linear-gradient(315deg, #fff 0px, #fff 4px, #ddd 4px, #ddd 4px
    , #fff 5px);
  background-size: 6px 6px;
  cursor: not-allowed;
}

textarea {
  background: #fff;
  color: var(--standard-color);
  font-family: 'bt_font', sans-serif;
  float: right;
  width: 298px;
  padding-left: 8px;
  font-size: 1em;
  padding-top: 5px;
  border: 1px solid #ddd;
}

textarea:focus {
  outline: 0;
  border-bottom: 1px solid var(--highlight-color);
}

select {
  background: #fff;
  color: var(--standard-color);
  padding-top: 0.44em;
  padding-bottom: 0.45em;
  font-size: 1em;
  font-family: 'bt_font', sans-serif;
  line-height: 2.2em;
  float: right;
  width: 310px;
  padding-left: 10px;
  border: 1px solid #ddd;
  margin-bottom: -1px;
}

select:focus {
  outline: 0;
  border-bottom: 1px solid var(--highlight-color);
}

select>option:focus {
  outline: 0;
  background: transparent;
}

select>option:checked {
  color: #fff;
  background: var(--highlight-color);
}

table {
  border-spacing: 0;
}

th {
  text-align: left;
  padding: 5px;
}

td {
  text-align: left;
  padding: 5px;
  padding-top: 15px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  line-height: 2.1em;
}

.script_info_table td {
  padding: 0;
  padding-top: 10px;
  border-bottom: 0;
  line-height: 1em;
}

.script_info_table td select {
  float: initial !important;
}

a, .ui-widget-content a {
  color: var(--highlight-color);
  cursor: pointer;
}

#main {
  min-height: 100%;
  min-height: -webkit-fill-available;
  height: auto;
  height: -webkit-fill-available;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#header {
  margin: 0;
  padding: 0.75em 1.25em;
  font-size: 2em;
  line-height: 0.6em;
  font-weight: normal;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-top-color: var(--highlight-color);
}

#version {
  font-size: 0.4em;
}

#main_content {
  background: #fff;
  border: 1px solid #ddd;
  height: calc(100vh - 179px);
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: auto;
  padding-right: 5.6%;
}

.icon_list {
  display: block;
  margin: 0;
  margin-left: 4.4%;
  margin-right: 4.4%;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.icon_list h2 {
  font-weight: normal;
  margin-bottom: 20px;
}

.icon_list li {
  margin: 0;
  width: 31%;
  line-height: 25px;
  text-align: center;
  display: inline-block;
  padding: 1%;
}

.icon_list a {
  display: block;
  font-weight: normal;
  font-size: 1em;
  color: var(--standard-color);
  padding-top: 9em;
  line-height: 0.1em;
}

.smaller-button-icon:before {
  font-size: 16px;
}

table.table-xs td {
  padding-bottom: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}

.dialog-buttons2.btn-link {
  float: left !important;
}

#main_menu #app_manager {
  background:
    url(/rest/config/file/web_config/menu-icons/appmanager.svg)
    no-repeat center center;
  margin-bottom: 40px;
}

#main_menu #app_market {
  background: url(/rest/config/file/web_config/menu-icons/appmarket.svg)
    no-repeat center center;
  margin-bottom: 40px;
}

#main_menu #lms_link {
  background:
    url(/rest/config/file/web_config/menu-icons/mediaserver.svg)
    no-repeat center center;
  margin-bottom: 40px;
}

#main_menu #logik {
	background:
	  url(/rest/config/file/web_config/menu-icons/logik.svg)
	  no-repeat center center;
	margin-bottom: 40px;
}

#main_menu #mediaserver {
  background:
    url(/rest/config/file/web_config/menu-icons/select_mediaserver.svg)
    no-repeat center center;
  margin-bottom: 40px;
}

#main_menu #source_config {
  background:
    url(/rest/config/file/web_config/menu-icons/sourceconfig.svg)
    no-repeat center center;
  margin-bottom: 40px;
}

#main_menu #datalogger {
  background:
    url(/rest/config/file/web_config/menu-icons/database.svg)
    no-repeat center center;
}

#main_menu #visualisation {
  background:
    url(/rest/config/file/web_config/menu-icons/cubevision.svg)
    no-repeat center center;
}

#main_menu #cv_editor {
  background:
    url(/rest/config/file/web_config/menu-icons/cubevision2editor.svg)
    no-repeat center center;
}

#main_menu #knxconverter {
  background:
    url(/rest/config/file/web_config/menu-icons/client_simulation.svg)
    no-repeat center center;
  margin-bottom: 40px;
}

#main_menu #vpnserver {
  background:
    url(/rest/config/file/web_config/menu-icons/vpn_server.svg)
    no-repeat center center;
}

#main_menu #vpnclient {
  background:
    url(/rest/config/file/web_config/menu-icons/vpn_client.svg)
    no-repeat center center;
}

#main_menu #facility_coupling {
  background:
    url(/rest/config/file/web_config/menu-icons/facility_coupling.svg)
    no-repeat center center;
}

#main_menu #manuals {
  background:
    url(/rest/config/file/web_config/menu-icons/documentation.svg)
    no-repeat center center;
}

#main_menu #cubevision_editor {
  /* FIXME */
  background:
    url(/rest/config/file/web_config/menu-icons/cubevision2editor.svg)
    no-repeat center center;
}

#main_menu #intercom {
  background:
    url(/rest/config/file/web_config/menu-icons/intercom.svg)
    no-repeat center center;
  margin-bottom: 40px;
}

#main_menu #project_manager {
  /* FIXME */
  background:
    url(/rest/config/file/web_config/menu-icons/projectmanager.svg)
    no-repeat center center;
}

#main_menu #hooc_gateway_manager {
  background:
    url(/rest/config/file/web_config/menu-icons/hoocgatewaymanager.svg)
    no-repeat center center;
}

#main_menu #configuration {
  background:
    url(/rest/config/file/web_config/menu-icons/configuration.svg)
    no-repeat center center;
  margin-bottom: 40px;
}

#main_menu #info {
  background:
    url(/rest/config/file/web_config/menu-icons/information.svg)
    no-repeat center center;
}

#login_logout.login {
  background: url(/rest/config/file/web_config/menu-icons/unlock.svg)
    no-repeat center center;
}

#login_logout.logout {
  background: url(/rest/config/file/web_config/menu-icons/lock.svg)
    no-repeat center center;
}

#buttonContainer, .buttonContainer {
  float: right;
}

.buttonContainer.instanceContainer {
  float: none !important;
  text-align: right;
  width: 100%;
  padding-bottom: 35px;
}

.ngButtonContainer {
  float: none;
}

.ngButtonContainer div {
  text-align: right;
  width: 100%;
}

.bottom {
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 200px;
  width: 100%;
  z-index: -1;
  background: -webkit-linear-gradient(top, #000 0%, var(--standard-color) 90%, #666 100%);
}

.clickable {
  cursor: pointer;
}


.edit_item_error {
  border: 1px solid red;
  margin: -1px;
}

.edit_label_error {
  color: red;
}

.page_container {
  line-height: 1.5em;
  padding-left: 5.6%;
}

.page_container_login {
  position: absolute;
  top: 20%;
}

.page_container_config {
  margin-left: 26%;
  padding-left: 2.8%
}

.page_container_config .separator {
  clear: right;
}

.menu_list {
  position: relative;
  float: left;
  width: 21.25%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  min-width: 150px;
  margin-top: 17px;
  -webkit-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -moz-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
  -o-transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
  transition: all 400ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.menu_list h2 {
  font-weight: normal;
  margin-bottom: 20px;
}

.menu_list li {
  border-bottom: 1px solid #ddd;
  margin: 0;
  line-height: 25px;
}

.menu_list li:last-child {
  border-bottom: 0 !important;
}

.menu_list .btn_save {
  margin-top: 40px;
}

.menu_list .active {
  background: url(/public/gfx/arrow.png) right center no-repeat;
}

.menu_list .active a {
  color: var(--highlight-color) !important;
}

.menu_list a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: var(--standard-color);
  padding: 3% 6%;
  padding-left: 10% !important;
}

.menu_list a:hover {
  color: var(--highlight-color);
}

.config_item, .info_item {
  margin-left: 2%;
  padding: 0px;
  padding-top: 5px;
  min-height: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.config_item_dialog {
  margin-right: 2%;
}

.config_item_dialog .config_item {
  padding-left: 0px;
  margin-left: 0px;
}

.config_item input:not(.ng-pristine).ng-invalid {
  border-bottom: 1px solid red;
}

.noborder {
  border-bottom: 0 !important;
}

.border-after-lists {
  clear: both;
  /* border-bottom:1px solid var(--highlight-color); */
  margin-bottom: 15px;
  margin-left: 2%;
}

.alert, .thumbnail {
  margin-bottom: 20px;
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.alert-info {
  background-color: #e0f7fa;
  border-color: #00bcd4;
  color: #00838f;
}
.alert-warning {
  background-color: #fff3e0;
  border-color: #ff9800;
  color: #aa3510;
}
.alert-info, .alert-info .close {
  color: #00545c;
}
.p-10 {
  padding: 10px!important;
}
.alert.alert-styled-left {
  border-left-width: 44px;
}

.alert[class*=alert-styled-]:after{
  content: '\e9a2';
  font-family: icomoon;
  color: #fff;
  width: 44px;
  left: -44px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alert[class*=alert-styled-].alert-info:after, .alert[class*=alert-styled-][class*=bg-info]:after {
  content: '\e9b9';
}

.alert[class*=alert-styled-].alert-warning:after, .alert[class*=alert-styled-][class*=bg-warning]:after {
  content: '\e9bd';
}

.appcontainer {
  display: none;
}

.appcontainer div input {
  float: right;
}

.config_item label {
  line-height: 2em;
  max-width: 45%;
}

.config_item div {
  float: right;
  width: 310px;
}

.info_item {
  border-bottom: 1px solid #ddd;
}

.info_item label {
  line-height: 2em;
  max-width: 45%;
}

.info_item div {
  width: 50%;
  float: right;
  line-height: 2em;
}

.config_item.noborder div select {
  margin-bottom: 5px
}

.config_item button, td button {
  line-height: 2em;
  font-size: 1em;
  float: right;
  width: 310px;
  clear: right;
}

.inline-button-2 {
  width: 50% !important;
  clear: none;
}

.display_none {
  display: none;
}

.display_block {
  display: block;
}

.separator {
  color: #fff;
  min-height: 25px;
  padding-top: 0.5rem;
  font-weight: normal;
  font-size: 1em;
  border-bottom: 1px solid var(--highlight-color);
  padding-bottom: 0rem;
  margin-bottom: 1em;
}

.separator:first-child {
  padding-top: 0 !important;
}

.separator label, .separator span {
  font-size: 1.2em;
  color: var(--highlight-color);
  line-height: 40px;
}

.separator button, .footseparator button {
  float: right;
}

.footseparator {
  padding-top: 0 !important;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.breadcrumb {
  display: block;
  padding-bottom: 35px;
}

.breadcrumb_item {
  padding-right: 10px;
  float: left;
  color: #aaa;
  font-size: 0.7rem;
}

.breadcrumb_item label {
  padding-left: 10px;
  cursor: pointer;
}

.breadcrumb_item label:hover {
  color: var(--highlight-color);
}

.dialog-mask, .ui-widget-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000 !important;
  opacity: 0.4 !important;
}

.dialog-container, .ui-dialog {
  position: fixed;
  left: 50%;
  top: 30%;
  width: 86%;
  max-width: 500px;
  border: 0;
  border-radius: 0;
}

.ui-dialog {
  max-width: 100%;
}

.dialog-content {
  border: 0;
  border-radius: 0;
  margin-left: -50%;
  width: 100%;
  height: 100%;
  background: #fff;
}

.dialog-title, .ui-widget-header {
  width: 100%;
  line-height: 45px;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  color: var(--standard-color);
  text-align: center;
  background: #fff;
  padding: 0 !important;
}

.ui-datepicker-header {
  background: #fcfcfc;
}

.dialog-message, .ui-dialog .ui-dialog-content {
  width: calc(100% - 20px);
  max-height: 74vh !important;
  padding: 10px;
  color: var(--standard-color);
  text-align: center;
  background: #fff;
}

.ngdialog.ngdialog-theme-default {
  padding-top: 10vh !important;
  padding-bottom: 0 !important;
}

.dialog-message {
  overflow-y: auto;
}
.ui-dialog-content.ui-widget-content {
  font-size: 0.9em !important;
}

.dialog-message .config_item, .ui-dialog-content .config_item {
  text-align: left;
}

.dialog-message .config_item  input[type=checkbox], .ui-dialog-content .config_item input[type=checkbox]
  {
  width: 50%;
}

.ui-dialog .ui-dialog-title {
  float: none;
}

.ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  padding: 0;
  border: 0;
}

.ui-dialog-buttonset {
  height: 45px;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0;
  padding: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

.ui-dialog table {
  text-align: left;
}

.ui-datepicker-calendar {
  color: var(--standard-color);
}

.ui-widget-content {
  border-radius: 0 !important;
  border: 0px !important;
  background: #fff !important;
  padding: 0;
}

#ui-datepicker-div.ui-widget-content, #bt-time-slider.ui-widget-content {
  border: 1px solid #ddd !important;
  background: #fcfcfc !important;
}

.ui-tooltip {
  padding: 1em !important;
  border-radius: 0 !important;
  font-size: 0.9em;
  line-height: 1.3em;
  box-shadow: none;
  background: #222 !important;
  border: 1px solid #fff !important;
  z-index: 11000;
}

.ui-corner-all, .ui-corner-all>* {
  border-radius: 0 !important;
}

.dialog-buttons1 a, button.dialog-buttons1 {
  font-size: 0.8em;
  margin: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff !important;
  text-align: center;
  float: right;
  background: var(--highlight-color) !important;
  text-decoration: none;
  border: 0;
}

.dialog-buttons2 a, button.dialog-buttons2 {
  font-size: 0.8em;
  margin: 0;
  width: 50%;
  height: 45px;
  line-height: 45px;
  color: #fff !important;
  text-align: center;
  float: right !important;
  background: var(--highlight-color) !important;
  text-decoration: none;
  border: 0;
}

.dialog-buttons3 a, button.dialog-buttons3 {
  font-size: 0.8em;
  margin: 0;
  width: 33.33%;
  height: 45px;
  line-height: 45px;
  color: #fff !important;
  text-align: center;
  float: left;
  background: var(--highlight-color) !important;
  text-decoration: none;
  border: 0;
}

.ui-widget-content .ui-state-default {
  background: #fcfcfc;
  color: var(--standard-color);
  font-weight: normal;
  border: 0;
  border-radius: 0;
  font-size: 0.8em;
  float: left;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 2em;
}

.ui-datepicker-next, .ui-datepicker-prev {
  background: #ddd;
}

.ui-datepicker-next.ui-state-hover {
  right: 2px;
}

.ui-datepicker-prev.ui-state-hover {
  left: 2px;
}

.ui-datepicker-next.ui-state-hover,.ui-datepicker-prev.ui-state-hover {
  border: 0px;
  background: var(--highlight-color);
  top: 2px;
}

.ui-datepicker-next.ui-state-disabled, .ui-datepicker-prev.ui-state-disabled {
  background: #eee;
  opacity: 1;
}

.ui-datepicker-current-day {
  background: var(--highlight-color);
}

.ui-datepicker-current-day .ui-state-active {
  background: var(--highlight-color);
  color:#fff;
}

.ui-slider {
  background: #ddd !important;
  border: 1px solid #fff !important;
}

.ui-slider-range {
  background: #aaa;
}

.ui-slider-handle {
  background: var(--highlight-color) !important;
  border: 1px solid #fff !important;
}

#footer {
  text-align: center;
  font-size: 0.7em;
  line-height: 3rem;
  height: 3 rem;
  color: #888;
}

button {
  padding: 0;
  border: 1px solid #ddd;
  font-family: 'bt_font', sans-serif;
  font-size: 0.9em;
  background-color: #fcfcfc;
  cursor: pointer;
}

.highlight {
  color: var(--highlight-color) !important;
}

.remote_support_handle {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  color: var(--highlight-color) !important;
  line-height: 2.1em;
}

button:focus {
  outline: 0;
}

button:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .15) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, .15) inset;
}

.script_button {
  padding: 7px 12px;
  margin-left: 10px;
  line-height: 1.6em;
}

.script_button.pull-left {
  float: left;
  margin-left: 0;
}

#burgermenu-toggle {
  display: none
}

#uploadDialog .script_button {
  float: none;
}

#uploadDialogDlcEnabled .script_button,
#uploadDialogDlcEnabled .install_hint {
  display: block;
  margin: 0px auto 10px auto;
}

.script-button-wrapper {
  display: inline-block;
  text-align: center;
}

.script-button-wrapper.dlc-hint {
  width: 240px;
  margin-left: 10px;
}

.script-button-wrapper.file-hint {
  width: 230px;
}

.script_button i {
  margin-left: 0;
}

.script_variant_selection {
  width: 150px;
  padding-bottom: 10px;
  float: none;
}

i {
  margin-left: 5px;
  margin-right: 5px;
  font-family: "icons";
  font-style: normal;
}

.rotation-open:before {
  animation: rotation-open 0.1s forwards;
  -moz-animation: rotation-open 0.1s forwards;
  -webkit-animation: rotation-open 0.1s forwards;
  -o-animation: rotation-open forwards 0.1s;
}

@keyframes rotation-open {
  from {transform: rotate(-90deg);
}

to {
  transform: rotate(0deg);
}
}

@-moz-keyframes rotation-open {
  from {transform: rotate(-90deg);
}

to {
  transform: rotate(0deg);
}
}
@-webkit-keyframes rotation-open {
  from {-webkit-transform: rotate(-90deg);
}

to {
  -webkit-transform: rotate(0deg);
}

}
.rotation-close:before {
  animation: rotation-close 0.1s forwards;
  -moz-animation: rotation-close 0.1s forwards;
  -webkit-animation: rotation-close 0.1s forwards;
  -o-animation: rotation-close forwards 0.1s;
}

@keyframes rotation-close {
  from {transform: rotate(0deg);
}

to {
  transform: rotate(-90deg);
}

}

@-moz-keyframes rotation-close {
  from {transform: rotate(0deg);
}

to {
  transform: rotate(-90deg);
}

}
@-webkit-keyframes rotation-close {
  from {-webkit-transform: rotate(0deg);
}

to {
  -webkit-transform: rotate(-90deg);
}

}
button[disabled] {
  cursor: not-allowed;
  background-color: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.config_item div button {
  height: 2.66em;
  font-size: 0.799em;
}

.config_item.noborder button {
  float: left;
  height: 2.78em;
  font-size: 0.8em;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background: var(--highlight-color);
  background: -moz-linear-gradient(left, var(--highlight-color) 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, var(--highlight-color) 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, var(--highlight-color) 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, var(--highlight-color) 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, var(--highlight-color) 10%, rgba(0, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: var(--highlight-color);
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.config_item.noborder button:last-child {
  /* hide the bottom border of list element selects */
  margin-right: 0px !important;
}

.config_item.noborder .userlist-button {
  /* hide the bottom border of list element selects */
  margin-right: 2%;
  width: 32%;
}

.config_item.noborder .list-button {
  /* hide the bottom border of list element selects */
  margin-right: 1.3%;
  width: 24%;
}

.config_button_single {
  margin-bottom: -1px;
}

.script_container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 40px;
}

.script_item {
  position: relative;
  margin-top: 2em;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.script_item:last-of-type {
  border-bottom: none;
}

.script_item h1 {
  padding: 0;
  margin: 0;
  line-height: 40px;
  min-height: 40px;
  font-size: 1em;
  cursor: pointer;
  background: url(../../gfx/arrow.png) no-repeat center right;
}

.script_item img {
  border: 1px solid #ddd;
}

.app-list-description {
  margin-left: 140px;
}

.error-notification {
  position: relative;
  float: right;
  margin-right: 2em;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 25px;
  font-size: 0.8em;
  background: red;
  color: #fff;
  border: 1px solid red;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
}

.update-notification {
  position: relative;
  float: right;
  margin-right: 2em;
  margin-top: 7px;
  padding-left: 10px;
  padding-right: 25px;
  font-size: 0.8em;
  background: var(--highlight-color);
  color: #fff;
  border: 1px solid var(--highlight-color);
  border-radius: 3px;
  font-weight: bold;
  /* width: 100px; */
  text-align: center;
}

.update-notification-error {
  border: 1px solid red;
  background: red;
}

.update-notification .caret {
  position: absolute;
  height: 11px;
  padding: 0;
  margin: 0;
  border: 0;
  top: calc(25%);
  right: 7px;
}

.update-notification .caret.opened {
  transform: rotate(-180deg);
  transition: 300ms linear all;
}

.update-notification .caret.closed {
  transform: rotate(0deg);
  transition: 300ms linear all;
}

.update-icon {
  position: absolute;
  font-size: 12px;
  top: 7px;
}

.update-menu {
  position: absolute;
  right: 0;
  top: 2em;
  min-width: 200px;
  padding: 8px 0;
  list-style: none;
  background-color: #fff;
  color: #000;
  margin: 0 /* 2px 0 0*/;
  box-sizing: border-box;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid transparent;
  box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);
}

.update-menu li {
  margin-left: 10px;
  margin-bottom: 1px;
}

.update-menu li p {
  cursor: pointer;
  margin: 0;
  padding: 0;
  line-height: 2.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-bullet {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid;
  margin-right: 0.5em;
}

.menu-bullet.danger {
  border-color: #f44336;
}

.menu-bullet.info {
  border-color: #00bcd4;
}

.menu-bullet.primary {
  border-color: var(--highlight-color);
}

.menu-circle span {
  display: inline-block;
  background: #fff;
  width: 70%;
  height: 70%;
  margin-top: 15%;
  margin-left: 15%;
  border-radius: 50%
}

.instance_tools {
  line-height: 40px;
  font-size: 1.2em;
  padding-left: 0px;
}

.instance_tools>*, .hoverable {
  cursor: pointer;
}

.instance_tools>*:hover, .hoverable:hover {
  color: var(--highlight-color) !important;
}

.script_info {
  margin-top: 1rem;
}

.script_info p {
  margin: 0;
  margin-top: 1rem;
}

.script_info .script_info_table {
  margin-left: 24px;
}

.column_name {
  width: 25%;
  font-weight: bold;
}

.syntaxhighlighter {
  font-size: 0.9em;
  overflow-y: hidden !important;
  overflow-x: auto !important;
}

.ui-progressbar {
  display: block !important;
  width: 100%;
  height: 30px;
  background: #ddd !important;
}

.ui-progressbar-value {
  background: var(--highlight-color) !important;
}

.progress-label {
  position: relative;
  margin-top: -30px;
  line-height: 30px;
  text-align: center;
  color: #fff !important;
}

.arrow_box {
  position: absolute;
  background: var(--highlight-color);
  border: 2px solid var(--highlight-color);
  padding: 10px;
  margin-top: 8px;
  font-size: 0.8em;
  left: 204px;
  z-index: 10;
  width: 280px;
}

.arrow_box:after, .arrow_box:before {
  left: -36px;
  top: 0px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:before {
  border-color: transparent;
  border-right-color: var(--highlight-color);
  border-width: 17px;
  margin-top: -2px;
}

#file, #files, #etsBackupFile {
  display: none;
  visibility: hidden;
}

#fileinfo {
  text-align: center;
  margin: 0px;
  width: 310px;
  margin-left: auto;
}

#fileinfo span {
  display: block;
  padding-top: 1em;
}

.ui-widget #fileinfo {
  text-align: center !important;
  width: auto !important;
}

.ga-warning-icon {
  position: absolute;
  font-size: 15px;
  color: #ff7e00;
}

.alert-modal-content {
  width: 100%;
  text-align: center;
  line-height: 1.5em
}

.tt-info-confirm {
  display: inline-block;
  margin-top: 20px;
  line-height: 1.5em;
}

.tt-info-confirm input {
  float: left;
  width: auto;
  margin-right: 10px;
}

/* DATALOGGER */
.scrollarea {
  white-space: nowrap;
  border: 1px solid #ddd;
  height: 300px;
  overflow: auto;
}

.subscrollarea {
  white-space: nowrap;
  background-color: #fff;
  width: 100%;
  height: 35px;
  float: none;
  text-align: center;
  vertical-align: middle;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  font-family: 'bt_font' !important;
}

/** classes to style the ESF assign dialog from de.babtec.servet.enocean **/
.ngdialog-content {
  background: #fff !important;
  padding: 0 !important;
}

.ngdialog-close {
  display: none !important;
}

.modal-title {
  background: #fff;
  font-weight: normal;
  color: var(--standard-color);
  text-align: center;
  font-size: 1.1em;
  margin: 0;
  border-bottom: 1px solid #ddd;
  line-height: 45px;
}

table.table-xs td .btn-default {
  width: 150px;
}

table.table-xs td input {
  width: auto !important;
  float: none;
}

table.table-xs {
  width: 90%;
  margin-left: 5%;
  padding: 5px;
  padding-right: 0px;
}

table.table-xs tr:hover {
  background-color: #f8f8f8;
}

.btn.dialog-buttons2 {
  display: inline-block;
  position: relative;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}

.two-choices {
  width: 50% !important;
}

.three-choices {
  width: 33% !important;
}

.four-choices {
  width: 25% !important;
}

.five-choices {
  width: 20% !important;
}

.legacy-icon-arrow-right32 {
  display: block;
  width: 20px;
  background: url(../../gfx/arrow.png) no-repeat center right;
  height: 16px;
}

.width-50 {
  width: 33% !important;
  clear: none;
}

.bt-colorpicker-wrapper {
  position: relative;
  float: left;
}

.bt-colorpicker-groups {
  position: relative;
  display: inline-block;
  width: 250px;
}

.bt-colorpicker-colors {
  position: relative;
  display: inline-block;
  width: 250px;
  margin-top: 10px;
}

.bt-colorpicker-preview-box {
  width: 90px;
  height: 90px;
  position: absolute;
  float: right;
  top: 206px;
  right: 298px;
  margin: 10px;
  border: 3px ridge white;
  border-radius: 5px;
  box-sizing: content-box;
}

.bt-colorpicker-button {
  border: 1px solid #ddd;
  text-align: center;
  cursor: pointer;
}

.config_item .bt-colorpicker-button {
  border-bottom: 0px;
}

.cp-app {
  height: 276px !important;
  width: 450px !important;
  font-family: 'bt_font' !important;
}

.cp-panel {
  width: 130px !important;
}

.cp-panel .cp-hsv {
  width: 120px !important;
}

.cp-panel .cp-hsl {
  width: 120px !important;
}

.cp-panel .cp-rgb {
  width: 120px !important;
}

.cp-panel .cp-HEX {
  width: 120px !important;
}

.cp-panel .cp-HEX .HEX-labl {
  display: none;
}

.cp-panel .cp-disp {
  width: 82px !important;
  background-image: url(../gfx/colorpicker-slider.png) !important;
}

.cp-exit {
  display: none;
}

.cp-resize {
  display: none;
}

.cp-resizer {
  display: none;
}

.cp-memo {
  display: none;
}

.cp-cmyk {
  display: none;
}

.cp-ctrl {
  display: none;
}

.ets-inside-backups-table {
  width: 100%;
  table-layout: fixed;
}

.ets-inside-backups-table .table-header-name {
  width: 40%;
  text-align: left;
}

.ets-inside-backups-table .table-header-button {
  width: 30%;
}

.ets-inside-backups-table .table-column-button {
  width: 100%;
  font-size: 1em;
}

.ets-inside-backup-upload {
  border-bottom: none;
}

.ets-inside-backup-upload .config_button_single {
  width: 100%;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('../font/icons.svg?6310895#icons') format('svg');
  }
}
*/
[class^="legacy-icon-"]:before, [class*=" legacy-icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.legacy-icon-info:before {
  content: '\e800';
} /* '' */
.legacy-icon-pencil:before {
  content: '\e801';
} /* '' */
.legacy-icon-trash:before {
  content: '\e802';
} /* '' */
.legacy-icon-docs:before {
  content: '\e803';
} /* '' */
.legacy-icon-file-code:before {
  content: '\e804';
} /* '' */
.legacy-icon-folder-open-empty:before {
  content: '\e805';
} /* '' */
.legacy-icon-angle-down:before {
  content: '\e806';
  -ms-transform: rotate(7deg);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
} /* '' */
.legacy-icon-history:before {
  content: '\e807';
} /* '' */
.legacy-icon-list-numbered:before {
  content: '\e808';
} /* '' */
.legacy-icon-key:before {
  content: '\e809';
} /* '' */
.legacy-icon-check:before, .legacy-icon-checkmark2:before {
  content: '\e80a';
} /* '' */
.legacy-icon-plus:before {
  content: '\e80b';
} /* '' */
.legacy-icon-ccw:before {
  content: '\e80c';
} /* '' */
.legacy-icon-play-1:before {
  content: '\e80d';
} /* '' */
.legacy-icon-pause:before {
  content: '\e80e';
} /* '' */
.legacy-icon-menu:before {
  content: '\e80f';
} /* '' */
.legacy-icon-arrows-ccw:before {
  content: '\e810';
} /* '' */
.legacy-icon-link-ext:before {
  content: '\f08e';
}

.legacy-icon-angle-down {
  margin-left: 0 !important;
}

button i:before {
  font-size:1.3em;
}

@media ( min-width : 851px) {
  #header {
    background: url(../gfx/logo.svg) right center no-repeat #fff;
  }
  .menu_list {
    margin-left: 0px !important;
  }
}

@media ( max-width : 400px) {
  .icon_list li {
    padding: 5%;
  }
}

@media ( max-width : 850px) {
  #main {
    width: 100%;
    overflow-x: hidden;
    border-left: 0;
    border-right: 0;
  }
  [class^="legacy-icon-"]:before, [class*=" legacy-icon-"]:before {
    margin-right: 0;
  }
  .config_item {
    margin-left: 0px;
    padding-left: 0px;
  }
  #header {
    font-size: 1.5em;
    background: url(../gfx/icon-logo.svg) 1.25em center no-repeat #fff;
    background-size: 1.6em;
    padding-left: 3.2em;
  }
  #title {
    margin-top: 0.19em;
  }
  #burgermenu-toggle {
    display: inline;
  }
  .icon_list {
    margin-left: 0;
    margin-right: 0
  }
  .menu_list {
    margin-top: 0px;
    position: absolute;
    left: 1px;
    width: 50%;
    margin-left: calc(-50% - 21px);
    height: calc(100vh - 180px);
    z-index: 10;
    background: #f5f5f5;
    padding-right: 20px;
    border: 1px solid #ccc;
    border-left: 0px;
    border-bottom: 0px;
  }
  .page_container_config {
    margin-left: 0;
    padding-left: 5.6%
  }
  .config_item label {
    display: block;
    max-width: 100%;
    text-align: left;
  }
  .config_item input {
    display: block;
    width: calc(100% - 10px);
  }
  .config_item textarea {
    display: block;
    width: calc(100% - 8px);
  }
  .config_item select {
    display: block;
    width: 100%;
    width: calc(100% + 2px);
  }
  .config_item button {
    display: block;
    width: calc(100% + 2px);
  }
  .config_item div {
    width: 100%;
  }
  input[type=checkbox] {
    float: none;
    height: 2em;
    width: 1em !important;
  }
  #buttonContainer .script_button, .buttonContainer .script_button {
    padding: 0;
    font-size: 2em;
    margin-left: 0.5em;
    line-height: 1em;
    border: 0px;
    background: transparent;
  }
  #buttonContainer .script_button span, .buttonContainer .script_button span
    {
    display: none
  }
  .script_button i {
    margin-right: 0;
  }
  .icon_list a {
    padding-top: 8em;
    line-height: 1em;
  }
  table.table-xs {
    width: auto;
    margin: 0px;
    padding: 0px;
  }
  table.table-xs td .btn-default {
    width: auto;
  }
  table.table-xs td input {
    width: 90% !important
  }
  table.table-xs td .btn-default span {
    display: none
  }
  .script_info_table td select {
    width: 100%;
  }
  .separator button, .footseparator button {
    width: 100%
  }
  .footseparator {
    padding-top: 2em !important;
  }
}

/* ------------------------------------------------------------------------------
*
*  # Fancytree
*
*  Tree plugin for jQuery with support for persistence, keyboard, checkboxes,
*  tables (grid), drag'n'drop, and lazy loading
*
*  Version: 1.0
*  Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
/* # Core
-------------------------------------------------- */
.fancytree-container {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  overflow: auto;
  position: relative;
}
.fancytree-container:focus {
  outline: 0;
}
.fancytree-container ul {
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0;
}
.fancytree-container ul li {
  margin-top: 1px;
}
.ui-fancytree-disabled .fancytree-container {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ui-fancytree-disabled .fancytree-container,
.ui-fancytree-disabled .fancytree-title,
.ui-fancytree-disabled .fancytree-expander {
  cursor: not-allowed;
}
.ui-fancytree-disabled .fancytree-treefocus .fancytree-selected .fancytree-title {
  background-color: #f5f5f5;
  color: var(--standard-color);
}
.ui-helper-hidden {
  display: none;
}
.fancytree-expander:after,
.fancytree-icon:after,
.fancytree-checkbox:after,
.fancytree-drag-helper-img:after,
.fancytree-drop-before:after,
.fancytree-drop-after:after,
.fancytree-loading .fancytree-expander:after,
.fancytree-statusnode-wait .fancytree-icon:after {
  font-family: 'icomoon';
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fancytree-icon,
.fancytree-checkbox,
.fancytree-custom-icon {
  float: left;
}
.fancytree-custom-icon {
  display: inline-block;
}
img.fancytree-icon {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-top: 3px;
  vertical-align: top;
  border-style: none;
}
.fancytree-expander {
  cursor: pointer;
  float: left;
  margin-top: 5px;
  width: 16px;
  line-height: 1;
}
.fancytree-exp-c .fancytree-expander:after {
  content: '\e9c7';
}
.fancytree-exp-cl .fancytree-expander:after {
  content: '\e9c7';
}
.fancytree-exp-cd .fancytree-expander:after,
.fancytree-exp-cdl .fancytree-expander:after {
  content: '\e9c7';
}
.fancytree-exp-e .fancytree-expander:after,
.fancytree-exp-ed .fancytree-expander:after {
  content: '\e9c5';
}
.fancytree-exp-el .fancytree-expander:after,
.fancytree-exp-edl .fancytree-expander:after {
  content: '\e9c5';
}
.fancytree-statusnode-error .fancytree-icon:after {
  content: '\ed63';
}
.fancytree-loading .fancytree-expander,
.fancytree-statusnode-wait .fancytree-icon {
  margin-left: auto;
  margin-right: auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
}
.fancytree-loading .fancytree-expander:after,
.fancytree-statusnode-wait .fancytree-icon:after {
  content: '\ed6c';
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.fancytree-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.fancytree-ico-c .fancytree-icon:after,
.fancytree-ico-e .fancytree-icon:after {
  content: '\ea1a';
}
.fancytree-has-children.fancytree-ico-c .fancytree-icon:after {
  content: '\ea0f';
}
.fancytree-has-children.fancytree-ico-e .fancytree-icon:after {
  content: '\ea11';
}
.fancytree-ico-cf .fancytree-icon:after,
.fancytree-ico-ef .fancytree-icon:after {
  content: '\ea3d';
}
.fancytree-has-children.fancytree-ico-cf .fancytree-icon:after {
  content: '\ea41';
}
.fancytree-has-children.fancytree-ico-ef .fancytree-icon:after {
  content: '\ea43';
}
.fancytree-checkbox {
  margin: 4px 10px 0 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #777;
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.fancytree-checkbox:after,
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after {
  content: "\e600";
  margin-top: -1px;
  margin-left: -1px;
  display: none;
}
.fancytree-partsel > .fancytree-checkbox:after {
  content: "";
  width: 8px;
  height: 8px;
  display: none;
  background-color: #888;
  margin: 3px;
}
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after {
  background-color: transparent;
  width: auto;
  height: auto;
}
.fancytree-selected .fancytree-checkbox:after,
.fancytree-partsel .fancytree-checkbox:after,
.fancytree-partsel.fancytree-selected .fancytree-checkbox:after {
  display: block;
}
.fancytree-radio .fancytree-checkbox {
  border-radius: 100%;
}
.fancytree-radio .fancytree-checkbox:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #888;
  margin: 3px;
  border-radius: 100px;
}
/* # Other styles
-------------------------------------------------- */
.fancytree-drag-helper {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 4px 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fancytree-drag-helper-img:after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -26px;
}
.fancytree-drop-accept .fancytree-drag-helper-img:after {
  content: '\ee73';
  color: #4CAF50;
}
.fancytree-drop-reject .fancytree-drag-helper-img:after {
  content: '\ed63';
  color: #F44336;
}
#fancytree-drop-marker.fancytree-drop-before,
#fancytree-drop-marker.fancytree-drop-after {
  width: 200px;
  border-top: 1px solid var(--standard-color);
  position: absolute!important;
}
.fancytree-drag-source {
  background-color: #ddd;
}
.fancytree-drag-source .fancytree.title {
  color: var(--standard-color);
}
.fancytree-drop-target.fancytree-drop-accept a {
  background-color: var(--highlight-color) !important;
  color: #fff !important;
  text-decoration: none;
}
.fancytree-node {
  display: inherit;
  width: 100%;
  position: relative;
  padding: 4px;
}
.fancytree-title {
  border: 0;
  border-radius: 2px;
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  cursor: pointer;
}
.fancytree-title > input {
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}
.fancytree-selected .fancytree-title {
  background-color: #ddd;
  color: var(--standard-color);
}
.fancytree-treefocus .fancytree-selected .fancytree-title {
  background-color: var(--highlight-color);
  color: #fff;
}
.fancytree-active .fancytree-title {
  background-color: #ddd;
}
.sidebar:not(.sidebar-default) .fancytree-selected .fancytree-title,
.sidebar:not(.sidebar-default) .fancytree-active .fancytree-title {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.sidebar:not(.sidebar-default) .fancytree-treefocus .fancytree-selected .fancytree-title {
  background-color: var(--highlight-color);
  color: #fff;
}
.fancytree-ext-table .fancytree-node {
  display: inline-block;
  width: auto;
}
.fancytree-ext-table .fancytree-title {
  display: inline;
}
.fancytree-ext-table.fancytree-container {
  white-space: normal;
}
.fancytree-ext-table .fancytree-checkbox {
  margin: 0 auto;
  float: none;
}
.fancytree-ext-table .checker {
  display: block;
  margin: 0 auto;
}
.fancytree-ext-table tbody tr td:first-child {
  text-align: center;
}
.fancytree-ext-table tbody tr.fancytree-focused {
  background-color: #f5f5f5;
}
.fancytree-ext-table tbody tr.fancytree-active {
  background-color: #f5f5f5;
}
.fancytree-ext-table tbody tr.fancytree-selected {
  background-color: var(--highlight-color);
  color: #fff;
}
.fancytree-ext-table tbody tr.fancytree-selected .fancytree-checkbox {
  color: #fff;
  border-color: #fff;
}
.fancytree-ext-table tbody tr.fancytree-selected .checker span {
  border-color: #fff;
  color: #fff;
}

.fancytree-hide {
  display: none;
}

ul.fancytree-container {
  position: inherit;  /* prevent clipping */
  overflow: hidden;
}

.fancytree-title .block {
  display: none;
}

.fancytree-active .fancytree-title .block {
  display: block;
}

.fancytree-statusnode-nodata .fancytree-expander, .fancytree-statusnode-nodata .fancytree-icon {
  display: none;
}
.fancytree-statusnode-nodata .fancytree-title {
  cursor: default;
  margin: 0;
  padding: 0;
}

.fancytree-delete {
  float: right;
  cursor: pointer
}

.fancytree-statusnode-error {
  opacity: 0.2;
}

.inherit {
  position: inherit;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

/* ------------------------------------------------------------------------------
*
*  # Navs related component
*
*  Overrides for navs related bootstrap component
*
*  Version: 1.1
*  Latest update: Oct 20, 2015
*
* ---------------------------------------------------------------------------- */
.nav > li > a:focus {
  outline: 0;
}
.nav > li.disabled > a > .badge,
.nav > li.disabled > a > .label,
.nav > li.disabled > a > img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: var(--standard-color);
}
.nav.nav-lg > li > a {
  padding: 11px 20px;
}
.nav.nav-sm > li > a {
  padding: 7px 15px;
}
.nav.nav-xs > li > a {
  padding: 5px 10px;
}
.nav .tab-img {
  max-height: 20px;
  display: inline-block;
  vertical-align: top;
}
.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: none;
}
.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-color: transparent;
  color: var(--standard-color);
}
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs.nav-justified[class*=bg-] > li > a,
.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
@media (min-width: 769px) {
  .nav-tabs.nav-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-top.page-tabs {
    border-color: #c2c2c2;
  }
  .nav-tabs.nav-justified.nav-tabs-top > li > a,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  .nav-tabs.nav-justified.top-divided {
    border-bottom-color: transparent;
  }
  .nav-tabs.nav-justified.bottom-divided > li > a {
    border-bottom-color: transparent;
    margin-bottom: -2px;
  }
  .nav-tabs.nav-justified.bottom-divided > li > a:hover,
  .nav-tabs.nav-justified.bottom-divided > li > a:focus {
    border-bottom-color: #ddd;
  }
  .nav-tabs.nav-justified.bottom-divided > .open:not(.active) > a,
  .nav-tabs.nav-justified.bottom-divided > .open:not(.active) > a:hover,
  .nav-tabs.nav-justified.bottom-divided > .open:not(.active) > a:focus {
    border-bottom-color: #ddd;
  }
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a,
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a:hover,
  .nav-tabs.nav-justified.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
}
@media (max-width: 768px) {
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified > li.active > a,
  .nav-tabs.nav-justified > li.active > a:hover,
  .nav-tabs.nav-justified > li.active > a:focus {
    border-width: 0 0 0 2px;
    border-left-color: var(--highlight-color);
  }
}
.nav-tabs.page-tabs {
  border-bottom-color: #ddd;
}
.nav-tabs.page-tabs > .active > a,
.nav-tabs.page-tabs > .active > a:hover,
.nav-tabs.page-tabs > .active > a:focus {
  background-color: #f5f5f5;
  border-bottom-color: transparent;
}
.nav-tabs.page-tabs.nav-tabs-solid {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-highlight > li > a,
  .nav-tabs.nav-tabs-highlight > li > a:hover,
  .nav-tabs.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
  .nav-tabs.nav-tabs-highlight > li.active > a,
  .nav-tabs.nav-tabs-highlight > li.active > a:hover,
  .nav-tabs.nav-tabs-highlight > li.active > a:focus {
    border-top-color: var(--highlight-color);
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-top > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-top > li > a,
  .nav-tabs.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  .nav-tabs.nav-tabs-top > li.open > a,
  .nav-tabs.nav-tabs-top > li > a:hover,
  .nav-tabs.nav-tabs-top > li > a:focus {
    border-top-color: #ddd;
  }
  .nav-tabs.nav-tabs-top > li + li > a {
    margin-left: 1px;
  }
  .nav-tabs.nav-tabs-top > li.active > a,
  .nav-tabs.nav-tabs-top > li.active > a:hover,
  .nav-tabs.nav-tabs-top > li.active > a:focus {
    border-top-color: #26A69A;
    background-color: transparent;
  }
  .nav-tabs.nav-tabs-top.top-divided {
    border-bottom-color: transparent;
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-bottom > li {
    margin-bottom: -1px;
  }
  .nav-tabs.nav-tabs-bottom > li.active > a,
  .nav-tabs.nav-tabs-bottom > li.active > a:hover,
  .nav-tabs.nav-tabs-bottom > li.active > a:focus {
    border-bottom-width: 1px;
    border-color: transparent;
    border-bottom-color: #F44336;
    background-color: transparent;
  }
  .nav-tabs.nav-tabs-bottom.bottom-divided {
    border-bottom-color: transparent;
  }
  .nav-tabs.nav-tabs-bottom.bottom-divided > li > a {
    border-bottom-width: 1px;
  }
}
.nav-tabs[class*=bg-] {
  border-bottom: 0;
}
.nav-tabs[class*=bg-] > li {
  margin-bottom: 0;
}
.nav-tabs[class*=bg-] > li > a {
  color: #fff;
}
.nav-tabs[class*=bg-] > li > a:hover,
.nav-tabs[class*=bg-] > li > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs[class*=bg-] > li.open:not(.active) > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-tabs[class*=bg-] > .active > a,
.nav-tabs[class*=bg-] > .active > a:hover,
.nav-tabs[class*=bg-] > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: transparent;
  color: #fff;
}
.nav-tabs[class*=bg-] > .disabled > a,
.nav-tabs[class*=bg-] > .disabled > a:hover,
.nav-tabs[class*=bg-] > .disabled > a:focus {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 769px) {
  .tab-content-bordered .nav-tabs[class*=bg-] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.nav-tabs.nav-tabs-solid > li > a {
  color: var(--standard-color);
}
.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
  background-color: var(--highlight-color);
  border-color: var(--highlight-color);
  color: #fff;
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
  }
  .nav-tabs.nav-tabs-solid > li {
    margin-bottom: 0;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-solid > li > a:hover,
  .nav-tabs.nav-tabs-solid > li > a:focus {
    background-color: #f5f5f5;
  }
  .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
    background-color: #f5f5f5;
    border-color: transparent;
  }
}
@media (min-width: 769px) {
  .nav-tabs {
    font-size: 0;
  }
  .nav-tabs > li {
    display: inline-block;
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .nav-tabs > li {
    margin-bottom: 0;
  }
  .nav-tabs > li + li {
    margin-top: 1px;
  }
  .nav-tabs > li > a {
    border-width: 0 0 0 2px;
    border-left-color: transparent;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs > li > a .position-right[class*=legacy-icon-] {
    float: right;
    margin-top: 3px;
  }
  .nav-tabs > li > a .position-right.label,
  .nav-tabs > li > a .position-right.badge {
    float: right;
    margin-top: 1px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-width: 0 0 0 2px;
    border-left-color: var(--highlight-color);
    background-color: #f5f5f5;
  }
  .nav-tabs > li.open:not(.active) > a,
  .nav-tabs > li.open:not(.active) > a:hover,
  .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs > li.pull-right {
    float: none!important;
  }
  .nav-tabs:before {
    content: 'Contents';
    color: inherit;
    font-size: 12px;
    line-height: 1.6666667;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .nav-tabs[class*=bg-],
  .nav-tabs.nav-tabs-solid {
    padding: 5px 0;
  }
  .nav-tabs[class*=bg-] > li > a,
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0!important;
  }
  .nav-tabs[class*=bg-] > li > a:hover,
  .nav-tabs[class*=bg-] > li > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .nav-tabs[class*=bg-] > li.open:not(.active) > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.nav-pills {
  margin-bottom: 20px;
}
.nav-pills > li {
  float: none;
}
.nav-pills > li > a {
  color: var(--standard-color);
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills > li + li > a {
  margin-top: 2px;
}
.nav-pills .open > a,
.nav-pills .open > a:hover,
.nav-pills .open > a:focus {
  background-color: #f5f5f5;
}
.nav-pills.nav-pills-bordered > li > a {
  border: 1px solid #ddd;
}
.nav-pills.nav-pills-bordered > .active > a,
.nav-pills.nav-pills-bordered > .active.open > a {
  border-color: var(--highlight-color);
}
.nav-pills.nav-pills-bordered .open > a {
  border-color: #ddd;
}
.nav-pills.nav-pills-toolbar > li > a {
  border: 1px solid #ddd;
}
.nav-pills.nav-pills-toolbar > .active > a,
.nav-pills.nav-pills-toolbar > .active.open > a {
  border-color: var(--highlight-color);
}
.nav-pills.nav-pills-toolbar .open > a {
  border-color: #ddd;
}
@media (min-width: 769px) {
  .nav-pills.nav-pills-toolbar > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
  }
  .nav-pills.nav-pills-toolbar > li:first-child > a {
    border-radius: 3px 0 0 3px;
  }
  .nav-pills.nav-pills-toolbar > li:last-child > a {
    border-radius: 0 3px 3px 0;
  }
  .nav-pills.nav-pills-toolbar > li + li > a {
    margin-top: 0;
    margin-left: 0;
    border-left: 0;
  }
}
@media (min-width: 769px) {
  .nav-pills {
    font-size: 0;
  }
  .nav-pills > li {
    display: inline-block;
    font-size: 13px;
  }
  .nav-pills > li + li > a {
    margin-top: 0;
    margin-left: 2px;
  }
  .nav-pills.nav-justified > li {
    display: table-cell;
  }
}
@media (max-width: 768px) {

  body {
    height: 100%;
    padding-top: 0;
  }
  .nav-pills > li > a .position-right[class*=legacy-icon-] {
    float: right;
    margin-top: 3px;
  }
  .nav-pills > li > a .position-right.label,
  .nav-pills > li > a .position-right.badge {
    float: right;
    margin-top: 1px;
  }
}
.nav-stacked > li {
  display: block;
}
.nav-stacked > li > a .pull-right[class*=legacy-icon-] {
  float: right;
  margin-top: 3px;
}
.nav-stacked > li > a .pull-right.label,
.nav-stacked > li > a .pull-right.badge {
  float: right;
  margin-top: 1px;
}
.nav-stacked > li + li > a {
  margin-left: 0;
}
.nav-justified > li > a {
  margin-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}
.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}
.nav-tabs-justified[class*=bg-] > li > a,
.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}
@media (min-width: 769px) {
  .nav-tabs-justified.nav-tabs-top {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified.nav-tabs-top.page-tabs {
    border-color: #c2c2c2;
  }
  .nav-tabs-justified.nav-tabs-top > li > a,
  .nav-tabs-justified.nav-tabs-top > li > a:hover,
  .nav-tabs-justified.nav-tabs-top > li > a:focus {
    border-width: 2px 0 0 0;
  }
  .nav-tabs-justified.top-divided {
    border-bottom-color: transparent;
  }
  .nav-tabs-justified.bottom-divided > li > a {
    border-bottom-color: transparent;
    margin-bottom: -2px;
  }
  .nav-tabs-justified.bottom-divided > li > a:hover,
  .nav-tabs-justified.bottom-divided > li > a:focus {
    border-bottom-color: #ddd;
  }
  .nav-tabs-justified.bottom-divided > .open:not(.active) > a,
  .nav-tabs-justified.bottom-divided > .open:not(.active) > a:hover,
  .nav-tabs-justified.bottom-divided > .open:not(.active) > a:focus {
    border-bottom-color: #ddd;
  }
  .nav-tabs-justified.nav-tabs-highlight > li > a,
  .nav-tabs-justified.nav-tabs-highlight > li > a:hover,
  .nav-tabs-justified.nav-tabs-highlight > li > a:focus {
    border-top-width: 2px;
  }
}
@media (max-width: 768px) {
  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified > li.active > a,
  .nav-tabs-justified > li.active > a:hover,
  .nav-tabs-justified > li.active > a:focus {
    border-width: 0 0 0 2px;
    border-left-color: var(--highlight-color);
  }
}
@media (min-width: 769px) {
  .nav-tabs.nav-tabs-component > li > a {
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid,
  .nav-tabs.nav-tabs-component[class*=bg-] {
    border-radius: 3px;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid > li > a,
  .nav-tabs.nav-tabs-component[class*=bg-] > li > a {
    border-radius: 0;
  }
  .nav-tabs.nav-tabs-component.nav-tabs-solid > li:first-child > a,
  .nav-tabs.nav-tabs-component[class*=bg-] > li:first-child > a {
    border-radius: 3px 0 0 3px;
  }
  .nav-tabs-component.nav-justified.nav-tabs-solid > li:last-child > a,
  .nav-tabs-component.nav-justified[class*=bg-] > li:last-child > a {
    border-radius: 0 3px 3px 0;
  }
}
.tab-content > .has-padding {
  padding: 20px;
}
.tab-content-bordered .tab-content {
  border-radius: 3px;
  border: 1px solid transparent;
}
.tab-content-bordered .tab-content:not([class*=bg-]) {
  border-color: #ddd;
  background-color: #fff;
}
@media (min-width: 769px) {
  .tab-content-bordered .tab-content {
    border-top-width: 0;
    border-radius: 0 0 3px 3px;
  }
}
@media (min-width: 769px) {
  .tab-content-bordered .nav-tabs {
    margin-bottom: 0;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid {
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 0 0 1px #ddd inset;
    box-shadow: 0 0 0 1px #ddd inset;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid > li:first-child > a {
    border-radius: 3px 0 0 0;
  }
  .tab-content-bordered .nav-tabs.nav-tabs-solid.nav-justified > li:last-child > a {
    border-radius: 0 3px 0 0;
  }
  .tab-content-bordered > .nav-tabs[class*=bg-] {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .tab-content-bordered > .nav-tabs[class*=bg-] + .tab-content[class*=bg-] {
    border-top-width: 1px;
    border-top-color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 769px) {
  .nav-tabs[class*=bg-] .dropdown-menu,
  .nav-tabs-top .dropdown-menu {
    margin-top: 0;
  }
  .nav-justified.bottom-divided .dropdown-menu {
    margin-top: 1px;
  }
}
@media (max-width: 768px) {
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .nav-tabs.nav-justified > .dropdown .dropdown-menu,
  .nav-pills.nav-justified > .dropdown .dropdown-menu {
    left: -1px;
    right: -1px;
    margin-top: 2px;
  }
  .nav-tabs.nav-justified > li > a,
  .nav-pills.nav-justified > li > a,
  .nav-tabs.text-center > li > a,
  .nav-pills.text-center > li > a,
  .nav-tabs.text-right > li > a,
  .nav-pills.text-right > li > a {
    text-align: left;
  }
}


#gaSelectionTree {
  margin-left: 5%;
}
