.section-header > h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}


.badge-senangpay {
    background: #308fc8;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #41b878, #308fc8);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #41b878, #308fc8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: #9E9E9E !important;
}

ul.form-list-page {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

ul.form-list-page li {
    list-style: disc;
}

.theme-color {
    color: #234280;
}

.sidebar-categories {
    box-shadow: 0 0 1px 0.5px rgba(0, 0, 0, 0.15);
    background-color: lightsteelblue;
}

.my-profile {
    background-color: unset !important;
}

.my-profile > ul > li > a {
    color: #666;
}

.my-profile li.active a {
    background-color: #4176b8;
    color: #fff !important;
}

.footer-contact a:hover, .footer-contact a:focus {
    color: #fff;
}


/* navigation bar */
.mean-container a.meanmenu-reveal span {
    margin-top: 8px;
}