#invoice-new-page{

    background-color: white;
    position: absolute;
    z-index: 140;
    display: none;
    background-color: lightgrey;
    overflow-y: overlay;
    top:0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.invoice-new-content{
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: white;
    overflow-y: overlay;
    overflow-x: hidden;

}

.invoice-new-content::-webkit-scrollbar {
    display: none;
  }


.list-invoice-profile__SERVICE{
    background-color: #57d776;
}

.list-invoice-profile__PRODUCT{
    background-color: #5e60e7;
}

.invoice-new-list-box{
    height: 100px;
}

.invoice-new-box-title{
    font-weight: 600;
}

.invoice-new-summary-box{
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: white;
    z-index: 150;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16), 1px -7px 10px 0 rgba(0,0,0,0.12);
    padding:20px
}

.invoice-new-summary-box-row{
    float: left;
    width: 100%;
    height: 22px;

}

.invoice-new-summary-box-action{
    height: 50px;
    width: 100%;
    float: left;
    display: block;
}

.invoice-new-summary-box-label{
    width: 75px;
    float: left;
    
    
}

.invoice-new-summary-box-qty{
    width: 25px;
    float: left;
    text-align: center;
}

.invoice-new-summary-box-price{
    width: 60px;
    float: left;
    text-align: right;

}


/* Add item */

#invoice-add-item-page{

    background-color: white;
    position: absolute;
    z-index: 140;
    display: none;
    background-color: lightgrey;
    overflow-y: overlay;
    top:0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.invoice-add-item-content{
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: white;
    overflow-y: overlay;
    overflow-x: hidden;

}


/* Summary */


#invoice-summary-page{

    background-color: white;
    position: absolute;
    z-index: 140;
    display: none;
    background-color: lightgrey;
    overflow-y: overlay;
    top:0px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.invoice-summary-content{
    padding: 15px;
    position: absolute;
    width: 100%;
    top: 55px;
    background-color: white;
    overflow-y: overlay;
    overflow-x: hidden;

}


.invoice-summary-list-box{
    height: 100px;
}

.invoice-summary-action-box{
    width: 85%;
    height: 36px;
    float: left;
}

.invoice-summary-action-box-row{
    width: 100%;
    height: 2em;
    float: left;
}

.invoice-summary-action-box-total{
    font-weight: 500;
    text-align: right;
}

.invoice-summary-action-box-icon{
    float: right;
    line-height: 32px;
    width: 32px;
    text-align: center;
}