:root {
  /*--main-bg-color: #e7e7e7;*/
  --main-bg-color: #ffffff;
}

body, html {
    width: 100%;
    height: 100%;
}

body, h1, h2, h3 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

a {
  color: #9f82c4;
}

a:hover{
  color: #ccc8e9;
  text-decoration: underline;
}

a .navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
    color: #ccc8e9;
}

a:hover .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:hover {
    color: #635d8d;
}

ul.list-inline>li>a {
    color: #ccc8e9;
}

ul.list-inline>li>a:hover {
    color: #635d8d;
}

li.nav-item>a.nav-link {
    color: #ccc8e9;
}

li.nav-item>a.nav-link-active {
    color: #332940;
}

li.nav-item>a.nav-link-active:hover, li.nav-item>a.nav-link:hover {
    color: #332940;
}

.aln_view_cell {
  color: #1c1c1c;
}
.aln_view_cell:hover {
  color: #f5aa3b;
  cursor : pointer;
}

.job_id_box {
    display: inline;
    font-size: 25px;
    color: #332940;
    background-color: #ccc8e9;
    border: 2px solid #000000;
    border-radius: 5px;
}

.loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.loader {
    color: #332940;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.threejs_loader,
.threejs_loader:before,
.threejs_loader:after {
  background: #ccc8e9;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.threejs_loader {
  color: #ccc8e9;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.threejs_loader:before,
.threejs_loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.threejs_loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.threejs_loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

footer {
    padding: 10px 0;
    background-color: #332940;
}

p.copyright {
    margin: 15px 0 0;
}

#fasta_input {
  position: relative;
  font-size: 16px;
  font-family: "Courier New", Consolas, monospace;
}

#div_placeholder {
  position: absolute;
  opacity: .5;
  top: 30px;
  left: 55px;
  right: 55px;
  font-size: 10px;
  font-family: "Courier New", Consolas, monospace;
  text-align: left;
  word-break:break-all;
}
#div_placeholder.none {
  display: none;
}

#result_table_toolbar.none {
  display: none;
}

.alert-info {
    margin: auto;
    color: #332940;
    background-color: #ccc8e9;
    border-color: #332940;
    font-family: "Courier New", Consolas, monospace;
}

.alert-secondary {
    margin: auto;
    text-align: left;
    color: #332940;
    background-color: #ffffff;
    border-color: #332940;
    font-family: "Courier New", Consolas, monospace;
}

.alert-danger {
  font-size: 12px;
  font-family: "Courier New", Consolas, monospace;
}

.alert-danger>button {
  display: inline;
  font-size: 14px;
  font-family: "Courier New", Consolas, monospace;
}

#submit_button {
  height: 50px;
  color: #332940;
  background-color: #ccc8e9;
  border: 2px solid #332940;
  border-radius: 5px;
}

#submit_button:hover {
  height: 50px;
  color: #ccc8e9;
  background-color: #332940;
  border: 2px solid #ccc8e9;
  border-radius: 5px;
}

.btn.btn-danger>a {
  color: black;
  font-size: 12px;
  text-decoration: none;
}

a>button.btn {
  color: #332940;
  background-color: #ccc8e9;
  border: 2px solid #332940;
  border-radius: 5px;
}

a>button.btn:hover {
  color: #ccc8e9;
  background-color: #332940;
  border: 2px solid #ccc8e9;
  border-radius: 5px;
}

a>button.btn-top {
  width: 100%;
  text-align: left;
  color: #332940;
  background-color: #ffffff;
  border: 0px solid #332940;
  border-radius: 5px;
}

a>button.btn-top:hover {
  color: #ccc8e9;
  text-decoration: underline;
}

.data_circle:hover{
  stroke: #000000;
  stroke-width: 2px;
}

#select-top-n-hit {
  float: right;
  padding-top: 15px;
}

#choose-query {
  float: left;
  padding-top: 15px;
}

.query_fasta_box{
  padding-top: 10px;
  padding-left: 10px;
  color: #383838;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px #000000 inset;
  font-size: 12px;
  font-family: "Courier New", Consolas, monospace;
  word-break: break-all;
}

#meocloud{
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px #000000 inset;
}

svg#canvas{
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px #000000 inset;
}

.legend-div {
  position: relative;
  z-index: 1;
}

.gl-map#div-gl-map{
  background-color: #000000;
  border: 2px solid #ffffff;
  border-radius: 10px;
  width: 100% ;
  height: 600px;
  position: relative;
}
.gl-map#canvas{
  padding-top: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}
canvas#canvas{
  border-radius: 10px;
}
#navi-wrapper{
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}
.img_navi {
  border: 0;
  width: 180px;
  position: relative;
}
.three_control_panel{ 
  position: absolute;
  float: right;
}

#bodymap_colorbar{
  position: absolute;
  left: 20px;
  bottom: 60px;
  z-index: 2;
}
.axis_colorbar line{
  stroke: #ffffff;
}
.axis_colorbar path{
  stroke: #ffffff;
}
.axis_colorbar text{
  fill: #ffffff;
}  

#bodymap-loader{
  color: #ccc8e9;
  position: absolute;
  top: 200px;
  left: 100px;
  z-index: 2;
}
#bodymap-loader.none{
  display: none;
}

#samplecontent{
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px #000000 inset;
}

#meocontent{
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 8px #000000 inset;
}

.bar-radio-buttons{
  padding-left: 50px;
  padding-top: 20px;
}

.btn-copy {
    color: #332940;
    background-color: #ffffff;
    border: 2px solid #332940;
    border-radius: 5px;
}

.btn-default {
    border-color: #332940;
    color: #332940;
    background-color: #ccc8e9;
}

.btn-default:hover {
    color: #ccc8e9;
    background-color: #332940;
}

ul.dropdown-menu>li.active>a {
    color: #fff;
    background-color: #332940;
}

ul.dropdown-menu>li.active>a:hover {
    color: #fff;
    background-color: #332940;
}

ul.dropdown-menu>li>a {
    color: #332940;
    background-color: #fff;
}

ul.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #332940;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.content-section {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
}

.footer, .push {
  clear: both;
  height: 4em;
}

.footer_container>p{
  color: #ccc8e9;
}

.domain::before {
  content: '@';
}

.image_topimage{
  width: 100%;
  background-color: #332940;
  border: 2px solid #e7e7e7;
  border-radius: 10px;
  box-shadow: 0 0 8px #000000 inset;
}

.image_logo{
	width: 100px;
}

.completion_yesno{
  position: relative;
  cursor: pointer;
  display:  inline-block;
}

.completion_yesno img{
  width: 20px;
  z-index:1;
}

.completion_yesno_label {
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  z-index:9999;
}

.completion_yesno_label:before {
  content: "";
  position: absolute;
  top: 0%;
  right: 95%;
  border: 15px solid transparent;
  border-top: 15px solid #000;
  margin-left: -15px;
  transform: rotateZ(90deg);
}
.completion_yesno:hover .completion_yesno_label{
  display: inline-block;
  top: 0px;
  left: 50px;
}

.intro-divider {
    width: 600px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #383838;
    background-size: auto;
    height: 100%; 
}

.intro-message {
    position: relative;
    /*padding-top: 5%;
    padding-bottom: 5%;*/
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
    color: #6151db;
}

.intro-message > h2 {
    color: #332940;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.intro-message > h3 {
    color: #332940;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.intro-message > h4 {
    color: #332940;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.submit-job {
    color: #000000;
    text-align: left;
    position: relative;
    padding-bottom: 5%;
}

.error-message {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #383838;
    background-size: auto;
    height: 100%; 
}

.job-status-message {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: left;
    color: #383838;
    background-size: auto;
    height: 100%; 
}

.job-result {
    padding-top: 100px;
    padding-bottom: 50px;
    color: #383838;
    background-size: auto;
    height: 100%; 
}

.history_list {
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: left;
  color: #383838;
  background-size: auto;
  height: 100%; 
}

#history_job_id {
  display: inline;
  font-size: 16px;
  color: #332940;
  background-color: #ccc8e9;
  border: 1px solid #332940;
  border-radius: 3px;
}

#history_job_id:hover {
  display: inline;
  font-size: 16px;
  color: #ccc8e9;
  background-color: #332940;
  border: 1px solid #ccc8e9;
  border-radius: 3px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.topnav {
    font-size: 14px;
    background-color: #332940;
}

.toppage_container {
  padding-top: 50px;
}

.top-info-panel {
  padding-top: 25px;
  background-color: #ffffff;
}

.submission_panel {
  background-color: #e7e7e7;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 3px #000000 inset;
}

.fasta_input_panel {
  padding-left: 50px;
  padding-right: 50px;
}

.other_input_panel {
  padding-left: 10px;
  padding-right: 20px;
}

.submission_form_misc {
  font-size: 10px;
}

.control-label {
  font-size: 12px;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
  background: var(--main-bg-color);
}

thead {
  color: #ccc8e9;
  background-color: #332940;
}

.pagination>li.active>a{
  color: #ccc8e9;
  background-color: #332940;
  border: 1px solid #332940;
}

.pagination>li.active>a:hover{
  color: #ccc8e9;
  background-color: #332940;
  border: 1px solid #332940;
}

.pagination>li>a{
  color: #332940;
  background-color: #fff;
}

.pagination>li>a:hover{
  color: #332940;
}

.pagination-info {
  color: #332940;
}

.page-list {
  color: #332940;
}

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #fff;
}
.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
  background-color: #eee;
}

.help-page-container {
  padding-top: 100px;
}

.panel-body{
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

/* dat.GUI css */
.dg ul{list-style:none;margin:0;padding:0;width:100%;clear:both}.dg.ac{position:fixed;top:0;left:0;right:0;height:0;z-index:0}.dg:not(.ac) .main{overflow:hidden}.dg.main{-webkit-transition:opacity .1s linear;-o-transition:opacity .1s linear;-moz-transition:opacity .1s linear;transition:opacity .1s linear}.dg.main.taller-than-window{overflow-y:auto}.dg.main.taller-than-window .close-button{opacity:1;margin-top:-1px;border-top:1px solid #2c2c2c}.dg.main ul.closed .close-button{opacity:1 !important}.dg.main:hover .close-button,.dg.main .close-button.drag{opacity:1}.dg.main .close-button{-webkit-transition:opacity .1s linear;-o-transition:opacity .1s linear;-moz-transition:opacity .1s linear;transition:opacity .1s linear;border:0;line-height:19px;height:20px;cursor:pointer;text-align:center;background-color:#000}.dg.main .close-button.close-top{position:relative}.dg.main .close-button.close-bottom{position:absolute}.dg.main .close-button:hover{background-color:#111}.dg.a{float:right;margin-right:15px;overflow-y:visible}.dg.a.has-save>ul.close-top{margin-top:0}.dg.a.has-save>ul.close-bottom{margin-top:27px}.dg.a.has-save>ul.closed{margin-top:0}.dg.a .save-row{top:0;z-index:1002}.dg.a .save-row.close-top{position:relative}.dg.a .save-row.close-bottom{position:fixed}.dg li{-webkit-transition:height .1s ease-out;-o-transition:height .1s ease-out;-moz-transition:height .1s ease-out;transition:height .1s ease-out;-webkit-transition:overflow .1s linear;-o-transition:overflow .1s linear;-moz-transition:overflow .1s linear;transition:overflow .1s linear}.dg li:not(.folder){cursor:auto;height:27px;line-height:27px;padding:0 4px 0 5px}.dg li.folder{padding:0;border-left:4px solid rgba(0,0,0,0)}.dg li.title{cursor:pointer;margin-left:-4px}.dg .closed li:not(.title),.dg .closed ul li,.dg .closed ul li>*{height:0;overflow:hidden;border:0}.dg .cr{clear:both;padding-left:3px;height:27px;overflow:hidden}.dg .property-name{cursor:default;float:left;clear:left;width:40%;overflow:hidden;text-overflow:ellipsis}.dg .c{float:left;width:60%;position:relative}.dg .c input[type=text]{border:0;margin-top:4px;padding:3px;width:100%;float:right}.dg .has-slider input[type=text]{width:30%;margin-left:0}.dg .slider{float:left;width:66%;margin-left:-5px;margin-right:0;height:19px;margin-top:4px}.dg .slider-fg{height:100%}.dg .c input[type=checkbox]{margin-top:7px}.dg .c select{margin-top:5px}.dg .cr.function,.dg .cr.function .property-name,.dg .cr.function *,.dg .cr.boolean,.dg .cr.boolean *{cursor:pointer}.dg .cr.color{overflow:visible}.dg .selector{display:none;position:absolute;margin-left:-9px;margin-top:23px;z-index:10}.dg .c:hover .selector,.dg .selector.drag{display:block}.dg li.save-row{padding:0}.dg li.save-row .button{display:inline-block;padding:0px 6px}.dg.dialogue{background-color:#222;width:460px;padding:15px;font-size:13px;line-height:15px}#dg-new-constructor{padding:10px;color:#222;font-family:Monaco, monospace;font-size:10px;border:0;resize:none;box-shadow:inset 1px 1px 1px #888;word-wrap:break-word;margin:12px 0;display:block;width:440px;overflow-y:scroll;height:100px;position:relative}#dg-local-explain{display:none;font-size:11px;line-height:17px;border-radius:3px;background-color:#333;padding:8px;margin-top:10px}#dg-local-explain code{font-size:10px}#dat-gui-save-locally{display:none}.dg{color:#eee;font:11px 'Lucida Grande', sans-serif;text-shadow:0 -1px 0 #111}.dg.main::-webkit-scrollbar{width:5px;background:#1a1a1a}.dg.main::-webkit-scrollbar-corner{height:0;display:none}.dg.main::-webkit-scrollbar-thumb{border-radius:5px;background:#676767}.dg li:not(.folder){background:#1a1a1a;border-bottom:1px solid #2c2c2c}.dg li.save-row{line-height:25px;background:#dad5cb;border:0}.dg li.save-row select{margin-left:5px;width:108px}.dg li.save-row .button{margin-left:5px;margin-top:1px;border-radius:2px;font-size:9px;line-height:7px;padding:4px 4px 5px 4px;background:#c5bdad;color:#fff;text-shadow:0 1px 0 #b0a58f;box-shadow:0 -1px 0 #b0a58f;cursor:pointer}.dg li.save-row .button.gears{background:#c5bdad url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAANCAYAAAB/9ZQ7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQJJREFUeNpiYKAU/P//PwGIC/ApCABiBSAW+I8AClAcgKxQ4T9hoMAEUrxx2QSGN6+egDX+/vWT4e7N82AMYoPAx/evwWoYoSYbACX2s7KxCxzcsezDh3evFoDEBYTEEqycggWAzA9AuUSQQgeYPa9fPv6/YWm/Acx5IPb7ty/fw+QZblw67vDs8R0YHyQhgObx+yAJkBqmG5dPPDh1aPOGR/eugW0G4vlIoTIfyFcA+QekhhHJhPdQxbiAIguMBTQZrPD7108M6roWYDFQiIAAv6Aow/1bFwXgis+f2LUAynwoIaNcz8XNx3Dl7MEJUDGQpx9gtQ8YCueB+D26OECAAQDadt7e46D42QAAAABJRU5ErkJggg==) 2px 1px no-repeat;height:7px;width:8px}.dg li.save-row .button:hover{background-color:#bab19e;box-shadow:0 -1px 0 #b0a58f}.dg li.folder{border-bottom:0}.dg li.title{padding-left:16px;background:#000 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat;cursor:pointer;border-bottom:1px solid rgba(255,255,255,0.2)}.dg .closed li.title{background-image:url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlGIWqMCbWAEAOw==)}.dg .cr.boolean{border-left:3px solid #806787}.dg .cr.color{border-left:3px solid}.dg .cr.function{border-left:3px solid #e61d5f}.dg .cr.number{border-left:3px solid #2FA1D6}.dg .cr.number input[type=text]{color:#2FA1D6}.dg .cr.string{border-left:3px solid #1ed36f}.dg .cr.string input[type=text]{color:#1ed36f}.dg .cr.function:hover,.dg .cr.boolean:hover{background:#111}.dg .c input[type=text]{background:#303030;outline:none}.dg .c input[type=text]:hover{background:#3c3c3c}.dg .c input[type=text]:focus{background:#494949;color:#fff}.dg .c .slider{background:#303030;cursor:ew-resize}.dg .c .slider-fg{background:#2FA1D6;max-width:100%}.dg .c .slider:hover{background:#3c3c3c}.dg .c .slider:hover .slider-fg{background:#44abda}
