#finance__live-report__patients, 
#finance__live-report__personel,
#finance__live-report__calls{
	height: 250px;
}

#finance__live-report__month-plan,
#finance__live-report__patients-to-entrances,
#finance__live-report__receipts-to-entrances{
	height: 400px;
}

.price-tree__group-children{
	padding-left: 25px;
}

#receipt__checked-at{
    width: 150px;
}

.price-tree__wrap{
	border: 0;
    border-radius: 2px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}


.price-tree__group-name{
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
	margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.price-tree__group-name, .price-tree__group-price{
    padding: 0.5rem 1.25rem;
}

.price-tree__group-price{
    position: relative;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.price-tree__group-price__wrap .price-tree__group-price:first-child{
    border-top: 0;
}

.price-table.search .price-search__item-row{
    display: none;
}

.price-table.search .price-search__item-row.search-result{
    display: table-row;
}

.cashbox-journal__result{
    width: 25%;
}

.finance-reports__work-out__sum{
    min-width: 90px;
}

.price-search__roll-group{
    padding: 2px;
    border: 1px solid;
    border-radius: 2px;
    font-size: 8px;
}

.subscription-procedure_quantity {
    font-size: 10px;
    position: absolute;
    top: 0;
    padding: 3px;
    font-weight: 900;
}

.receipt__item-apply-subscription-success {
    position:absolute;
    top:0;
    left: 65px;
}
.subscription-success {
    position:absolute;
    top:0;
    left: 65px;
}