@import "../../bower_components/codemirror/lib/codemirror.css";
#laboratory {
    margin: 0;
    padding: 0;
    height: 100%;
}

/*jACKY 2016-3-21*/
#laboratory .nav{
    padding-left:40px;
}
.ez-expandable{
    display:block!important;
}
.ez-expandable,
.ez-expandable:focus{
    color: #777;
}
.ez-expandable:hover{
    color:black;
}
/*jACKY end*/

#laboratory .nav-tabs>li>a{
    border-radius: 0;
}

#laboratory .CodeMirror-gutters {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f7f7f7;
    white-space: nowrap;
}

#laboratory .CodeMirror {
    font-family:Consolas, Monaco, 'Lucida Console', 'Courier New', monospace;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    background: white;
    color: black;
    top: 44px;
    width: 100%;
    bottom: 50%;
    overflow: hidden;
    height: auto;
}
#laboratory .CodeMirror-gutters {
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 30px;
    z-index: 3;
}
#laboratory .terminal {
    position: absolute;
    bottom: 50px;
    top:50%;
    height: 50%;
    border: 1px solid #ddd;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 60px;
    font-weight: bolder;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

