﻿.modal-header {
    background-color: #014880 !important;
    color: white !important;
    border-radius: 5px 5px 0px 0px !important;
}

.qlabbir-modal-title {
    color: white !important;
}

.modal-close-icon {
    color: white;
}

.modal-close-icon:hover {
    color: white;
}

.qlabbir-modal-title {
    color: white;

}

.invoice-payment input {
    border: 2px solid green;
    border-radius: 4px;
    padding: 12px 20px;
    text-align: right;
}

.table-action {
    margin-right: 5px;
    border: 2px solid #cb2227 !important;
    color: white;
    background-color: #cb2227;
    border-radius: 5px;
    padding: 5px;
}

    .table-action a {
        color: white;
    }

    .table-action:hover {
        opacity: 50%;
    }

    .table-action a:hover {
        text-decoration: none;
        color: white;
    }
