﻿html {
    font-size: 14px;
}

body {
    font-family: 'Roboto' !important;
    margin: 0px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    header .navbar {
        font-size:12px !important;
    }

    .left-column ul, .right-column ul {
        font-size: 14px !important;
    }

    .left-column a, .right-column a {
        font-size: 14px !important;
    }

    .section {
        font-size: 14px !important;
    }
}

@media (max-width: 1058px) {
    .left-column .h6, .right-column .h6 {
        font-size: 13px !important;
    }

    .right-column .document-item .annotation {
        font-size: 14px !important;
    }
}


@media (min-width:1390px) {
    .container {
        max-width: 1360px !important;
    }
}

header {
    font-family: "Roboto"
}

    header .link {
        color: #372c2e;
    }

    header a:hover {
        text-decoration: none;
    }

    header .logo-container {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        background-color: #f9f4e1;
        max-height: 80px;
    }

    header .logo-container .logo {
        height: 60px;
        width: auto;
        display: inline-block;
    }

        header .logo-container .title {
            display: inline-block;
            text-align: left;
            padding-left: 10px;
            vertical-align: middle;
        }

            header .logo-container .title .title-text {
                color: #372c2e;
                font-size: 26px;
            }

            header .logo-container .title .theses span {
                color: #372c2e;
                font-size: 14px;
                display: inline;
                padding-right: 5px;

            }

                header .logo-container .title .theses span.bordered {
                    border-right: 1px solid #372c2e;
                }

    header .navbar {
        min-height: 40px;
        background-color: #975643;
        font-family: 'Roboto';
        font-size: 16px;
        text-transform: uppercase;
        color: #f6f8fa;
        text-align: center;
        padding-left: .5rem;
        padding-right: .5rem;
    }

        header .navbar .logo {
            height: 2em;
        }

        header .navbar .nav-link {
            padding-top: 0;
            padding-bottom: 0;
        }

    header .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: rgba(255,255,255,.1);
    }

    header .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    header .brand-text {
        color: #f1ead0;
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: bold;
        word-wrap: normal;
        width: 50%;
        text-align: center
    }

    .scroll {
        background-color: #fff;
        width: 45px;
        height: 45px;
        position: fixed;
        bottom: 2em;
        right: 2em;
        border: 1px solid #ddd;
    }

    .scroll:hover {
        opacity: 1;
    }

.arrow-up {
    color: #707070;
}

.central-column {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

    .central-column h1.main-header {
        font-family: 'Roboto';
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        color: #7c4737;
    }

    .central-column ul li {
        color: #004778;
    }

    .central-column .breadcrumb-item + .breadcrumb-item::before {
        color: #cac8c8;
    }

    .central-column .breadcrumb {
        background-color: #fff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
    }

        .central-column .breadcrumb a {
            color: #563727;
        }

    .central-column .breadcrumb a:hover {
        color: #666666;
    }

    .central-column .breadcrumb-item + .breadcrumb-item::before {
        content: '|'
    }

    .central-column .h1 {
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        color: #7c4737;
    }

    .central-column .h6 {
        font-family: 'Roboto';
        font-size: 16px;
        color: #7c4737;
        text-transform: uppercase;
    }

    .central-column .section-law .h6 {
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 16px;
        color: #7c4737;
        text-transform: uppercase;
    }


.left-column, .right-column {
    background-color: #f9f4e1;
    height: auto;
}

.left-column, .right-column {
    font-family: 'Roboto';
    font-size: 14px;
}

    .left-column .h6, .right-column .h6 {
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        color: #7c4737;
    }

    .left-column ul, .right-column ul, .left-column .part-block {
        font-family: 'Roboto';
        font-size: 16px;
        color: #372c2e;
    }

    .left-column .part-block .h6 {
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: bold;
        color: #7c4737;
        text-transform: uppercase;
    }

        .left-column .part-block .part-section a {
            font-family: 'Roboto' !important;
            font-size: 16px;
            color: #372c2e !important;
        }

    .right-column .document-item a {
        font-family: 'Roboto';
        font-size: 14px;
        font-weight: bold;
        color: #372c2e;
    }

    .right-column .document-item .annotation {
        font-family: 'Roboto';
        font-size: 16px;
        color: #000;
    }

.loading-container, .error-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 3em auto;
}

footer {
    background-color: #975643;
    font-family: 'Roboto';
    min-height: 40px;
}

    footer .text-container {
        text-align: center;
        width: 100%;
        font-size: 14px;
        padding-top: 8px;
        color: #f1ead0;
    }

    footer a, footer div {
        color: #f1ead0;
    }

footer a:hover {
    color: #333;
}
.document-annotation-container {
    background-color: #f6f6f6;
    color: #666;
    font-size: 14px;
    font-style: italic;
    padding: 1em 2em;
    margin: 2em 0;
}

    .document-annotation-container .document-annotation-text {
        display: inline;
        margin-left: 2em;
    }

.document-item-container, .judgement-item-container {
    font-family: 'PT Sans';
}

    .document-item-container .document-item-link, .judgement-item-container .judgement-item-link {
        color: #004778;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .document-item-container .document-item-annotation, .judgement-item-container .judgement-item-annotation {
        font-size: 16px;
        color: #666;
    }

.section {
    font-weight: bold;
    text-transform: uppercase;
    color: #372c2e !important;
    font-family: 'Roboto';
    font-size: 16px !important;
}

.section:hover {
    color: #000;
}

.last-level-section {
    font-weight: normal;
    font-style: italic;
    text-transform: none;
}

.section-level-1 {
    margin-left: 1em;
}

.section-level-2 {
    margin-left: 2em;
}

.section-level-3 {
    margin-left: 3em;
}

.section-level-4 {
    margin-left: 4em;
}

.pager .pagination .page-item .page-link {
    color: #333;
}

.pager .pagination .page-item.active .page-link {
    color: #333;
}

.pager .pagination .page-item.active .page-link {
    background-color: #e2e7f0;
    border-color: #e2e7f0;
}

.pager .pagination .page-link {
    border: none;
}

    .pager .pagination .page-link:first-child {
        border-radius: 0;
    }

    .pager .pagination .page-link:last-child {
        border-radius: 0;
    }

.previous-link-container, .next-link-container {
    font-size: 16px !important;
    color: #835c42 !important;
    font-style: italic;
}

    .previous-link-container:hover, .next-link-container:hover {
        color: #000 !important;
    }

        .previous-link-container:hover i::before, .next-link-container:hover i::before {
            text-decoration: none;
        }

    .previous-link-container i {
        margin-right: 1em;
    }

    .next-link-container i {
        margin-left: 1em;
    }



/*----------------------------------*/
.document-html-container div {
    padding: 3px 0 3px;
    font-family: 'Roboto';
    font-size: 16px;
    color: #000;
}

.document-html-container div.aC {
    text-align: center;
    font-weight: bold;
}

.document-html-container div.aJ {
    text-align: justify;
}

.document-html-container div.aR {
    text-align: right;
}

.document-html-container div.aL {
    text-align: left;
}

    .document-html-container div a {
        color: #835c42;
        font-size: 16px;
    }

    .document-html-container div a:hover {
        color: #000;
    }


.section-comment-container a {
    color: #835c42;
    font-size: 16px;
}


#return-to-top {
    z-index: 99;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    opacity: 0.7;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border: 1px solid #b9b9b9;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #333;
        margin: 0;
        position: relative;
        left: 17px;
        top: 14px;
        font-size: 16px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #b9b9b9;
        opacity: 0.9;
    }

        #return-to-top:hover i {
            color: #000;
        }


a.all-documents {
    font-family: 'Roboto';
    font-style: italic;
    font-size: 16px;
    color: #835c42;
}

a.judgement-subheader {
    color: #000;
}