/* Calculator Styles from main8a54.css */
section.calc-holder {
    border: 3px solid #f0b140;
    width: 100%;
    max-width: 718px;
    display: inline-block;
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 22px;
    color: #0B1422;
    background-color: #E8ECF3;
    border-radius: 3px;
}

section.calc-holder form ul{padding: 0;}

@media screen and (max-width:1320px) {
    section.calc-holder {
        margin: 0 0 20px;
        width: 100%;
    }
}

.calc-content-inner {
    width: 465px;
    box-sizing: border-box;
}

@media screen and (max-width:700px) {
    .calc-content-inner {
        padding: 0 15px;
        width: 100%;
    }
}

.calc-hedge .calc-content-inner {
    padding: 0 25px;
    width: 100%;
}

@media screen and (max-width:700px) {
    .calc-hedge .calc-content-inner {
        padding: 0 15px;
    }
}

.calc-content-inner li {
    margin-bottom: 10px;
    overflow: hidden;
}

.calc-holder label {
    display: block;
    margin: 0 0 10px;
    width: 210px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.calc-holder input {
    display: block;
    padding: 10px;
    width: 210px;
    font-size: 15px;
    color: #0B1422;
    text-align: center;
    border: 1px solid #CCD3DA;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
}

.calc-holder input::-webkit-input-placeholder {
    font-size: 15px;
    color: #A3A7AC;
}

.calc-holder input::-moz-placeholder {
    font-size: 15px;
    color: #A3A7AC;
}

.calc-holder input:-ms-input-placeholder {
    font-size: 15px;
    color: #A3A7AC;
}

.calc-holder input:-moz-placeholder {
    font-size: 15px;
    color: #A3A7AC;
}

.calc-holder input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.calc-holder input:focus::-moz-placeholder {
    opacity: 0;
}

.calc-holder input:focus:-ms-input-placeholder {
    opacity: 0;
}

.calc-holder input:focus:-moz-placeholder {
    opacity: 0;
}

@media screen and (max-width:700px) {

    .calc-holder label,
    .calc-holder input {
        margin: 0 0 20px;
        width: 50%;
    }

    .calc-holder label {
        margin: 10px 0;
        float: left;
    }
}

.calc-holder .figure-display {
    display: block;
    padding: 11px 10px;
    width: 210px;
    font-size: 16px;
    font-weight: 700;
    color: #0B1422;
    text-align: center;
    background-color: #D1D7DB;
    border: 1px solid #CCD3DA;
    border-radius: 3px;
    outline: none;
    box-sizing: border-box;
}

.calc-holder .calc-intro,
.calc-holder .calc-footer {
    position: relative;
    padding: 25px;
}

.calc-holder .calc-intro {
    margin: 0 0 25px;
    background: url("https://bookielink.com/cms_data/sites/guest/themes/arcadiabettingresources/images/bet-tools-2017/dark-calculator.svg") 25px 25px transparent no-repeat;
    background-size: 18px 22px;
}

.calc-holder .calc-intro::after {
    content: "";
    position: absolute;
    margin: auto;
    width: auto;
    top: auto;
    bottom: 0;
    left: 25px;
    right: 25px;
    border-bottom: 1px solid #CCD3DA;
}

@media screen and (max-width:700px) {

    .calc-holder .calc-intro,
    .calc-holder .calc-footer {
        padding: 15px 45px;
        background-position: 15px 20px;
    }
}

.calc-holder .calc-intro p,
.calc-holder .calc-footer p,
.calc-holder .calc-footer-text p {
    margin: 0;
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 22px;
}

.calc-holder .calc-intro.market-type-holder p {
    display: inline-block;
    width: 400px;
}

.calc-holder .market-type {
    min-width: 160px;
    float: right;
}

@media screen and (max-width:700px) {

    .calc-holder .calc-intro.market-type-holder p,
    .calc-holder .market-type {
        position: relative;
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
}

@media screen and (max-width:700px) {
    .calc-holder .market-type:after {
        content: "";
        display: table;
        clear: both;
    }
}

.calc-holder .market-type label {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
}

@media screen and (max-width:700px) {
    .calc-holder .market-type label {
        margin: 0 0 15px;
        float: none;
    }
}

.calc-holder .market-type .market-type-buttons {
    position: relative;
    display: table;
    width: 100%;
    height: 38px;
    background-color: #D1D7DB;
    border-radius: 3px;
}

.calc-holder .market-type a {
    position: relative;
    display: table-cell;
    margin: 5px 4px;
    padding: 6px 1%;
    width: 45%;
    float: left;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: rgba(11, 20, 34, 0.5);
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
}

.calc-holder .market-type a:hover {
    border: none;
}

@media screen and (max-width:700px) {
    .calc-holder .market-type {
        margin: 20px 0 0;
    }

    .calc-holder .market-type a {
        display: inline-block;
        margin: 5px 1%;
        padding: 15px 1%;
        width: 48%;
        text-align: center;
    }
}

.calc-holder .market-type a.selected {
    border-radius: 2px;
    color: #0B1422;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.calc-holder .calc-content {
    margin: 0 0 25px;
}

.calc-holder.calc-hedge li label {
    display: inline-block;
    margin: 0;
    padding: 13px 0;
    width: 150px;
    float: left;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
}

@media screen and (max-width:700px) {
    .calc-holder.calc-hedge li label {
        width: 100%;
    }
}

.calc-holder.calc-hedge li label.first {
    margin: 47px 0 0;
}

@media screen and (max-width:700px) {
    .calc-holder.calc-hedge li label.first {
        display: block;
        margin: 0;
        padding: 0;
        float: none;
    }
}

.calc-holder.calc-hedge li label.alt,
.calc-holder.calc-margin li label.alt {
    display: block;
    width: auto;
    float: none;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width:700px) {
    .calc-holder.calc-hedge li label.alt {
        display: inline-block;
        width: 50%;
        height: auto;
        float: left;
    }
}

.calc-holder.calc-hedge li input,
.calc-holder.calc-hedge li span {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 160px;
    float: left;
}

.calc-holder.calc-hedge li input:last-child,
.calc-holder.calc-hedge li span:last-child {
    margin: 0;
}

@media screen and (max-width:700px) {
    .calc-holder.calc-hedge li input {
        margin: 0 0 20px;
        width: 50%;
        float: right;
    }

    .calc-holder.calc-hedge li span {
        margin: 0 0 20px;
        width: 100%;
        float: none;
    }

    .calc-holder.calc-hedge li span.figure-display,
    .calc-holder.calc-hedge li span span {
        width: 50%;
        float: right;
        clear: both;
    }
}

@media screen and (max-width:700px) {

    .calc-holder.calc-hedge li .hedge-odds-holder,
    .calc-holder.calc-hedge li .hedge-stake-holder {
        width: 49%;
        float: right;
        box-sizing: border-box;
    }

    .calc-holder.calc-hedge li .hedge-odds-holder {
        float: left;
    }

    .calc-holder.calc-hedge li .hedge-payout-holder {
        clear: both;
    }

    .calc-holder.calc-hedge li .hedge-odds-holder label.alt,
    .calc-holder.calc-hedge li .hedge-odds-holder input,
    .calc-holder.calc-hedge li .hedge-stake-holder label.alt,
    .calc-holder.calc-hedge li .hedge-stake-holder input,
    .calc-holder.calc-hedge li .hedge-payout-holder label.alt,
    .calc-holder.calc-hedge li .hedge-payout-holder .figure-display {
        display: block;
        width: 100%;
        float: none;
        clear: both;
    }
}

.calc-holder .calc-form-clear {
    clear: both;
}

.calc-holder .clear-calc {
    position: relative;
    display: inline-block;
    margin: 0 55px 15px 0;
    padding: 18px 0 0;
    float: right;
    font-weight: 700;
    font-size: 13px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #0B1422;
    box-sizing: border-box;
}

@media screen and (max-width:700px) {
    .calc-holder .clear-calc {
        margin: 0 0 40px;
        clear: both;
    }

    .calc-holder .clear-calc:after {
        content: "";
        display: table;
        clear: both;
    }
}

.calc-holder .clear-calc:hover {
    border-bottom: 1px solid rgba(161, 166, 176, .4);
}

.calc-holder .clear-calc::before {
    content: "";
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 2px;
    left: -25px;
    right: auto;
    width: 18px;
    height: 18px;
    background: url("https://bookielink.com/cms_data/sites/guest/themes/arcadiabettingresources/images/bet-tools-2017/clear-calc.svg") center center transparent no-repeat;
}

.calc-holder .calc-form-clear .clear-calc {
    margin: 0 0 15px;
}

.calc-holder.calc-hedge .calc-form-clear .clear-calc {
    margin: 10px 0 15px;
}

.calc-holder .calc-results {
    clear: both;
}

.calc-holder .calc-results label,
.calc-holder .calc-results span {
    display: inline-block;
    color: #fff;
}

.calc-holder .calc-results label {
    padding: 0 20px 0 0;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #0B1422;
    text-align: right;
    text-transform: none;
    box-sizing: border-box;
}

@media screen and (max-width:700px) {
    .calc-holder .calc-results label {
        padding: 0;
        text-align: center;
    }
}

.calc-holder .calc-results span {
    display: inline-block;
    padding: 11px 10px;
    width: 200px;
    font-weight: 700;
    font-size: 15px;
    background-color: #0B1422;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
}

@media screen and (max-width:700px) {
    .calc-holder .calc-results span {
        margin: 0 0 20px;
        width: 50%;
    }
}

.calc-holder .calc-results .light {
    margin: 0 0 10px;
    color: #0B1422;
    background-color: #D1D7DB;
}

.calc-holder.calc-hedge .totals .row-c {
    margin: 0 0 1px;
    text-align: right;
}

@media screen and (max-width:700px) {
    .calc-holder.calc-hedge li label.inline {
        display: block;
        margin: 0;
        padding: 0;
        float: none;
    }
}

/* Odds Format Styles */
.calc-holder .calc-controls {
    padding: 0 25px 30px;
    line-height: 17px;
    text-align: right;
}

@media screen and (max-width:700px) {
    .calc-holder .calc-controls {
        margin: 0 0 20px;
        padding: 0 15px 15px;
    }
}

.calc-holder .calc-controls label {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    width: auto;
    font-size: 13px;
}

@media screen and (max-width:700px) {
    .calc-holder .calc-controls label {
        float: none;
    }
}

.calc-holder .calc-controls .odds-format-wrapper {
    position: relative;
    display: inline-block;
    min-width: 160px;
    height: 36px;
    padding: 10px 15px;
    text-align: left;
    top: 0;
    color: #0B1422;
    font-size: 13px;
    border: 1px solid #CCD3DA;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.calc-holder .calc-controls .odds-format-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: 10px;
    width: 10px;
    height: 6px;
    background: url(https://bookielink.com/cms_data/sites/guest/themes/arcadiabettingresources/images/bet-tools-2017/calc-down-arrow-black.svg) center transparent no-repeat;
    transition: all .25s ease-in;
    cursor: pointer;
}

.calc-holder .calc-controls .odds-format-wrapper:hover {
    border: 1px solid rgba(10, 116, 239, 0.5);
}

.calc-holder .calc-controls .odds-format-container {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 160px;
    height: auto;
    text-align: left;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.6);
    -webkit-filter: drop-shadow(rgba(0, 0, 0, .6) 0 6px 25px 0);
    filter: drop-shadow(rgba(0, 0, 0, .6) 0 6px 25px 0);
    font-size: 12px;
    line-height: 14px;
    z-index: 20;
    box-sizing: border-box;
}

.calc-holder .calc-controls .odds-format-container::after {
    position: absolute;
    content: "";
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    top: -9px;
    left: auto;
    right: 20px;
}

.calc-holder .calc-controls .odds-format-container.open {
    display: block;
}

.calc-holder .calc-controls .odds-format-wrapper.open::after {
    transform: rotate(180deg);
}

.calc-holder .odds-format-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.calc-holder .odds-format-wrapper li {
    position: relative;
    padding: 9px 0 9px 35px;
    clear: both;
}

.calc-holder .odds-format-wrapper li::after {
    content: "";
    display: table;
    clear: both;
}

.calc-holder .odds-format-wrapper li.active {
    background-color: #f0b140;
    color: #252525;
}

.calc-holder .odds-format-wrapper li.active::before {
    content: "";
    width: 11px;
    height: 25px;
    position: absolute;
    left: 17px;
    background: url('https://bookielink.com/cms_data/sites/guest/themes/arcadiabettingresources/images/bet-tools-2017/check-mark-blue.svg') no-repeat center transparent;
}

.calc-holder .odds-format-wrapper li:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

#odds-format.visible {
    display: block;
}

#odds-format {
    display: block;
}