/* general padding on various items, panels, headers, etc... */
/* specific padding for buttons */
/* specific padding for input fields */
/* spacing between cells in various grids (SSDataRecordForm, SSTableEditorView, ...) */
/* general border radius of anything that is rounded */
/* border radius specific for inputs */
/* specific border radius for buttons */
/*rgb(150,150,150);*/
@font-face {
  font-family: 'Titillium';
  font-style: normal;
  font-weight: 100;
  src: local('Titillium'), url("../fonts/Titillium-Thin.otf") format("opentype");
}
@font-face {
  font-family: 'Titillium';
  font-style: normal;
  font-weight: 200;
  src: local('Titillium'), url("../fonts/Titillium-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Titillium';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium'), url("../fonts/Titillium-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Titillium';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium'), url("../fonts/Titillium-Semibold.otf") format("opentype");
}
@font-face {
  font-family: 'Titillium';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium'), url("../fonts/Titillium-Bold.otf") format("opentype");
}
@font-face {
  font-family: 'Titillium';
  font-style: normal;
  font-weight: 900;
  src: local('Titillium'), url("../fonts/Titillium-Black.otf") format("opentype");
}
html,
body {
  width: 100%;
  height: 100%;
}
.HomeSectionView {
  margin-top: 10px;
}
.SSButton {
  text-transform: uppercase;
}
.SSTableEditorListingView.HomeSectionActiveCallList {
  margin: 10px;
  margin-top: 0;
  padding: 10px;
  box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.1);
  width: calc(100% - 20px);
}
.Padding1em {
  padding: 1em;
}
.UserBadgeWidget {
  margin: 5px;
  display: block;
}
.UserBadgeWidgetImage {
  width: 38px;
  height: 38px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin: 0;
  vertical-align: top;
}
.UserBadgeWidgetInfoCell {
  padding-left: 4px;
}
.UserBadgeWidgetUpperLabel {
  font-weight: bold;
  margin-bottom: 4px;
  white-space: nowrap;
}
.UserBadgeWidgetLowerLabel {
  font-size: 90%;
  color: #9a9c9e;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .UserBadgeWidgetInfoCell {
    display: none;
  }
}
.CopyFlashOverlayContainer {
  position: relative;
}
.CopyFlashOverlay {
  background-color: #646464;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0.9;
  transition: opacity 1.5s;
  border-radius: 4px;
}
/*
.SSTableEditorFormViewDataRecordFormCell {
	position: relative;
	overflow-y: scroll;
}

.SSTableEditorFormViewDataRecordFormCell > .SSDataRecordForm {
	width: 100%;
	height: 100%;
	position: absolute;
}

.SSTableEditorFormViewDataRecordFormCell > .SSDataRecordForm > .SSTabWidget {
	width: 100%;
	height: 100%;
}
*/
.ListItemWithIconWithoutBorder > .SSDataListTableImage {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.ListItemWithIcon > .SSDataListTableImage {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  /*border: 1px solid #242323;*/
}
.ListItemWithIcon > .SSDataListTableImage {
  box-shadow: 0px 2px 5px rgba(40, 40, 40, 0.31);
}
.FooterView {
  background-color: #2c4a99;
  padding: 20px;
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.FooterViewImage {
  height: 72px;
  width: 200px;
}
.PublicView {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*table-layout: fixed;*/
  overflow: hidden;
  /* Disable scrolling on the fixed header */
  display: flex;
  /* Avoid `overflow: hidden` from interfering with ability to scroll the full length of the scrollable content. */
  flex-direction: column;
  /* As above. */
}
/* ******************************************************************************************** */
.PublicViewToolBarContainer {
  background-color: #2c4a99;
  nope-background: linear-gradient(9deg, #2c4a99 0%, #ff0000 100%);
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.PublicViewHeaderLogo {
  height: 52px;
}
.PublicViewToolBar {
  width: 100%;
}
.PublicViewToolBar .SSButton {
  min-width: 60px;
  font-size: 17px;
  font-weight: normal;
  padding: 8px;
  padding-top: 10px;
  text-align: center;
}
.PublicViewToolBar .SSButton.SSButtonPrimary:hover,
.PublicViewToolBar .SSButton.SSButtonPrimary:active,
.PublicViewToolBar .SSButton.SSButtonPrimary:focus {
  background-color: #2c4a99;
}
.PublicViewToolBar .SSToolBarGroup {
  gap: 12px;
}
.PublicViewToolBar .SSButton.SSDisabled {
  background-color: transparent;
  opacity: 0.4;
}
.SSButtonPrimary.PublicViewToolBarButtonActive {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 9px;
}
.PublicViewTableEditor {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
  /* Disable scrolling on the fixed header */
}
.PublicViewWhiteBar {
  background-color: #ffffff;
  min-height: 30px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  align-content: center;
}
.SSButton.SSButtonPrimary.PublicViewBackButton {
  font-size: 140%;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 4px;
  background-color: #fff;
  color: #5c5d60;
}
.SSButton.SSButtonPrimary.PublicViewBackButton.SSDisabled {
  color: #e0e0e0;
  background-color: #ffffff;
}
.PublicViewTitleBar {
  font-weight: bold;
  font-size: 120%;
  text-transform: uppercase;
  white-space: nowrap;
}
.PublicViewLowerToolBar {
  width: 100%;
}
.PublicViewLowerToolBar .SSButton {
  min-width: 60px;
  font-size: 17px;
  font-weight: normal;
  padding: 8px;
  padding-top: 10px;
  text-align: center;
  background-color: #ffffff;
  color: #646464;
}
.PublicViewLowerToolBar .SSButton.SSButtonPrimary:hover,
.PublicViewLowerToolBar .SSButton.SSButtonPrimary:active,
.PublicViewLowerToolBar .SSButton.SSButtonPrimary:focus {
  background-color: #ffffff;
  color: #646464;
}
.PublicViewLowerToolBar .SSToolBarGroup {
  gap: 12px;
}
.PublicViewLowerToolBar .SSButton.SSDisabled {
  background-color: transparent;
  opacity: 0.4;
}
.SSButtonPrimary.PublicViewLowerToolBarButtonActive {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 9px;
}
.PublicViewGenericPage {
  padding: 3em;
  background-color: #ffffff;
  height: 100%;
  overflow-y: auto;
}
.MapView {
  position: relative;
  margin: 0;
  padding: 0;
}
.MapViewMapContainer {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.MapViewSceneMarker {
  position: absolute;
  width: 80px;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}
.MapViewSceneMarker:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.MapViewSceneMarkerTitle {
  font-weight: bold;
  text-align: center;
  font-size: 80%;
}
.MapViewSceneMarkerIcon {
  width: 70px;
  height: 70px;
  background-color: #1e2e66;
  border-radius: 5px;
}
.MapViewSearchBox {
  position: absolute;
  right: 40px;
  top: 450px;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}
.MapViewSearchBar {
  position: absolute;
  bottom: 40px;
  right: 40px;
  padding: 15px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  box-shadow: 2px 9px 35px #cfcfcf;
  border-radius: 10px;
  gap: 15px;
}
.MapViewSearchTextInput.SSSingleLineTextEditor {
  border: 0;
  border-bottom: 2px solid #b3b3b3;
  border-radius: 0;
  box-shadow: none;
  background-color: #ffffff;
  min-width: 200px;
  outline: none;
}
.MapViewSearchTextInput.SSSingleLineTextEditor > input {
  box-shadow: none;
  outline: none;
}
.ThemesViewList {
  padding: 40px;
}
.ThemesViewThemeName {
  font-weight: bold;
  font-size: 140%;
  margin: 10px;
}
.ThemesViewAssetsList {
  padding-left: 40px;
}
.ThemesViewAsset {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.ThemesViewAssetIcon {
  width: 100px;
  height: 100px;
}
.TimelineView {
  position: relative;
}
.TimelineViewBlueBackground {
  background-color: #2c4a99;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 180px;
}
.TimelineViewSceneMarker {
  z-index: 100;
  position: absolute;
  width: 140px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.TimelineViewSceneMarkerTitle {
  text-align: center;
  font-size: 90%;
  margin-top: 10px;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.TimelineViewSceneMarkerIcon {
  width: 140px;
  height: 100px;
  background-color: #1e2e66;
  border-radius: 10px;
}
.TimelineViewSceneMarkerHLine {
  z-index: 100;
  position: absolute;
  height: 16px;
  background-color: #abafbab0;
  border-radius: 16px;
}
.TimelineViewSceneMarkerVLine {
  z-index: 80;
  position: absolute;
  width: 2px;
  background-color: #abafbab0;
}
.TimelineViewSceneYearLabel {
  position: absolute;
  z-index: 90;
  font-size: 90%;
  color: #e0e0e0;
  transform: translateX(-50%);
}
.TimelineViewSearchBar {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  box-shadow: 2px 9px 35px #cfcfcf;
  border-radius: 10px;
  gap: 15px;
}
.TimelineViewSearchTextInput.SSSingleLineTextEditor {
  border: 0;
  border-bottom: 2px solid #b3b3b3;
  border-radius: 0;
  box-shadow: none;
  background-color: #ffffff;
  min-width: 200px;
  outline: none;
}
.TimelineViewSearchTextInput.SSSingleLineTextEditor > input {
  box-shadow: none;
  outline: none;
}
.WebPageView {
  background-color: #ffffff;
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.WebPageViewContent {
  padding: 3em;
  width: 100%;
  flex-grow: 100;
}
.WebPageViewHtml {
  width: 100%;
}
.WebPageView > .FooterView {
  flex-grow: 0;
}
.WebPageViewHtml img {
  max-width: 100%;
  height: auto;
}
.WebPageViewHtml iframe {
  max-width: 100%;
}
.CaricaFileButton {
  margin-top: 20px;
}
.MainView {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /*table-layout: fixed;*/
  overflow: hidden;
  /* Disable scrolling on the fixed header */
  display: flex;
  /* Avoid `overflow: hidden` from interfering with ability to scroll the full length of the scrollable content. */
  flex-direction: column;
  /* As above. */
}
/* ******************************************************************************************** */
.MainViewToolBarContainer {
  background-color: #2c4a99;
  nope-background: linear-gradient(9deg, #2c4a99 0%, #ff0000 100%);
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.MainViewHeaderLogo {
  height: 52px;
}
.MainViewToolBar {
  width: 100%;
  /*
  background: linear-gradient(180deg, #522575 0%, #5b165e 100%, #00d4ff 100%);
  padding: 0.7em;
  border-bottom: 3px solid #c0c0c0;
  max-height: 5em;
  */
}
.MainViewToolBar .SSButton {
  min-width: 60px;
  font-size: 16px;
  font-weight: 700;
  font-weight: bold;
  padding: 8px;
  padding-top: 10px;
  text-align: center;
}
.MainViewToolBar .SSToolBarGroup {
  gap: 12px;
}
.MainViewToolBar .SSButton.SSDisabled {
  background-color: transparent;
  opacity: 0.4;
}
.SSButtonPrimary.MainViewToolBarButtonActive {
  background-color: #ffffff;
  color: #2c4a99;
  nope-text-shadow: 1px 1px 5px #1f2b45;
  nope-border: 1px solid #1d5356;
  nope-box-shadow: 0px 0px 4px #262626;
  nope-margin: -1px;
}
.MainViewToolBar .SSButton.SSButtonPrimary.MainViewToolBarButtonActive:focus {
  background-color: #ffffff;
  color: #2c4a99;
}
.MainViewUserProfileButtonPopupMenu {
  min-width: 120px;
}
.MainViewUserProfilePopupHeader {
  background-color: #ecf0f5;
  padding: 0.6em;
  width: 100%;
}
.MainViewUserProfilePopupHeaderAvatar {
  margin-right: 0.6em;
}
.MainViewUserProfilePopupAvatarCell {
  width: 32px;
}
.MainViewUserProfilePopupHeaderNameLabel {
  font-weight: bold;
}
.MainViewUserProfilePopupHeaderUsernameLabel {
  opacity: 0.9;
}
.SSButton.MainViewUserProfileButton {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
}
/* ******************************************************************************************** */
.MainViewBody {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
  /* Disable scrolling on the fixed header */
}
.MainViewLeft {
  width: 200px;
  vertical-align: top;
  overflow-y: auto;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.7em;
  /*border-right: 3px solid #c0c0c0;*/
  height: 100%;
}
.MainViewLeft {
  nope-background: linear-gradient(0deg, #dcdcdc 0%, #fbfbfb 100%);
  background-color: #1e2e66;
}
.MainViewRight {
  vertical-align: top;
  overflow-y: auto;
  flex-grow: 100;
  padding: 0.6em;
  height: 100%;
  position: relative;
}
.MainViewTableEditor {
  height: 100%;
  position: relative;
}
.MainViewLeft > .SSTreeWidget {
  padding: 0;
  margin: 0;
}
.MainViewSectionItem {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.MainViewSectionItem .SSTreeWidgetItemContents {
  padding: 12px 10px 10px 10px;
  font-weight: bold;
  color: #ffffff;
}
.MainViewSectionItem .SSTreeWidgetItemContents:hover {
  background-color: #37498c;
}
.MainViewSectionItem.SSTreeWidgetItem.SSTreeWidgetItemSelected .SSTreeWidgetItemContents:hover {
  background-color: #473728;
}
.MainViewSectionItem.SSTreeWidgetItem.SSTreeWidgetItemSelected > .SSTreeWidgetItemContents {
  background-color: #352b21;
}
.MainViewSectionItemWithSpace {
  margin-top: 10px;
}
.MainViewSectionHeaderItem {
  no-background-color: #ffffff;
  border-radius: 0;
  cursor: default;
}
.MainViewSectionHeaderItem .SSTreeWidgetItemContents {
  no-background-color: #ffffff;
  cursor: default;
  font-weight: bold;
  no-color: #b9b9b9;
}
.AboutDialogContents {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}
.AboutDialogContents > table {
  margin: auto;
}
.AboutDialogLabel {
  padding: 0.3em;
  text-align: right;
}
.AboutDialogData {
  padding: 0.3em;
  text-align: left;
  font-weight: bold;
}
.SceneView {
  position: relative;
  margin: 0;
  padding: 0;
}
.SceneViewFullScreen {
  width: 100%;
  height: 100%;
}
.SceneObjectInfoDialog > .SSDialogHeader {
  background-color: #202020;
  text-align: center;
  font-size: 140%;
  border: 0;
}
.SceneObjectInfoDialog > .SSDialogBody {
  padding: 0;
}
.SceneObjectInfoDialogBar {
  background-color: #1e2e66;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 20px;
  font-weight: bold;
  padding: 15px;
}
.SceneObjectInfoDialogBar > a {
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
}
.SceneObjectInfoDialogContainer {
  background-color: #ecf0f5;
  color: #404040;
  margin: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.SceneObjectInfoDialogInfoTitle {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}
.SceneObjectInfoDialogMediaEntryLink {
  font-weight: bold;
  margin-bottom: 5px;
}
.ModelView {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.ModelViewError {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #d3d3d3;
  background-color: #1a1a1a;
  text-align: center;
  padding: 20px;
}
.SceneViewControls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  padding: 6px;
  /*background-color: rgba(70,70,70,0.4);*/
  background-color: #1a1a1a;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  gap: 6px;
  border-radius: 33px;
  z-index: 100;
}
.SceneViewControlsButton.SSButton.SSButtonPrimary {
  width: 32px;
  height: 32px;
  background-color: #323232;
  color: #d3d3d3;
  border-radius: 50%;
  padding: 0;
  padding-top: 3px;
}
.SceneViewControlsButton.SSButton.SSButtonPrimary.SSDisabled {
  background-color: #2b2b2b;
  color: #818181;
  opacity: 0.4;
}
.SceneEditorWidget {
  width: 516px;
  min-height: 110px;
  background-color: #1a1a1a;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 130;
}
.SceneEditorWidgetTitle {
  color: #ffffff;
  border: 0;
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #292929;
  cursor: pointer;
}
.SceneEditorWidgetGrid {
  border-spacing: 5px;
}
.SceneEditorWidgetGrid td {
  vertical-align: middle;
}
.SceneEditorWidgetLabel {
  font-weight: bold;
  color: #ffffff;
  text-align: right;
}
.SceneEditorWidgetObjectSelector {
  border: 1px solid #2f2f2f;
}
.SceneEditorWidgetObjectSelector > .SSInputField {
  background-color: #000000;
  color: #606060;
  border: 0;
  box-shadow: none;
}
.SceneEditorWidgetNumericEditor {
  border: 1px solid #2f2f2f;
}
.SceneEditorWidgetNumericEditor > .SSInputField {
  background-color: #000000;
  color: #606060;
  border: 0;
  box-shadow: none;
}
.SceneEditorWidgetNumericEditor .SSInputSpinButtons {
  display: flex;
  flex-direction: column;
  width: 14px;
  flex-shrink: 0;
}
.SceneEditorWidgetNumericEditor .SSInputSpinButtons button {
  flex: 1;
  cursor: pointer;
  background-color: #252525;
  color: #606060;
  border: 0;
  padding: 0;
  font-size: 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.SceneEditorWidgetNumericEditor .SSInputSpinButtons button:hover {
  background-color: #3a3a3a;
  color: #b0b0b0;
}
.SceneEditorWidgetNumericEditor .SSInputSpinButtons button:active {
  background-color: #505050;
  color: #ffffff;
}
.SceneEditorWidgetNewPOIButton {
  width: 100%;
  padding: 0;
  line-height: 2em;
}
.SceneEditorWidgetNewPOIButton.SSButton.SSButtonSecondary {
  background-color: #2a4a2a;
  color: #a0d0a0;
}
.SceneEditorWidgetNewPOIButton.SSButton.SSButtonSecondary:hover {
  background-color: #3a5a3a;
  color: #c0e8c0;
}
.SceneEditorWidgetNewPOIButton.SSButton.SSActive,
.SceneEditorWidgetNewPOIButton.SSButton.SSActive:hover {
  background-color: #5a2020;
  color: #ffaaaa;
}
.SceneEditorWidgetSaveButton {
  width: 100%;
  padding: 0;
  line-height: 2em;
}
.SceneEditorWidgetSaveButton.SSButton.SSButtonSecondary {
  background-color: #666a70;
  color: #e8e8e8;
}
.SceneEditorWidgetSaveButton.SSButton.SSButtonSecondary.SSDisabled {
  background-color: #36383f;
  color: #54545c;
}
.SceneEditorWidgetActionsButton {
  width: 100%;
  padding: 0;
  line-height: 2em;
}
.SceneEditorWidgetActionsButton.SSButton.SSButtonSecondary {
  background-color: #211f1c;
  color: #b9b9b9;
}
.SceneEditorWidgetBoolSelector.SSInputGroup.SSBoolSelector {
  background-color: #000000;
  width: 100%;
}
.SceneEditorWidgetBoolSelector .SSBoolSelectorOuter.SSInputField {
  border: 1px solid #363636;
  box-shadow: 1px 1px 4px 0px #000 inset;
}
.SceneEditorWidgetBoolSelector .SSBoolSelectorInner {
  box-shadow: 0px 1px 3px #000000;
}
.SceneEditorWidgetBoolSelector .SSBoolSelectorOuter.SSBoolSelectorYes {
  background-color: #18231c;
}
.SceneEditorWidgetBoolSelector .SSBoolSelectorOuter.SSBoolSelectorNo {
  background-color: #2a2222;
}
.SceneEditorWidgetBoolSelector .SSBoolSelectorOuter.SSBoolSelectorYes > .SSBoolSelectorInner {
  background-color: #303030;
  color: #528166;
}
.SceneEditorWidgetBoolSelector .SSBoolSelectorOuter.SSBoolSelectorNo > .SSBoolSelectorInner {
  background-color: #303030;
  color: #784f4f;
}
.SceneEditorWidget .SSInputGroup {
  background-color: #303030;
}
.SceneEditorNewPOIDialog {
  width: 420px;
}
.SceneEditorWidget .SSBoolSelectorOuter {
  width: 100%;
}
.SceneLayerOpacitySlider {
  position: relative;
  height: 18px;
}
.SceneLayerOpacitySliderRail {
  position: absolute;
  top: 7px;
  width: 100%;
  height: 4px;
  background-color: #1a1a1a;
  z-index: 5;
}
.SceneLayerOpacitySliderRailOver {
  position: absolute;
  top: 7px;
  height: 4px;
  background-color: #ffffff;
  z-index: 6;
}
.SceneLayerOpacitySliderHandle {
  position: absolute;
  top: 2px;
  z-index: 10;
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.SceneLayersWidget {
  width: 340px;
  min-height: 80px;
  /*
  background-color: #1a1a1a;
  border: 1px solid #292929;
  */
  background-color: #1a1a1a69;
  border: 1px solid #29292959;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  z-index: 120;
}
.SceneLayersWidgetTitle {
  color: #ffffff;
  border: 0;
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #292929;
  cursor: pointer;
}
.SceneLayersWidgetSwitchContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.SceneLayersWidgetSwitchLabel {
  flex-grow: 1000;
  color: #ffffff;
  white-space: nowrap;
}
.SceneLayersWidgetSwitch.SSInputGroup {
  flex-grow: 0;
  background-color: transparent;
  box-shadow: none;
  flex-direction: row-reverse;
}
.SceneLayersWidgetSwitch > .SSBoolSelectorOuter {
  background-color: #444444;
  border-radius: 30px;
  min-width: 40px;
  width: 40px;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 5px;
}
.SceneLayersWidgetSwitch > .SSBoolSelectorOuter > .SSBoolSelectorInner {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  box-shadow: none;
}
.SceneLayersWidgetSwitch > .SSBoolSelectorOuter > .SSBoolSelectorInner > span {
  display: none;
}
.SceneLayersWidgetInputType {
  margin-bottom: 10px;
  border: 1px solid #2f2f2f;
}
.SceneLayersWidgetInputType > .SSInputField {
  background-color: #000000;
  color: #606060;
  border: 0;
  box-shadow: none;
}
.SceneLayersWidgetCategory1Controls {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}
/*
.SceneLayersWidgetCategory1Controls > *:first-child {
  border-top-left-radius: @base-border-radius;
  border-top-right-radius: @base-border-radius;
}

.SceneLayersWidgetCategory1Controls > *:last-child {
  border-bottom-left-radius: @base-border-radius;
  border-bottom-right-radius: @base-border-radius;
}
 */
.SceneLayersWidgetCategory1ControlsUpperBar {
  display: flex;
  flex-direction: row;
  padding: 8px;
  align-items: center;
}
.SceneLayersWidgetCategory1ControlsLabel {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #f0f0f0;
  flex-grow: 100;
}
.SceneLayersWidgetCategory1ControlsOpacitySlider {
  width: 150px;
}
.SceneLayersWidgetCategory1ControlsOpenButton.SSButton {
  margin-right: 10px;
  color: #000000;
  padding: 0px;
  padding-top: 2px;
  font-size: 17px;
  outline: none;
  width: 12px;
}
.SceneLayersWidgetCategory1ControlsOpenButton.SSButton:active,
.SceneLayersWidgetCategory1ControlsOpenButton.SSButton:focus {
  background-color: transparent;
}
.SceneLayersWidgetLayerControls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 8px;
  align-items: center;
  gap: 6px;
}
.SceneLayersWidgetLayerControlsHandle {
  width: 6px;
  height: 18px;
  border-radius: 4px;
  margin-right: 7px;
  margin-left: 3px;
}
.SceneLayersWidgetLayerControlsLabel {
  color: #ffffff;
  flex-grow: 100;
  font-size: 14px;
  pointer-events: none;
}
.SceneLayersWidgetLayerControlsButton.SSButton.SSButtonTransparent {
  min-width: 24px;
  background-color: transparent;
}
.SceneLayersWidgetLayerControlsButton.SSButton.SSButtonTransparent.SSActive {
  background-color: transparent;
}
.SceneLayersWidgetLayerControlsButton.SSButton.SSButtonTransparent:hover {
  outline: none;
}
.SceneLayersWidgetLayerControlsButton.SSButton.SSButtonTransparent:active {
  outline: none;
}
.SceneLayersWidgetLayerControlsButton.SSButton > .SSButtonIcon {
  color: #ffffff;
  opacity: 0.35;
}
.SceneLayersWidgetLayerControlsButton.SSButton.SSActive > .SSButtonIcon {
  color: #ffffff;
  opacity: 1;
}
.SceneLayersWidgetLayerControlsInfoButton {
  font-weight: bold;
  min-width: 20px;
}
.SceneReferencesWidget {
  width: 340px;
  min-height: 80px;
  /*
  background-color: #1a1a1a;
  border: 1px solid #292929;
   */
  background-color: #1a1a1a69;
  border: 1px solid #29292959;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  z-index: 120;
  min-height: 300px;
}
.SceneReferencesWidgetTitle {
  color: #ffffff;
  border: 0;
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #292929;
  cursor: pointer;
}
.SceneReferencesWidgetTree {
  flex-grow: 100;
  overflow-y: scroll;
  max-height: 75vh;
  scrollbar-width: thin;
  scrollbar-color: #464646 transparent;
}
.SceneReferencesWidgetTree::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.SceneReferencesWidgetTree::-webkit-scrollbar-track {
  background-color: transparent;
}
.SceneReferencesWidgetTree::-webkit-scrollbar-thumb {
  background-color: #464646;
  border-radius: 4px;
}
.SceneReferencesWidgetTree::-webkit-scrollbar-thumb:hover {
  background-color: #5a5a5a;
}
.SceneReferencesWidgetTreeItem .SSTreeWidgetItemContents {
  color: #fcfcfce0;
}
.SceneReferencesWidgetTreeItem .SSTreeWidgetItemContents:hover {
  background-color: #262622;
  color: #a2a2a2;
}
.SceneObjectInfoDialogBar > .SceneObjectInfoDialogTab {
  color: #aabbdd;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.SceneObjectInfoDialogBar > .SceneObjectInfoDialogTab:hover {
  color: #ffffff;
}
.SceneObjectInfoDialogBar > .SceneObjectInfoDialogTab.SceneObjectInfoDialogTabActive {
  color: #ffffff;
  border-bottom-color: #ffffff;
  border-radius: 0;
}
.SceneObjectInfoDialogStack {
  min-height: 450px;
}
.SceneObjectInfoDialogContainer {
  overflow-y: auto;
}
.SceneObjectInfoDialogInfoTitle {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 8px;
}
.SceneObjectInfoDialogInfoDescription {
  line-height: 1.5;
  white-space: pre-wrap;
}
.SceneObjectInfoDialogMediaEntry {
  padding: 8px 0;
  border-bottom: 1px solid #d0d0d0;
}
.SceneObjectInfoDialogMediaEntry:last-child {
  border-bottom: 0;
}
.SceneObjectInfoDialogMediaEntryLink a {
  color: #2c4a99;
  text-decoration: none;
}
.SceneObjectInfoDialogMediaEntryLink a:hover {
  text-decoration: underline;
}
.SceneObjectInfoDialogMediaEntryDesc {
  color: #666666;
  font-size: 90%;
  margin-top: 2px;
}
.SceneObjectInfoDialogGallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.SceneObjectInfoDialogGalleryItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.SceneObjectInfoDialogThumb {
  width: 200px;
  height: 200px;
  cursor: pointer;
  border: 2px solid #cccccc;
  border-radius: 3px;
}
.SceneObjectInfoDialogThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.SceneObjectInfoDialogThumb:hover {
  border-color: #2c4a99;
}
.SceneObjectInfoDialogThumbLabel {
  font-size: 85%;
  color: #555555;
  text-align: center;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SceneObjectInfoDialogVideoLink a {
  color: #2c4a99;
  text-decoration: none;
  font-size: 95%;
}
.SceneObjectInfoDialogVideoLink a:hover {
  text-decoration: underline;
}
.SceneObjectInfoDialogScenes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.SceneObjectInfoDialogSceneEntry {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background-color: #dde3ed;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
}
.SceneObjectInfoDialogSceneEntry:hover {
  border-color: #2c4a99;
  background-color: #c8d2e8;
}
.SceneObjectInfoDialogSceneName {
  font-weight: bold;
  color: #1a2a55;
}
.SceneObjectInfoDialogSceneDesc {
  font-size: 90%;
  color: #555555;
}
.SceneObjectInfoDialogModels {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.SceneObjectInfoDialogModelEntry {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background-color: #dde3ed;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid transparent;
}
.SceneObjectInfoDialogModelEntry:hover {
  border-color: #2c4a99;
  background-color: #c8d2e8;
}
.SceneObjectInfoDialogModelName {
  font-weight: bold;
  color: #1a2a55;
}
.SceneObjectInfoDialogModelDesc {
  font-size: 90%;
  color: #555555;
}
.SceneObjectInfoImageViewerDialog {
  background: #111111;
}
.SceneObjectInfoImageViewerDialog > .SSDialogHeader {
  border-bottom: 1px solid #2c2c2c;
}
.SceneObjectInfoImageViewerDialog > .SSDialogBody {
  padding: 8px;
  height: calc(100% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111111;
}
.SceneObjectInfoImageViewerContent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SceneObjectInfoImageViewerContent img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.SceneObjectInfoNestedSceneDialog > .SSDialogBody {
  padding: 0;
  height: calc(100% - 50px);
}
.SceneObjectInfoNestedSceneDialog > .SSDialogBody > .SceneView {
  height: 100%;
}
.SceneObjectInfoNestedModelDialog > .SSDialogBody {
  padding: 0;
  height: calc(100% - 50px);
}
.SceneObjectInfoNestedModelDialogFrame {
  display: block;
  width: 100%;
  height: 100%;
}
.SceneObjectInfoNestedModelDialogFrame > iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.Scene3DViewer {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.Scene3DViewer .SSWaitOverlay {
  background-color: #000;
  opacity: 1;
}
