﻿.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.form-control {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.table-responsive {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 8px 8px;
    /* border: solid thin #ccc; */
    border-radius: 5px;
    margin-bottom: 7px;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    font-size: 13px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel a i {
        display: contents;
        line-height: 18px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        font-size: 11px;
        line-height: 19px;
        font-weight: bold;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/
hr {
    border-color: #ccc;
    margin: 0px;
    margin-bottom: 16px;
}



#tblEntryTable tbody td.actionbar {
    position: sticky !important;
    right: 0px !important;
    background: #fff !important;
    overflow: visible !important;
}



#tblEntryTable.table:first-child tbody td.actionbar:after {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    width: 30px;
    transform: translateX(-100%);
    content: "";
    pointer-events: none;
    box-shadow: inset -10px 0 8px -8px #00000026
}

.boxData {
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 10px #E5E5E5;
}

#offcanvasCopyPaymentSchedule {
    width: 45%;
}

    #offcanvasCopyPaymentSchedule .offcanvas-header {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    #offcanvasCopyPaymentSchedule .offcanvas-title {
        font-size: 15px;
    }

    #offcanvasCopyPaymentSchedule .offcanvas-footer {
        border-top: solid thin #ccc;
        padding: 5px 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background: #f4f4f4;
    }

.specno_details ul {
    margin: 0;
    padding: 0;
}

    .specno_details ul li {
        border-bottom: 1px solid #ccc;
        display: flex;
        justify-content: center;
    }

        .specno_details ul li .spec_heading {
            width: 40%;
            display: inline-block;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            color: #999;
            word-break: break-word;
        }

        .specno_details ul li .spec_val {
            width: 60%;
            display: inline-block;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            color: #333;
            border-left: 1px solid #ccc;
            word-break: break-word;
            font-weight: 600;
        }

.specno_details {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}
.disabled-task {
    background-color: #e9ecef;
    opacity: 0.6;
    cursor: not-allowed;
}
.footer-error {
    background-color: #ffebee !important;
    color: #c62828 !important;
    font-weight: bold;
}

.column-error {
    border: 2px solid #c62828 !important;
    background-color: #fff5f5;
}

/* Row highlight */
.row-error {
    border: 2px solid #e74c3c !important;
    background-color: #fff5f5;
}

/* Inline error row */
.row-error-msg td {
    color: #e74c3c;
    font-size: 12px;
    padding: 6px 10px;
    background: #fff5f5;
}
