html, body {
    height: 100%;
}

#tab-content p {
    display: none;
}

#tab-content p.is-active {
    display: block;
}

input {
    border: 0;
    background-color: transparent;
}


/* Diff */

.diff-wrapper {
    width: 100%;
}

ins, .sign.ins {
    color: green;
}

del, .sign.del {
    color: red;
}

.diff-wrapper thead>tr>th {
    display: none;
}

.diff-wrapper tbody>tr>th {
    padding: .5em;
}

.diff-wrapper tbody>tr>th:first-child,
.diff-wrapper tbody>tr>th:nth-child(2){
    color: lightgrey;
}

.diff-wrapper tbody>tr>th:first-child,
.diff-wrapper tbody>tr>th:nth-child(2),
.diff-wrapper tbody>tr>th:nth-child(3){
    width: 5px;
}

.diff-wrapper tbody>tr>th:nth-child(3) {
    border-right: 2px solid lightgrey;
}

.diff-wrapper tbody tr[data-type="+"] {
    background-color: #ddffdd;
    color: green;
}

.diff-wrapper tbody tr[data-type="-"]>th.n-old,
.diff-wrapper tbody tr[data-type="+"]>th.n-new {
    color: grey;
}

th.tn-old {
    width: auto;
}

th.tn-new {
    width: auto;
}

.diff-wrapper tbody tr[data-type="-"] {
    background-color: #fee8e9;
    color: red;
}

#app {
    min-height: 100%;
}

.sidenavbar {
    height: calc(100vh - 84px);
    position: sticky;
    top: 0;
}

.gutter {
    background-color: #eee;

    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    cursor: col-resize;
}

.gutter.gutter-vertical {
    cursor: row-resize;
}

.split {
    overflow-y: auto;
    overflow-x: hidden;
}

#bottomnavbar {
    min-height: 3rem;
    z-index: 99;
}

.modal-content {
    max-height: calc(100vh - 180px);
}

.steps-marker.is-hollow, .steps.is-hollow .steps-marker {
    border: .3em solid #ff5000;
}

.steps:not(.is-hollow) .steps-marker:not(.is-hollow), .steps:not(.is-hollow) .steps-segment.is-active .steps-marker:not(.is-hollow),
.steps-segment::after {
    background-color: #ff5000;
}

#diffBox {
    padding: 0;
}

.ace_editor div {
    font: inherit!important
}