.panel-simple {
    border-radius: 0px !important
}

.panel-simple > .panel-heading {
    background-color: inherit;
    border-bottom: 1px #eaebec solid;
    font-size: 1rem;
    color: #999
}

.total-unpaid,
.total-receivable {
    width: 100%;
    background-color: #f1f1f1;
    padding: 0px;
    margin: 6px 0;
}
.total-unpaid div,
.total-receivable div {
    padding: 5px 0;
    background-color: rgb(236,202,110);
}

.popover-content div {
    padding: 7px 10px;
    font-family: "IRANSans", "FontAwesome";
    color: #999;
    font-size: 1.2rem;
}
.popover-content div:not(:last-child) {
    border-bottom: 1px #e2e2e2 solid
}

.popover-content div:hover {
    background-color: #f1f1f1;
}
.popover-content span {
    direction:ltr;
    float:left;
    color: #337ab7;
}

.popover.bottom>.arrow:after {
    margin-left: -11px;
    left: 50%;
}

.border-less {
    border: 0;
    box-shadow: none;
    font-size: 1.2rem
}

.ltr {
    direction: ltr
}


#cash-flow-chart {
    font-family: "IRANSans", "FontAwesome" !important;
}


#chartjs-tooltip {
    background-color: aqua;
}


.radius-less {
    border-radius: 0 !important;
}


.ul_select a:hover {
    cursor: pointer;
}

.ul_select_dropdown{
    position: absolute;
    width:120px;
    border: 1px #ccc solid;
    z-index: 1;
    background-color: white;
}

.ul_select_dropdown ul{
    direction: rtl;
    text-align: right;
    padding-top: 10px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;

}

.ul_select_dropdown ul li{
    padding: 5px 15px;
    line-height: 2rem;
    font-size: 1.15rem;
    color:#444;
}
.ul_select_dropdown ul li:hover {
    background-color: #337aa7;
    color: white;
    cursor: pointer;
}

.muted-text {
    color: #999;
    text-align: center;
}
