html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 270px;
    font: normal normal normal 18px Arial;
}
table {
    width: 100%;
}
a {
    color: #312783;
    text-decoration: underline;
}
a:hover {
    color: #d90b4f;
}
.navbar {
    background: #312783 0% 0% no-repeat padding-box;
    font-size: 18px;
}
.navbar .navbar-nav .nav-link {
    color: #ffffff;
    text-decoration: none;
}
.navbar .navbar-brand {
    color: #ffffff;
    padding: 0;
}
.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #d90b4f;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler.navbar-toggler {
  border: none;
}
.attention {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: darkmagenta;
}
.list-view {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bibliography {
    color: #808080;
}
.bibliography-short {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bibliography-disabled-pdf {
    color: #808080;
    background-color: lightgray;    
}
.article-content {
    margin-top: 2em;
}
.h1 {
    text-transform: uppercase;
}
h1 {
    text-transform: uppercase;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    padding-top: 30px;
    line-height: 20px; /* Vertically center the text there */
    /*background-color: #f5f5f5;*/
    background-color: #312783;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}
.licence-footer {
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    margin-top: 20px;
    padding-top: 15px;
    line-height: 20px; /* Vertically center the text there */
    /*background-color: #f5f5f5;*/
    background-color: #312783;
    text-align: center;
    color: #f7f7f7;
    font-size: 14px;
}
.footer-text-title {
    font-weight: 900;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-text {
    padding-left: 0;
    margin-bottom: 0;
}
.usplogo {
    width: 190px;
    height: 85px;
    text-align: center;
}
.footer-usplogo {
    padding-bottom: 30px;
}
.btn-zoom {
    width: 2em;
    height: 2em;
}
.green {
    background: green;
}
.search-button {
    color: #312783;
    cursor: pointer;
    background: #ffffff;
    border: 1px #312783 solid;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 17px;
    position: relative;
}
.search-button::before {
    content: url(/npdweb/resources/gfx/plus.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px #312783 solid;
}
.filter-button {
    color: #312783;
    cursor: pointer;
    background: #ffffff;
    border: 1px #312783 solid;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 17px;
    position: relative;
}
.filter-button::before {
    content: url(/npdweb/resources/gfx/arrow_down.svg);
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px #312783 solid;
}
.help-button {
    font-size: 16px;
    cursor: pointer;
    text-align: right;
    text-decoration: underline;
    padding-left: 12px;
    padding-top: 7px;
    position: relative;
}
.help-button::before {
    content: url(/npdweb/resources/gfx/otaznik.svg);
    position: absolute;
    left: -1.2em;
    top: 0;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerTab {
    display: none;
    background: #f1f1f1;
    padding: 30px;
    border-top: 1px #312783 solid;
}
.control-label {
    font-weight: 900;
}
.buttons {
    text-align: center;
}
.btn {
    border-radius: 0;
}
.btn-reset {
    border: 1px #312783 solid;
    color: #312783;
    margin-right: 4px;
}
.btn-submit {
    color: #ffffff;
    background: #312783;
    margin-left: 4px;
}
.btn-blue {
    border: 1px #312783 solid;
    color: #312783;
}
.btn-blue:hover {
    background: #d90b4f;
    color: #ffffff;
}
.btn-blue-inverse {
    border: 1px #312783 solid;
    color: #ffffff;
    background: #312783;
    text-decoration: none;
}
.btn-blue-inverse:hover {
    background: #d90b4f;
    color: #ffffff;
}
.input-line {
    border-color: #312783;
    border-radius: 0;
    font-size: 1.4em;
}
.fa-search {
    color: #ffffff;
}
.btn-fts {
    background: #312783;
    border: 1px #312783 solid;
}
.btn-fts:hover {
    background: #d90b4f;
}
.help-heading {
    font-weight: 900;
}
.summary {
    margin-top: 60px;
    margin-bottom: 60px;
    background: #f1f1f1;
    padding: 20px;
}
.grey-box {
    background: #f1f1f1;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 1em;
    margin-right: 1em;
}
.results {
    margin-top: 60px;
    margin-bottom: 60px;
    line-height: 200%;
}
.table-responsive {
    margin-top: 1em;
    margin-bottom: 2em;
}
.results-table-cell {
    padding: 1em;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: 900;
}
.arrow-right {
    width: 18px;
    margin-left: 2em;
    margin-right: 2em;
}
.documents-table {
    padding-top: 22px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-weight: 900;
}
.list-title-and-author {
    line-height: 180%
}
.paginator {
    border-top: 2px #312783 solid;
    padding-left: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
.paginator-found {
    font-size: 22px;
    float: left;
}
.paginator-buttons {
    float: right;
}
.btn-view {
    text-decoration: none;
    border: 1px #312783 solid;
    color: #312783;
    padding: 10px 42px;
}
.btn-view:hover {
    text-decoration: none;
    background: #d90b4f;
    border-color: #312783;
    color: #ffffff;
}
.btn-view a {
    text-decoration: none;
}
.btn-view a:hover {
    text-decoration: none;
    color: #ffffff;
}
.btn-view-wrapper {
    margin-left: 2em;
}
.btn-right-std {
    width: 230px;
    height: 60px;
    margin-left: 30px;
    padding-top: 1em;
}
.btn-right-view {
    width: 150px;
    height: 40px;
    padding-top: 0.4em;
    text-align: center;
    text-decoration: none;
    float: right;
}
.btn-right-view:hover {
    text-decoration: none;
    background: #d90b4f;
    border-color: #312783;
    color: #ffffff;
}
.btn-wrapper {
    padding-top: 1em;
    padding-right: 1em;
}
.author-birth-death {
    font-weight: 900;
}
.author-selected-sources {
    margin-top: 1em;
}
.found-quote {
    color: #808080;
}
.no-or-too-much-results {
    margin-top: 2em;
}
@media only screen and (max-width: 767.98px) {
    body {
        padding-top: 110px;
        margin-bottom: 405px;
        font: normal normal normal 16px Arial;
    }
    h1 {
        font-size: 28px;
        font-weight: bold;
    }
    h2 {
        font-size: 24px;
        font-weight: bold;
    }
    h3 {
        font-size: 22px;
        font-weight: bold;
    }
    h4 {
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
    }
    .h1 {
        font-size: 28px;
        font-weight: bold;
    }
    .NPDlogo {
	height: 30px;
    }
    .footer-usplogo {
        width: 100%;
    }
    .footer {
        text-align: center;
    }
    .bibliography {
        font-size: 14px;
    }
    .filter-button,
    .help-button {
        margin-top: 1em;
    }
    .help-button::before {
        left: 0;
    }
}

@media only screen and (min-width: 768px) {
    body {
        padding-top: 160px;
    }
    h1 {
        font-size: 36px;
        font-weight: bold;
    }
    h2 {
        font-size: 28px;
        font-weight: bold;
    }
    h3 {
        font-size: 24px;
        font-weight: bold;
    }
    h4 {
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
    }
    .h1 {
        font-size: 36px;
        font-weight: bold;
    }
    .NPDlogo {
	height: 50px;
    }
    .navbar {
	height: 100px;
    }
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
       border-right: 2px solid #ffffff;
       border-right: 2px solid rgba(255,255,255,.1);
    }
    .footer-usplogo {
        float: left;
        margin-right: 60px;
    }
    .input-line {
        font-size: 1.2em;
    }
    .help-button {
        font-size: 16px;
        text-align: right;
        text-decoration: underline;
        padding-left: 12px;
        padding-top: 7px;
        position: relative;
    }
    .help-button::before {
        content: url(/npdweb/resources/gfx/otaznik.svg);
        position: absolute;
        left: -1.2em;
        top: 0;
        width: 2em;
        height: 2em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn-reset {
        margin-right: 15px;
    }
    .btn-submit {
        margin-left: 15px;
    }
    .summary {
        margin-top: 90px;
        margin-bottom: 90px;
        padding: 30px;
    }
    .bibliography {
        font-size: 16px;
    }
}
.fa-spin {
    color: #312783;
    font-size: 50px;
}
#nonAjaxLoad {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
