/* loader css */

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000c4;
    top: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


/* loader css */

.calc_row.row {
    margin: 0
}

.calc_row.row.row-2 {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px
}

.fixed-header {
    position: fixed;
    top: 158px;
    left: 15px;
    z-index: 9999;
}

.calc_tbl {
    font-size: 14px;
}

.calc_tbl td:nth-child(1),
.calc_tbl th:nth-child(1) {
    width: 62px;
}
.calc_tbl th:nth-child(4),
.calc_tbl td:nth-child(4) {
    width: 120px;
}
.calc_tbl th:nth-child(5),
.calc_tbl td:nth-child(5),
.calc_tbl th:nth-child(6),
.calc_tbl td:nth-child(6) {
    width: 180px;
}

.calc_tbl td:nth-child(2),
.calc_tbl th:nth-child(2),
.calc_tbl td:nth-child(3),
.calc_tbl th:nth-child(3) {
    width: 90px;
}


/* 


.calc_tbl th:nth-child(6),
.calc_tbl td:nth-child(6),
.calc_tbl th:nth-child(7),
.calc_tbl td:nth-child(7),
.calc_tbl th:nth-child(8),
.calc_tbl td:nth-child(8),
.calc_tbl th:nth-child(9),
.calc_tbl td:nth-child(9) {
    width: 150px;
} */

.counter-space.position-fixed {
    top: 68px;
    position: fixed;
    width: 100%;
    background: #fff;
    margin: 0;
    left: 0;
    z-index: 9999;
    padding: 20px 0;
    height: 90px;
}

.counter-space.position-fixed+div {
    padding-top: 80px;
}

@media all and (max-width:500px)and (min-width:320px) {
    .calc_tbl tbody.tbody_values td {
        text-align: right;
        padding-right: 14px
    }
    .calc_tbl2 tbody.tbody_values td {
        text-align: right;
        padding-right: 14px
    }
    .tbl {
        padding-bottom: 50px
    }
    .calc_tbl td.result1 {
        width: auto;
        position: absolute;
        left: 18px
    }
    .calc_tbl2 td.result1 {
        width: auto;
        position: absolute;
        left: 18px
    }
    .tbl table tr td:nth-child(1) {
        width: 48%
    }
    .tbl table tr td:nth-child(2) {
        margin-left: 0px!important;
        float: left
    }
    .tbl-values tr th {
        text-align: center
    }
    .h2-compound {
        font-size: 22px
    }
}

table.calc_tbl {
    width: 100%;
    border-collapse: collapse
}

.calc_tbl tr:nth-of-type(odd) {
    background: #eee
}

.calc_tbl th {
    background: #333;
    color: #fff;
    font-weight: 700
}

.calc_tbl td,
.calc_tbl th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left
}

@media only screen and (max-width:767px),
(min-device-width:767px) and (max-device-width:767px) {
    .calc_tbl,
    .calc_tbl thead,
    .calc_tbl tbody,
    .calc_tbl th,
    .calc_tbl td,
    .calc_tbl tr {
        /* display: block */
    }
    /* .calc_tbl thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    } */
    .calc_tbl tr {
        border: 1px solid #ccc
    }
    .calc_tbl td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }
    .calc_tbl td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }
    .calc_tbl2 table,
    .calc_tbl2 thead,
    .calc_tbl2 tbody,
    .calc_tbl2 th,
    .calc_tbl2 td,
    .calc_tbl2 tr {
        display: block
    }
    .calc_tbl2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .calc_tbl2 tr {
        border: 1px solid #ccc
    }
    .calc_tbl2 td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }
    .calc_tbl2 td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap
    }
}

.calc_rows {
    display: flex;
    justify-content: center
}

.form_heading {
    margin-top: 0;
    margin-bottom: 25px;
    color: #333;
    font-size: 16px;
    text-align: center
}

@media (min-width:241px) and (max-width:767px) {
    .calculate_form {
        padding: 20px 5px
    }
}

.green {
    background: green !important;
    color: #fff !important;
    text-decoration: none !important;
}

.red {
    background: red !important;
    color: #fff !important;
    text-decoration: none !important;
}

.orange {
    background: orange !important;
    color: #fff !important;
}

.scheme_default table th {
    color: #fff;
}

.placeholder,
.placeholder-aj {
    position: relative;
}

.placeholder-aj::after {
    position: absolute;
    left: 5px;
    top: 13px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 0.6;
}

.placeholder::after {
    position: absolute;
    left: 5px;
    top: 3px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 0.6;
}

.tbody_values td input {
    text-indent: 5px;
    padding-top: 12px;
}

.counter-space {
    margin-bottom: 20px;
    ;
}

.col-centered.box {
    font-size: 18px;
    font-weight: 500;
}

.updated:not(.published) {
    display: block !important;
}

.win {
    color: green
}

.loss {
    color: red
}

.push {
    color: orange
}


/* new design css  */

.calculate_form.new-design {
    margin-bottom: 30px !important;
}

.calculate_form.new-design h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.calculate_form.new-design .form-group:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 11px;
    margin-bottom: 11px;
    color: #056d6f;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.calculate_form.new-design .form-group:last-child {
    padding: 0;
}

.calculate_form.new-design .col-form-label {
    padding: 0;
}

.calculate_form.new-design .col-form-label+div {
    padding: 0;
}

.calculate_form.new-design .sc_button,
.main-2.new-design button,
.main-2.new-design .sc_button {
    background-color: #fff !important;
    color: #056d6f !important;
    border: 2px solid #056d6f !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    padding: 15px 20px;
    letter-spacing: 1px;
}

.calculate_form.new-design .sc_button:hover,
.main-2.new-design button:hover,
.main-2.new-design .sc_button:hover {
    color: #fff !important;
    background-color: #056d6f !important;
}

.main-2.new-design .trade-status .box {
    padding: 0;
    color: #056d6f;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-2.new-design .trade-status .box>div {
    font-size: 24px;
    border-top: 1px solid #999;
    padding-top: 3px;
    margin-top: 5px;
}

.main-2.new-design .calc_tbl thead th {
    background: #056d6f !important;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    border-color: #fff;
    vertical-align: middle !important;
}

.main-2.new-design .calc_tbl td {
    vertical-align: middle !important;
}

.main-2.new-design .order-size-head,
.main-2.new-design .payout-size-head {
    color: #fdbe2a !important;
}

.sc_button.new-design {
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 20px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}

.table.new-design .sc_button {
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 20px;
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 1px;
}

.table.new-design thead th {
    background: #056d6f !important;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    border-color: #fff;
    vertical-align: middle !important;
}

.table.new-design td {
    vertical-align: middle !important;
}

.table.new-design td:last-child {
    display: flex;
    justify-content: center;
}

.main-2.new-design table {
    min-width: 1024px;
}

@media only screen and (max-width:1279px) {
    thead.fixed-header {
        display: none !important;
    }
    .counter-space.position-fixed {
        position: static;
    }
    .counter-space.position-fixed>div {
        left: 0 !important;
    }
}

@media only screen and (max-width:767px) {
    .calculate_form.new-design .sc_button,
    .main-2.new-design button,
    .main-2.new-design .sc_button {
        width: 100%;
        margin: 10px auto !important;
    }
    .counter-space.position-fixed {
        position: static;
    }
    .counter-space.position-fixed>div {
        left: 0 !important;
    }
    thead.fixed-header {
        display: none !important;
    }
}
.pageno {
    padding:4px 2px;
    margin:0px 2px;
    border:1px solid #ccc;
    line-height: 30px;
}
.pageno:hover, .activepage{
    background:#3276B1;
    color:#ffffff !important;
}
.page_content_wrap .content_wrap {
    position: relative;
    overflow: auto;
    /* white-space: nowrap; */
}