﻿*, *::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: #D1E7DD;
    color: #0F5132;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    padding: 3px 6px;
    text-align: center;
    font-size: 12px;
    width: 88px !important;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90px;
}

.statNonApprove {
    background: #F8D7DA;
    color: #842029;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    padding: 6px 6px;
    text-align: center;
    font-size: 12px;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90px;
}




.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;
}

/*Voucher popup*/
#mdlHighriseVoucherView .modal-header {
    padding: 10px 15px;
    background: #54c5cb;
    color: #fff;
}

#mdlHighriseVoucherView .close {
    font-size: 28px;
    padding: 10px;
}

#mdlHighriseVoucherView .modal-dialog {
    width: 75%;
}

.modal.fade.slide-right .modal-dialog .modal-content {
    height: auto;
}

.HighriseVoucherViewBox {
    background: #eff2fb;
    border: solid 2px #15a4c6;
    border-radius: 6px;
    margin-bottom: 5px;
}

.HighriseVoucher {
    background: #e5f6ff;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.HighriseVoucherBoxHeader {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    border-bottom: solid thin #e3e3e3;
}

.HighriseVoucherBoxBody {
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 5px;
    border-radius: 6px;
}

    .HighriseVoucherBoxBody [class^="col-md"] {
        border-right: 1px solid #ccc;
    }

    .HighriseVoucherBoxBody h5 {
        margin-bottom: -1px;
        font-size: 14px;
        color: #787878;
        margin-top: 10px;
    }

    .HighriseVoucherBoxBody p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 7px;
        color: #333;
    }




.HighriseVoucher .HighriseVoucherBoxHeader .HighriseVoucherNo {
    color: #957d32;
    background-color: #fef6dd !important;
    border: dashed thin #957d32;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: -7px;
    border-radius: 6px;
}

.HighriseVoucherDetails {
    background: #e5f8e7;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.HighriseVoucherPANValidation {
    font-weight: normal !important;
    float: right;
    background: rgba(0,133,120,0.75);
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    margin-top: -4px;
}

.btnHighriseVoucherView {
    cursor: pointer !important;
}

#mdlHighriseVoucherView .modal-dialog {
    min-width: 75%;
}

#mdlHighriseVoucherView .close {
    outline: none;
    border: none;
    background: none;
    top: 20px !important;
}


.box-header {
    border-bottom: solid thin #f0f0f0;
    /*background: #f7f7f7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
    padding-bottom: 3px;
    display: flex;
    align-items: self-end;
}

    .box-header h4 {
        margin-bottom: 0px;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        transform: translateY(-7px);
        margin-left: 8px;
    }

    .box-header a.btnAccording svg {
        /* float: right; */
        display: inline-block;
        color: #444;
        cursor: pointer;
    }

.mr10 {
    margin: 10px;
}

.HighriseVoucher .HighriseVoucherBoxHeader .VoucherStatus {
    color: green;
    background-color: #d8e7d4 !important;
    border: dashed thin green;
    padding: 1px 10px;
    font-size: 14px;
    font-weight: bold;
    /* margin-left: 8px; */
    margin-top: 0px;
    border-radius: 6px;
}
/* Deleted – clearly distinct */
.statDeleted, .HighriseVoucher .HighriseVoucherBoxHeader .statDeleted {
    background: #E9ECEF !important;
    background-color: #E9ECEF !important;
    color: #343A40 !important;
    font-size: 14px !important;
    border-radius: 5px;
    font-weight: 600;
    padding: 4px 6px;
    text-align: center;
    font-size: 12px !important;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90px;
    border: none;
}
/*Voucher popup*/
