﻿.inputgroup-title {
    color: #808080;
    font-size: 1.3rem;
    font-weight: bold;
    text-align:center;
}


.inputgroup-titlebar {
    background-color: #69a2b7;
    color: #ffffff;
    font-size: small;
    font-weight: bold;
    margin-left: 5px; /* to match the inputgroup block*/
    margin-right: 5px;
    padding-left: 4px; /* space before the title text starts on the left */
}

.inputgroup {
    border: 1px dashed #999999;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px; /* space between title and start of body */
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px; /* space between vertical blocks */
}

.inputgroup-break {
    border-top: 1px dashed #999999;
    padding-bottom: 10px;
}

.parentdoc {
    color:darkorange;
    font-weight:bold;
}

.page-link a {
    font-family: "Open Sans",sans-serif;
}


.btn-lg, .btn-group-lg > .btn {
    padding: 16px;
    padding: 1rem;
}

    .print-title {
        font-size: 0.9rem;
        font-weight: bold;
        text-transform: uppercase;
    }

    /* border around the list of files */
    .files-box {
        border: 1px solid #999999;
        padding: 10px;
        margin-bottom: 10px;
    }

    @media screen and (min-width : 900px) {
        /* max width on the files box but not on xs screens */
        .files-box {
            max-width: 70%;
        }
    }

    .file-item {
        padding-bottom: 10px;
    }



/* tree titles */
.tree-title {
    font-size: 9pt;
    font-weight: bold;
    color: #525252;
    border-bottom: 1px solid #CCCACB;
    margin-bottom: 10px;
}

.folder-root {
    color: darkorange;
    font-weight: bold;
}

.folder-regular {
    font-weight: bold;
}

.tree-subtitle {
    padding-top: 4px;
    font-size: 9pt;
    color: #525252;
}

.tree-hover {
    background-color: transparent;
}

    .tree-hover:hover {
        background-color: #f5f5f5;
    }

.text-system {
    color: #000000;
    font-weight:bold;
}