﻿*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.table > tbody > tr > td {
    padding: 8px;
}

.reqFilterBG .table > tbody > tr > td {
    padding: 4px;
}

.form-control {
    border-radius: 6px;
}


.fl {
    float: left;
}

.align {
    display: flex;
    align-items: center;
}

.view svg {
    vertical-align: -4px;
}

.heading3 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px
}

.select2-container--default .select2-selection--single {
    border-radius: 6px;
}

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ccc;
}

    .footerFixed .checkbox {
        margin-bottom: 0;
        margin-top: 5px;
    }

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px; /*border: solid thin #dadada; padding: 2px 6px;  border-radius: 4px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #0485A3;
            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 button {
        background: #0485A3;
        color: #fff;
        border: none;
        border-radius: 3px;
        padding: 4px;
        cursor: pointer;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

#mdlVoucherDetails .modal-dialog {
    width: 90%;
}

.radio-tab {
    display: flex;
    align-items: baseline;
}

    .radio-tab > input[type='text'] {
        width: 80px;
        margin-left: 5px;
    }

    .radio-tab > input[type='radio'] {
        margin-right: 5px;
    }

.status {
    display: inline-block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 4px 11px;
    border-radius: 4px;
    font-weight: 500;
    min-width: 86px;
    text-align: center;
}

.statApprove {
    color: #51a255;
}

.statUnapprove {
    color: #bc566c;
}



.modal-header .close {
    margin-top: -4px;
    font-size: 26px;
}

.reqFilterBG {
    background: #eef5ff;
    padding: 8px 15px 0px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 3px, rgba(0, 0, 0, 0.23) 0px 3px 12px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px -62px 13px -111px inset, rgba(0, 0, 0, 0.3) 0px -2px 19px -10px inset;
    margin-bottom: 15px;
    min-height: 130px;
}

.modalboxBG {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px;
    border-radius: 6px;
    border: solid thin #ebebeb;
}

.max-heightauto {
    max-height: 45vh;
}

.summaryPanel {
    background: #f4f4f4;
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
}

    .summaryPanel p {
        margin-bottom: 0px;
    }

    .summaryPanel h3 {
        margin: 0px;
    }

.modal-footer {
    background: #ededed;
    position: sticky;
    bottom: 0px;
    left: -18px;
    margin-left: -10px;
    width: 102%;
    padding-right: 20px;
}

.modal.fade.slide-right .close {
    position: absolute;
    top: 12px;
}

.reqFilterBG table td:last-child {
    font-weight: bold;
}
