.hw_btn_pad {
    margin-top: 18px;
    padding: 7px 15px;
}
i.hw_icon{
    font-size: 17px;
    vertical-align: middle;
    margin: -1px 5px 0 0;
}
.kegiatan-card{
    border: 1px solid #25496d;
    border-radius:5px;
    margin-bottom:10px;
}
.kegiatan-card .card-header{
    background:#25496d;
    padding:10px;
}
.kegiatan-card .card-header-title,.kegiatan-card .detail-header-title{
    color: #fff;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    padding: 5px !important;
}
.kegiatan-card .detail-card .card-header{
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.kegiatan-card .detail-header-title{
    font-size:14px;
    flex:1
}
.kegiatan-card .remove-detail{
    cursor:pointer
}
.content-wrapper.iframe-mode .navbar-nav .nav-item{
    background: #cccccc !important;
    border: 1px solid #cccccc !important;
}
.content-wrapper.iframe-mode .navbar-nav .nav-item a{
    color:#555
}
.content-wrapper.iframe-mode .navbar-nav .nav-item.active,.content-wrapper.iframe-mode .navbar-nav .nav-item:hover {
    background: #e49355 !important;
    border-color:#e49355 !important;
}
.content-wrapper.iframe-mode .navbar-nav .nav-item.active a{
    color:#fff
}