﻿#chart-container {
    position: relative;
    display: inline-block;
    top: 10px;
    left: 10px;
    /* height: 420px; */
    /*height: 100%;*/
    height: 1vh;
    width: calc(100% - 24px);
    border: 2px dashed #aaa;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
}

.back-button-container {
    display: block;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    margin: .25em inherit .25em inherit;
    text-align: right;
}

#fullScreenChart {
    border-top: 2px dashed #aaa;
}

.back-button-container .back-button {
    display: block;
    margin-right: 0;
    margin-left: auto;
}

#chart-container {
    overflow: auto;
}

.orgchart {
    background-image: none;
    background-color: #fff;
}

.node {
    margin-left: 2em !important;
    margin-right: 2em !important;
}

@media print {
    table {
        page-break-after: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
    }

    tfoot {
        display: table-footer-group;
    }
}
