body {
}
tr {
    vertical-align: top;
}
h3 {
    font-size: 1rem;
}

h2 {
    font-size: 1.2rem;
}

h1 {
    font-size: 1.8rem;
    border-bottom: 1px solid #2FA4E7;
    margin-bottom: 20px;
    font-weight: 600;
}
.btn-danger.disabled {
    cursor: not-allowed;
}
@media (min-width: 768px) {
    .wrapper {
        background-color:#008ECC;
        padding: 15px 0 30px 0;
    }
    .container.content {
        box-shadow: 5px 5px;
        border-radius: 10px;
    }
}
.container.content {
    background-color: #bddced;
    padding: 20px;
}


.list-group {
    margin-bottom: 10px;
}

.list-group-item {
    padding: 0.5rem 1.25rem;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 2px solid #CCC;
    border-radius: 0;
}

.breadcrumb-item {
    font-size: 12px;
}

.breaking-bar ul {
    margin-left: 10px;
}

.breaking-bar {
    line-height: 50px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0;
    background-color: #fde19d;
}

.breaking-bar h3 {
    font-size: 14px;
    line-height: 50px;
    position: relative;
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 0;
    padding: 0 15px;
    text-transform: uppercase;
    color: #fff;
    background-color: #54b4eb;
}

.breaking-bar h3::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-top: -8px;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    border-width: 8px;
    border-color: rgba(255, 83, 83, 0);
    border-left-color: rgba(255, 83, 83, 0);
    border-left-color: #54b4eb;
}

.breaking-bar .newsticker {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    float: left;
    overflow: hidden;
    height: 22px;
    margin: 14px 0;
}

.breaking-bar .newsticker li a {
    font-weight: bold;
    color: #8d846b;
}

.breaking-bar .newsticker li {
    list-style: none;
}

.breaking-bar a {
    display: inline-block;
}

.breaking-bar .entry-date {
    float: right;
    margin: 0 12px 0 0;
}

h2.entry-title {
    font-size: 1.2rem;
}

.entry-summary {
    font-size: 0.9rem;
    font-style: italic;
}
.entry-subject {
    color: red;
}
.entry-subject span {
    font-weight: bold;
    color: #000;
}
.entry-time {
    color: blue;
}
.entry-time span {
    font-weight: bold;
    color: red;
}
.entry-venue {
    color: blue;
}
.entry-venue span {
    font-weight: bold;
    color: red;
}

.breaking-bar .breaking-nav {
    float: right;
    margin: 0 12px 0 0;
}

.breaking-bar .breaking-nav i {
    font-size: 12px;
    line-height: 14px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
    color: #8d846b;
    border: 1px solid #8d846b;
}

.clear {
    clear: both;
}


#main-nav {
    /* border-bottom: 4px solid #a3bb43; */
}

.logo {
    width: 249px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #01509B;
    border-color: #01509B;
    border-radius: 0;
}

nav#main-nav {
    display: flex;
}

.card-header {
    color: #ff5353;
    font-weight: bold;
}

.breaking-bar {
    display: none;
}

@media (min-width: 576px) {
    .logo {
        height: 140px;
        width: auto;
    }
    .breaking-bar {
        display: block;
    }
    /* nav#main-nav {
        display: none; 
    } */
}

.has-error .help-block {
    color: red;
}

.has-error input {
    border: 1px solid red;
}


/* .breadcrumb {
    background: url('/themes/journal/images/bg-footer.jpg');
} */

.newsticker {
    width: 75%;
}

.single .entry-header .entry-meta,
.page .entry-header .entry-meta {
    font-size: 12px;
    position: relative;
}

.entry-meta {
    font-size: 12px;
    position: relative;
}

.entry-meta {
    color: #999;
}

.author {
    margin-left: 9px;
    padding-left: 10px;
}

.entry-like {
    line-height: 1.2;
    display: inline-block;
    margin-left: 9px;
    padding-left: 10px;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-category {
    line-height: 1.2;
    display: inline-block;
    margin-left: 9px;
    padding-left: 10px;
}

.hentry {
    margin-bottom: 0;
    position: relative;
    padding: 10px 15px 10px 0
}

h2 {
    font-size: 1.5rem;
}

.post-nav {
    overflow: hidden;
    padding: 10px 0 10px;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}

.post-nav .nav-prev {
    float: left;
    width: 49%;
}

.post-nav .nav-next {
    float: right;
    width: 49%;
    text-align: right;
}

.post-nav a {
    color: #666;
}

.post-nav .nav-prev .arrow {
    float: left;
    margin-right: 18px;
}

.post-nav .nav-next .arrow {
    float: right;
    margin-left: 18px;
}

.post-nav .arrow {
    font-size: 32px;
    line-height: 64px;
    color: #666;
}


/* .nav-text {
    margin-top: 11px;
} */

.post-nav span {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
}

.post-nav h5 {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    
}

.navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.navbar-nav.nav-user .nav-item {
    padding-left: 0;
    padding-right: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
}

.issue-year-header {
    width: 100%;
    padding: 7px 0 7px 0;
    background-color: rgb(8, 63, 136);
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.issue-volume-header {
    font-size: 13px;
    width: 100%;
    padding: 7px 0 7px 15px;
    background-color: #f6f6f6;
    border: 1px solid #c5c5c5;
    color: #666;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
    border-radius: 5px;
    cursor: pointer;
}

.issue-content-category {
    display: block;
    text-align: left;
    /* background-color: rgb(8, 63, 136); */
    background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5);
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    margin: 10px 0;
    font-weight: bold;
    font-size: 1rem;
}

ul.issue-content {
    margin-bottom: 0;
}

ul.issue-content li {
    list-style: disclosure-closed;
    padding: 10px 0;
    border-bottom: 1px dashed #aaa;
}

ul.issue-content li:last-child {
    border: none;
}

ul.issue-content-home {
    float: left;
    display: contents;
}

ul.issue-content-home li {
    list-style: none;
    padding: 10px 0;
}

ul.issue-content-home li:last-child {
    border: none;
}

.page-number {
    float: right;
    font-size: 0.9rem;
}

.article {
    color: #666;
}

.abstract {
    text-align: justify;
}

.related {
    margin-top: 20px;
}

.related h3 {
    width: 100%;
    color: #fff;
    background-color: rgb(8, 63, 136);
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 5px;
}

.related ul li {
    list-style: disclosure-closed;
    padding: 10px 0;
}

.article-meta {
    font-size: 0.8rem;
    font-style: italic;
    color: #868e96;
    margin-bottom: 0.5rem;
}

.article-meta span {
    margin-right: 10px;
}

.article-header {
    font-weight: bold;
}

.banner {
    background-color: #FFF;
    padding: 20px;
    text-align: center;
    height: auto;
    border-radius: 10px;
}

.card {
    background-color: transparent;
    border: none;
}

.card-header:first-child {
    /* background-image: linear-gradient(#54b4eb, #2FA4E7 60%, #1d9ce5); */
    background-color: #008ECC;
    border-radius: 5px;
    color: #FFF;
    padding: 8px 20px;
    text-transform: uppercase;
}

.card-body {
    text-align: justify;
    padding: 10px;
}

.right-image {
    float: right;
    margin: 0 25px 25px 0;
}

.issue-cover {
    border-top: 3px solid #54b4eb;
    border-bottom: 3px solid #54b4eb;
    height: 370px;
    overflow: hidden;
}
#issuenav {
    background-color: #01509b;
}
.issue-year-prev {
    float: left;
    position: relative;
    margin-top: 5px;
}

.issue-year-next {
    float: right;
    position: relative;
    margin-top: 5px;
}

.issue-year-middle {
    float: left;
    width: 100%;
    display: contents;
}

.issue-year {
    text-align: center;
    color: #d7e5f0;
    background-color: #01509b;
    float: left;
    width: 100%;
    font-size: 1.4rem;
    padding: 5px 15px;
    font-weight: bold;
}

.issue-year a {
    color: #d7e5f0;
}

.issue-list {
    background-color: #f1f1f1;
    width: 100%;
}

.flex-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    text-align: center;
    margin: 5px;
    height: 50px;
}

.flex-column a {
    font-weight: bold;
    font-size: 0.6rem;
    display: block;
    padding: 10px 0px;
}

.flex-column a:hover, .flex-column a.active {
    background-color: #54b4eb;
    border-radius: 25px;
    cursor: pointer;
    color: #f1f1f1;
    text-decoration: none;
}


/* .flex-column:hover a {
    color: #f1f1f1;
    text-decoration: none;
} */

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #54b4eb;
}

.flex-row:last-child {
    border-bottom: 10px solid #01509b;
}

#archive a {
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.action-button:hover {
    text-decoration: none;
}

.card-header a {
    color: #FFF;
}

.card-header a:hover {
    text-decoration: none;
}

.page-content {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14pt;
    text-align: justify;
}

.zoom-in {
    cursor: zoom-in;
}

.entry-content {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.5em;
}
table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 10px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
}
table.cart td.actions {
    text-align: right;
}
a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
a.remove:hover {
    color: #fff !important;
    background: red;
    line-height: 0.8em;
}
.product-name {
    max-width: 420px;
}
th.product-subtotal,th.product-price ,.quantity {
    text-align: center;
}
td.product-subtotal,td.product-price {
    text-align: right;
}
.checkout{
    display: block;
    padding: 10px 50px;
    cursor: pointer;
    color: #FFF;
}
.issue-price {
    font-size: 1.0rem;
    font-weight:  bold;
}
.issue-price a {
    text-decoration:  none;
}
#order_review {
    font-size: 0.9rem;
}

.order-tab {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.order-bank-account-info {
    border: 1px solid gray;
    padding: 5px;
}
.list-sub-group {
    background-color: #e3e4e5;
    width: 100%;
}
.list-sub-group ul {
    margin-bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    list-style: circle;
}
.register-box-body {
    border-left: 2px groove #eee;
    padding-left: 20px;
    margin-left: -10px;
}
.list-sub-group-year {
    color: #e12b31; 
    font-weight:bold
}

/*
Issue navigation
*/
.issue-year-container {
    display: none;
}
.issue-year-container.current {
    display: block;
}
.issue-year a.disabled {
    color: #aaa;
    cursor: not-allowed;
}
.issue-description {
    font-size: 9px;
    color: #333;
}
.help-block {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}

footer {
    color: #2FA4E7;
    background-color: #01509B;
    background-size: cover;
}

footer h5, footer li {
    color: #FFF;
}
footer a, footer a:hover, footer h3 {
    color: #FFF;
}
.footer-copyright {
    color: #FFF;
}
.text-blue {
    color: #2FA4E7;
}
.banner a:hover {
    text-decoration: none;
}

#menu-nav {
    border-bottom: 1px solid red;
}  
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  
  .sticky + .content {
    padding-top: 60px;
  }