﻿/*.main-content a:visited {
    color: #900090 !important;
}*/

.header-bck {
    padding: 4px 11px 7px 11px;
    background-color: rgba(0, 0, 0, .45);
}

.main-content a:not(.btn) {
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #0d6efd;
    border-bottom-color: rgba(13, 110, 253, 0.45);
}

.main-content a:visited:not(.btn) {
    color: #900090;
    border-bottom-color: rgba(144, 0, 144, 0.45);
}

.main-content a:hover:not(.btn) {
    color: #ff0000;
    border-bottom-color: rgba(255, 0, 0, .45);
}

.main-links a {
    text-decoration: none;
    border-bottom-width: 0 !important;
}

.main-links .list-group-item {
    line-height: 22px !important;
}

.main-links {
    line-height: 22px !important;
}

.sitemap td {
    padding-bottom: 10px !important;
    line-height: 20px !important;
}

.sitemap a {
    border-block-color: transparent;
}

.breadcrumbs a {
    border-bottom-color: rgba(108, 117, 125, 0.45) !important;
}

    .breadcrumbs a:hover {
        color: #ff0000 !important;
        border-bottom-color: rgba(255, 0, 0, 0.45) !important;
    }

/*.article :not(td)  {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
*/
.article h2:not(:first-child) {
    margin-top: 2.25rem;
}

.article h3 {
    margin-top: 1.75rem
}

.article h4 {
    margin-top: 1.5rem
}

.article ul li,
.article ol li {
    margin-bottom: .25rem
}

    .article ul li > p ~ ul,
    .article ol li > p ~ ul {
        margin-top: -.5rem;
        margin-bottom: 1rem
    }

.ris p {
    max-width: 580px;
    margin: auto;
}

.ris table {
    margin: auto;
}

.ris td {
    vertical-align: top !important;
}

.ris-compare td {
    padding: 1px 2px 1px 2px;
}

a.bkm, a.bkm:visited {
    color: navy !important;
    border-bottom: 1px dashed navy !important;
    text-decoration: none !important;
}

    a.bkm:hover {
        color: navy !important;
        border-bottom: 1px solid navy !important;
        text-decoration: none !important;
    }

/*Menu*/
.bd-navbar {
    background-color: #00663b;
    /*background-color: #00a060;*/
}

    .bd-navbar .navbar-toggler {
        padding: 0;
        border: 0
    }

    .bd-navbar .navbar-nav .nav-link {
        padding-right: .25rem;
        padding-left: .25rem;
        color: rgba(255,255,255,0.85)
    }

        .bd-navbar .navbar-nav .nav-link:hover, .bd-navbar .navbar-nav .nav-link:focus {
            color: #fff
        }

        .bd-navbar .navbar-nav .nav-link.active {
            font-weight: 600;
            color: #fff
        }

.navbar-brand-ex {
    display: block;
}

@media (min-width: 768px) {
    .navbar-brand-ex {
        display: none;
    }
}


/*Footer*/

.bd-footer a {
    color: #495057;
    text-decoration: none;
}

    .bd-footer a:hover {
        text-decoration: underline !important;
    }

/*Google search */
.gsc-control-cse {
    padding: 0 !important;
    padding-left: 1rem !important;
}
