/*
CustomPage.css
created by AnwarDani
anwardani.id
*/

/* header setting */
header .brand-logo img {
    height: 18px;
    width: auto;
    max-height: 50px;
    position: absolute;
    top: 5;
}
header .brand-logo {
    top: 8;
    text-shadow: 1px 1px 1px gray;
    padding: 24px 12px;
    min-width: 250px;
}
.mobname {
   font-size: 1.7rem;
}
#mobmenu {
    margin: 7px 10px;
}

/* setting homepage */
.addhomecontent {
    margin-top: 10px;
}
.homecontent {
    padding: 10px !important;
}
.tabcontent {
    margin: 0 0 20px 20px !important;
    width: 97% !important;
}
.issuehome {
    padding: 10px 5px 7px 10px;
    background: #80808017;
    border-radius: 5px 5px 0 0;
    margin: 1rem 0 0 0;
}
.infoissue {
    background: #cacaca;
    padding: 5px 5px 2px 7px;
    color: #6f6e6e;
    border-top: 1px solid #aeacac;
    border-bottom: 2px solid #aeacac;
    font-size: 0.9rem;
}
.description img {
    width: 100%;
}
img.responsive-img {
    width: 100%;
}
/* setting element */
td, th {
    padding: 0;
}
tr {
    border-bottom: none;
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked), [type="radio"] {
    position: relative;
    opacity: 1;
    margin: 15px auto;
}
.menu {
    display: inline-block;
}
.menu li {
    float: left;
    padding-right: 10px;
}
.menu li::before {
    font-family: 'Material Icons';
    content: 'check_box';
    position: relative;
    top: 2 !important;
    padding-right: 3px;
}
.description {
    padding: 5px 0 10px 0 !important;
}
.details {
    font-size: 1rem;
}
.separator {
   border-bottom: 2px solid #80808040;
   padding-top: 15px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}

.issueinfo td {
    padding: 5px 0;
}
.headinfo {
    text-align: center;
    background: #ffafaf;
    color: #cd0000;
}
.panel-body {
    border-bottom: 1px solid #d5d5d5;
    font-size: 1rem;
}
.panel-body td {
    padding-top: 8px;
}
/* issue styling */
.tocArticleTitleAuthors {
    padding: 10px 0;
}
.liauthor {
    margin: 10px 0;
}
.tocAuthors {
    font-size: 1rem;
}
.TOC {
    border-bottom: 2px solid #d2cfcf;
}
.nfile {
    border: 1px solid gray;
    padding: 5px;
    font-size: 1rem;
    border-radius: 3px;
    color: #fff !important;
    box-shadow: 1px 1px 1px gray;
}
.tocPages {
    padding-top: 10px;
    text-align: center;
    font-size: 0.9rem;
}
.tocArticle {
    margin-bottom: 15px;
}
.detailarticle {
    padding: 0 15px;
}
.artab{
    padding: 0 15px 0 0 !important;
    text-align: justify;    
}
.fulltext{
    text-align: right;
    padding-bottom: 10px !important;
}
.doi {
    padding-left: 0px !important;
}
#tablelist td {
    padding: 10px 4px !important;
}
#tablelist th {
    padding: 10px;
    text-align: center;
}
.btnlink {
    border: 1px solid gray;
    padding: 5px;
    margin: 2px;
    display: inline-block;
    box-shadow: 1px 1px 1px gray;
    border-radius: 3px;
}
/* sizing */
h3 {
    font-size: 2.5rem;
    margin: 1rem 0 1.168rem;
}
h4 {
    font-size: 2rem;
    margin: 1rem 0 .912rem;
}
.h3 {
    font-size: 2.5rem;
    position: relative;
    top: 6;
}
.h4 {
    font-size: 30px;
    position: relative;
    top: 4;
}
label {
    font-size: 1rem;
}
.text-center {
    text-align: center;
}
.btn-block {
    display: inline-table;
}
/* setting sidebar */
.block {
    padding: 10px;
}
#sidebarUser span.blockTitle::before, #sidebarInformation span.blockTitle::before {
    font-family: 'Material Icons';
    content: 'people';
    position: relative;
    top: 3;
    padding: 5px;
}
#sidebarInformation span.blockTitle::before {
    content: 'info_outline';
}
.sidemenu {
    margin: 0;
    margin: 0 0 -20px 0;
}

/* setting pages */
#cardpage {
    padding: 10px 20px;
}
#breadcrumbs-wrapper {
    margin-left: 20px;
}
.label {
    padding-right: 10px;
}
.sidelogin {
    background: #dfdede2e;
    border-radius: 5px;
    border: 2px solid #cac8c82e;
    margin-top: 10px !important;
}
/* coloring 
dark : #3b0070
semi : #8157a6
light : #9572b6
*/
#main a {
    color: #3b0070;
}
nav {
    background-color: #3b0070;
}
.footertop {
    background: #8157a6;
    padding: 10px;
    color: #fff;
    border-bottom: 5px solid #2a6641;
}
.page-footer {
    background: #3b0070;
    color: #fff;
}
.page-footer a {
    color: #fff !important;
}
.credit {
    font-size: 0.8rem;
    opacity: 0.4;
}
.blockTitle {
    display: block;
    background: #3b0070;
    padding: 10px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    font-size: 1.2rem;
    margin: -10px -10px 5px -10px;
}
.instruct {
    font-size: 0.9rem;
    color: #8080808f;
}
.sidemenu li {
    background: #3b0070;
    border-bottom: 1px solid #0b3008;
    margin: -10px -10px 10px -10px;
    padding: 10px;
    color:#fff;
}
.sidemenu li:hover {
    background: #9572b6;
    color: #3b0070;
}
.sidemenu li a {
    color:#fff !important;
}

.nfile {
    background: #3b0070;
}

@media only screen and (max-width:992px){
    .tabs {
        display: inline !important;
    }
    .tocArticle {
        width: 90% !important;
    }    
    .issuehome {
        margin: 1rem 1.5rem 0 0 !important;
    }
    .infoissue {
        margin-right: 20px !important;    
    }
    .details {
        margin-right: 20px;
    }
    .description {
        padding: 5px 10px 10px 0 !important;
    }
    .separator {
        margin-right: 20px;
    }        
}