﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

body {
    font-family: Inter;
    font-weight: 400;
    font-size: 12pt;
    color: #333;
    line-height: 1.7em;
}

.nomargin {
    margin: 0;
}

.mopadding {
    padding: 0;
}

.justify-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.page-title {
    font-size: 18pt;
    font-weight: 600;
    padding: 20px;
    color: #1c509b;
}

.page-content {
    min-height: 300px;
}

.bold {
    font-weight: 600;
}

.jjnr-anchor, jjnr-anchor:visited {
    color: #337ab7 !important;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

    .jjnr-anchor:hover {
        color: #8b1815 !important;
        text-decoration: none !important;
    }

#menu {
    position: relative;
    z-index: 100;
    background: #e0d9c3;
}

    #menu nav div {
        padding: 5px;
        display: none;
        cursor: pointer;
        color: #1c509b;
        font-size: 18pt;
        font-family: Inter;
        font-weight: 600;
    }

    #menu ul {
        margin: 0px;
        padding: 0px;
        background: #e0d9c3;
        list-style-type: none;
        position: relative;
        font-family: Inter;
        font-weight: 600;
        font-size: 12pt;
    }


        #menu ul li {
            display: inline-block;
        }

            #menu ul li a {
                padding: 10px 15px;
                color: #1c509b;
                text-decoration: none;
                display: block;
                transition: all 0.25s ease;
            }

            #menu ul li:hover > a {
                background: #fff;
                color: #1c509b;
            }

            #menu ul li a:hover {
                background: #fff;
                color: #1c509b;
            }

            #menu ul li ul {
                font-size: 12pt;
                box-shadow: 1px 1px 10px #e0d9c3;
            }


        /*ul li a:hover {
            color: #fff;
        }*/



        #menu ul ul {
            position: absolute;
            min-width: 250px;
            background: #e0d9c3;
            display: none;
        }

            #menu ul ul li {
                display: block;
                /*background: #e0d9c3;*/
            }

        #menu ul li:hover ul {
            display: block;
        }

@media (max-width: 768px) {
    .justify-center {
        width: 100%;
    }

    #menu nav div {
        display: block;
    }

    #menu ul {
        display: none;
        position: static;
        background: #e3e3e3;
    }

        #menu ul li {
            display: block;
        }

        #menu ul ul {
            position: static;
            background: #e3e3e3;
        }

            #menu ul ul li {
                padding-left: 30px;
            }
}

.table > thead tr, .table > th {
    background-color: #D6BB8A;
    color: #333 !important;
}

    .table > thead tr th a, .table > thead tr th a:visited {
        color: #333 !important;
        text-decoration: none;
    }


/* Login Body */
.content {
    height: 300px;
}

.content-container {
    /*min-height: 300px;
    width: 500px;
    margin: 60px auto -40px;*/
    color: #0b4b77;
    border: solid 1px #0b4b77;
    border-radius: 10px;
    font-family: Inter;
    font-family: Inter;
    font-weight: 400;
    background-color: #fff;
    padding-bottom: 20px;
}

    .content-container .logo {
        text-align: center;
        padding: 20px;
    }

        .content-container .logo .logo-icon {
            font-size: 32pt;
        }

        .content-container .logo .logo-text {
            font-size: 14pt;
        }

    .content-container .login-textbox {
        /*text-align: center;
        margin: 20px 0;*/
        text-align: center;
    }

    .content-container .login-button {
        text-align: center;
        margin-bottom: 20px;
    }

/* Login Footer */
.login-footer {
    color: #1c509b;
    height: 40px;
    padding: 10px 0;
    margin-top: 40px;
    text-align: center;
    width: 100%;
    background-color: #2B416C;
}

@media (min-height: 700px) {
    /* Login Footer */
    .login-footer {
        left: 0;
        bottom: 0;
        position: absolute;
    }
}

#footer {
    padding: 40px 20px 0 20px;
    background-color: #1c509b;
    color: #fff;
    margin: 40px 0 0 0;
}

    #footer #footer-site-title {
        font-size: 16pt;
        font-weight: 700;
    }

    #footer .footer-col-title {
        font-weight: 700;
    }

    #footer ul {
        list-style: none;
    }


        #footer ul.quick-links li {
            padding: 5px 0;
        }

        #footer ul li a, #footer ul li a:visited {
            text-decoration: none;
            transition: all ease 0.3s;
            color: #fff;
        }

            #footer ul li a:hover {
                text-indent: 5px;
                transition: all ease 0.3s;
            }

    #footer #copyright {
        border-top: solid 1px #d3dced;
        padding: 10px;
    }


.indexing-container {
    padding-bottom: 50px;
}

    .indexing-container img {
        margin-top: auto;
        margin-bottom: auto;
    }

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }



/* For a paging style*/
.gv-pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .gv-pagination table {
        direction: ltr;
    }

        .gv-pagination table > tbody > tr > td {
            display: inline;
        }

            .gv-pagination table > tbody > tr > td > a,
            .gv-pagination table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                color: #dd4814;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                margin-left: -1px;
            }

            .gv-pagination table > tbody > tr > td > span {
                position: relative;
                float: left;
                padding: 8px 12px;
                line-height: 1.42857143;
                text-decoration: none;
                margin-left: -1px;
                z-index: 2;
                color: #aea79f;
                background-color: #f5f5f5;
                border-color: #dddddd;
                cursor: default;
            }

            .gv-pagination table > tbody > tr > td:first-child > a,
            .gv-pagination table > tbody > tr > td:first-child > span {
                margin-left: 0;
                border-bottom-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .gv-pagination table > tbody > tr > td:last-child > a,
            .gv-pagination table > tbody > tr > td:last-child > span {
                border-bottom-right-radius: 4px;
                border-top-right-radius: 4px;
            }

            .gv-pagination table > tbody > tr > td > a:hover,
            .gv-pagination table > tbody > tr > td > span:hover,
            .gv-pagination table > tbody > tr > td > a:focus,
            .gv-pagination table > tbody > tr > td > span:focus {
                color: #97310e;
                background-color: #eeeeee;
                border-color: #dddddd;
            }

/* End paging style*/


/*.preformatted {
    white-space: pre-line;
}*/

.DetailsViewTitleRow {
    background-color: #656565;
    color: #fff;
    font-weight: bold;
}

.dropdown-menu {
    right: 0;
    left: auto;
    position: relative;
}

.legend {
    padding: 10px;
    border: solid 1px #ddd;
    margin: 10px;
    border-radius: 0;
}

.dropdown-menu > li > a {
    padding: 8px 20px !important;
}

.h-divider {
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-top: 1px solid gray;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0 !important;
}

.journal-panel-primary {
    background-color: #d6bb8a !important;
    color: #333 !important;
}

.journal-panel-default {
    background-color: #e0d9c3 !important;
    color: #333 !important;
}

.panel {
    /*border: solid 1px #333 !important;*/
    box-shadow: 0 0 6px 2px rgba(80, 80, 80, 0.28);
}

.hint {
    color: orangered !important;
}

.JJNR-Header {
    /*background: linear-gradient(180deg, rgba(148,25,18,1) 10%, rgba(72,20,27,1) 70%);*/
    /*background: linear-gradient(180deg, rgba(186,32,24,1) 10%, rgba(72,20,27,1) 85%);*/
    background-color: #1C509B;
    color: #fff;
    position: relative;
    padding: 20px 10px;
}

    .JJNR-Header .logo img {
        width: 70px;
        margin: 0 auto;
    }

    .JJNR-Header .logo-text {
        font-family: Inter;
        font-size: 8pt;
        line-height: 1.4;
    }

    .JJNR-Header #divJournalName {
        /*padding: 30px 0;*/
    }

    .JJNR-Header #journalName {
        font-family: 'Roboto Slab', serif;
        font-size: 30pt;
        font-weight: 800;
        line-height: normal;
    }

    .JJNR-Header #journalDesc {
        font-family: Inter;
        font-size: 10pt;
    }

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .JJNR-Header #journalName {
        font-size: 16pt;
    }

    .paper-stats-container {
        border-top: solid 2px #e0d9c3;
        border-left: none;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .JJNR-Header #journalName {
        font-size: 18pt;
    }

    .paper-stats-container {
        border-top: solid 2px #e0d9c3;
        border-left: none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .JJNR-Header #journalName {
        font-size: 20pt;
    }

    .paper-stats-container {
        border-top: solid 2px #e0d9c3;
        border-left: none;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .JJNR-Header #journalName {
        font-size: 25pt;
    }

    .paper-stats-container {
        border-left: solid 2px #e0d9c3;
        border-top: none;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .JJNR-Header #journalName {
        font-size: 30pt;
    }

    .paper-stats-container {
        border-left: solid 2px #e0d9c3;
        border-top: none;
    }
}

.DetailsViewTitleRow {
    background-color: #d6bb8a;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.aligned {
    display: flex;
    align-items: center;
    margin: 10px 0 30px 0;
}

    .aligned span {
        padding: 10px;
    }

.all-btn {
    padding: 30px 0;
}


    .all-btn a, all-btn a:visited {
        font-size: 14pt;
        text-decoration: none;
        color: #000;
        background-color: #fff;
        border: solid 1px #ccc;
        padding: 10px;
    }

#about {
    background-color: #fff;
    padding: 20px 0;
}

#issues {
    background-color: #f2f2f2;
    padding: 20px 0;
}

#indexing {
    background-color: #fff;
    padding: 30px 0;
}

/* Apple Switch Checkbox*/
input.apple-switch, span.apple-switch input {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 45px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 45px;
    box-shadow: inset -20px 0 0 0 #fff;
}

    input.apple-switch:after, span.apple-switch input:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        background: transparent;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
    }

    input.apple-switch:checked, span.apple-switch input:checked {
        box-shadow: inset 20px 0 0 0 #4ed164;
        border-color: #4ed164;
    }

        input.apple-switch:checked:after, span.apple-switch input:checked:after {
            left: 20px;
            box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
        }
/* Apple Switch Checkbox*/


.btn {
    margin-top: 2px;
    margin-bottom: 2px;
}