.bonus-trade-wrap form {
    background-color: #01689e;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
}

.bonus-trade-wrap .site-btn {
    float: right;
    margin-bottom: 15px;
    height: 40px;
    margin-top: 22px;
    line-height: 40px;
    background-color: #008ed9;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.bonus-trade-wrap .site-btn.success {
    background-color: #21c175;
}

.bonus-trade-wrap .control-label {
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    text-transform: uppercase;
}

.bonus-trade-wrap .select2-container--krajee .select2-selection {
    border-radius: 0;
    height: 40px;
    line-height: 26px;
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.bonus-trade-wrap .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 0;
    height: 38px;
}

.bonus-trade-wrap .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    color: #1d1d1d;
}

.bonus-trade-wrap .select2-container--krajee .select2-selection__clear {
    line-height: 1.5;
}

.bonus-trade-wrap .has-success .select2-container--open .select2-selection,
.bonus-trade-wrap .has-success .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.bonus-trade-wrap .has-success .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.bonus-trade-wrap .form-control {
    border-radius: 0;
    height: 40px;
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 600;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c4dce9;
}

.bonus-trade-wrap .table-responsive {
    padding: 0;
}

.bonus-trade-wrap .price-ranges {
    margin-top: 15px;
    margin-bottom: 0px;
}

.bonus-trade-wrap .table {
    margin-top: 10px;
}

.bonus-trade-wrap .table thead th {
    border-bottom: 0;
    color: #1a1a1a;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 0;
}

.bonus-trade-wrap .table tbody {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.33);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #333;
    font-size: 14px;
}

.bonus-trade-wrap .table tbody tr td {
    position: relative;
    padding: 15px 8px;
}

.bonus-trade-wrap .table tbody tr td:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
}

.bonus-trade-wrap .table tbody tr td:last-child:after {
    display: none;
}

.bonus-trade-wrap .table tbody tr:nth-child(2n-1) {
    background-color: #dee6ed;
}

.bonus-trade-wrap .table tbody tr:nth-child(2n-1) td:after {
    background-color: #c8ced2;
}

.bonus-trade-wrap .table tbody tr:nth-child(2n) {
    background-color: #f6f9fb;
}

.bonus-trade-wrap .table tbody tr:nth-child(2n) td:after {
    background-color: #d9dbdc;
}

.bonus-trade-wrap .table tfoot {
    background-color: #6a7688;
    color: #fff;
    box-shadow: inset 0 5px 7px 0 rgba(0, 0, 0, 0.2);
}


.bonus-trade-wrap .choice-form {
    background-color: #01689e;
}

.bonus-trade-wrap .choice-form form {
    padding: 15px;
}

.bonus-trade-wrap .choice-form .site-btn {
    border-radius: 0;
    margin-top: 5px;
    line-height: 26px;
    margin-bottom: 5px;
}

.bonus-trade-wrap .choice-form .price-input {
    width: 47%;
}

.bonus-trade-wrap .choice-form .price-input:first-child {
    float: left;
}

.bonus-trade-wrap .choice-form .price-input:last-child {
    float: right;
}

.bonus-trade-wrap .choice-form .price-input + span {
    color: #fff;
    line-height: 38px;
}

.bonus-trade-wrap .choice-form .field-available {
    position: relative;
    line-height: 15px;
    padding-left: 25px;
    margin-top: 10px;
}

.bonus-trade-wrap .choice-form .field-available input[type="checkbox"] {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
}

.bonus-trade-wrap .choice-form .field-available input[type="checkbox"]:checked + label:after {
    background: url(/images/icon-checked-new.png) center no-repeat;
    background-size: contain;
}

.bonus-trade-wrap .choice-form .field-available label {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

.bonus-trade-wrap .choice-form .field-available label:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #0fbc6b;
    left: 0;
    top: 1px;
}

.bonus-trade-wrap .choice-form .field-available label:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 0;
    top: 1px;
    margin: 2px;
}

.bonus-trade-wrap .choice-form .field-range {
    margin-bottom: 0;
    padding-right: 20px;
    height: auto;
    border-bottom: none;
}

.bonus-trade-wrap .choice-form .field-range .help-block-error {
    margin: 0;
}

.bonus-trade-wrap .choice-form .field-range label {
    display: block;
}

.bonus-trade-wrap .choice-form .field-range .slider.slider-horizontal {
    width: 100%;
    margin-top: 4px;
    height: auto;
}

.bonus-trade-wrap .choice-form .field-range .slider.slider-horizontal .slider-track {
    height: 2px;
    border-radius: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
    background-color: #4e96bb;
    background-image: none;
}

.bonus-trade-wrap .choice-form .field-range .slider.slider-horizontal .slider-track .slider-selection {
    background-color: #fff;
    background-image: none;
}

.bonus-trade-wrap .choice-form .field-range .slider.slider-horizontal .slider-handle {
    margin-left: 0;
    margin-top: -9px;
}

.bonus-trade-wrap .choice-form .field-range .slider.slider-horizontal .slider-handle.min-slider-handle,
.bonus-trade-wrap .choice-form .field-range .slider.slider-horizontal .slider-handle.max-slider-handle {
    background-color: #21db82;
    background-image: none;
}

.bonus-trade-wrap .table {
    min-width: 725px;
}

.bonus-trade-wrap .table tbody tr td {
    vertical-align: middle;
    padding: 8px;
}

.bonus-trade-wrap .table tbody tr td:nth-child(5n):after {
    display: none;
}

.bonus-trade-wrap .table tbody tr td div + div {
    border-top: 1px solid #c8ced2;
}

.bonus-trade-wrap .table .trade-lot {
    height: 40px;
    line-height: 26px;
    background-color: #008ed9;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    width: 100%;
}

@media (max-width: 991px) {
    .bonus-trade-wrap .choice-form .field-range {
        margin-bottom: 20px;
    }
}
