.navbar {
    background-image: url("../assets/images/bg_head_pbms.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 960px) {
    .navbar {
        /* background-image: none !important; */
    }
}

li.texttitle {
    padding-top: 1.75em;
}

.txt-sysname {
    color: white;
    /* float: left; */
    /* height: 4.715rem; */
    /* padding: 1.5715rem 1.429rem; */
    /* margin: 0; */
    font-size: 1.286rem;
    font-weight: 700;
    line-height: 22px;
}

ul.nav_icon {
    font-size: 30px;
}

.form-group .datatable-list {
    margin-bottom: 0 !important;
}

table#Datatables thead {
    background: #fcc0d4;
}

table#Datatables thead th {
    font-weight: 600 !important;
    color: #000000 !important;
}

label.fontbold{
    font-weight:bold !important;
}
