::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track-piece {
  background: #f2f4f8;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 12px;
  background-color: #cad1d5;
}
::-webkit-scrollbar-thumb:vertical {
  height: 25px;
  background-color: #cad1d5;
}
*,
:before,
:after {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 5px 0;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 15px;
}
b {
  font-weight: 700;
}
.small {
  font-size: 11px;
}
body {
  background: #e9ecf0;
  font-size: 12px;
  font-family: 'Noto Sans', sans-serif;
  color: #929ea4;
}
.pad-top {
  margin-top: 40px !important;
}
header {
  background: #929ea4;
}
ul.topnav {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  max-width: 80%;
  display: table;
  margin: 0 auto;
}
ul.topnav li {
  float: left;
  margin-bottom: 0;
}
ul.topnav li span:first-child {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: .3s;
  font-size: 15px;
  cursor: pointer;
}
ul.topnav li span:first-child:hover {
  background: #849298;
}
ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: .3s;
  font-size: 15px;
}
ul.topnav li.icon {
  display: none;
}
span i,
.nav-text {
  display: inline-block;
}
.pad-right {
  margin-right: 5px;
}
#page-container {
  line-height: 1.5;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 80%;
  width: 85%;
}
#page-container-full {
  line-height: 1.5;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 85%;
  width: 85%;
  margin-top: 3%;
}
.title {
  text-align: center;
  font-size: 15px;
  color: #929ea4;
  margin: 5px auto;
  width: 310px;
}
.title a {
  color: #929ea4;
  text-decoration: none;
}
.title a:hover {
  color: #98a3a9;
}
.title h3 {
  margin: 0;
}
.blob {
  display: block;
  resize: none;
  width: 100%;
  height: 92%;
  outline: none;
  padding: 2%;
  font-size: 15px;
  border: 1px solid #d0d6d9;
  box-shadow: 0 1px 0 0 rgba(50, 50, 50, 0.1);
  border-radius: 3px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  white-space: pre-wrap;
  color: #000;
  left: 0;
  right: 0;
}
#header {
  margin: 5px;
}
#header .links {
  font-size: 15px;
  padding: 10px 0;
}
#header .links small {
  font-size: 9px;
}
#header span {
  padding: 0 10px;
}
#header span:hover {
  color: #8ca5b1;
  cursor: pointer;
}
#header a {
  color: #8ca5b1;
}
#header .pull-left {
  display: block;
  text-align: center;
}
.pull-left {
  text-align: center;
}
.clear {
  clear: both;
}
.text-center {
  text-align: center;
}
.pwd {
  vertical-align: middle;
  outline: none;
  border: 0;
  margin: 0 3px 0 0;
  padding: 0 5px;
  width: 180px;
  height: 28px;
  text-align: center;
  font-size: inherit;
  border: 1px solid #929ea4;
  border-radius: 3px;
  color: #000;
}
.pwd-btn {
  vertical-align: middle;
  outline: none;
  height: 28px;
  width: auto;
  text-align: center;
  background: #929ea4;
  border: 1px solid #76858d;
  font-size: inherit;
  border-radius: 3px;
  color: #fff;
}
.chg {
  outline: none;
  border: 0;
  margin: 0 3px 0 0;
  padding: 10px;
  width: 250px;
  height: 45px;
  text-align: center;
  font-size: 20px;
  -webkit-box-shadow: 0 -1px 1px rgba(161, 166, 171, 0.6);
  -moz-box-shadow: 0 -1px 1px rgba(161, 166, 171, 0.6);
  box-shadow: 0 -1px 1px rgba(161, 166, 171, 0.6);
  border-radius: 3px;
  color: #000;
}
.chg-btn {
  outline: none;
  height: 40px;
  width: 100px;
  text-align: center;
  background: #929ea4;
  border: 1px solid #76858d;
  border-bottom: 2px solid #76858d;
  font-size: 15px;
  border-radius: 3px;
  color: #fff;
}
.chg-btn:active {
  border-top: 2px solid #76858d;
  border-bottom: 1px solid #76858d;
}
.input-wrap {
  margin: 10px 0;
}
.muted {
  color: #aeb7bb;
}
.nav-text {
  padding: 0 !important;
}
.text {
  overflow: auto;
  color: #424242;
  width: 100%;
  display: block;
  resize: none;
  height: 92%;
  padding: 15px;
  font-size: 15px;
  border: 1px solid #d0d6d9;
  border-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  background: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
  white-space: pre-wrap;
  left: 0;
  right: 0;
}
.text pre {
  white-space: pre-wrap;
  font-family: inherit;
  margin: 0;
}
.text pre a {
  color: inherit;
}
.text-functions {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #d0d6d9;
  border-top: 1px solid #eee;
  background: #fff;
  color: #a5a5a5;
  padding: 5px 15px;
  font-size: 14px;
}
.text-functions a {
  text-decoration: none;
  color: inherit;
  margin: 0 8px;
}
.pointer {
  cursor: pointer;
}
.single-line div {
  color: #000;
  vertical-align: top;
  padding: 0 0 0 20px;
}
.line-group {
  list-style-type: decimal;
  color: #D4D4D4;
  margin: 0;
}
.account-info {
  margin: 10px 0 5px;
  font-size: 14px;
  text-align: center;
  color: inherit;
  padding: 5px 0;
}
.account-info a {
  text-decoration: none;
  color: inherit;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.super-bar-toggle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  color: #fff;
  background: #929ea4;
  font-size: 20px;
  padding: 3px 10px;
  cursor: pointer;
  border-radius: 50%;
}
.super-bar {
  display: none;
  position: fixed;
  background: #929ea4;
  width: 100%;
  bottom: 0;
}
.super-bar .super-bar-inner {
  max-width: 80%;
  width: 800px;
  margin: 0 auto;
}
.super-bar .action {
  text-align: center;
  padding: 10px;
  background: #849298;
  color: #e5e8ea;
}
.super-bar .action .input-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-size: 25px;
  background: #76858d;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}
.super-bar .action .input-search {
  display: inline-block;
  background: transparent;
  width: 90%;
  padding: 5px;
  border: 0;
  font-size: 20px;
  color: #bcc3c7;
  outline: none;
  vertical-align: middle;
}
@media screen and (min-width: 801px) and (max-width: 1190px) {
  ul.topnav {
    max-width: 90%;
    display: table;
  }
}
@media screen and (max-width: 1000px) {
  li.icon,
  .nav-text,
  span[name="monospace"],
  span[name="spell_check"] {
    display: none !important;
  }
  ul.topnav {
    display: table;
    max-width: 100%;
  }
  ul.topnav li span:first-child {
    font-size: 16px;
    padding: 14px 30px;
  }
  ul.topnav li a {
    padding: 15px 16px;
  }
  ul.topnav li:not(:first-child) {
    display: inline-block;
  }
}
@media screen and (min-width: 425px) and (max-width: 1080px) {
  .super-bar,
  .super-bar-toggle {
    display: none;
  }
  .pull-left {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
  }
  #page-container {
    width: 85%;
  }
  #header .links {
    padding: 0;
  }
}
@media screen and (min-width: 100px) and (max-width: 425px) {
  .super-bar,
  .super-bar-toggle {
    display: none;
  }
  li.icon,
  .nav-text,
  span[name="monospace"],
  span[name="spell_check"] {
    display: none !important;
  }
  ul.topnav {
    display: table;
  }
  ul.topnav li span:first-child {
    font-size: 16px;
    padding: 14px 18px;
  }
  ul.topnav li a {
    padding: 15px 16px;
  }
  ul.topnav li:not(:first-child) {
    display: inline-block;
  }
  .text-functions {
    padding: 0;
  }
  .text-functions a {
    display: none;
  }
  .pull-left {
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
  }
  #header {
    margin: 0;
  }
  .title {
    width: auto;
  }
  #page-container,
  #page-container-full {
    height: 90%;
    width: 90%;
  }
  .pwd {
    width: 140px;
  }
  .widget-gear {
    display: none;
  }
  #header .links {
    padding: 0;
  }
}
