/* -*- mode: css; css-indent-offset: 2; -*- */
/*
 * Copyright 2007-2011 Google Inc. All Rights Reserved.
 * Copyright 2011-2024 MIT, All Rights Reserved.
 * Released under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */

/*
Droid Sans has a bug in the size of its descenders:
they get cut off in Windows.
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold");
*/

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
  font-weight: bold;
  font-family: Roboto;
  src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
  font-family: OpenDyslexic;
  src: url('../fonts/OpenDyslexic-Regular.otf');
}

@font-face {
  font-weight: bold;
  font-family: OpenDyslexic;
  src: url('../fonts/OpenDyslexic-Bold.otf');
}

body, html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  min-width: 1024px;
  position: absolute;
  min-height: 100vh;
}

/* Standardization of icon sizes to 16px */	
.gwt-Tree img, .ode-Icon img, .ode-Icon-selected img {	
  width: 16px;	
  height: 16px;	
}

/* Needed for Safari to position comments correctly */
body.blocklyMinimalBody {
  min-width: auto;
  min-height: auto;
  position: inherit;
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  /* TODO(opensource): Change to commented version below once we're ready */
  background: lightgrey url(../images/squairy_light.png);
}

.dyslexic * {
  font-family: OpenDyslexic, Roboto, Helvetica, Arial, sans-serif;
}

/* For the TOS Form*/
.floatingBox {
  width: 300px;
  height: 250px;
  background-color: white;
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 16px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.065);
  text-align: center;
  border: 1px #262626;
}

.gwt-PushButton-up,
.gwt-PushButton-up-hovering,
.gwt-PushButton-up-disabled,
.gwt-PushButton-down,
.gwt-PushButton-down-hovering,
.gwt-PushButton-down-disabled {
  border: 1px solid;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px;
  transition: background 0.2s, opacity 0.1s;
  background-color: #A5CF47;
  border-color: #444444;
  font-family: 'Poppins', 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 1.06em;
  white-space: nowrap;
}

.gwt-ButtonLeft {
  border-radius: 4px 0 0 4px;
}

.gwt-ButtonLeft {
  border-radius: 4px 0 0 4px;
}

.gwt-ButtonRight {
  border-radius: 0 4px 4px 0;
}

.gwt-ButtonCenter {
  border-radius: 0;
  border-width: 1px 0;
}

.gwt-PushButton-up-hovering {
  background-color: #7D9D36;
  border: unset;
  filter: unset;
}

.gwt-PushButton-down-disabled {
  border: unset;
  filter: unset;
}

.gwt-RadioButton {
  margin: 4px;
}

.ode-Root {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: column;
}

div.TopToolbar {
  display: flex;
}

div.OverDeckPanel {
  display: flex;
  flex-grow: 1;
}

div.StatusPanel {
  text-align: center;
}

/*
 * Context menus
 */

.ode-ContextMenu {
  background-color: white;
}

.ode-ContextMenuItem-Red,
.ode-ContextMenuItem,
.ode-CurrentColor {
  color: #555;
  cursor: pointer;
  padding-top: 3px;
  padding-left: 9px;
  padding-bottom: 3px;
  font-size: small;
}

.ode-ContextMenuItem {
  min-width: 50px;
  padding: 4px 12px;
  -o-transition:color .1s ease-out, background .1s ease-in;
  -ms-transition:color .1s ease-out, background .1s ease-in;
  -moz-transition:color .1s ease-out, background .1s ease-in;
  -webkit-transition:color .1s ease-out, background .1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .1s ease-out, background .1s ease-in;
}

.ode-ContextMenuItem-needsChromebook,
.onChromebook .ode-ContextMenuItem-needsAiStarter {
  display: none;
}

.onChromebook .ode-ContextMenuItem-needsChromebook {
  display: table-cell;
}

.ode-ContextMenuItem-Red {
  color: #ff0000;
  min-width: 50px;
  padding: 4px 12px;
  -o-transition:color .1s ease-out, background .1s ease-in;
  -ms-transition:color .1s ease-out, background .1s ease-in;
  -moz-transition:color .1s ease-out, background .1s ease-in;
  -webkit-transition:color .1s ease-out, background .1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .1s ease-out, background .1s ease-in;
}

.ode-ContextMenuItemSeparator {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.ode-CurrentColor {
  padding-left: 0;
}

.ode-ContextMenuItem-selected {
  color: #ffffff;
  background: #99CC00;
}

.ode-ContextMenuItem-Red-selected {
  color: #ff0000;
  background: #99CC00;
}

.ode-ContextMenuItem-disabled {
  color: #999;
}

.ode-Box-content {
  font-size: 13px;
  background-color: #f7f9f2;
  /* TODO(opensource): Delete the background-image line below once we're ready */
  background-image: url(../images/watermark.png);
  color: #555;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  margin: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.065);
  flex-grow:1;
  display: flex;
  flex-flow: column;
}

.ode-Box-header {
  background: rgba(102, 153, 0, 0.3);
  height: 31px;
  border: 1px solid;
  border-color: #d2d2d2 #d2d2d2 #b0b2a7 #d2d2d2;
}

.ode-Box-header-caption,
.ode-Box-header-caption-highlighted {
  font-size: 13px;
  font-weight: bold;
  padding-top: 7px;
  padding-left: 9px;
}

.ode-Box-header-caption {
  color: #555;
}

.ode-Box-header-caption-highlighted {
  color: red; /* too strong, but use red for now */
}

.ode-Box-body {
}

.ode-Box-body-padding {
  padding: 6px;
  flex-grow: 1;
  display:flex;
}

.ode-Box-body-padding>* {
  display: flex;
  flex-grow: 1;
}

.ode-BoxResizeControl {
  background-color: darkgray !important;
  /* Override glass panel to 90% opacity (= 10% transparency) */
  filter: alpha(opacity = 90) !important; /* IE */
  opacity: 0.9 !important; /* non-IE */
  padding: 10px;
}

/*
 * MessagesOutputBox
 */

.ode-MessagesOutput {
  background-color: white;
  font-size: small;
}

/*
 * ProjectList and CopyYoungAndroidProjectCommand.CopyProjectDialog
 */
.ode-ProjectFieldSpan {
  display: flex;
  column-gap: 4px;
  align-items: center;
}

.ode-ProjectNameFocusPanel,
.ode-ExpandButtonFocusPanel,
.ode-NameFocusPanel {
  flex-grow: 1;
}

.ode-ProjectNameLabel {
  font-weight: bold;
  font-size: small;
  color: #555;
  cursor: pointer;
  vertical-align: top;
  text-align: left;
  flex-grow: 1;
  min-width: 100px;
}

.ode-ProjectFieldLabel {
  font-size: small;
  color: #555;
  vertical-align: top;
  padding-right: 10px;
  text-align: left;
}

.ode-ProjectTable {
  padding: 0;
  margin: 0;
  border: 1px;
  overflow: auto;
  border-radius: 4px;
  height: auto;
  width: 100%;
}

.ode-ProjectRow {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  border-bottom: 0;
  background-color: white;
  width: 100%;
  vertical-align: center;
}

.ode-ProjectRow-Highlighted {
  background-color: #fff6c3;
}

.ode-ProjectRowHidden {
  display:none;
}

.ode-ProjectElementHidden {
  visibility: hidden;
}

.ode-ProjectRowList {
  display:contents;
}

.ode-ProjectFolderList {
  padding-left: 28px;
  background: white;
}

.ode-ProjectHeaderRow {
  background: url(../images/toolbarBG.png) repeat;
  display: flex;
  align-items: center;
  grid-gap: 10px;

  border: 1px;
  border-bottom: 1px solid #bbccff;
  position: relative;
  flex-direction: row;
  width: 100%;
}

.ode-ProjectHeaderLabel {
  text-indent: initial;
  color: #112abb;
  font-size: 11px;
  cursor: pointer;
  text-align: left;
  padding-right: 10px;
  display: inline-flex;

  align-items: center;
}

.ode-ProjectListName {
  min-width: 100px;
  flex-grow: 1;
}

.ode-ProjectListDate {
  width: 200px;
}

.ode-CheckpointProjectTable {
  border: 1px solid darkgray;
}

/*
 * ComponentList
 */
.ode-ComponentNameLabel {
  font-weight: bold;
  font-size: small;
  color: #555;
}

.ode-ComponentTable {
  padding: 0;
  margin: 0;
  border: 1px;
}

.ode-ComponentTable td {
  border-collapse: collapse;
  font-size: small;
  color: #555;
  text-align: left;
  margin: 0;
}

.ode-ComponentRowHighlighted {
  border-bottom: 1px solid #ddd;
  background-color: #fff6c3;
  border-collapse: collapse;
}

.ode-ComponentRowUnHighlighted {
  border-bottom: 1px solid #ddd;
  background-color: white
}

.ode-ComponentHeaderRow {
  background: url(../images/toolbarBG.png) repeat;
  border: 1px;
  border-bottom: 1px solid #bbccff;
}

.ode-ComponentHeaderLabel {
  color: #112abb;
  font-size: 11px;
  cursor: pointer;
}

/*
 * TopPanel
 */


.ode-TopPanel {
  display: flex;
  min-height: 48px;
  height: 48px;
  margin-bottom: 4px;
  padding-right: 4px;
  padding-left: 4px;
  align-items: center;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f2f2f2, #f3f3f3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #f3f3f3);
  background-image: -o-linear-gradient(top, #f2f2f2, #f3f3f3);
  background-image: linear-gradient(to bottom, #f2f2f2, #f3f3f3);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  position: relative;
  box-sizing: border-box;
}

.ode-Logo {
  margin: 0 0 4px 4px;
}

.ode-LogoText {
  font-size: 16px;
  color: grey;
  font-weight: 500;
  text-shadow: 0 0 0 #404040;
  margin-bottom: 15px;
}

.ode-TopToolbar {
  flex-grow: 1;
}

.ode-TopPanelAccount {
  font-size: 15px;
  color: grey;
  padding-right: 8px;
}

.ode-TopPanelAccount a {
  color: #669900;
}

.ode-TopPanelAccount .linkdivider {
  color: #dedede;
}

.ode-TopPanelLinks {
  display: table-cell;
}

.ode-TopPanelLinks .gwt-Label,
.ode-TopPanelLinks .gwt-Anchor,
.ode-TopPanelLinks .gwt-TitleLabel {
  cursor: pointer;
  color: rgb(100, 100, 100);
  font-weight: 300;
  font-size: 12px;
  margin-right: 16px;
  text-decoration: none;
}

.ode-TopPanelLinks .gwt-Label:hover,
.ode-TopPanelLinks .gwt-Anchor:hover,
.ode-TopPanelLinks .gwt-TitleLabel:hover {
  text-shadow: 0 0 1px #BABABA;
}

.ode-TopPanelWarningLabel {
  color: #FF0000;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  pointer-events: none;
}

.ode-TopPanelLabel {
  color: #888;
  font-size: 15px;
}

.ode-TopPanelIconButton {
  margin: 4px 8px;
  cursor: pointer;
}

.ode-TopPanelIconButton:hover {
  -webkit-filter: drop-shadow(0px 0px 3px #222);
  filter:         drop-shadow(0px 0px 3px #222);
}

.ode-TopPanelIconButton:active {

}

.ode-TopPanelButton,
.ActionDropDown-Default,
.ActionDropDown-Options {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
  margin: -12px 0;
  padding: 0 12px;
  height: 46px;
  border: transparent;
  background: transparent;
  color: grey;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background .2s ease-in;
}

.ode-TopPanelButton:hover,
.ActionDropDown-Default:hover,
.ActionDropDown-Options:hover,
.ode-TopPanelButton:focus,
.ActionDropDown-Default:focus,
.ActionDropDown-Options:focus {
  background: #E6E6E6;
  color: #5B5B5B;
  outline: none;
}

.ode-TopPanelButton:active,
.ActionDropDown-Default:active,
.ActionDropDown-Options:active {

}

.ActionDropDown-Default {
  padding: 0 6px;
}

.ActionDropDown-Options {
  padding: 0 6px;
}

.ode-TutorialWrapper {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: relative;
  flex-grow: 1;
  overflow-x: auto;
  overflow-y: visible;
  display: flex;
  flex-flow: row;
}

/*
 * Deck Panel
 */

.ode-DeckPanel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 8px 0;
  position: relative;
  height: 100%;
  width: 100%;
}

.ode-DeckPanel>div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.ode-ProjectEditor {
  min-width: fit-content;
  height: 100%;
  top: 0;
  position: absolute;
  display: flex;
  flex-flow: column;
}

.ode-WorkColumns {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
}

.ode-WorkColumns>* {
  max-height: 100%;
  vertical-align: top;
}

.ViewerBox {
  min-width: 368px;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}

.ode-SourceScrollPanel {
  width: 200px;
  height: 480px;
}

.ode-NavArrow {
  border: transparent;
  background: #C2C2C2;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background .2s ease-in;}

.ode-NavArrow:hover {
  background-color: darkgray;
}



/*
 * StatusPanel
 */

.ode-StatusPanel {
  font-size: 12px;
  color: #888;
  padding: 4px 12px;
  background: url(../images/toolbarBG.png) repeat;
  border: 1px;
  border-bottom: 1px solid #bbccff;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.ode-StatusPanel a {
  color: #888;
}

/*
 * Non-visible component panel
 */

.ya-NonVisibleComponentsHeader {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  padding: 5px;
}

.ode-SimpleUiDesignerNonVisibleComponents .ode-Icon,
.ode-SimpleUiDesignerNonVisibleComponents .ode-Icon-selected {
  display: inline-table;
}

.ode-SimpleUiDesignerNonVisibleComponents .gwt-Label {
  font-size: 12px;
  color: #555;
}

.ode-Icon, .ode-Icon-selected {
  font-size: small;
  padding: 2px 4px 2px 4px;
}

.ode-Icon-selected {
  padding: 0 2px 0 2px;
  border: 2px solid #8fc202;
}

.gwt-TabBar {
  margin: 5px 0 5px 0;
}

.gwt-TabBar .gwt-TabBarFirst {
  width: 0;
}

.gwt-TabBar .gwt-TabBarItem {
  margin: 0 5px 0 0;
  padding: 3px 6px 3px 6px;
  cursor: pointer;
  color: black;
  font-size: 13px;
  text-align: center;
  background-color: #eef2e0;
  border: 2px solid #d2e0a6;
}

.gwt-TabBar .gwt-TabBarItem-selected {
  cursor: default;
  background-color: #8fc202;
  border: 2px solid #8fc202;
}

.gwt-RadioButton {
  font-size: small;
}

.gwt-VerticalSplitPanel, .gwt-HorizontalSplitPanel {
  background: white;
}

.gwt-TextBox {
  padding: 0;
  margin: 0;
}

.ode-SimpleMockComponent .gwt-PasswordTextBox {
  box-sizing: border-box;
}

.gwt-Tree .gwt-TreeItem span * {
  margin: 0 2px;
}

.gwt-Tree .gwt-TreeItem {
  font-size: 12px;
  color: #555;
  cursor: default;
  display: block !important;
}

.gwt-Tree .gwt-TreeItem-selected {
  background: none;
}

.gwt-Tree .gwt-TreeItem span {
  padding: 8px 4px 4px 4px;
  cursor: pointer;
}

.gwt-Tree .gwt-TreeItem span:hover,
.gwt-Tree .gwt-TreeItem-selected span {
  background-color: #d2e0a6;
}

.gwt-Tree-focused {
  outline: solid 2px #000000;
}

/* Young Android Toolbar */

.ya-Toolbar {
  background-color: #8fc202;
  margin-bottom: 4px;
  padding: 2px;
}

.ya-Toolbar .ya-ProjectName {
  color: white;
  font-weight: bold;
  font-size: 18px;
  padding-top: 2px;
  padding-left: 8px;
  text-shadow: 0 0 1px #404040;
}

.ode-TextButton,
.gwt-Button {
  display: inline-block;
  *display: inline;
  padding: 2px 6px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.ode-TextButton-up-disabled,
.gwt-Button-up-disabled {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ode-TextButton-up-hovering,
.gwt-Button-up-hovering:hover {
  color: #333333;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.ode-TextButton:active,
.gwt-Button:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.destructive-action {
  background: red;
  color: white;
  text-shadow: none;
}

.destructive-action:hover {
  background: #FF6666;
  color: white;
  text-shadow: none;
}

.destructive-action[disabled],
.destructive-action[disabled]:hover {
  background: #faa;
  color: #888;
}

.ya-Toolbar .ode-TextButton {
  font-size: 11px;
}

.ode-PanelButtons .ode-TextButton {
  font-size: 12px;
}

.ode-BlocksDesignerButton {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.ode-BlocksDesignerButton:hover,
.ode-BlocksDesignerButon:disabled {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* Palette */

.ode-CollapsablePanel .gwt-DisclosurePanel .header td:has(img) {
  display: none;
}

.ode-CollapsablePanel .gwt-DisclosurePanel .header td {
  color: #555;
  font-size: 13px;
  vertical-align: top;
  font-weight: bold;
}

.ode-CollapsablePanel .gwt-DisclosurePanel .header {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #eef2e0;
  cursor: pointer;
  height: 14px;
  padding: 8px 16px;
}

.ode-CollapsablePanel .gwt-DisclosurePanel .content {
  padding: 8px 4px 8px 8px;
  background-color: white;
  border: 1px solid #bbbbbb;
  border-bottom: 0px;
  margin-left: 0px;
}

.ode-CollapsablePanel .gwt-DisclosurePanel img {
  margin-top: 0px;
}

.gwt-StackPanelItem div {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  background-color: #eef2e0;
  font-size: 13px;
  cursor: pointer;
  height: 14px;
  color: #555;
  padding: 8px 16px;
}

.gwt-StackPanelItem-selected div {
  font-weight: bold;
}

.gwt-StackPanelContent {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  margin-top: 8px;
}

/* Overrides for gwt.css */
.gwt-StackPanel .gwt-StackPanelContent {
  padding: 8px 4px 8px 8px;
}

.gwt-StackPanel .gwt-StackPanelItem {
  padding: 0;
  border: 0;
  background: unset;
  border-bottom: 1px solid #bbbbbb;
}

.gwt-StackPanel .gwt-StackPanelContent {
  border: 0;
  border-bottom: 1px solid #bbbbbb;
}

.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
  border: 1px;
  border-radius: 4px;
}

.gwt-Tree table td:first-child {
  width: unset;
}

.gwt-Tree .gwt-TreeItem {
  cursor: pointer;
}

.ode-SimplePaletteItem {
  background-color: white; /* needed on Firefox */
  height: 15px;
  cursor: pointer;
  padding: 5px;
}

.ode-SimplePaletteItem-icon {
  height: 16px;
  width: 16px;
}

.ode-SimplePaletteItem-caption {
  font-size: 12px;
  color: #555;
}

.ode-SimplePaletteItem-button {
  padding: 2px;
}

.ode-SimplePaletteItem-Selected {
  background-color: #d2e0a6;
}

.gwt-SimplePanel {
  border: 1px solid #67A7E3;
  background-color: white;
}

.ode-ExplorerContent {
  height: 100%;
  padding: 0 1ex;
  border-left: 1px solid #D6E9F8;
  border-right: 1px solid #D6E9F8;
  font-size: small;
}

.ode-CollapsiblePanelExpanded {
  background-color: #D6E9F8;
}

.ode-CollapsiblePanelCollapsedLeft {
  background-color: #D6E9F8;
  margin-right: 2px;
}

.ode-CollapsiblePanelCollapsedBottom {
  background-color: #D6E9F8;
  margin-top: 2px;
}

.ode-CollapsiblePanelTitle {
  background-color: #D6E9F8;
  color: black;
  font-size: small;
  margin-bottom: 2px;
}

.ode-HeaderPanel {
  width: 100%;
  border: 1px solid #D6E9F8;
  background-color: white;
}

.ode-HeaderPanelTitleBar {
  background-color: #D6E9F8;
  color: black;
  font-size: small;
}

.ode-PropertiesPanel {
  background-color: #f7f9f2;
}

.ode-PropertiesPanel td {
  color: #555;
  font-size: 12px;
}

.ode-PropertiesComponentName {
  background-color: #eef2e0;
  color: #555;
  font-size: 13px;
  border-bottom: 1px solid #d2d2d2;
  padding: 9px 9px 8px 10px;
}

.ode-PropertyLabel {
  padding-top: 10px;
  padding-left: 2px;
  padding-bottom: 1px;
}

.ode-PropertyEditor {
  padding: 3px;
}

.ode-PropertyEditor:hover {
  cursor: auto;
}

.ode-ChoicePropertyEditor {
  padding: 3px;
  border: thin solid #CCCCCC;
  border-radius: 3px;
  cursor: pointer;
  background-color: #FFFFFF;

  box-shadow: #D3D3D3;
  color: #575757;
  width: auto;
  text-align: center;
  display: inline-block;
  white-space: nowrap;

  -o-transition:color .2s ease-out, background-color .2s ease-in;
  -ms-transition:color .2s ease-out, background-color .2s ease-in;
  -moz-transition:color .2s ease-out, background-color .2s ease-in;
  -webkit-transition:color .2s ease-out, background-color .2s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out, background .2s ease-in;
}

.ode-ChoicePropertyEditor:hover {
  background: #E6E6E6;
  color: #5B5B5B;
}

.ode-ChoicePropertyEditor:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #D3D3D3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #D3D3D3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #D3D3D3;
}

select.ode-PropertyEditor[disabled] {
  background-color: #aaaaaa;
}

.ode-MultipleChoicePropertyEditor {
  min-width: 150px;
  background-color: white;
  font-size: small;
  color: black;
  border: 1px solid gray;
  padding: 2px;
  z-index: 1000;
}

.ode-ColorChoicePropertyEditor {
  padding: 3px;
  cursor: pointer;
  width: auto;
}

.ode-ColorChoicePropertyEditor:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px rgba(82, 168, 236, 0.8);
}

.ode-SimpleFormDesigner {
  padding: 2px;
}

.ode-SimpleFormDesigner .gwt-CheckBox {
  font-size: 12px;
}

.gwt-CheckBox input[type="checkbox"]:focus {
  outline: 2px solid #333;
}

.ode-SimpleMockForm {
  height: auto !important;
  background-color: #d2e0a6;
  border: 2px solid black;
  -webkit-display: flex;
  display: flex;
}

.ode-SimpleMockFormPhoneLandscape .ode-SimpleMockForm,
.ode-SimpleMockFormPhoneLandscapeTablet .ode-SimpleMockForm,
.ode-SimpleMockFormPhoneLandscapeMonitor .ode-SimpleMockForm {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.ode-SimpleMockFormPhonePortrait .ode-SimpleMockForm,
.ode-SimpleMockFormPhonePortraitTablet .ode-SimpleMockForm,
.ode-SimpleMockFormPhonePortraitMonitor .ode-SimpleMockForm {
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* ==== start: skins for Android */
.ode-SimpleMockFormPhoneLandscape {
  background: url(../images/phoneLandscape.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  padding: 11px 70px 10px 48px;
}

.ode-SimpleMockFormPhonePortrait {
  background: url(../images/phonePortrait.png) no-repeat right top;
  background-size: 100% 100%;
  padding: 50px 11px 43px 7px;
}

.ode-SimpleMockFormPhoneLandscapeTablet {
  background: url(../images/phoneLandscapeTablet.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% 100%;
  padding: 15px 56px 12px 64px;;
}
.ode-SimpleMockFormPhonePortraitTablet {
  background: url(../images/phonePortraitTablet.png) no-repeat right top;
  background-size: 100% 100%;
  padding: 64px 13px 55px 13px;
}
.ode-SimpleMockFormPhoneLandscapeMonitor {
  background: url(../images/phoneLandscapeMonitor.png) no-repeat right top;
  background-size: 100% 100%;
  padding: 44px 43px 39px 48px;
}

.ode-SimpleMockFormPhonePortraitMonitor {
  background: url(../images/phonePortraitMonitor.png) no-repeat right top;
  background-size: 100% 100%;
  padding: 99px 36px 75px 34px;
}
/* ==== end: skins for Android */

.ode-SimpleMockForm-selected {
  border: 2px solid #8fc202;
}

.ode-SimpleMockFormTitleBar {
  background-color: dimgray;
  color: white;
  font-size: 90%;
  position: relative;
  border-bottom: 1px solid lightgray;
}

.ode-SimpleMockFormTitleBar-ActionBar {
  background-color: #a5cf47;
  color: white;
  font-size: 20px;
  position: relative;
}

.ode-SimpleMockFormTitle {
  padding: 0;
  top: 4px;
  left: 12px;
  position: absolute;
}

.ode-SimpleMockFormTitleBar-ActionBar .ode-SimpleMockFormTitle {
  padding: 16px;
  top: 0;
  left: 0;
}

.ode-SimpleMockFormMenuButton {
  right: 0;
  padding: 16px;
  position: absolute;
  border: 0;
  background-color: transparent;
  font-size: 20px;
  font-weight: bold;
  color: white;
  display: none;
}

.ode-SimpleMockFormTitleBar-ActionBar .ode-SimpleMockFormMenuButton {
  display: inline-block;
}

.ode-SimpleMockFormNavigationBarPortrait,
.ode-SimpleMockFormNavigationBarLandscape {
  background-color: #000000;
}

.ode-SimpleMockFormNavigationBarPortrait {
  min-height: 44px;
  min-width: 100%;
  background-image: url(../images/navigationbarPortrait.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.ode-SimpleMockFormNavigationBarLandscape {
  min-height: 100%;
  min-width: 44px;
  background-image: url(../images/navigationbarLandscape.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.ode-SimpleMockContainer {
  background-color: transparent;
  border: 2px solid black;
}

.ode-SimpleMockContainer-selected {
  border: 2px solid #8fc202;
}

.ode-SimpleMockComponent {
  font-weight: normal;
  font-size: 12px;
  border: 2px solid transparent;
}

.ode-SimpleMockComponent-disabled {
  color: gray;
}

.ode-SimpleMockComponent-selected {
  border: 2px solid #8fc202;
}

.ode-SimpleMockMapFeature-selected svg * {
  stroke: #8fc202;
  stroke-opacity: 1;
}

path.ode-SimpleMockMapFeature-selected {
  stroke: #8fc202;
  stroke-opacity: 1;
}

.ode-SimpleMockMapFeature img {
  padding: 2px;
}

.ode-SimpleMockMapFeature-selected img {
  padding: 0;
  border: 2px solid #8fc202;
}

.ode-SimpleMockContainer .leaflet-container .leaflet-toolbar-icon {
  color: #888;
}

.ode-SimpleMockContainer .leaflet-container .leaflet-toolbar-icon:hover {
  color: #0078A8;
}

.ode-SimpleMockContainer .leaflet-container .leaflet-toolbar-icon.locked .fa-unlock,
.ode-SimpleMockContainer .leaflet-container .leaflet-toolbar-icon.locked:hover .fa-lock,
.ode-SimpleMockContainer .leaflet-container .leaflet-toolbar-icon.unlocked .fa-lock,
.ode-SimpleMockContainer .leaflet-container .leaflet-toolbar-icon.unlocked:hover .fa-unlock {
  display: none;
}

.ode-SimpleMockContainer .leaflet-container .leaflet-toolbar-icon.locked:hover .fa-unlock,
.ode-SimpleMockContainer .leaflet-container .leaflet-toolbar-icon.unlocked:hover .fa-lock {
  display: inline-block;
}

.ode-SimpleMockContainer .leaflet-container .ai2-user-mock-location {
    position: relative;
    width: 32px;
    height: 32px;
}

.ode-SimpleMockContainer .leaflet-container .ai2-user-mock-location img {
    position: relative;
    top: -50%;
    left: -50%;
    width: 32px;
    height: 32px;
}

.ode-SimpleMockContainer-centerContents {
  text-align: center;
}

.ode-SimpleMockButton {
  padding: 4px 8px;
  background-color: #d6d7d7;
  border-radius: 0px;
  border-bottom: 2px #b9b9b9 solid;
  color: rgba(0, 0, 0, 0.87);
}

/* class for the ListView Mock component */
.listViewComponentStyle {
  width: 315px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.listViewComponentStyle .listViewFilterStyle {
  flex: 0 0 30px;
  width: calc(100%-6px);
  border-radius: 0px;
  margin-bottom: 0px;
  padding: 0px 2px;
}

.listViewComponentStyle .listViewScrollableStyle {
  flex: 1 1 auto;
  overflow: auto;
  scrollbar-width: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.listViewHorizontalScrollableStyle {
  white-space: nowrap;
}

.listViewItemStyle {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 4px;
  box-sizing: border-box;
}

.listViewHorizontalItemStyle {  
  display: inline-flex;
  vertical-align: top;
}

.listViewImageStyle {  
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle; 
}

/* class for the Spinner Mock component */
.spinnerComponentStyle {
  outline: 1px solid lightgray;
}

/* class for the Image Mock component */
.imageComponentCenterPanel {
  text-align: center;
}

.imageComponentCenterPanel img {
  position: relative;
  top: 50%;
  transform: translate(0px, -50%);
}

/* Component Help */

.ode-ComponentHelpPopup {
  background-color: white;
  border-left: 4px solid #8fc202;
  border-right: 4px solid #8fc202;
  border-bottom: 4px solid #8fc202;
  width: 20%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.065);
  z-index: 1000;
}

.ode-ComponentHelpPopup-TitleBar {
  background-color: #8fc202;
  color: white;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 10px;
}

.ode-ComponentHelpPopup-Body {
  color: #555;
  font-size: 12px;
  width: 250px;
}

.ode-ComponentHelpPopup-Link {
  padding: 0 10px 10px 0;
  font-size: 12px;

}
.ode-ComponentHelpPopup-Link a {
  color: #8fc202;
}

.ode-ComponentHelpPopup > .popupContent > table {
  width: 100%;
  word-break: break-word;
}

.compiler-ErrorMarker {
  color: red;
}

.compiler-WarningMarker {
  color: orange;
}

.centered {
  text-align: center;
}

.hsplitter, .vsplitter {
  background-color: #D6E9F8;
}

.ode-RpcStatusMessage .popupMiddleCenterInner {
  font-weight: bold;
  font-size: small;
  padding: 2px 2px 0 2px;
}

.ode-RpcStatusMessage .popupMiddleLeft,
.ode-RpcStatusMessage .popupMiddleCenter,
.ode-RpcStatusMessage .popupMiddleRight,
.ode-RpcStatusMessage .popupBottomCenter {
  background-color: #FFF1A8;
}

.ode-RpcStatusMessage .popupBottomLeft {
  width: 4px;
  height: 4px;
  background: url(../images/rpcMessageCorners.png) no-repeat 0 -4px;
}

.ode-RpcStatusMessage .popupBottomRight {
  width: 4px;
  height: 4px;
  background: url(../images/rpcMessageCorners.png) no-repeat -4px -4px;
}

.ode-ErrorMessage {
  color: #FF4444;
  font-weight: bold;
  font-size: 13px;
  margin: 8px 16px;
}

.ode-InfoMessage {
  font-weight: bold;
  font-size: 13px;
  margin: 8px 16px;
  color: #2d2d2d;
}

.ode-GroupedList .Header {
  margin-top: 3px;
}

.ode-GroupedList .Header td {
  padding: 2px 5px;
  font-weight: bold;
  background: #eee;
}

.ode-GroupedList .HeaderDescription {
  font-weight: normal;
  font-size: x-small;
  font-style: italic;
}

.ode-GroupedList .Item td {
  padding: 2px 10px;
}

.ode-PixelsLabel {
  padding-left: 4px;
  font-size: small;
}

/* All dialog boxes */

.FocusTrap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px; 
  opacity: 0;
  overflow: hidden;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

/* Start of NoProjectsDialogBox. */
.ode-noDialogDiv {
  box-shadow: 0 0 10px gray;
  min-width: 700px;
  width: 60%;
  background-color: white;
  padding-bottom: 25px;
}

.ode-noDialogDivHeader {
  background-color: #a5cf47;
  height: 10%;
  padding: 10px;
  border-bottom: 1px #e9e9e9 solid;
}

.ode-noDialogDivInnerHeader {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ode-codiLogoDiv {
  max-width: 160px;
  max-height: 90px;
  margin-left: 15px;
}

.ode-headerTitle {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}

.ode-tutorialsTitle {
  color: black;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ode-tutorialButton {
  background-color: white;
  border: 1px #8fc202 solid;
  padding: 5px 8px;
  border-radius: 5px;
  color: #8fc202;
  text-transform: uppercase;
  font-size: 13px;
}

.ode-tutorialButton:hover {
  background-color: rgba(143, 194, 2, 0.616);
  color: white;
  cursor: pointer;
}

.ode-closeDialogBox {
  background-color: white;
  border: 1px #837d7d solid;
  width: 25%;
  padding: 5px 8px;
  border-radius: 5px;
  color: #837d7d;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  margin: 0 10px;
}

.ode-closeDialogBox:hover {
  background-color: rgba(131, 125, 125, 0.1);
  cursor: pointer;
}

.ode-noDialogNewProject {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding: 5px 8px;
  width: 25%;
  background-color: white;
  border: 1px #8fc202 solid;
  border-radius: 5px;
  color: #8fc202;
  margin: 0 10px;
}

.ode-noDialogNewProject:hover {
  background-color: rgba(143, 194, 2, 0.616);
  color: white;
  cursor: pointer;
}

.ode-noDialogExampleDivs {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
}

.ode-noDialogExampleDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 25%;
  min-width: 182px;
  min-height: 300px;
  box-shadow: 0 0 2px #808080;
  border-radius: 15px;
  padding: 15px;
  margin: 10px 0;
}

.ode-noDialogExampleTitle {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 13px;
}

.ode-noDialogExampleImage {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ode-noDialogExampleAbout {
  font-size: 12px;
}

.ode-noDialogUpperDiv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 90%;
}

.ode-bottomRow {
  margin-top: 10pt;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 799px) {
  .ode-noDialogExampleDivs {
    flex-direction: column;
    align-items: center;
  }
}

/* End of NoProjectsDialogBox. */

/* Start Of ProjectPropertiesDialogBox. */
.ode-propertyDialogContainer  {
  margin-bottom: 10px;
  overflow: hidden;
}

.ode-projectPropertyCategoryTitlePanel {
  margin-top: 18px;
  width: 180px;
  border-radius: 0px;
  border: 0px;
  border-right: 2px solid black;
  padding-right: 20px;
  outline: none;
  overflow: auto;
}

.ode-propertyDialogPropertiesScrollPanel {
  height: 400px;
  width: 600px;
  padding-bottom: 40px;
  padding-right: 30px;
}

.ode-propertyDialogPropertyContainer {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.ode-propertyDialogPropertyTitle {
  font-size: 16px;
  font-weight: bold;
  color: #413f3f;
  margin-top: 18px;
}

.ode-propertyDialogPropertyDescription {
  font-size: 14px;
  font-weight: 400;
  color: #797575;
  margin-top: 18px;
}

.ode-propertyDialogPropertyEditor {
  min-height: 30px;
  height: 10%;
  width: 100%;
  margin-top: 18px;
}

.ode-projectPropertyCategoryTitlePanel option { 
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.ode-projectPropertyCategoryTitlePanel:focus  { 
  outline: none;
}

.ode-propertyDialogVerticalPanel {
  display: flex;
  flex-flow: column;
}

/* End of Project ProjectPropertiesDialogBox. */

.ode-DialogBox {
  background-color: white;
  border-left: 4px solid #8fc202;
  border-right: 4px solid #8fc202;
  border-bottom: 4px solid #8fc202;
  z-index: 1000;
  min-height: 40px;
}

.DialogBox-message {}

.ode-DialogBox .gwt-CheckBox {
  font-size: 12px;
}

.ode-DialogBox .gwt-CheckBox label {
  padding-left: 4px;
}

.ode-DialogBox .gwt-Label {
  padding-left: 10px;
  font-size: 12px;
  color: #555;
}

.ode-TreeLabel {
  margin-left: 10px;
}

.ode-DialogBox .gwt-Tree {
  border: thin solid #CCCCCC;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
}

.ode-DialogBox .gwt-CheckBox input[type="checkbox"] {
  margin: 0;
  padding-left: 4px;
}

.ode-DialogRow {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  width: 100%;
}

 .ode-DialogRow .gwt-Label {
   color: #000;
   font-weight: 500;
   font-size: 1.2em;
   padding-bottom: 2px;
   text-shadow: none;
 }

 .ode-DialogBox .ExtendedText {
   padding-left: 10px;
   font-weight: normal;
   font-size: 14px;
   color: #555;
   padding-bottom: 20px;
   padding-top: 10px;
 }

.ode-DialogRow .gwt-RadioButton input[type="radio"] {
  margin-right: 5px;
}

.ode-DialogBox .dialogTop {
  background-color: #8fc202;
}

.ode-DialogBox .Caption {
  background-color: #8fc202;
  color: white;
  font-weight: bold;
  font-size: 13px;
  padding: 5px 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.065);

}

.ode-DialogBox .dialogContent {
  padding: 5px 10px;
  color: #555;
}

.ode-DialogBox .dialogContent td {
  padding: 2px 2px;
  font-size: 12px;
  color: #555;
}

.ode-DialogBox .gwt-Button {
  margin: 10px;
}

.ode-DialogBox .ode-LabeledTextBox {
  margin-bottom: 0;
  padding: 5px 10px;
}

.ode-DialogBox .buttonRow {
  display: inline-flex;
  justify-content: space-around ;
  width: 95%;
  margin-top:10px;
}

.ode-DialogBox .contentRow {
  display: inline-flex;
  width: 95%;
  margin-left: 20px;
  padding-bottom: 10px;
}

.ode-DialogBox .contentImage {
  border-radius: 4px;
  border-width: 1px;
  border-style: inset;
  border-color: lightgray;
  box-shadow: 0 0 2px #aaa;
}

/* AI2 Extensions Styles */

a.ode-ExtensionAnchor {
  display: inline-block;
  padding-bottom: 8px;
  font-style: italic;
  color: grey;
  -o-transition:color .2s ease-out;
  -ms-transition:color .2s ease-out;
  -moz-transition:color .2s ease-out;
  -webkit-transition:color .2s ease-out;
  /* ...and now override with proper CSS property */
  transition:color .2s ease-out;
}

a.ode-ExtensionAnchor:hover {
  color: #5B5B5B;
}

/* Settings dialog boxes */

.ode-Settings {
  min-width: 320px;
  min-height: 160px;
}

/* AndroidServlet */

.ode-Android-banner {
  text-align: left;
  font-weight: bold;
}

.ode-Android-header {
  font-size: small;
  text-align: right;
}

.ode-Android-caption {
  background-color: #8fc202;
  color: white;
  font-size: medium;
}

.ode-Android-body {
  font-size: medium;
}

.ode-Android-footer {
  height: 12px;
  font-size: x-small;
  text-align: center;
  background-color: #D6E9F8;
  color: black;
  padding: 4px;
}

.gwt-ProgressBar-shell {
  border: 2px solid #faf9f7;
  border-right: 2px solid #848280;
  border-bottom: 2px solid #848280;
  background-color: #AAAAAA;
  height: 30pt;
  width: 100%;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
  background-color: #8fc202;
}
.gwt-ProgressBar-shell .gwt-ProgressBar-text {
  position: absolute;
  top:0; left:0;
  padding-top: 10px;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size:large;
}

/*
 * PopupPanel
 */

.gwt-PopupPanel {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.gwt-PopupPanelGlass {
  z-index: 1000;
}

/*
 * Bootstrap Inputs
 */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

input,
textarea,
.uneditable-input {
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  font-size: 10px
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="checkbox"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;

}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.ode-PropertiesPanel td img {
  margin-top: 8px;
}

.ode-PropertyHeader img {
  margin-top: 8px;
}

.ode-PropertiesPanel .gwt-StackPanelContent {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.ode-PropertiesPanel .gwt-StackPanelItem div {
  font-size: 12px;
  padding: 2px 8px;
  background-color: #D2E08B;
  color: #555;
  height: 16px;
}

.ode-PropertiesPanel .gwt-DisclosurePanel .content {
  border: 0;
  margin: 0;
}

.ode-PropertiesPanel .gwt-DisclosurePanel > tbody > tr > td {
  height: 16px;
  font-size: 12px;
}

.ode-PropertiesPanel .gwt-DisclosurePanel > tbody > tr > td > a {
  background-color: #ceda91;
}

.ode-PropertiesPanel .gwt-DisclosurePanel-closed > tbody > tr+tr > td {
  margin: 0;
  padding: 0;
  height: 0;
}

.gwt-DisclosurePanel > tbody > tr > td > a > table {
  border-spacing: 0;
}

.gwt-DisclosurePanel > tbody > tr > td img {
  margin-top: 3px;
}

/* Gallery Toolbar*/
.ya-GalleryToolbar {
  background-color: #8fc202;
  margin-bottom: 4px;
  clear: both;
}

.search-compontent {
  margin:5px 0 5px 0;
}

/* Gallery-specific styles */
.ode-UserProfileWrapper,
.gallery {
  width: 950px;
  margin: 0 auto;
}
.gallery-page-single,
.gallery-app-single {
  width: 100%;
  display: block;
  margin: 20px 10px;
}

.gallery-page-single > tbody > tr {
  display:inline-table;
  vertical-align: top;
}
.gallery-container {
  float: left;
  position: relative;
  margin: 0 15px 15px 0;
  background: #fff;
  vertical-align: top;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.gwt-TabPanelBottom .gallery-page-single { /* profile page under "My stuff" */
  margin: 20px 0;
}
.ode-UserProfileWrapper .app-title {
  margin-bottom: 15px;
}
/*
.ode-UserProfileWrapper .gallery-card {
  height: 160px;
}
.ode-UserProfileWrapper .app-image {
  margin-top: 15px;
  margin-left: 15px;
  width: 130px;
  height: 130px;
  background: none;
}
.ode-UserProfileWrapper .gallery-card .gallery-editprompt {
  margin: -150px 0;
}
.ode-Public .gallery-card-cover {
  opacity: 1;
  margin-bottom: 30px;
}
.ode-UserProfileWrapper .gallery-card-cover {
  opacity: 0.1;
  margin-bottom: 30px;
}
*/
.ode-UserProfileWrapper .profile-textlabel,
.ode-UserProfileWrapper .profile-textdisplay {
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.ode-UserProfileWrapper .profile-textdisplay {
  width: 50%;
  color: #555;
}
.ode-UserProfileWrapper .profile-textlabel {
  width: 150px;
  color: #999;
}
.ode-UserProfileWrapper .profile-textbox {
  display: inline-block;
  width: 50%;
  height: 22px;
  font-size: 12px;
  line-height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ode-UserProfileWrapper .profile-textbox-small {
  display: inline-block;
  width: 5%;
  height: 22px;
  font-size: 12px;
  line-height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 8px;
}
.profile-textlabel-emaildescription {
  width: 385px;
  color: #999;
  margin-bottom: 6px;
}


/* Gallery app collections, or app cards related styles */
.gallery > table {
  border: none;
  width: 100%;
}
.gallery .gwt-TabPanel {
}
.gallery .gwt-TabBar {
  margin: 0;
  border: none;
}
.gallery .gwt-TabBar .gwt-TabBarItem,
.gallery .gwt-TabBar .gwt-TabBarItem-selected {
  font-size: 28px;
  font-family: "Roboto",Arial,sans-serif;
  text-transform: uppercase;
  padding: 5px;
  border: none;
  background: none;
  margin: 0 10px 0 0;
}
.gallery-app-details .gwt-TabBar .gwt-TabBarItem,
.gallery-app-details .gwt-TabBar .gwt-TabBarItem-selected {
  padding: 5px 5px 5px 0;
}
.gallery .gwt-TabBar .gwt-TabBarItem {
  color: #999;
  font-weight: 100;
}
.gallery .gwt-TabBar .gwt-TabBarItem-selected {
  color: #333;
  font-weight: 300;
}
.gallery .gwt-TabPanelBottom { /* GWT wrapper for the selected tab content */
  border: none;
  padding: 0;
}
.gallery-app-details .gwt-TabPanelBottom {
  margin: 15px 0;
}
.gallery-nav-prev,
.gallery-nav-next {
  padding: 0;
  display: inline-block;
  width: 425px;
}
.gallery-nav-prev,
.gallery-nav-next {
  text-align: left;
}
.gallery-nav-prev .gwt-Label,
.gallery-nav-next .gwt-Label {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px;
  width: 100px;
}
.gallery-nav-prev .gwt-Label,
.gallery-nav-next .gwt-Label  {
  margin-left: 5px;
}
.gallery-report-next .gwt-Label{
  width:100px;
}
.gallery-nav-prev .active,
.gallery-nav-next .active,
.gallery-report-next .active {
  color: #777;
}
.gallery-nav-prev .disabled,
.gallery-nav-next .disabled,
.gallery-report-next .disabled {
  color: #ddd;
}
.gallery-nav-prev .active:hover,
.gallery-nav-next .active:hover,
.gallery-report-next .active:hover {
  cursor: pointer;
  background-color: #FFF;
}
.gallery-nav-prev .disabled:hover,
.gallery-nav-next .disabled:hover,
.gallery-report-next .disabled:hover  {
  cursor: default;
  background: none;
}
.gallery-nav-return {
  padding: 30px 0 0;
  float: right;
}
.gallery-nav-return .gwt-Label {
  color: #b3c833;
}
.gallery-nav-return:hover {
  cursor: pointer;
}
.gallery-app-collection {

}
.gallery-card {
  width: 160px;
}
.gallery-app-collection .gallery-card {
  margin: 5px;
  float: left;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.gallery-app-collection .gallery-card:hover,
.gallery-app-showcase .gallery-card:hover {
  background-color: #EEE;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  cursor: pointer;
}
.gallery-app-showcase .gallery-card {
  clear: both;
  width: 100%;
}
.gallery-card-cover {
  height: 130px;
  width: 130px;
  margin: 15px;
}
.gallery-app-showcase .gallery-card-cover {
  float: left;
  height: 75px;
  width: 75px;
}
.gallery-card-content {
  padding: 0 15px 15px;
  overflow: hidden;
}
.gallery-app-showcase .gallery-card-content {
  overflow: hidden;
  width: 140px;
  margin-left: 90px;
  padding: 15px 15px 15px 0;
}
.gallery-card-content .gallery-title {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 2px;
  min-height: 17px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  cursor: auto;
}
.gallery-card-content .gallery-title:after {
}
.paragraph-end-block {
  max-height: 100%;
  height: 17px; /* Same as line-height of .gallery-title */
  width: 50px;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
  background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
  background-image: -moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
  background-image: -ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
  background-image: -o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
  background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
}
.gallery-card-content .gallery-subtitle {
  font-size: 12px;
  line-height: 15px;
  color: #999;
  display: block;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 2px;
  min-height: 17px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  cursor: auto;
}
.gallery-meta {
  font-size: 12px;
  font-weight: 900;
  line-height: 15px;
  text-decoration: none;
  display: inline;
  padding: 10px 10px 0 0;
  color: #999;
}
.gallery-card-content .gwt-Image,
.app-stats .gwt-Image { /* Mini meta images */
  display: inline;
  padding: 10px 5px 0 0;
  width: 12px;
  height: 12px;
}
.section-divider {
  border-bottom: 1px solid #d6d6d6;
  max-width: 1360px;
  display: block;
  margin: 15px 0;
}

/* Gallery search panel or search bar styles */
.gallery-search {
  margin: 0 0 20px;
}
.gallery-search-panel {
  margin: 10px 5px;
}
.gallery-search-textarea {
  display: block;
  color: #333;
  line-height: 36px;
  width: 200px;
  text-shadow: none;
  background-color: #fff;
  background-position: 0 0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin-right: 15px;
}
.gallery-search .gwt-Button {
  border-radius: 0;
}


/* Gallery individual app page styles */
.app-info-container {
  width: 430px;
  float: left;
}
.gallery-editbox {
  border: 1px dashed #ccc!important;
  background-color: #fff!important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.gallery-editprompt {
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  padding: 40px 20px;
}
.app-info-container .gallery-editbox {
  width: 100%;
}
.app-info-container .gallery-editprompt {
  padding: 10px;
}
.app-info-container .app-userimage {
  width: 25px;
  height: 25px;
  margin: 0 5px;
  vertical-align: bottom;
}
.gallery-editprompt input {
  width: 90%;
}
.gallery-app-single .gallery-app-showcase,
.gallery-page-single .gallery-app-showcase {
  width: 260px;
  padding: 15px 0;
}
.gallery-page-single .gallery-app-showcase .gwt-TabBarItem,
.gallery-app-single .gallery-app-showcase .gwt-TabBarItem {
  margin: 0 15px;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  padding: 0;
}
.gallery-showcase-desc,
.gallery-showcase-title {
  margin: 10px 15px 0;
  padding: 0;
  width: 230px;
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  color: #666;
}
.gallery-content-details,
.gallery-app-details {
  width: 600px;
  padding: 30px;
  height: auto;
  overflow: hidden;
}
.app-header {
  margin: 0 30px 0 0;
  float: left;
  overflow: hidden;
}
.app-header .app-image {
  width: 130px;
  height: 130px;
}
.app-header .status-updating {
  opacity: 0.6;
}
.app-header .app-image-uploadbox {
  width: 128px;
  height: 128px;
}
.app-header .app-image-uploadprompt {
  margin: -90px 0;
  padding: 0;
}
.app-image-upload {
  display: none;
}
.app-header .app-action-button {
  width: 130px;
}
.gallery-app-details .app-action-html {
  width: 130px;
}

.ode-Inbox .ActionButton,
.gallery-app-details .app-action-button,
.gallery-app-details .app-comments-submit,
.ode-UserProfileWrapper .profile-submit {
  color: #fff;
  line-height: 36px;
  text-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #b3c833;
  background-position: 0 0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.gallery-app-details .app-action-button,
.gallery-app-details .app-comments-submit{
  margin: 15px 0;
  display: block;
}
.projectRenameTitle,
.InboxTitle,
.app-title,
.gallery-app-details .app-comments-header {
  font-size: 28px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
}
.app-title-container .app-desc-textarea,
.app-meta .app-desc-textarea {
/*  height: 20px; */
}
.gallery-app-details .app-comments-textarea,
.app-desc-textarea {
  height: 50px;
  margin: 10px 0;
  padding: 10px;
  color: #bebebe;
  font-size: 14px;
  border: 1px dashed;
  resize: none;
}
.app-otherinfo-textlabel,
.app-otherinfo-textdisplay,
.app-otherinfo-textlink {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}
.app-otherinfo-textdisplay {
  width: 50%;
  color: #555;
  vertical-align:top;
}
.app-otherinfo-textlink {
  color: #b3c833;
  border-bottom: 1px dotted #b3c833;
  font-weight: 300; font-size: 14px;
}
.app-otherinfo-textlink:hover {
  background-color: #b3c833;
  color: white;
  cursor: pointer;
}
.app-otherinfo-textlabel {
  width: 110px;
  color: #999;
}
.app-otherinfo-textbox {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  padding: 10px;
  color: #bebebe;
  font-size: 14px;
  border: 1px dashed;
  resize: none;
}
.app-otherinfo-textbox::-webkit-input-placeholder {
  font-size: 13px;
  padding-left:10px;
}
.app-otherinfo-textbox:focus {
  border: 1px solid;
  color: #444;
  font-size: 14px;
}
.gallery-app-details .app-comments-textarea {
  width: 580px; /* 600-10-10 */
}
.app-desc-textarea {
  width: 410px; /* 430-10-10 */
}
.gallery-app-details .app-comments-textarea:focus,
.app-desc-textarea:focus {
  border: 1px solid;
  color: #444;
  font-size: 14px;
}
.gallery-app-details .app-comments-submit {
  width: 30%;
  margin: 10px 0;
}
.gallery-app-details .app-subtitle {
  font-size: 16px;
  margin: 0;
  display: inline;
}
.gallery-app-details .app-username {
  color: #b3c833;
  border-bottom: 1px dotted #b3c833;
}
.gallery-app-details .app-username:hover {
  background-color: #b3c833;
  color: white;
  cursor: pointer;
}
.gallery-app-details .app-attributor-username {
  margin-right: 5px;
  color: #b3c833;
  border-bottom: 1px dotted #b3c833;
  display: inline;
}
.gallery-app-details .app-attributor-label {
  display: inline;
}
.app-stats {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  display: inline;
  padding: 10px 0 0 15px;
  color: #999;
}
.app-stats .gwt-Image { /* Mini meta images */
  display: inline;
  padding: 10px 5px 0 0;
  width: 12px;
  height: 12px;
}
.app-stats .gwt-Label {
  display: inline;
  padding-right: 5px;
}
.app-meta {
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
.app-meta .gwt-Label {
  line-height: 175%;
  font-weight: 300;
  margin: 0 15px 0 0;
  color: #999;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.app-meta .gwt-Label-auto {
  line-height: 175%;
  font-weight: 300;
  margin: 0 15px 0 0;
  color: #999;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.app-meta .app-meta-label {
  display: inline-block;
  width: 110px;
}
.gallery-app-details .app-tags {
  max-width: 100%;
  display: block;
  margin: 10px 0 0;
}
.gallery-app-details .app-tags .gwt-Label {
  display: inline-block;
  background-color: #EEE;
  color: #999;
  padding: 2px 10px;
  margin: 5px 8px 5px 0;
}
.gallery-app-details .app-tags .gwt-Label:hover {
  background-color: #999;
  color: #FFF;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.app-stats .note-header {
  display: block;
  font-weight: 900;
}
.app-stats .note-content {
  display: block;
  font-weight: 100;
  margin-bottom: 15px;
}


/* Gallery app comment related styles */
.gallery-app-details .app-comments-wrapper {
  display: none; /* We are not showing comments before initial launch */
}
.gallery-app-details .app-comments {
  width: 100%;
  font-weight: 300;
}
.app-comments .comment-item {
  margin: 10px 0;
}
.comment-item {
  padding: 10px 0 0;
}
.comment-person {
  float: left;
  margin: 0 20px 0 0;
  position: absolute;
  height: 100%;
}
.comment-person .gwt-Image {
  height: 48px;
  width: 48px;
}
.comment-content {
  padding-left: 68px; /* width of the left side + margin */
}
.comment-meta {
  font-size: 12px;
  margin: 0 0 5px;
}
.comment-meta .comment-author {
  display: inline-block;
  font-size: 14px;
}
.comment-meta .comment-date {
  display: inline-block;
  margin-left: 5px;
  color: #999;
}
.comment-item .comment-text {
  font-size: 14px;
  font-weight: 300;
}



/* Gallery app actions related styles */
.gallery-app-details .app-actions {
  display: block;
  width: 100%;
}
.gallery-page-single .gwt-TabBar .gwt-TabBarItem-selected,
.gallery-app-single .gwt-TabBar .gwt-TabBarItem-selected {
  color: #b3c833;
  font-weight: 300;
}
.gallery-nav-return .gwt-Label,
.app-description,
.app-actions .gwt-TabPanelBottom .gwt-Label,
.app-info-container .primary-prompt,
.app-actions .primary-prompt {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75;
  color: #666;
}
.app-stats .primary-link {
  font-size: 12px;
}
.primary-link-small {
  color: #b3c833;
  border-bottom: 1px dotted #b3c833;
  font-weight: 300; font-size: 11.5px; line-height: 1.75;
}
.primary-link,
.moderator-link {
  color: #b3c833;
  border-bottom: 1px dotted #b3c833;
  font-weight: 300; font-size: 14px; line-height: 1.75;
}
.moderator-link {
  display:inline;
  margin-right:5px;
}
.ode-ProjectGalleryLink:hover,
.primary-link:hover,
.primary-link-small:hover,
.moderator-link:hover {
  background-color: #b3c833;
  color: white;
  cursor: pointer;
  width: auto;
}
.app-actions .action-button {
}
.app-actions .action-textarea {
  width: 99%;
  height: 75px;
  margin: 15px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.app-actions .action-textbox {
  width: 99%;
  margin: 15px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Moderation Page styles */
.all-reports {
  float: right;
}
.ode-ModerationTable {

}
.ode-ModerationTable .primary-link {
  color: black;
}
.inline-label{
  display:inline;
  margin-right:5px;
}

.time-label{
  display:inline;
  margin-right:15px;
  font-style:italic;
}
.seemore-link {
  color: #333399;
  border-bottom: 1px dotted #b3c833;
  font-weight: 300; font-size: 14px; line-height: 1.75;
  display:inline;
  margin-right:5px;
}

.seemore-link:hover {
  color: #980000;
  cursor: pointer;
  text-decoration:underline;
}


/* General gallery helper styles */
.message-popup {
  background-color: #fff;
  border: 1px solid lightgrey;
  padding: 20px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* Blocks editor */
.svg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ac-renderer {
  font: normal 13px Arial, sans-serif;
  position: absolute;
  background: #fff;
  border: 1px solid #666;
  -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, .4);
  -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, .4);
  width: 300px;
  height: 294px;
  overflow: auto;
}
.ac-row {
  cursor: pointer;
  padding: .4em;
}
.ac-highlighted {
  font-weight: bold;
}
.ac-active {
  background-color: #b2b4bf;
}

.ai_type_block {
  position: absolute;
  z-index: 2000;
}

.goog-hsva-palette, .goog-hsva-palette-sm {
  border: 0;
}

div.vector-marker>svg, div.leaflet-marker-icon>img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2px;
}

div.dropdiv {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
}

div.dropdiv.good {
  background-color: rgba(128, 255, 128, 0.3);
  border: 8px dashed darkgreen;
  display: block;
}

div.dropdiv div {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

div.dropdiv p {
  text-align: center;
  top: -15pt;
  font-size: 18pt;
  line-height: 30pt;
  color: darkgreen;
  margin: 0;
  position: relative;
}

.ya-Toolbar {
  display: flex;
  justify-content: space-between;
}

.ya-Toolbar .left {
  min-width: 220px;
  text-align: left;
}

.ya-Toolbar .right {
  flex-shrink: 0;
  text-align: right;
}

.ya-Toolbar .center {
  text-align: center;
  min-width: fit-content;
}

.ya-Toolbar>div>div {
  margin: 2px;
}

.ya-ProjectName {
  display: inline-block;
}

.download-button {
  display: grid !important;
  max-width: 130px;
  margin: 0 !important;
  margin-top: 12px !important;
  margin-left: -3px !important;
  height: 130px;
}

.download-icon {
  height: 110px;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.classic .download-barcode:before {
  content: "";
  background-color: #888;
  position: absolute;
  width: 1px;
  height: 160px;
  top: 40px;
  left: 50%;
  display: block;
}

.listItem:nth-child(2n + 0) {
  background: rgba(200, 200, 200, 0.1);
}

.components-tree-filter {
  margin-top: 1px;
  margin-left: 1px;
  font-size: 11px;
}

.ode-UserSettingsDialog .dialogContent {
  width: 768px;
}

.image-radio-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.image-radio {
  position: relative;
  text-align: center;
}

.hidden-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.image-label {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  height: 100%;
}

.image-label img {
  box-sizing: border-box;
  width: 360px;
  object-fit: cover;
  border: 3px solid transparent;
  border-radius: 5px;
  transition: border-color 0.2s ease-in-out;
}

.hidden-radio:checked + div img {
  border-color: #7D9D36;
}

.image-label:hover img {
  border-color: #b3c833;
}

.hidden-radio:focus div + img {
  box-shadow: 0 0 0 2px rgba(186, 238, 86, 0.6);
}

.image-label > .gwt-Label {
  flex-grow: 1;
  align-content: flex-end;
}

@media(max-width: 768px) {
  .ode-UserSettingsDialog .dialogContent {
    width: 100%;
    max-width: 360px;
    flex-direction: column;
  }
  .image-radio-group {
    flex-direction: column;
  }
}

.popup {
  background-color: transparent;
  position: absolute;
}

.popup .popup-triangle {
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #128BA8;
  border-top: 0 solid transparent;
}

.popup .popup-content {
  background-color: #128BA8;
  color: #fff;
  padding: 8px 16px;
  max-width: 300px;
  text-align: justify;
  border-radius: 8px;
}

.popup a {
  color: #fff;
  text-decoration: underline;
}
.ode-DialogBox-light .dark, .ode-DialogBox-dark .light {
  display: none;
}

#aiConsolePanel {
  height: 100%;
  background-color: white;
}

#aiConsolePanel .Warning {
  color: rgb(255, 153, 0);
  font-weight: bold;
}

#aiConsolePanel .Error {
  color: red;
  font-weight: bolder;
}
