/* Teknomekanik - Universitas Negeri Padang */
/* Developed by Rahmat Azis Nabawi - (c)2018 */

/* Body-Teknomekanik*/

.has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
}

.pkp_site_name > a {
    padding-bottom: 0px;
}

.pkp_block {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

.obj_issue_toc .section > h3{
	font-weight: 700;
	border-bottom:2.23333px solid ##0f0000;
	padding:0;
	margin-left:1.0715rem;
}

.pkp_site_name .is_img img {
	max-height: 200px !important;
}

.pkp_site_name_wrapper{
	background-color:#fff0;
}

.pkp_navigation_primary_row{
	border-top: 3px solid #08007f;
	border-bottom: 1px solid #08007f;
}

.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid #a7a7a700;
    font-size: 15px; 
	Color: #020c9f;
	font-weight: bold;
    text-decoration: none;
}

.pkp_search_desktop .search_prompt {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid #a7a7a700;
    font-size: 17px; 
	color: #020c9f;
	font-weight: bold;
    text-decoration: none;
}

.pkp_page_index .additional_content {
   padding-top:0px;
   padding-left:0px;
   padding-right:0px;
   border-top: none;
	
}

.pkp_structure_main:before,.pkp_structure_main:after {
   content:'';
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   width: 1px;
   background: #c2202000;
}

/* Drop-down Menu - Teknomekanik*/
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.pkp_block .content p {
    line-height: 10px;
    text-align: center;
}

.pkp_block .content ul li {
    line-height: 20px;
    padding: 0px;
}

.pkp_site_name .is_img img {
    display: block;
    height: auto;
    width: auto;
    max-height: 140px;
    padding-bottom: 10px;
}

*, ::before, ::after {
    box-sizing: border-box;
    margin: 0px;
}

.sidemenu {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
}

.sidemenu li {
    list-style: none;
}

.sidemenu li a {
    display: table;
    margin-top: 1px;
    padding: 4px 10px;
    width: 100%;
    background: rgb(164 186 218 / 51%);
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    color: #020c9f;
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    border: 1px solid rgb(130 169 202 / 0%);
    border-radius: 6px;
}

ul.sidemenu li a:hover {
    background: -webkit-linear-gradient(top, rgb(250, 250, 250), rgb(255, 249, 177));
    text-decoration: none;
}

.sidemenu li marquee {
    display: table;
    margin-top: 1px;
    padding: 4px 10px;
    width: 100%;
    background: rgb(255, 255, 255);
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
    color: rgb(5, 35, 107);
    overflow: hidden;
    transition-property: background;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    border: 1px solid rgb(164, 136, 74);
    border-radius: 6px;
}

.sidemenu > li:hover li a:hover {
    color: rgb(0, 0, 0);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(255, 255, 255));
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    border-radius: 6px;
}

.sidemenu > li:first-child a {
    margin-top: 0px;
}

.sidemenu li a:hover {
    color: black;
    background: rgb(255, 255, 255);
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    border-radius: 6px;
}

.sidemenu li ul {
    margin: 0px;
    padding: 0px;
}

.sidemenu li li a {
    display: block;
    margin-top: 0px;
    padding: 0px;
    height: 0px;
    background: rgb(240, 235, 225);
    color: rgb(12, 10, 179);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    border: 0px;
    border-radius: 6px;
}

.sidemenu > li:hover li a {
    display: table;
    margin-top: 1px;
    padding: 10px;
    width: 100%;
    height: 1em;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 6px;
}

.sidemenu > li:hover li a:hover {
    color: rgb(0, 0, 0);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(255, 249, 177));
    transition-property: background;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    border-radius: 6px;
}
.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .obj_article_details .citation_display form input[type="submit"], .block_make_submission a {
    display: inline-block;
    background: rgb(238, 238, 238);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(187, 187, 187) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4);
    border-image: initial;
    border-radius: 13px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -1em 1em inset;
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    width: 240px;
    text-align: center;
}

.page_index_journal > .current_issue > h2 {
    margin: 0px;
    color: rgb(0 16 148);
}

.current_issue > .current_issue_title > h2 {
    padding-top: 10px;
    margin: 0px;
    font-weight: bold;
    color: rgb(0 39 180);
    font-size: 20px;
}

/* Table of content - Teknomekanik */
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.obj_article_summary {
	box-shadow:rgb(1 0 76 / 40%) -5px 5px, rgb(1 0 76 / 30%) -10px 10px, rgba(1, 0, 76, 0.2) -15px 15px, rgba(1, 0, 76, 0.1) -20px 20px, rgba(1, 0, 76, 0.05) -25px 25px;
	padding: 20px;
	border-radius: 10px;
	background: #ffffff00;
}

.obj_article_summary:hover {
	background:#f1f1f1;
	
}

.obj_article_summary {
    padding-bottom: 10px;
    border-bottom: solid 4px #ffffff;
    font-size: 12px;
	text-align: justify;
}

 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}

.pkp_structure_main a {
    color: #020c9f;
}

.pkp_structure_main a:hover {
	color: #2e00ff;
	background:#f8f2fe;
}

/* Issue data - Teknomekanik*/
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.page_index_journal > .current_issue > h2 {
    margin-top: 25px;
	margin-left: -30px;
	font-size: 16px;
    color: #020c9f; 
}

.obj_issue_toc .description {
    position: relative;
	margin-right: -25px;
	text-align: justify; 
}

.obj_issue_toc .galleys>h2,.obj_issue_toc .section>h2,.obj_issue_toc .galleys>h3,.obj_issue_toc .section>h3 {
    position: relative;
	margin-left: -25px;
	color:#020c9f;
}

.pkp_page_index .current_issue .read_more {
	color: #020c9f;
	margin-top: 35px;
}

.obj_issue_toc .galleys,.obj_issue_toc .section {
        margin-top: -5.143rem;
        margin-right: -2.143rem;
}

/* Abstract article - Teknomekanik*/
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.pkp_structure_main h1 {
    margin-top: 0;
	margin-top: 0;
	font-size: 24px;
    line-height: 30px;
    font-weight: 700;
	color:#020c9f;
	text-align: justify;
}

.obj_article_details .authors {
    text-align: justify;
	color:#020c9f;
}

.obj_article_details .affiliation {
    text-align: justify;
}
.obj_article_details .keywords {
    text-align: justify;
}

.obj_article_details .abstract {
    text-align: justify;
}
.obj_article_details .references {
    text-align: justify;
}

.obj_article_details .item.citation {
    text-align: justify;
}

.obj_article_details .item.issue {
    text-align: justify;
}

.obj_article_details .item.copyright {
    text-align: justify;
}

/* Footer- Teknomekanik*/
/* Developed by Rahmat Azis Nabawi - (c)2018 */

.pkp_brand_footer{
    display: none;
	background: #ebdaf4;
}

.pkp_structure_footer_wrapper {
	border-top: 1.5px solid #08007f;
	background: #2b647800
}