li a,
li.my-file,
li.other-file,
li.admin-file {
  display: block;
  color: #175f40;
}
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

code {
  border-radius: 10px;
  font-size: 18px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body {
  overflow: hidden;
}
#editor {
  margin: 0;
  position: absolute;
  top: 27px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  line-height: 1.2em;
}
#preview {
  margin: 0 auto;
  padding: 0px;
  position: absolute;
  top: 1.8em;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  /*height: 94%;*/
  height: calc(100% - 1.8em);
  border: 0;
}
.editor_container {
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.editor_container::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.split-pane-divider {
  background: #aaa;
}
#left-component {
  width: 15em;
}
.pretty-split-pane-component-inner {
  padding: 0px 3px 0px 3px;
}
#divider {
  left: 15em; /* same as left component width */
  width: 5px;
}
#right-component {
  left: 15em;
  /* margin-left: 5px; same as divider width */
}
#left-component2 {
  width: 55%;
}
#divider2 {
  left: 55%; /* same as left component width */
  width: 5px;
}
#right-component2 {
  left: 0%;
  width: 100%;
  /* margin-left: 5px; same as divider width */
}

#top-component1 {
  bottom: 50%;
  margin-bottom: 5px;
}

#top-component2 {
  /* top: 50%; */
  height: 50%;
  /* bottom: 50%; */
  /* margin-bottom: 5px; */
}

#horizontal-divider1 {
  bottom: 50%;
  height: 10px;
}

#horizontal-divider2 {
  bottom: 0%;
  height: 5px;
}

#bottom-component2 {
  height: 0%;
}

.btn-run {
  position: absolute;
  right: 25px;
  top: 5px;
}
.btn-save-new {
  position: absolute;
  right: 75px;
  top: 5px;
}
.btn-save {
  position: absolute;
  right: 78px;
  top: 5px;
}
.btn-new {
  position: absolute;
  right: 145px;
  top: 5px;
}
.btn-copy {
  font-size: 24px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.btn-hint {
  font-size: 25px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.btn-reload {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.btn-stop {
  position: absolute;
  right: 48px;
  bottom: 5px;
}
/*.btn-vardump {*/
/*    position: absolute;*/
/*    right: 25px;*/
/*    bottom: 25px;*/
/*}*/

.menu__item {
  font-size: small;
  background: #21885c;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.menu__item__link {
  color: #fff;
  display: block;
  padding: 3px;
}

.submenu {
  background: #fff;
  display: none;
}
.submenu__item {
  border-bottom: 1px solid #5200b7;
  color: #222;
  padding: 3px;
}

.submenu__item {
}
.my-file:hover,
.other-file:hover,
.admin-file:hover,
.currently-showing-menu {
  background: rgba(255, 0, 0, 0.1);
}
