﻿

.filtersdiv {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}

.datefilterdiv {
    display: block;
}

.datefilter {
    margin-bottom: 10px;
}
.otherfilter {
    margin-bottom: 10px;
}


.transactionfilterdiv {
    display: block;
    margin-top: 10px;
    width: 100%;

}












@media screen and (min-width: 490px) and (max-width: 555px) {
    .filtersdiv {
        display: flex;
        margin-bottom: 10px;
        margin-top: 0;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
    .otherfilter {
        min-width: 47%;
        margin-left: 10px;
    }
    .datefilterdiv {
        display: flex;
        justify-content: space-between;
        min-width: 100%;
        flex-wrap: wrap;
    }
    .applyfilterbuttondiv {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 10px;
    }
    .transactionfilterdiv {
        display: flex;
        margin-top: 20px;
        width: 100%;
        flex-wrap:wrap;
    }

    .datefilter {
        min-width: 49%;
        margin-bottom: 0;
    }
}

@media screen and (min-width:555px) and (max-width: 780px) {


    .filtersdiv {
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .datefilterdiv {
        display: flex;
    }

    .datefilter {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .otherfilter {
        margin-right: 10px;
        min-width: 47%;
    }

    .transactionfilterdiv {
        display:flex;
        margin-top: 10px;
        width: unset;
        flex-wrap:wrap;
    }
    .applyfilterbuttondiv {
        display: flex;
        flex-direction: column-reverse;
    }
}


@media screen and (min-width: 780px) {


    .filtersdiv {
        display: flex;
        margin-bottom: 10px;
        margin-top: 0;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .datefilterdiv {
        display: flex;
    }

    .datefilter {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .otherfilter {
        margin-right: 10px;
        min-width: 200px;
        margin-bottom:0;
        margin-top:10px;
    }

    .transactionfilterdiv {
        display:flex;
        margin-top: 10px;
        width: unset;
        flex-wrap:wrap;
    }
    .applyfilterbuttondiv {
        display:flex;
        flex-direction:column-reverse;
    }
}



