/*GENERAL*/

.btn{
    margin: 5px;
}

/*DASHBOARD*/

.pointpost-tab-item {
    border: 1px solid #f3f3f3;
    border-radius: 5px 5px 0px 0px;
}

.pointpost-tab-item.active {
    background-color: #f3f3f3;
    font-weight: bold;
}

.pointpost-tab-container {
    background-color: #f3f3f3;
    padding: 10px;
    height: 100%;
}

/*RECEIPT*/
.pointpost-receipt {
    display: flex;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    width: 70%;
    margin-bottom: 10px !important;
    margin: 0 auto;
    box-shadow: 0px 1px 5px #00000080;
}

.pointpost-receipt-column {
    display: inline-block;
    height: auto;
}

.pointpost-receipt-column:first-child{
    width: auto;
}

.pointpost-receipt-column:not(:first-child){
    width: 100%;
}

.pointpost-receipt-column:last-child{
    width: 100%;
}

.pointpost-receipt-row{
    width: 100%;
    height: auto;
    padding: 2px;
}

.pointpost-receipt-item{
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

.pointpost-receipt-icon{
    width: 40px;
    height: 40px;
}

.pointpost-receipt-icon-min{
    width: 20px;
    height: 20px;
}

/*BONOS*/

.pointpost-drop-area{
    width: 60%;
    margin: 0 auto;
    padding: 5px;
    border-radius: 5px;
    background-color: white;
}

@media screen and (max-width:700px){
    .pointpost-drop-area{
        width: 95%;
    }
}

.pointpost-min-index{
    z-index: 100;
}