body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #1b2238; }

/*******************
* Sidebar.
******************/
#sidebar {
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  -webkit-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.75); }

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
  margin-top: -50px;
  margin-left: 140px; }

.nav-glyphicon {
  margin-right: 10px; }

/*******************
* Hierarchy
******************/
/* react-sortable-tree and theme overrides */
.rstcustom__row {
  width: 100%; }

.rstcustom__rowLabel {
  padding-right: 0;
  flex: 0 0 240px;
  max-width: 240px; }

.rstcustom__rowContents {
  justify-content: stretch; }

.rst__virtualScrollOverride {
  overflow: auto !important; }

.ReactVirtualized__Grid__innerScrollContainer {
  overflow: visible !important; }

.rstcustom__node {
  min-width: 100%;
  height: unset !important; }

/*******************
* Webgl
******************/
canvas {
  margin: 0 0 0 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%; }

/*******************
* Nav
******************/
.drawer-nav {
  display: flex;
  list-style: none;
  padding: 7px 5px 0;
  margin-bottom: 0; }

.drawer-nav li a {
  padding: 3px 8px 2px; }

.drawer-nav button {
  padding: 0; }

/*******************
* Typography
******************/
h1 {
  font-size: 24px;
  margin-top: 10px; }

h2 {
  font-size: 20px;
  margin-top: 0; }

h3 {
  font-size: 16px; }

.small {
  font-size: 11px; }

.tiny {
  font-size: 10px;
  color: gray; }

.page-header h1 {
  font-size: 39px; }

.nav-link {
  color: #2CA8AF;
  margin-right: 10px; }

.nav-link.active {
  font-weight: bold; }

/*******************
* Colors
******************/
a {
  color: #2CA8AF; }

.action {
  color: #2CA8AF; }

.btn-primary {
  background-color: #2CA8AF;
  border-color: #2CA8AF; }

.btn-link {
  color: #2CA8AF; }

/*******************
* Misc
******************/
.flex-container {
  display: flex;
  flex: 1; }

.inherit-container {
  display: inherit;
  position: absolute;
  height: 100%;
  width: 100%; }

.flex-container-column {
  display: flex;
  flex: 1;
  flex-direction: column; }

.float-right {
  float: right;
  padding-right: 4px;
  padding-top: 4px; }

.use-hand {
  cursor: pointer; }

/* Pretty sure this is fragile and dependent on font size, so let's get a better solution. */
.glyphicon-spin {
  -webkit-transform-origin: 50% 44%;
  transform-origin: 50% 44%;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2A314C inset !important; }

/*******************
* React Tags
******************/
/* Example Styles for React Tags*/
div.ReactTags__tags {
  position: relative; }

/* Styles for the input */
div.ReactTags__tagInput {
  width: 100%;
  border-radius: 2px;
  display: inline-block;
  margin: 0px 2px 6px 0px;
  padding: 4px; }

div.ReactTags__tagInput input.ReactTags__tagInputField,
div.ReactTags__tagInput input.ReactTags__tagInputField:focus {
  height: 31px;
  margin: 0px 2px 6px 0px;
  padding: 4px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #eee; }

div.ReactTags__selected {
  display: flex;
  height: 50px; }

/* Styles for selected tags */
div.ReactTags__selected span.ReactTags__tag {
  border: 1px solid #ddd;
  background: #eee;
  font-size: 12px;
  padding: 2px 5px 5px 5px;
  margin: 7px 5px 18px 5px;
  cursor: move;
  border-radius: 2px; }

div.ReactTags__selected a.ReactTags__remove {
  color: #aaa;
  margin-left: 5px;
  cursor: pointer; }

/* Styles for suggestions */
div.ReactTags__suggestions {
  position: absolute;
  z-index: 100; }

div.ReactTags__suggestions ul {
  list-style-type: none;
  box-shadow: 0.05em 0.01em 0.5em rgba(0, 0, 0, 0.2);
  background: white;
  width: 200px; }

div.ReactTags__suggestions li {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0; }

div.ReactTags__suggestions li mark {
  text-decoration: underline;
  background: none;
  font-weight: 600; }

div.ReactTags__suggestions ul li.ReactTags__activeSuggestion {
  background: #b7cfe0;
  cursor: pointer; }


/*# sourceMappingURL=main.bundle.9965f4fddc9717e37570.js.map*/