﻿*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.box {
    border-radius: 6px;
    padding: 10px;
}

.voucherNo {
    color: #3c8dbc;
    font-weight:500;
}

label {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 3px 2px;
    height: 28px;
}

.calendaricon {
    top: 24px !important;
}

.content-header h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px !important;
}

.form-control {
    border-radius: 6px;
    height: 28px;
}

.form-group {
    margin-bottom: 8px !important;
}

.TotalRecords {
    background: #3d506d;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff;
}

.assetName {
    color: #d0530d;
    font-weight: bold;
    font-size: 15px;
}


/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    margin-top: 3px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 20px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/

.FooterFixed {
    position: fixed;
    right: 0;
    left: 50px;
    bottom: 0;
    padding: 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    z-index: 999;
}

.statApprove {
    background: #daf5e6;
    color: #378f5c;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    padding: 4px 6px;
    text-align: center;
}

.statNonApprove {
    background: #ffe3e3;
    color: #ec2226;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    padding: 4px 6px;
    text-align: center;
}

.DrBG {
    border: solid thin #e9e9e9;
    background-color: rgb(220 59 59 / 90%);
    padding: 6px 10px;
    margin-top: 1px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-right: 6px;
    box-shadow: 0 0 0.875rem 0 rgba(41,48,66,.05);
}

.CrBG {
    border: solid thin #e9e9e9;
    background-color: rgba(0, 133, 120, 0.75);
    padding: 6px 10px;
    margin-top: 1px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-right: 6px;
    box-shadow: 0 0 0.875rem 0 rgba(41,48,66,.05);
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 4px !important;
}
.voucherNo {
    color: #3c8dbc;
    font-weight: 500;
}