.shuttle__table {
    position: relative;
    overflow: inherit;
}

.shuttle__table .table thead > tr > th {
    background-color: #f2f2f2;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #363636;
    padding: 20px 32px 20px 11px;
    border: 0;
}

.shuttle__table .table thead > tr > th:first-child {
    text-align: left;
    padding-left: 57px;
}

.table > tbody > tr:nth-child(2n) {
    background: #f2f2f2;
}

.table > tbody > tr:nth-child(2n+1) {
    background: #ffffff;
}

.shuttle__table .table tbody > tr > td {
    color: #363636;
    padding: 17px 32px 18px 11px;
    text-align: right;
    border-right: 0;
}

.shuttle__table .table tbody > tr > td:first-child {
    padding-left: 57px;
    text-align: left;
}

.shuttle__table .table {
    border: 0;
    box-shadow: none;
}


.shuttle__table .trigger {
    content: '';
    position: absolute;
    bottom: -20px;
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: url(/images/static/kit/icons/table-trigger.png);
    border-radius: 50px;
    cursor: pointer;
}

.shuttle__table .trigger.set--loader:before {
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #fff;
}

.shuttle__table .trigger.set--loader:after {
    opacity: 0;
}

.shuttle--modal .modal-dialog {
    width: 1000px;
}

.shuttle--modal.hrd--modal.form--modal .modal-content {
    width: 100%;
}

.shuttle__rates select.form-control {
    background-color: #ffffff;
    border-color: #999999;
    font-size: 16px;
    padding: 12px 35px 12px 10px;
}

.shuttle__rates .filters .col-md-3 {
    width: 50%;
}

.rates__table {
    display: none;
}

@media screen and (max-width: 767px) {
    .filters > div:nth-child(2) {
        margin-top: 20px;
    }

    .filters select.form-control {
        border-radius: 10px;
    }

}
