﻿.body-inner {
    overflow: hidden;
    height: 100%;
    overflow-y: auto
}

.card-center {
    text-align: center
}

.btn {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.bg-secondary {
    background-color: #6c757dc9 !important
}

.card {
    width: 80%;
    height: 80%;
    margin:auto;
    min-width: 500px;
    /*
    position: absolute;
    left: 10%;
    top: 10%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
    */
}

.card-body {
    height: calc(100% - 120px)
}

.card-footer,
.card-header {
    height: 60px;
    text-align: center
}

.header {
    position: fixed;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: xx-large;
    color: #bb86ff;
    padding-top: 5px
}

.footer {
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    text-align: center;
    color: lightgray;
    padding-top: 5px
}

textarea {
    width: 80%;
    height: 80%
}

#treeCard {
    display: none
}

#selectorBox {
    padding-left: 16px;
    padding-top: 4px;
    width: 100%;
    height: 36px;
    border: 1px solid black
}

.copiedModal {
    padding: 15px;
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    width: 250px;
    height: 100px;
    text-align: center;
    color: black;
    border-radius: 10px
}

.value {
    color: #00c2ff;
    z-index: 20
}

.treeItem:hover {
    border: 1px solid #d0d0d0
}

.tab0 {
    margin-left: 0
}

.tab1 {
    margin-left: 10px
}

.tab2 {
    margin-left: 20px
}

.tab3 {
    margin-left: 30px
}

.tab4 {
    margin-left: 40px
}

.tab5 {
    margin-left: 50px
}

.tab6 {
    margin-left: 60px
}

.tab7 {
    margin-left: 70px
}

.tab8 {
    margin-left: 80px
}

.tab9 {
    margin-left: 90px
}

.tab10 {
    margin-left: 100px
}

.tab11 {
    margin-left: 110px
}

.tab12 {
    margin-left: 120px
}

.tab13 {
    margin-left: 130px
}

.tab14 {
    margin-left: 140px
}

.tab15 {
    margin-left: 150px
}

.treeItem {
    position: relative;
    z-index: 10;
    width: 90%
}