html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
.tocTitle,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
table tr.heading,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

.header-section {
    height: 90vh;
    background-repeat: no-repeat;
    background: url(https://images.pexels.com/photos/358528/pexels-photo-358528.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940);

    background-size: cover;
    background-position: center;
}

.header-section svg {
    bottom: 0;
    width: 100%;
    position: absolute;

}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
table tr.heading,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*  Colors
================== */
/* Fonts
================== */
/* Rhythm
=================== */
/* Mixins
==================== */
.roundedborder,
input,
select,
textarea,
a.file {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #1353d5;
}

.button,
.action,
.toggleExtras-inactive,
.toggleExtras-active,
#setup .options {
    padding: 5px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #1353d5;
    background-color: #1353d5;
    font-weight: 300;
    margin-right: 1px;
}

.button:hover,
.action:hover,
.toggleExtras-inactive:hover,
.toggleExtras-active:hover,
#setup .options:hover,
.button:focus,
.action:focus,
.toggleExtras-inactive:focus,
.toggleExtras-active:focus,
#setup .options:focus {
    background-color: #3185d0;
}

.moreinfo {
    margin-top: 20px;
    display: inline-block;
}


.uk-button {
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
    border-radius: 10px
}

.uk-button:not(:disabled) {
}

.uk-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.uk-button:hover {
    text-decoration: none
}

.uk-button:focus {
    outline: none
}

.uk-button-default {
    background-color: transparent;
    color: #333;
    border: 1px solid #e5e5e5
}

.uk-button-default:hover,
.uk-button-default:focus {
    background-color: transparent;
    color: #333;
    border-color: #b2b2b2
}

.uk-button-default:active,
.uk-button-default.uk-active {
    background-color: transparent;
    color: #333;
    border-color: #777
}

.uk-button-primary {
    background-color: #116aab;
    color: #fff !important;
    border: 1px solid transparent
}

.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #0c4d7d;
    color: #fff
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
    background-color: #1687d9;
    color: #fff
}

.uk-button-secondary {
    background-color: #f8b526;
    color: #fff;
    border: 2px solid #97d4f3
}

.uk-button-secondary:hover,
.uk-button-secondary:focus {
    background-color: #e49d07;
    color: #fff
}

.uk-button-secondary:active,
.uk-button-secondary.uk-active {
    background-color: #fac657;
    color: #fff
}

.uk-button-tertiary {
    background-color: #97d4f3;
    color: #116aab;
    border: 1px solid transparent
}

.uk-button-tertiary:hover,
.uk-button-tertiary:focus {
    background-color: #69c1ee;
    color: #116aab
}

.uk-button-tertiary:active,
.uk-button-tertiary.uk-active {
    background-color: #c5e7f8;
    color: #116aab
}

.uk-button-neutral {
    background-color: #f2f6fa;
    color: #116aab;
    border: 1px solid transparent
}

.uk-button-neutral:hover,
.uk-button-neutral:focus {
    background-color: #cdddec;
    color: #116aab
}

.uk-button-neutral:active,
.uk-button-neutral.uk-active {
    background-color: #fff;
    color: #116aab
}

.uk-button-danger {
    background-color: #f0506e;
    color: #fff;
    border: 1px solid transparent
}

.uk-button-danger:hover,
.uk-button-danger:focus {
    background-color: #ee395b;
    color: #fff
}

.uk-button-danger:active,
.uk-button-danger.uk-active {
    background-color: #ec2147;
    color: #fff
}

.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
    background-color: transparent;
    color: #777;
    border-color: #e5e5e5
}

.uk-button-small {
    padding: 0 15px;
    line-height: 28px;
    font-size: 0.875rem;
    border-radius: 6px
}

.uk-button-large {
    padding: 0 40px;
    line-height: 53px;
    font-size: 0.875rem
}

.uk-button-text {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #333;
    position: relative
}

.uk-button-text::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    border-bottom: 1px solid #333;
    transition: right .3s ease-out
}

.uk-button-text:hover,
.uk-button-text:focus {
    color: #333
}

.uk-button-text:hover::before,
.uk-button-text:focus::before {
    right: 0
}

.uk-button-text:disabled {
    color: #777
}

.uk-button-text:disabled::before {
    display: none
}

.uk-button-link {
    padding: 0;
    line-height: 1.5;
    background: none;
    color: #333
}

.uk-button-link:hover,
.uk-button-link:focus {
    color: #777;
    text-decoration: none
}

.uk-button-link:disabled {
    color: #777;
    text-decoration: none
}

.uk-button-group {
    display: inline-flex;
    vertical-align: middle;
    position: relative
}

.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
    margin-left: -1px
}

.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
    position: relative;
    z-index: 1
}

.adminMenu ul,
.pseudoMenu ul,
#sidebar .block ul,
#sidebarUser ul,
table.listing ul {
    padding: 0;
    margin: .5em 0;
}

.adminMenu ul li,
.pseudoMenu ul li,
#sidebar .block ul li,
#sidebarUser ul li,
table.listing ul li {
    list-style-type: none;
    padding: 10px 0 5px 5px;
    border-bottom: 1px solid #D1D3D5;
    display: block;
}

.adminMenu ul li a:before,
.pseudoMenu ul li a:before,
#sidebar .block ul li a:before,
#sidebarUser ul li a:before,
table.listing ul li a:before {
    content: '\00BB';
    padding-right: 5px;
}

@viewport {
    width: device-width;
}

/*

Structure 
============
-- General HTML Elements
---- Headings
---- Links
---- Form Elements
-- Global Classes
-- Navigation
-- Header
-- Sidebars
-- Main
-- Footer
-- Issues
-- Articles
-- Popups

*/
/* General HTML Elements 
============================= */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: content-box;
}

html html {
    font-size: 100%;
    line-height: 1.5em;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
}

body figure {
    display: inline-block;
}

em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

blockquote {
    padding: 1em 1em 1em 2em;
}

ul {
    padding-left: 2em;
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
}

ol li {
    padding: 5px 0;
}

#container {
    overflow: auto;
}

#body {
    overflow: auto;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 15px 15px;
    background: #ffffff;
    border-radius: 5px;
}


#journal-name {
    position: absolute;
    width: 55%;
    padding-left: 4em;
    padding-top: 5em;
}


#journal-name a {
    color: #fff
}

#journal-name a:hover {
    color: #f8b526
}

#journal-name h1 {
    font-size: 48px;
    margin-top: 20px;
}

#journal-name h1,
#journal-name h2 {
    color: #fff;
    font-weight: 700
}

#journal-name h3 {
    color: #f8b526;
    font-weight: 700;
    margin-top: 40px;
}

#journal-name p {
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
    font-size: 18px;
}


#body:after {
    content: " ";
    display: block;
    clear: both;
}

#body p {
    padding: .5em 0;
}

/* Skip to Content 
from http://codepen.io/joe-watkins/pen/rjhiK
*/
#skip-to-content {
    padding: 1em;
    position: absolute;
    top: -40px;
    left: 1em;
    z-index: 1000;
    color: white;
}

#skip-to-content:focus {
    position: absolute;
    top: 0;
    background: #1353d5;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
.tocTitle,
h6 {
}

h1 {
    font-weight: 700;
    font-size: 2.625em;
    line-height: 1.14286em;
}

h2,
h3,
h4,
h5,
.tocTitle,
h6 {
    line-height: 1.8em;
}

h2 {
    font-size: 2em;
    font-weight: 700;
}

h3 {
    font-size: 1.65em;
    font-weight: 700;
}

h4 {
    font-size: 1.5em;
    font-weight: 400;
}

h5,
.tocTitle {
    font-size: 1.25em;
}

.tocTitle a,
.tocTitle a:active {
    font-weight: bold;
    font-size: 18px;
    color: #111 !important;
}

#issueDescription {
    line-height: 2;
    text-align: justify;
}

#issueDescription::first-letter {
    font-size: 4em;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-right: 8px;
    font-family: serif;
}

#articleAbstract::first-letter {
    font-size: 4em;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-right: 8px;
    font-family: serif;
}

/* Links */
a {
    text-decoration: none;
    color: #067e82;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:visited {
    color: #067e82;
}

a:focus {
    color: #1353d5;
}

a:hover {
    color: #1EB568;
}

a:active {
    color: #067e82;
}

nav a {
    color: white;
}

nav a:visited {
    color: white;
}

nav a:focus {
    color: #1EB568;
}

nav a:hover {
    color: #1EB568;
}

nav a:active {
    color: #00b4d8;
}

#pageFooter a {
    color: #ffffff;
}

#pageFooter a:visited {
    color: #ffffff;
}

#pageFooter a:focus {
    color: #ffffff;
}

#pageFooter a:hover {
    color: #ffffff;
}

#pageFooter a:active {
    color: #ffffff;
}

.button {
    padding: 3px 12px;
}

a.action,
.button,
.action,
.toggleExtras-inactive,
.toggleExtras-active,
#setup .options,
.options a {
    color: white;
}

a.action:visited,
.button:visited,
.action:visited,
.toggleExtras-inactive:visited,
.toggleExtras-active:visited,
#setup .options:visited,
.options a:visited {
    color: white;
}

a.action:focus,
.button:focus,
.action:focus,
.toggleExtras-inactive:focus,
.toggleExtras-active:focus,
#setup .options:focus,
.options a:focus {
    color: white;
}

a.action:hover,
.button:hover,
.action:hover,
.toggleExtras-inactive:hover,
.toggleExtras-active:hover,
#setup .options:hover,
.options a:hover {
    color: white;
}

a.action:active,
.button:active,
.action:active,
.toggleExtras-inactive:active,
.toggleExtras-active:active,
#setup .options:active,
.options a:active {
    color: #FF6C3E;
}

/* Forms */
input,
select,
textarea {
    font-family: "PT Sans", Helvetica, sans-serif;
    margin: 0 .05em 0 0;
    font-size: 1em;
    line-height: 1.5em;
}

.label {
    width: auto;
}

form {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

form.pkp_form {
    margin: initial;
}

input {
    padding: 2px;
}

/* Tables */
table {
}

table th,
table tr.heading {
    font-family: Lato;
    font-size: 1.125em;
    line-height: 1.33333em;
    background-color: #D1D3D5;
    border-bottom: 2px solid #D1D3D5;
    text-transform: capitalize;
    padding: .5em .25em;
}

table tr {
    margin: .5em 0;
}

table td {
    padding: .5em .25em;
    vertical-align: top;
}

.table-borders tr {
    border-bottom: 1px solid #D1D3D5;
}

/* Global Classes 
============================= */
.menu {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.menu li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 1em;
    padding-right: 1em;
    border-right: 2px solid #D1D3D5;
}

.menu li:first-child {
    padding-left: 0;
}

.menu li:last-child {
    padding-right: 0;
}

.menu li.last {
    padding-right: 0;
}

.menu li:last-child {
    border-right: none;
}

.callout {
    font-size: 1.125em;
    line-height: 1.33333em;
    font-weight: 700;
}

.block {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    height: 100%;
    clear: both;
}

.inline-block {
    display: inline-block;
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

.largeButton a {
    color: white !important;
    display: block;
    padding: 1em;
    font-size: 18px;
    background-color: #1353d5;
    text-align: center;
}

.largeButton a:hover,
.largeButton a:focus {
    background-color: #0841b3;
    text-decoration: none;
}

.headseparator {
    display: none;
}

.TOC {
    padding: 5px;
}

.TOC:nth-child(odd) {
}

.pseudoHeading {
    font-size: 1.25em;
    line-height: 1.2em;
    padding: .5em 0 .25em;
}

.pseudoMenu,
#sidebar .block,
#sidebarUser {
    /*a {display:block;}*/
}

.label {
    font-weight: 700;
}

.separator {
    display: none;
}

.sort {
    border: 1px solid #D1D3D5;
}

.sort form {
    padding: .25em;
    margin: .25em 0;
}

.heading,
#setup .pkp_controllers_grid table th,
#setup .pkp_controllers_grid table tr.heading {
    font-family: Lato;
    font-size: 1.125em;
    line-height: 1.33333em;
    background-color: #dee0e1;
    padding: .25em;
}

.heading td:last-child,
#setup .pkp_controllers_grid table th td:last-child,
#setup .pkp_controllers_grid table tr.heading td:last-child {
    text-align: center;
}

.selectMenu {
    font-size: 0.875em;
    line-height: 1.71429em;
}

/* Navigation
============================= */
nav {
    width: 100%;
    background-color: #ffffff00;
    position: absolute;
    z-index: 99999;
}

#mobileNav {
    display: none;
}

#navbar {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    display: block;
}

#navbar:after {
    content: " ";
    display: block;
    clear: both;
}

ul.navMenu {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
}

ul.navMenu li {
    border-right: none;
    font-family: Lato, Trabuchet, sans-serif;
    font-weight: 300;
    letter-spacing: .05em;
}

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

#searchbar {
    width: 23.72881%;
    float: right;
    margin-right: 0;
    text-align: right;
    padding: 10px 0px;
}

#searchbar form {
    margin: 0;
}

#searchbar form input {
    padding: 2px 6px;
    margin: 0;
}

.article-header {
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    padding: 2em auto;
}

.article-header h3 {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.4;
    margin-bottom: 1em;
}

#breadcrumb {
    font-size: 0.875em;
    line-height: 1.71429em;
    padding: .5em 0;
}

#breadcrumb .fa {
    font-size: 12px;
    display: inline-block;
    padding: 0px 5px;
    color: #8c8c8c;
}

/* Header
============================= */
#header {
    padding-top: 0em;
    padding-bottom: 0em;
    min-height: 150px;
    text-align: center;
}

#header h1,
#header img {
    vertical-align: middle;
    display: inline-block;
}

#headerTitle {
}

#headerTitle figure {
    max-width: 1080px;
    margin: 1.69492%;
}

#headerTitle figure img {
    width: 100%;
    height: auto;
}

/* Sidebars 
============================= */
#sidebar {
    height: 100%;
    font-size: 12px;
}

#sidebar #submit-button {
    margin-bottom: 1.5em;
}

#sidebar form {
    margin: 0;
}

#sidebar .block .articleToolItem a {
    display: inline-block;
    vertical-align: top;
}

#sidebar .block h3 {
    font-weight: 400;
}

#leftSidebar {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
}

#rightSidebar {
    width: 26.72881%;
    float: right;
    margin-right: 0;
}

#rightSidebar table {
    width: 100%;
}

.blockTitle,
#sidebar .block h3 {
    display: block;
    padding: 10px;
    background-color: #ececed;
    margin-bottom: .5em;
    color: #1353d5;
    font-weight: bold;
    font-size: 16px;
}

.blockSubtitle {
    font-size: 1.125em;
    line-height: 1.33333em;
    display: block;
    border-bottom: 3px double #D1D3D5;
}

#sidebarFontSize {
    display: none;
}

#sidebarRTAuthorBios .authorBio {
    padding: 1em 0;
    border-bottom: 1px solid #D1D3D5;
}

#rightSidebar .selectMenu {
    padding: 5px;
    border: 1px solid #555555;
}

.authorBio p {
    padding: 0 0 .25em 0;
}

/* Main 
============================ */
#main {
    width: 71.10169%;
    float: left;
    margin-right: 1.69492%;
}

#main img {
    height: auto;
}

.journalLists {
    overflow: hidden;

    margin: 20px 0;
}

.journalLists .homepageImage {
    float: left;

    margin-right: 20px;
}

.journalLists .homepageImage img {
    max-width: 200px;
}

.journalLists h3 {
    background: none;
    margin-top: 0;
    margin-bottom: 10px;

}

.journalAction {
    padding: 8px 15px;
    background: #1353d5;
    color: #ffffff;
}

.journalAction:visited,
.journalAction:hover {
    color: #ffffff;
}

/* Announcements */
.details td {
    margin-bottom: 1.5em;
    border-bottom: 1px solid #D1D3D5;
}


.anBox {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 8px 15px;
    border-radius: 6px;
}

.anDesc {
    font-size: 13px;
}

.issn li a {
    color: #111 !important;
    font-size: 12px !important;
    font-weight: bold;
}

.annaouncements-box {
    margin-bottom: 2em;
    margin-top: 2em;
}

.anBox {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0px 15px 0px 0px;
    border-radius: 6px;
    width: 49%;
    float: left;
}


.anBox:nth-child(odd) {
    margin-right: 15px;
}

.anBox h4 {
    font-size: 13px;
    font-weight: bold;
}

.anDate {
    text-align: center;
    display: block;
    height: 110px;
    float: left;
    background: #067e82;
    color: #fff;
    border-radius: 6px;
    width: 100px;
    padding: 5px;
    margin-right: 12px;
}

.anDate .hari {
    display: block;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 12px;
    padding-top: 10px;
}

.anDate .bulan {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.anDate .tahun {
    font-size: 14px;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Footer 
============================ */

.beforeFooter {
    overflow: hidden;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 15px 15px;
    display: block;
    clear: both;
}

#pageFooter {
    color: #ffffff;
    clear: both;
    border-top-width: 0.0625em;
    border-top-style: solid;
    padding-top: 1.4375em;
    background-color: #818284;

}

#pageFooter #social {
    font-size: 2.25em;
    line-height: 1.33333em;
    display: inline-block;
    line-height: 1em;
}

#pageFooter #social ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#pageFooter #social li {
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}

#pageFooter #social li:first-child {
    padding-left: 0;
}

#pageFooter #social li:last-child {
    padding-right: 0;
}

#pageFooter #social li.last {
    padding-right: 0;
}

#pageFooter #social li i {
    padding-right: 5px;
}

#standardFooter {
    overflow: hidden;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    display: block;
    left: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;

    font-weight: 400;
    font-size: .9em;
}

#standardFooter a img {
    max-width: 350px;
}

.creditFooter {
    overflow: hidden;
    max-width: 1080px;
    font-size: 11px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
    left: auto;
    padding: 2em 0;
    text-align: center;
    border-top: 1px solid #909090;
}

.creditFooter a {
    font-weight: bold;
}


.standardFooterLeft {
    width: 56.10169%;
    float: left;
    margin-right: 1.69492%;
}

.standardFooterRight .ccby {
    display: inline-block;
    float: left;
    padding: 5px;
}

.standardFooterRight {
    width: 33.72881%;
    float: right;
    margin-right: 0;
}

/* Search
============================ */
#results table {
    border: 1px solid #87908F;
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

#results table thead th,
#results table thead tr.heading {
    border-bottom: 1px solid #87908F;
}

#results table tfoot th,
#results table tfoot tr.heading,
#results table tfoot td {
    border-top: 1px solid #87908F;
}

#results table th:first-child,
#results table tr.heading:first-child {
    border-right: 1px solid #87908F;
}

#results table th:first-child,
#results table tr.heading:first-child {
    border-right: none;
}

#results table tr:nth-child(odd) {
    border-bottom: 1px solid #D1D3D5;
}

/* Issues
============================ */
.title-underline,
#articleDetails h3,
#pageSidebar h3,
#pageSidebar .title,
#editorialTeamList h3,
.pkp_block .title {
    position: relative;
    padding-bottom: 10px;
}

.title-underline:before,
#articleDetails h3:before,
#pageSidebar h3:before,
#pageSidebar .title:before,
#editorialTeamList h3:before,
.pkp_block .title:before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: 0;
}

.title-underline:after,
#articleDetails h3:after,
#pageSidebar h3:after,
#pageSidebar .title:after,
#editorialTeamList h3:after,
.pkp_block .title:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #f8b526;
    bottom: 0;
    left: 0;
}

.current-issue {
    overflow: hidden;
    margin-bottom: 4em;
}

.current-issue .issueTitle {
    font-size: 18px;
    font-weight: normal;
    margin: 25px auto;
}

.current-issue a i {
    margin-right: 10px;
}

.current-issue .img {
    margin-right: 25px;
    float: left;
}

.current-issue .img img {
    max-width: 160px;
}

.current-info {
    float: left;
    padding-left: 20px;
}

.current-issue-articles {
    margin-top: 1em;
    display: block;
    clear: both;
}

.current-issue-articles .article {
    margin-bottom: 2em;
}

.d1 {
    margin: 3em auto;
    overflow: hidden;
    clear: both;
}

#issues .list {
    padding: 1em 0;
    /*border-bottom: none;*/
}

#issues .list .issueCoverImage {
    display: inline-block;
    max-width: 30%;
}

#issues .list .issueCoverImage img {
    width: 100%;
    border: 1px solid #D1D3D5;
}

#issues .list .issueDescriptionImage {
    padding: .5em;
    vertical-align: top;
    display: inline-block;
    max-width: 69%;
}

#issues .list h4:before {
    content: initial;
}

/* Articles 
============================ */
a.file {
    background-color: white;
    padding: 0 .5em;
}

.tocArticleGalleysPages,
.tocGalleys {
}

.tocPages,
.tocAuthors {
    padding-top: .5em;
    padding-bottom: .5em;
}

.tocCoverImage a.file {
    padding: 0;
    border: none;
}

.altmetric-embed {
    display: inline-block;
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

.right {
    float: right;
}

#articleTitle {
    float: left;
    width: 90%;
}

#articleTitle h3 {
    font-weight: bold;
    font-size: 1.8em;
    line-height: 1.1;
    margin-bottom: 1em;
}

.article #content {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

.article #main h3 {
    background-color: initial;
    padding-left: 0;
}

.list {
    border-bottom: 1px solid #D1D3D5;
}

.list h4:before {
    content: '\00BB';
    padding-right: 5px;
}

h3.issue {
    background: none;
    padding-left: 0;
    border-bottom: 1px solid #D1D3D5;
}

#pdfDownloadLinkContainer {
    padding-bottom: .5em;
}

#pdfObject,
#pdfCanvasContainer iframe {
    width: 100%;
    min-height: 700px !important;
}


/**
 * Tabs
 */
.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tabs label {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;

    background: #ffffff;

    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
}

.tabs input[type=radio] {
    display: none;
}

.tabs input[type=radio]:checked + label {
    background: #f8b526;
    font-weight: bold;
}

.tabs input[type=radio]:checked + label + .tab {
    display: block;
}

.tab-block {
    margin-bottom: 1.5em;
}

.tab-block h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

@media (max-width: 45em) {

    .tabs .tab,
    .tabs label {
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

/* Admin Pages  (home of the hacks)
============================ */
.sectionBlock {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

#selectSections select {
    width: 50%;
}

table.alt-color tbody tr:nth-child(even) {
    background-color: #e6e7e8;
}

table.alt-color-odd tbody tr:nth-child(odd) {
    background-color: #e6e7e8;
}

table.info {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

table.info th,
table.info tr.heading {
    text-align: center;
    font-weight: bold;
}

table.info td,
table.info th,
table.info tr.heading {
    padding: 2px;
}

table.info td.numeric,
table.info th.numeric,
table.info tr.numeric.heading {
    text-align: right;
}

table.info .tableHeading {
    font-family: Lato;
    font-size: 1.125em;
    line-height: 1.33333em;
    background-color: #dee0e1;
}

table.info a {
    display: inline-block;
}

table.info tr {
    border-bottom: 1px solid #D1D3D5;
}

table.info tr:last-child {
    border-bottom: none;
}

table.info td:first-child {
    text-align: left;
}

table.info td {
    text-align: center;
}

table.listing .heading a,
#setup .pkp_controllers_grid table.listing th a,
#setup .pkp_controllers_grid table.listing tr.heading a {
    color: #000;
}

table.listing tr {
    border-bottom: 1px solid #D1D3D5;
}

table.listing tr:last-child {
    border-bottom: none;
}

table.listing td {
    text-align: left;
}

table.settings {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    border: 1px solid #D1D3D5;
}

table.settings thead th,
table.settings thead tr.heading {
    border-bottom: 1px solid #D1D3D5;
}

table.settings tfoot th,
table.settings tfoot tr.heading,
table.settings tfoot td {
    border-top: 1px solid #D1D3D5;
}

table.settings th:first-child,
table.settings tr.heading:first-child {
    border-right: 1px solid #D1D3D5;
}

table.settings td.label {
    vertical-align: middle;
}

table.checklist td {
    vertical-align: middle;
}

table.email tr:nth-child(odd) {
    background-color: #e6e7e8;
}

table.listing span.instruct {
    margin: 0;
}

table.nested {
    font-size: 0.875em;
    line-height: 1.71429em;
}

table.single {
    border-top: 2px solid #D1D3D5;
    border-bottom: 2px solid #D1D3D5;
    /*	background-color: lighten($accent-bright, 50%);
    */
}

#profile table tr {
    border-bottom: 1px solid #D1D3D5;
}

#systemConfiguration h4 {
    text-transform: capitalize;
    margin-top: 1em;
    padding: .25em;
    background-color: #ececed;
}

#systemConfiguration table tr {
    border-bottom: 1px solid #D1D3D5;
}

.highlightReviewerNotNotified,
.highlightCopyediting {
    background-color: #00b4d8;
}

.highlightReviewerNotNotified:before,
.highlightCopyediting:before {
    content: "\00b9";
    padding: 0 4px;
}

.highlightNoDecision {
    background-color: #1353d5;
    color: white;
}

.highlightNoDecision:before {
    content: "\00b2";
    padding: 0 4px;
}

.highlightReviewerConfirmationOverdue {
    background-color: #FF6C3E;
}

.highlightReviewerConfirmationOverdue:before {
    content: "\2020";
    padding: 0 4px;
}

.highlightRevisedCopyUploaded,
.highlightLayoutEditing {
    background-color: #1EB568;
}

.highlightRevisedCopyUploaded:before,
.highlightLayoutEditing:before {
    content: "\2666";
    padding: 0 4px;
}

.highlightReviewerCompletionOverdue,
.higlightProofreading {
    background-color: #006633;
    color: white;
}

.highlightReviewerCompletionOverdue:before,
.higlightProofreading:before {
    content: "\25CA";
    padding: 0 4px;
}

.highlightCopyediting a,
.highlightLayoutEditing a,
.highlightNoDecision a,
.highlightReviewerCompletionOverdue a,
.highlightRevisedCopyUploaded a,
.highlightReviewerConfirmationOverdue a,
.highlightReviewerNotNotified a,
.higlightProofreading a {
    background-color: initial;
    border-color: initial;
}

#notes ul {
    padding: 0;
}

#notes ul li {
    padding: .5em;
    list-style-type: none;
}

span.instruct {
    display: block;
    margin: .5em 0;
}

#assignBlocksToSidebars {
    border: 1px solid #D1D3D5;
}

#assignBlocksToSidebars .heading,
#assignBlocksToSidebars #setup .pkp_controllers_grid table th,
#setup .pkp_controllers_grid table #assignBlocksToSidebars th,
#assignBlocksToSidebars #setup .pkp_controllers_grid table tr.heading,
#setup .pkp_controllers_grid table #assignBlocksToSidebars tr.heading {
    text-align: center;
    border: 1px solid #87908F;
}

#assignBlocksToSidebars input {
    padding: 2px 0;
}

#assignBlocksToSidebars td.centerButton {
    vertical-align: middle !important;
}

#setup .options {
    margin-top: 2em;
}

#setup .pkp_controllers_grid table {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
    border: 1px solid #87908F;
}

#setup .pkp_controllers_grid table th,
#setup .pkp_controllers_grid table tr.heading,
#setup .pkp_controllers_grid table td {
    border-right: 1px solid #D1D3D5;
    border-bottom: 1px solid #D1D3D5;
    border-left-width: 0;
    border-top-width: 0;
}

#setup .pkp_controllers_grid table th:last-child,
#setup .pkp_controllers_grid table tr.heading:last-child,
#setup .pkp_controllers_grid table td:last-child {
    border-right-width: 0;
}

#setup .pkp_controllers_grid table th.last,
#setup .pkp_controllers_grid table tr.last.heading,
#setup .pkp_controllers_grid table td.last {
    border-right-width: 0;
}

#setup .pkp_controllers_grid table tbody tr:last-child th,
#setup .pkp_controllers_grid table tbody tr:last-child tr.heading,
#setup .pkp_controllers_grid table tbody tr:last-child td,
#setup .pkp_controllers_grid table tfoot tr:last-child th,
#setup .pkp_controllers_grid table tfoot tr:last-child tr.heading,
#setup .pkp_controllers_grid table tfoot tr:last-child td {
    border-bottom-width: 0;
}

#setup .pkp_controllers_grid table tbody tr.last th,
#setup .pkp_controllers_grid table tbody tr.last tr.heading,
#setup .pkp_controllers_grid table tbody tr.last td,
#setup .pkp_controllers_grid table tfoot tr.last th,
#setup .pkp_controllers_grid table tfoot tr.last tr.heading,
#setup .pkp_controllers_grid table tfoot tr.last td {
    border-bottom-width: 0;
}

#setup .pkp_controllers_grid table thead th,
#setup .pkp_controllers_grid table thead tr.heading {
    border-bottom: 1px solid #87908F;
}

#setup .pkp_controllers_grid table tfoot th,
#setup .pkp_controllers_grid table tfoot tr.heading,
#setup .pkp_controllers_grid table tfoot td {
    border-top: 1px solid #87908F;
}

#setup .pkp_controllers_grid table th:first-child,
#setup .pkp_controllers_grid table tr.heading:first-child {
    border-right: 1px solid #87908F;
}

td form {
    margin: 0;
}

.refbacks .menu {
    margin: 1em 0;
}

.endseparator {
    display: none;
}

.composite-ui {
    font-size: 0.875em;
    line-height: 1.71429em;
}

.composite-ui div.pane div.help-message {
    margin: 10px;
    padding: 0;
}

.composite-ui div.two-pane table.pane_header {
    margin-top: 0;
}

.composite-ui > .ui-tabs ul.main-tabs a {
    font-size: 1.25em;
}

.pkp_controllers_grid h3 {
    background-color: initial;
}

/* Author Submission Pages */

.submission-login {
    text-align: center;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.submission-register {
    text-align: center;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.steplist {
    padding: 0;
}

.steplist li {
    list-style-type: none;
}

.pseudoMenu .current,
#sidebar .block .current,
#sidebarUser .current {
    background-color: #D1D3D5;
}

/* Plugin Management */
#plugins a.action {
    display: inline-block;
}

#plugins a.action:before {
    content: initial;
}

.pluginList ul {
    padding: 0;
    margin: .5em 0;
}

.pluginList ul li {
    list-style-type: none;
    padding: 10px 0 5px 5px;
    border-bottom: 1px solid #D1D3D5;
}

.pluginList ul li p:before {
    content: '\00BB';
    padding-right: 5px;
}

/* PopUp Windows  */
.popup #header {
    margin: .5em 0;
    min-height: initial;
    color: white;
    text-align: right;
    font-size: 0.875em;
    line-height: 1.71429em;
}

.popup #header #headerTitle {
    padding: 0;
}

.popup #body {
    width: 100%;
    padding: 2em;
    margin-top: 0;
}

.popup #main {
    width: 100%;
}

.popup #main h3 {
    background-color: initial;
    font-weight: 400;
    padding: 0;
}

.popup table {
    margin-top: 0;
}

/* Comment Windows */
#articleComments table {
    border: 1px solid #D1D3D5;
}

#articleComments table thead th,
#articleComments table thead tr.heading {
    border-bottom: 1px solid #D1D3D5;
}

#articleComments table tfoot th,
#articleComments table tfoot tr.heading,
#articleComments table tfoot td {
    border-top: 1px solid #D1D3D5;
}

#articleComments table th:first-child,
#articleComments table tr.heading:first-child {
    border-right: 1px solid #D1D3D5;
}

#articleComments table th,
#articleComments table tr.heading,
#articleComments table td {
    border-right: 1px solid #D1D3D5;
    border-bottom: 1px solid #D1D3D5;
    border-left-width: 0;
    border-top-width: 0;
}

#articleComments table th:last-child,
#articleComments table tr.heading:last-child,
#articleComments table td:last-child {
    border-right-width: 0;
}

#articleComments table th.last,
#articleComments table tr.last.heading,
#articleComments table td.last {
    border-right-width: 0;
}

#articleComments table tbody tr:last-child th,
#articleComments table tbody tr:last-child tr.heading,
#articleComments table tbody tr:last-child td,
#articleComments table tfoot tr:last-child th,
#articleComments table tfoot tr:last-child tr.heading,
#articleComments table tfoot tr:last-child td {
    border-bottom-width: 0;
}

#articleComments table tbody tr.last th,
#articleComments table tbody tr.last tr.heading,
#articleComments table tbody tr.last td,
#articleComments table tfoot tr.last th,
#articleComments table tfoot tr.last tr.heading,
#articleComments table tfoot tr.last td {
    border-bottom-width: 0;
}

#articleComments table .commentNote {
    font-weight: 700;
}

#articleComments table .comments {
    margin-top: 1.5em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.5em;
}

.commentTitle {
    font-family: Lato, Trabuchet, sans-serif;
    text-decoration: underline;
    font-size: 1.0625em;
    line-height: 1.41176em;
}

/* User */
.fancyList ul,
#signinForm ul {
    padding: 0;
    margin: .5em 0;
}

.fancyList ul li,
#signinForm ul li {
    list-style-type: none;
    padding: 10px 0 5px 5px;
    border-bottom: 1px solid #D1D3D5;
}

.fancyList ul li:before,
#signinForm ul li:before {
    content: '\00BB';
    padding-right: 5px;
}

#interests .ui-widget-content.ui-autocomplete-input {
    width: 99%;
}

.tagit-close .ui-icon.ui-icon-close {
    display: none;
}

/* Mobile 
============================ */
@media screen and (max-width: 1060px) {

    /* Changes:
    - Collapse Top Menu
    */
    #fullNav {
        display: none;
    }

    #mobileNav {
        display: block;
        /*
        Top black bar that holds the toggle button
        */
    }

    #mobileNav .navicon {
        display: none;
    }

    #mobileNav a.navicon {
        display: inline-block;
        float: left;
        height: 20px;
        width: 34px;
        margin: 5px 30px;
        border-top: 12px double #FFF;
        border-bottom: 4px solid #FFF;
        font-size: 0;
        text-align: right;
    }

    #mobileNav .menu {
        display: none;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    #mobileNav .menu li {
        clear: both;
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #87908F;
        text-transform: uppercase;
        letter-spacing: .2em;
        margin: 2px 0;
        padding: 6px 0 6px 8px;
    }

    #mobileNav .menu li:last-child {
        border: none;
    }

    #mobileNav .menu li a {
        display: block;
        color: white;
    }

    #mobileNav .menu li a:visited {
        color: white;
    }

    #mobileNav .menu li a:focus {
        color: #1EB568;
    }

    #mobileNav .menu li a:hover {
        color: #1EB568;
    }

    #mobileNav .menu li a:active {
        color: #00b4d8;
    }

    #mobileNav .menu li #searchbar {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
    }

    #header {
        margin-top: 50px;
    }

    #body {
        padding: 0 4%;
    }

    #main img {
        max-width: 350px;
        height: auto;
    }
}

@media screen and (max-width: 600px) {

    /* Changes for Mobile:
    - Collapse sidebar using javascript
    - Main div spans full width
    */
    .header-section {
        text-align: center;
        width: 100%;
    }

    .header-section svg {
        display: none;
    }

    #main {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

    #main img {
        max-width: 250px;
        height: auto;
    }

    #sidebar {
        display: none;
    }

    #pdfObject,
    #pdfCanvasContainer iframe {
        min-height: 400px !important;
    }

    #standardFooter a img {
        max-width: 250px;
    }

    #issues .list .issueCoverImage,
    #issues .list .issueDescriptionImage {
        max-width: 100%;
    }


    #journal-name {
        position: absolute;
        width: 100%;
        padding: 0px 10px;

        padding-top: 5em;
    }


    #journal-name a {
        color: #fff
    }

    #journal-name a:hover {
        color: #f8b526
    }

    #journal-name h1 {
        font-size: 28px;
        margin-top: 10px;
    }

    #journal-name h1,
    #journal-name h2 {
        color: #fff;
        font-weight: 700
    }

    #journal-name h3 {
        color: #f8b526;
        font-weight: 700;
        margin-top: 10px;
    }

    #journal-name p {
        font-weight: 400;
        color: #fff
    }

}

#editorialTeam table {
    font-size: 14px;
}

#editorialTeam table td {
    padding: 0 10px;
}

#editorialTeam table .userFirst {
    margin-top: 20px;
}

#editorialTeam h5 {
    font-weight: bold;
    font-size: 16px;
}

#editorialTeam h3 {
    margin-bottom: 10px;
}

#editorialTeam table img {
    width: 90px;
    padding: 5px;
}

#editorialTeam .profileImage {
    display: block;
    position: relative;
}

#editorialTeam .profileImage span {
    position: absolute;
    z-index: 99;
    right: 8px;
    top: 8px;

}

.journal-metrics {
    background: #fff;
    padding: 30px 0px 20px 0px;
    max-width: 90%;
    margin: 2em auto 4em auto;
}

.journal-metrics h3 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 1em;
}

.journal-metrics h3 span {
    background-color: #f8b526;
    border-radius: 3px;
    color: #ffffff;
    padding: 0px 10px;
    font-weight: normal;
}

.journal-metrics h4 {
    font-size: 16px;
    font-weight: bold;
}

#announcementsHome {
    margin-top: 4em;
}

#statsChart {
    margin: 15px auto;
    height: 240px;
    width: 80%;
}

.row-metrics {
    display: flex;
    flex-wrap: wrap;
}

.short-desc-area,
.long-desc-area {
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
    overflow: hidden;
}

.short-desc-area {
    opacity: 1;
    height: auto;
}

.short-desc-area img {
    width: 160px;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.long-desc-area {
    opacity: 0;
    height: 0;
}

.short-desc {
    text-align: justify;
    line-height: 2;
    /* Menyesuaikan tinggi */

}

.short-desc::first-letter {
    font-size: 4em;
    font-weight: bold;
    float: left;
    line-height: 1;
    margin-right: 8px;
    font-family: serif;
}


.metrics-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
}

.metrics-right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
    .row-metrics {
        flex-direction: column;
    }

    .metrics-left,
    .metrics-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Jika lebar layar kurang dari 600px, buat satu kolom */
@media (max-width: 600px) {
    .journal-metrics {
        padding: 5px;
    }
}

.journal-metrics h2 {
    font-size: 24px;
}

.metrics-box {
    width: 150px;
    position: relative;
    margin: 6px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #00000017;
    outline: none;
}

.metrics-box:hover {
    box-shadow: 1px 7px 20px rgb(2 28 53 / 13%);
}

.metrics-box span {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
    display: block;
    color: #067e82;
}

.topnav {
    overflow: hidden;
    padding: 0 10px;
    display: block;
    left: auto;
    background-color: #00000023;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.userhome {
    background: #ffcb27 !important;
    padding: 9px 18px !important;
    margin: 5px !important;
    border-radius: 6px;
}

.active {
    color: #555555;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;


    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

}


.dropdown-content a {
    float: none;
    color: black;
    padding: 4px 16px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a .fa {
    padding-right: 10px;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
    color: #f5f5f5;
}

.dropdown-content a:visited,
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown-content h3 {
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    margin-top: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav {
        background-color: #0000008a;

    }

    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
}

#setup img {
    max-width: 100%;
}

.bg-blue {
    background-color: #007bff;
    color: #fff;
}

.bg-gray {
    background-color: #6c757d;
    color: #fff;
}

.bg-green {
    background-color: #28a745;
    color: #fff;
}

.bg-red {
    background-color: #dc3545;
    color: #fff;
}

.bg-yellow {
    background-color: #ffc107;
    color: #212529;
}

.bg-cyan {
    background-color: #17a2b8;
    color: #fff;
}

.bg-light {
    background-color: #f8f9fa;
    color: #212529;
}

.bg-dark {
    background-color: #343a40;
    color: #fff;
}

.bg-white {
    background-color: #fff;
    color: #212529;
}

.text-blue {
    color: #007bff;
}

.text-gray {
    color: #6c757d;
}

.text-green {
    color: #28a745;
}

.text-red {
    color: #dc3545;
}

.text-yellow {
    color: #ffc107;
}

.text-cyan {
    color: #17a2b8;
}

.text-light {
    color: #f8f9fa;
}

.text-dark {
    color: #343a40;
}

.text-white {
    color: #fff;
}

.airespond h2{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
}

.airespond h1 {
    font-size: 13px;
    margin: 18px auto;
    font-weight: normal;
    font-style: italic;
}

.airespond blockquote {
    background: #fff0b9;
    font-style: italic;
    font-size: 13px;
}


.newfeature {
    background: black;
}

.newfeature {
    background: #f8b526;
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}