﻿
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #88aee0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #b1c9b1;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: darkblue;
        border-radius: 10px;
    }


.table {
    line-height: 14px;
    font-size: 13px;
}

    .table td {
        vertical-align: middle;
        padding: 0.1rem 0.1rem;
    }

.TableSmall {
    font-size: 12px;
    line-height: 13px;
}

@media print {

    body * {
        visibility: hidden;
    }

    #folderDiv {
        display: none;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }

    .rotation-wrapper-outer {
        display: table;
    }

    .rotation-wrapper-inner {
        padding: 50% 0;
        height: 0;
    }

    .element-to-rotate {
        display: block;
        transform-origin: top left;
        transform: rotate(-90deg) translate(-100%);
        margin-top: -50%;
        white-space: pre-wrap;
    }
}
