.icon.lc-brand-sap {
    background-image: url(/assets/icons/brand-ifs.png);
    padding: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.customer-request-form {
}

    .customer-request-form .btn-success {
        background-color: #1c2c59;
        border-color: #1c2c59;
        padding: 11px 30px;
        border-radius: 8px;
    }

    .customer-request-form .btn-primary {
        background-color: #1c2c59 !important;
        border-color: #1c2c59 !important;
    }

    .customer-request-form .btn-success.focus,
    .customer-request-form .btn-success:hover {
        background-color: #1c2c59 !important;
        border-color: #1c2c59 !important;
    }


    .customer-request-form .input-group-addon.btn {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .customer-request-form .form-control {
        border-color: #1c2c5961;
        padding: 15px 14px;
        height: unset;
        border-radius: 8px;
        height: unset !important;
    }

    .customer-request-form label {
        font-weight: 300;
        font-weight: 500;
    }

    .customer-request-form .dform-group .panel-actions {
        display: none;
    }

.report.labor-invoice {
}

    .report.labor-invoice #entity-list thead th:first-child {
        color: transparent;
    }

    .report.labor-invoice #report-sub-header td span:nth-child(4) {
        display: none !important;
    }


    .report.labor-invoice #entity-list thead th:first-child:after {
        content: "Aciklama - Hakedis No";
        color: #526069; /* yeni metin için renk */
        position: absolute;
        left: 0;
    }

.page-dashboard #btn-tasklist-cmms {
    display: none;
}
