.calculation-of-trade-fee_hidden {
    display: none;
}

.calculation-of-trade-fee-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    padding: 3rem;
    color: #767676;
}

@media all and (max-width: 991px) {
    .calculation-of-trade-fee-filters {
        padding: 1.5rem;
    }
}

.calculation-of-trade-fee-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 3%;
}

@media all and (max-width: 991px) {
    .calculation-of-trade-fee-filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media all and (max-width: 575px) {
    .calculation-of-trade-fee-filter {
        padding-right: 0;
    }
}

.calculation-of-trade-fee-filters__filter {
    width: 50%;
    margin-bottom: 2vh;
}

@media all and (max-width: 575px) {
    .calculation-of-trade-fee-filters__filter {
        width: 100%;
    }
}

.calculation-of-trade-fee-filter__input-control {
    width: 70%;
}

.calculation-of-trade-fee-filter__date-picker-dash {
    margin-left: .5rem;
    margin-right: .5rem;
}

@media all and (max-width: 991px) {
    .calculation-of-trade-fee-filter__input-control {
        width: 100%;
    }
}

.calculation-of-trade-fee-filter__datepicker-control {
    width: 40%;
}

.calculation-of-trade-fee-filter__date-picker {
    width: 70%;
}

@media all and (max-width: 991px) {
    .calculation-of-trade-fee-filter__date-picker {
        width: 100%;
    }
}

.calculation-of-trade-fee-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    padding: 3rem;
    color: #767676;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 991px) {
    .calculation-of-trade-fee-buttons {
        padding: 1.5rem;
    }
}

@media all and (max-width: 575px) {
    .calculation-of-trade-fee-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.calculation-of-trade-fee-buttons__button {
    margin-left: .5rem;
    margin-bottom: .5rem;
}

@media all and (max-width: 575px) {
    .calculation-of-trade-fee-buttons__button {
        width: 90%;
    }
}

.calculation-of-trade-fee-object-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #d1d1d1;
    padding: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
}

@media all and (max-width: 991px) {
    .calculation-of-trade-fee-object-list {
        padding: 1.5rem;
    }
}

.calculation-of-trade-fee-object-list__title {
    margin-bottom: 1rem;
}

.calculation-of-trade-fee-object-list-title {
    line-height: 1.2;
    padding-bottom: .25rem;
    font-size: 21px
}

.calculation-of-trade-fee-object-list__table {
    margin-bottom: 1rem;
}

.calculation-of-trade-fee-object-list-table {
    color: #3a3a3a;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 12px;
}

    .calculation-of-trade-fee-object-list-table th {
        padding: 1rem;
        border-right: 1px solid #d1d1d1;
        background: #767676;
        color: #fff;
        font-weight: normal;
        vertical-align: top;
    }

    .calculation-of-trade-fee-object-list-table td {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .calculation-of-trade-fee-object-list-table tr:hover {
        background-color: rgba(0,0,0,.075);
    }

    .calculation-of-trade-fee-object-list-table input[type=checkbox] {
        width: 16px;
        height: 16px;
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        opacity: 1;
        z-index: 1;
        position: unset;
    }

.calculation-of-trade-fee-send-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem;
    color: #767676;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calculation-of-trade-fee__footer {
    margin-top: 3rem;
}

.calculation-of-trade-fee-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #767676;
}

.calculation-of-trade-fee-footer-logo {
    width: 60px;
    height: 54px;
}

@media all and (max-width: 575px) {
    .calculation-of-trade-fee-footer-text {
        font-size: .8rem;
    }
}

.calculation-of-trade-fee-object-list__list-pagination {
    width: 100%;
}

.calculation-of-trade-fee-object-list__send-button {
    width: 100%;
}

.calculation-of-trade-fee-object-not-found {
    font-weight: bold;
    font-size: 16px;
    width: 200px;
    margin-top: 10px;
}
