﻿#mdlExpendedDetails .modal-dialog {
    width: 98%;
}

.modal.fade.slide-right .modal-dialog .modal-body {
    min-height: 400px;
}

#mdlExpendedDetails .modal-header {
    padding: 10px 15px;
    background: #19A7C8;
    color: #fff;
}

#mdlExpendedDetails .close {
    font-size: 28px;
    padding: 10px;
    opacity: 0.5;
    cursor: pointer;
}

#mdlExpendedDetails .modal-content, #mdlExpendedDetails .modal-body {
    background-color: #f4f6fa !important;
}

.modalBGSet {
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
    background: #fff;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    box-shadow: 0 30px 15px -20px rgb(0 0 0 / 7%);
    border: solid thin rgba(0,0,0,.1);
}

/*.modalBGSet .table > caption + thead > tr:first-child > td, .modalBGSet .table > caption + thead > tr:first-child > th, .modalBGSet  .table > colgroup + thead > tr:first-child > td, .modalBGSet .table > colgroup + thead > tr:first-child > th, .modalBGSet  .table > thead:first-child > tr:first-child > td, .modalBGSet .table > thead:first-child > tr:first-child > th {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #fff;
    text-shadow: 0 0px 0px rgb(0 0 0 / 30%) !important;
    color: #797D7F;
}*/

/******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;
        cursor: pointer;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }
/******pagimnation*****/

.recodSet {
    background-color: #daeffd;
    color: #2b6a94;
    font-weight: bold;
    padding: 6px 8px;
    margin-right: 8px;
    border-radius: 6px;
    margin-bottom: 3px;
}

.mb5 {
    margin-bottom: 5px;
}
.allBudgetPanel {
    border: solid thin #dae9ff;
    max-height: 68vh;
    overflow: auto;
    position:relative;
}

.budgetDetails {
    padding: 4px 10px;
    border-bottom: solid thin #dae9ff;
    position: relative;
    cursor: pointer;
}

    .budgetDetails:hover {
        background: #f4f4f4;
    }

.budgetDetailsActive {
    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;
    background: #eef5ff;
}

.budgetDetails h5 {
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 14px;
}

.budgetDetails p {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 12px;
}
.nowrap {
    white-space:nowrap;
}
.grandTotal {
    background: #fff1d5;
    color: #8d6516;
    padding: 4px 10px;
    border-bottom: solid thin #dae9ff;
    position: relative;
    cursor: pointer;
}

.clsexpendedamt
{
    cursor:pointer;
    font-weight:bold;
}