.modal .add-invoice-form {
    margin:0 -15px 0 -15px;
    padding: 1rem 27px;
}
.invoice-field {
    flex-grow:1;
    flex-basis: 200px;
}
.invoice-field > label {
    width:240px;
}
.gst>span {
    width:100%;
}
.form-control.readonly {
    border-color:transparent;
    background:transparent;
}
#Form_createInvoiceajaxbuttons {
    display:flex;
    justify-content:space-between;
    margin: 12px 0;
}

.invoice-wrapper {
    box-shadow: 6px 6px 25px -1px rgba(150,150,150,1);
}

.inline-flex-form {
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.inline-flex-form > fieldset {
    flex-grow:1;
}

.v-line{
    border-left: 2px solid grey;
    height: 50px;
}



/* profile page  */
.bundledpayment-holder::before {
    content:'';
    height:calc(100% - 60px);
    width:120px;
    position:absolute;
    top: 30px;
    right:-60px;
    border:1px solid #ccc;
    border-right:none;
}
.bundledpayment-holder.single::before {
    border-bottom:none;
}

.pagination-container .column-text {
    display: inline-block;
    margin: auto 0.5rem auto auto;
    width: min-content;
}
.pagination-container .column-sorter {
    display: flex;
    flex-direction: column;
    justify-content:center;
    height:100%;
    margin: auto auto auto 0.5rem;
}
.column-sorter>i {
    cursor: pointer;
    color:var(--midGrey);
    font-size:1.6rem;
    line-height:0.8
}
.column-sorter>i:hover {
    color: var(--darkGrey);
}
.column-sorter>i.active {
    color: var(--primary)
}


.list-group-item > .types {
    position:absolute;
    right:-15px;
    top:0;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    width:40px;
    z-index:999;
}

.list-group-item > .types > span {
    cursor:pointer;
    width:32px;
    height:32px;
    border-radius:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--midGrey);
    color:var(--light);
    box-shadow:0 3px 12px rgba(0,0,0,0.2);
    opacity:0.95;
    transition: all 0.2s;
}

.list-group-item > .types > span:hover {
    opacity:1;
}
