/*Pengaturan judul menu*/
span.blockTitle {
    color: whitesmoke;
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding: 0.5em 1em;
    background-color: #4b7d92;
}

.pkp_block {
    padding: 1rem;
}


/*untuk header*/
.pkp_site_name {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.pkp_site_name>a {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_name .is_img {
    margin-top: 0px
}

.pkp_site_name .is_img img {
    max-height: 215px !important;
    padding-top: 0px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .is_img img {
        height: 40px !important;
    }
}

.pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

.pkp_structure_page {
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/*Untuk setting menu atas*/
.pkp_navigation_primary_row {
    background: #4b7d92;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}

.pkp_navigation_primary {
    text-align: left;
}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: whitesmoke;
}

#navigationPrimary>li>a:hover,
#navigationPrimary>li>a:focus {
    border-color: #ffffff;
    border-bottom: 2px solid #095170;
    color: whitesmoke;
}

#navigationPrimary>li>a:active {
    color: black;
}

/*Warna tombol search*/
.pkp_navigation_search_wrapper a {
    color: whitesmoke;
}

.pkp_navigation_search_wrapper a:hover {
    border-color: #ffffff;
    border-bottom: 2px solid #095170;
    color: whitesmoke;
}

.pkp_navigation_search_wrapper a:active {
    color: black;
}

.pkp_block {
    padding: 0;
}

/*Menu Samping*/
#aht-sidemenu {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.aht-menu,
.aht-linkonly li {
    list-style-type: none;
}

.aht-linkonly {
    color: #4d4d4d;
    text-decoration: none;
}

li.aht-menu-item {
    padding: 0px !important;
    background-color: #4b7d92;
}

/* .aht-menu-item {
	padding: 0 !important;
  } */

/* #aht-sidemenu .aht-menu-item:last-child {
	border-bottom: none;
  } */

.aht-dropdown-title {
    display: flex !important;
    justify-content: space-between;
    color: whitesmoke;
}

.aht-dropdown-title::after {
    content: "\25BE";
}

.aht-sidemenu {
    width: 100%;
    /* max-width: 500px; */
    margin: 30px auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.aht-linkonly-item {
    padding: 0px !important;
}

.aht-sidemenu>li:hover,
.aht-linkonly:hover {
    background: #4b7d92;
}

.aht-sidemenu .aht-dropdown-title {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #F8F9F8;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.aht-linkonly {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #F8F9F8 !important;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/* .aht-sidemenu li:last-child .aht-dropdown-title {
	border-bottom: 0;
  } */

.aht-sidemenu li {
    padding: 0px !important;
}

.aht-sidemenu li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #4b7d92;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.aht-sidemenu li.open .aht-dropdown-title {
    color: whitesmoke;
}

.aht-sidemenu li.open i {
    color: #4b7d92;
}

.aht-sidemenu li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
  * aht-menu
  -----------------------------*/
.aht-menu {
    display: none;
    background: #ffffff;
    font-size: 14px;
    padding-left: 0;
}

.aht-menu li {
    border-bottom: 1px solid #4b4a5e;
}

.aht-menu a {
    display: block;
    text-decoration: none;
    color: #0B0B0B;
    font-weight: bold;
    padding: 12px;
    padding-left: 5px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.aht-menu a:hover {
    background: #4b7d92;
    color: #fff;
}