/* Write your custom CSS here */
.btn_add_new{
    float: right;
}
.btn-addon{
    float: right;
}
.notity {
    margin-left: 3px;
}
.media-image-div {
    border: 3px solid #c7c2c2;
}
.category-box {
    border: 1px solid gray;
    padding-top: 20px;
    padding-left: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 30px #d0d0d0;
    padding-bottom: 5px;
}
.media-head {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 10px;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.loading {
    z-index: 999999;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#postModal {
    overflow-y: auto;
}
.modal-dialog {
    border: 1px solid;
}

.margin-top-5{
    margin-top: 5px;
}


.table-preview-image.table-preview-image-elmt {
    height: auto !important;
    width: 100% !important;
    max-width: 80px !important;
}


.page-title-melmt{
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.page-title-melmt-btn{
    margin-bottom: 0px;
}


/*Financila Report*/


/*financial report*/
.table-elmt, .table-elmt *{
    box-sizing: border-box;
}
.table-elmt{
    color:black !important;
    margin-bottom:0px !important;
}
.table-elmt tr{

}
.table-elmt th{
    padding: 6px 10px !important;
    text-align: center !important;
    border: 1px solid #bdbdbd !important;
    line-height: 22px;
}
.table-elmt td{
    line-height: 22px;
    font-size: 14px;
}
.text-left-elmt{
    text-align:left !important;
}
.text-right-elmt{
    text-align:right !important;
}
.text-canter-elmt{
    text-align:center !important;
}

.table-elmt td.pad-unsetter{
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
}
.table-elmt td.border-unsetter{
    border:none !important;
}
.table-elmt.border-unsetter{
    border:none !important;
}

.table-right-self-elmt tr > th:first-child,
.table-right-self-elmt tr > td:first-child{
    /*border-left:3px solid black !important;*/
}
.td_th-border-left-elmt{
    /*    border-left:1px solid black !important;
        border-left-color:black !important;*/
}
.td_th-border-right-elmt{
    /*    border-right:2px solid black !important;
        border-right-color:black !important;*/
}

.total-set-table-elmt{

}

.table-elmt td.total-set-table-elmt{
    /*padding-top: 32px !important;*/
}


.table-right-self-elmt{
    /*    width: calc(100% - 12px);
        margin-left: 12px;*/
}

.td-left-self-elmt{
    border-left: 1px solid #bdbdbd !important;
    /*border-right: 2px solid black !important;*/
}
.td-left-self-elmt.pad-unsetter.border-unsetter{
    border-left: 1px solid #bdbdbd !important;
    /*border-right: 2px solid black !important;*/
}
.table-left-self-elmt{
    border-left: none !important;
    border-right: 0px !important;
    width: calc(100% - 12px);
    margin-right: 12px;
}
.table-left-self-elmt tr > td:first-child,
.table-left-self-elmt tr > th:first-child{
    border-left: none !important;
}

.td-left-self-elmt tr > th:last-child,
.td-left-self-elmt tr > td:last-child{
    /*border-right: 0px !important;*/
}



.total-set-table-elmt tr > th:first-child,
.total-set-table-elmt tr > td:first-child{
    /*border-right: 3px solid black !important;*/
}
.total-set-table-elmt tr > th:nth-child(2),
.total-set-table-elmt tr > td:nth-child(2){
    /*    border-left: 1px solid #bdbdbd !important;
        border-left-color: #bdbdbd !important;*/
}





.table-left-self-elmt tr > td:first-child{
    width:60px;
}
.table-right-self-elmt tr > td:first-child{
    width:60px;
}


.table-left-self-elmt tr > td:last-child{
    width:125px;
}
.table-right-self-elmt tr > td:last-child{
    width:125px;
}


.table-left-self-elmt tr > td:nth-child(3){
    width:125px;
}
.table-right-self-elmt tr > td:nth-child(3){
    width:125px;
}


.total-set-table-elmt tr > td:last-child{
    width:250px;
}
/*end financial report*/

/*End Financila Report*/




/*icon buttons*/
.icon-btn-elmt{

}

.icon-btn-elmt.icon-btn-elmt-view{
    background-color: #298bd1 !important;
}
.icon-btn-elmt.icon-btn-elmt-view i{
    color: white !important;
}

/*end icon buttons*/


.full-width-elmt{
    width:1000%;
    max-width: 100%;
}


.table-border-elmt{
    border: 1px solid #bdbdbd !important;
}
.table-bg-white{
    background-color: white;
}


.add-expense-table-col > table{
    margin-top: 23px !important;
}

.no-wrap-text-elmt{
    white-space: normal;
    min-width: 75px;
}
.table-sction-td-elmt{
    white-space: nowrap;
}

.mg-btm-elmt-8{
    margin-bottom: 8px;
}



.button-width-title-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.button-width-title-col-1{

}
.button-width-title-col-2{

}
.button-width-title-col-1-title{

}
@media(max-width:481px){
    .button-width-title-con {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 32px;
        margin-top: 12px;
        gap: 28px;
    }
}

.mgt-elmt{
    
}




.note-popover.popover.in.note-image-popover.bottom{
    z-index:999999999999999999999999999 !important;
}

.action-btn-calender {
    min-width: 80px !important;
}

.action-btn-members {
    min-width: 110px !important;
}