html,body{
    margin:0;
    height:100%;
}

#app {
    width:100%;
    height:100%;
}

code, div, pre, ul {
    min-height: 0;
    min-width: 0;
}

header {
    display: flex;
    width: 100%;
    z-index: 20;
    text-align: center;
    /*border-bottom:1px solid rgba(16, 15, 15, 0.12);*/
}

footer, header {
    height: 40px;
    color: #fff;
}

footer {
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 30;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

/*.scene, .wrapper, .wrapper-code, .wrapper-row, footer, header {*/
    /*display: -webkit-box;*/
/*}*/

.header-middle, header {
    background-color: #dcdcdc;
}

.list, .play-button, .wrapper, footer, header {
    overflow: hidden;
}

.header-left, .header-right {
    /*padding: 7px 20px 5px;*/
    padding:0px;
    width: 80px;
    height:40px;
    background-color: #dcdcdc;
}



.range-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.header-middle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header-middle, header {
    background-color: #dcdcdc;
}

.range-bar .progress {
    background-color: #fff;
}

.progress {
    display:flex;
}

.process-cell{
  //display:flex;
  border-right:0.5px solid #000;
  flex:1;
  line-height:40px;
  font-size:80%;
  text-align:center;
  color:#000;
}
.process-cell-active{
  background-color:blue;
}

//------------ header css end ----------

//wraper
/*.wrapper-row {*/
    /*display: flex;*/
    /*-webkit-box-flex: 1;*/
    /*-webkit-flex: 1;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    /*-webkit-flex-direction: row;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-ms-flex-line-pack: stretch;*/
    /*align-content: stretch;*/
/*}*/

/*.wrapper-code {*/
    /*display: flex;*/
    /*-webkit-box-flex: 1;*/
    /*-webkit-flex: 1;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    /*-webkit-flex-direction: row;*/
    /*-ms-flex-direction: row;*/
    /*flex-direction: row;*/
    /*-ms-flex-line-pack: stretch;*/
    /*align-content: stretch;*/
/*}*/

/*.wrapper-code, .wrapper-row {*/
    /*-webkit-align-content: stretch;*/
/*}*/
/*.ace-flex, .replay, .wrapper, .wrapper-code, .wrapper-row {*/
    /*position: relative;*/
/*}*/
/*.list {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*width: 80px;*/
    /*overflow-y: auto!important;*/
    /*z-index: 10;*/
/*}*/

div.scene {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width:100%;
    height:100%;
}
div.scene {
    width:100%;
    height:100%;
}

.scene svg {
    width:100%;
    height:100%;
}


.wrapper-my{
    display:flex;
}

.wrapper {
    height:100%;
    display:flex;
    flex-direction: column;
}

.wrapper-row{
    display:flex;
    flex:1;
    flex-direction:row;
}

.wrapper-code {
    display:flex;
    flex:1;
    flex-direction:column;
}

#logger {
    height: 20%;
    border-top:2px solid;
    padding-left:30px;
    overflow-y:scroll;
    overflow-x:hidden;
}

#logger::-webkit-scrollbar{
    width:0px;
}

#logger p {
    margin:1px;
}

.list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 80px;
    overflow-y: auto!important;
    z-index: 10;
}
.list, .list input {
    background-color: #dcdcdc;
}

.input-group {
    position: relative;
}
.list input {
    border: 0;
    font-size: 16px;
    padding: 16px 5px;
    width: 70px;
    color: #fff;
}

.active {
    background-color: #c3c3c3;
}

.file-list input, .input-button, .play-button,button {
    cursor: pointer;
}
.replay {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    border: 8px solid #fff;
}

.play-button span.iconfont {
    font-size:50px;
    color:red;
}

pre {
    margin: 0;
    overflow:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    /* flex: 1; */
    background-color: #f0f0f0;
}

.numbersFa {
    overflow:auto;
    /*width:80px;*/
}
.numbers {
    overflow-y:auto;
    width: 55px;
    box-shadow: 0 0 1px 0 #000;
    margin-right:-15px;
    z-index: -999;
}
pre code {
    display: block;
    padding: .5em;
    background: #F0F0F0;
}

.numbers span {
    display:block;
    height:15px;
    overflow:hidden;
    font-size:15px;
}
span.line {
    min-height: 18px;
    height:15px;
    padding: 0 .5em;
}

pre .wrapper{
    overflow-y:auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0!important;
    z-index: 1;
    background-color: transparent!important;
    font-size:15px;
}

pre .wrapper {
     height: auto; 
     -webkit-flex: 1; 
    -ms-flex: 1;
     flex: 1; 
}

div.wrapper-code.main .wrapper{
    overflow-y:auto;
    width:100%;
    background-color:#e2e2e2;
}


.hl-line {
  background-color:red;
}

.play-button-c {
    display:flex;
    flex-flow:row nowrap;
}

.play-button {
  display:flex;
  flex:1;
}

.play-button button {
  width:100%;
}

.play-button a {
    text-decoration:none;
    color:#000;
    display:block;
    width: 100%;
}
.play-button>a>button {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    height: 100%;
}

.active_line{
  position:absolute;
  background:rgba(100,200,100,0.5);
  z-index:20
}

.explain {
  position: absolute;
  display:block;
  top: 60px;
  left: 30px;
}
.explain .outline {
  fill:#fff;
}
