/*      GENERAL SLIDER       */
.calc__slider-slider {
    border: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #3db1df;
    height: 6px;
}
    .noUi-origin {
        background-color: #fff;
    }
    .noUi-handle {
        background-color: #00be48;
        border: none;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        box-shadow: none;
        height: 26px !important;
        top: -10px !important;
        width: 26px !important;
    }
        .noUi-handle:hover {
            cursor: pointer;
        }
        .noUi-handle:after {
            display: none;
        }
        .noUi-handle:before {
            content: " ";
            background-color: #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            display: inline-block;
            height: 8px;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 8px;
            margin: 0;
            transition: ease-in-out 0.2s;
        }
        .noUi-handle:hover:before{
            width: 11px;
            height: 11px;
            transition: ease-in-out 0.22s;
        }
        .noUi-handle:active:before {
           transition: ease-in-out 0.2s;
            width:17px;
            height:17px;
        }
.apply-now-button.table {
    text-align: center;
    margin: 35px 0;
}  
.apply-now-button.table,
.apply-now-button.table a {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    position: relative;
    overflow: visible !important;
}     
.calc__slider-inner-container {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
    .calc__slider-inner-container:last-child {
        text-align: right;
        padding-left: 12px;
    }
.calc__summary-label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0px;
}
.calc__summary-container p {
    margin-bottom: 0px;
    color: #fff;
    display: inline;
}
.calc__summary-amount {
    font-weight: 600;
}
.calc__summary-amount.big {
    font-size: 48px;
    font-weight: 400;
    line-height: 49px;
    text-shadow: 0 2px 0 rgba(19,99,180,.58);
}
.calc__summary-details p {
    text-align: left;
    font-size: 20px;
    text-shadow: 0 2px 0 rgba(19,99,180,.58);
}
.calc__download-schedule {
    text-align: center;
    padding: 15px 10px;
}
a#downloadPdf {
    text-transform: uppercase;
    font-weight: 600;
    padding: 11px;
    border-radius: 3px;
}
a#downloadPdf i {
    font-size: 31px;
    position: relative;
    top: 8px;
    padding-right: 5px;
}
.calc__theme--light{
    max-width: 992px;
    margin: auto;
}
.home .calc__theme--light {
    position: relative;
    top: -113px;
    z-index: 98;
}
.calc__summary-details-container {
    text-align: right;
    height: 35px;
    padding-top: 3px;
}
.calc__theme--light  {
    max-width: 500px;
    margin: auto;
    position: relative;
    z-index: 98;
}

/*table*/
tr.spc-calculator-data-row:nth-child(odd) td {
    background: #fbfbfb;
}
tr.spc-calculator-data-row td,
.calc__table-wrapper tr th{
    width: 25%;
    padding: 10px 15px;
}
.calc__table tr:first-child th {
    padding: 16px 20px;
    overflow: visible;
}
.container-table {
    max-height: 218px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d8d8d8;
}

/*      SCREEN VARIANTS       */

@media screen and (min-width: 993px) {
    .calc__slider-wrapper {
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        padding: 17px 21px 19px 18px;
        width: 100%;
        background: #097abf;
        background: -webkit-linear-gradient(left,#0878be 30%,#14a6db);
        background: -moz-linear-gradient(left,#0878be 30%,#14a6db);
        background: -o-linear-gradient(left,#0878be 30%,#14a6db);
        -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 7px rgba(0,0,0,.15);
        box-shadow: 0 3px 7px rgba(0,0,0,.15);
        max-width: 992px;
        margin: auto;
    }
    .calc__theme--light  {
        max-width: 992px;
        margin: auto;
        z-index: 98;
        position: relative;
    }
    .calc__slider-wrapper .apply-now-button a span {
        display: none !important;
    }
    .calc__slider-wrapper .apply-now-button a {
        border-radius:100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        padding: 24px 17px;
        width: 70px;
        height: 70px;
    }
    .calc__slider-wrapper .apply-now-button a i{
        font-size: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-40%,-50%);
    }
    .calc__main-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;      
        display: -webkit-flex;  
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .calc__summary-container, 
    .calc__slider-container {
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 50%;
        justify-content: space-around;
    }
    .range-slider-wrap {
        width: 100%;
    }
    .calc__slider-container .apply-now-button {
        display: none !important;
    }

    .calc__summary-inner-container .apply-now-button {
        clear: both;
        float: none;
    }
    .calc__slider-inner-container {
        display: table-cell;
        vertical-align: middle;
        min-width: 232px;
    }
    .calc__slider-inner-container i{
        font-size:28px;
        position:relative;
        top: 5px;
    }
    .calc__slider-inner-wrapper {
        display: table;
        width: 100%;
        margin: 0px 0px 9px 0px;
    }
    .calc__slider-inner-wrapper:last-child{
        margin-bottom:0;
        
    }
    .calc__slider-inner-container:first-child,
    .calc__slider-inner-container:last-child {
        min-width: 121px;
    }
    span.calc__slider-label {
        font-size: 22px;
    }
    .calc__slider-inner-container.range-slider-main {
        width: 100%;
        padding-left: 10px;
        min-width: 200px;
    }
    .calc__summary-monthly {
        min-width: 215px;
        padding-left: 21px !important;
        height: 77px;
    }
    .calc__summary-details {
        height: 67px;
    }
    .calc__summary-details-container {
        padding-bottom: 13px;
        min-width: 136px;
        text-align: left;
    }
    .calc__slider-inner-container.range-data-changable {
        min-width: 170px;
        text-align: left;
        padding-left: 17px;
    }
}
@media screen and (min-width: 1400px) {
    .calc__summary-monthly {
        padding-left: 17px !important;
    }
    .calc__slider-inner-container {
        min-width: 120px !important;
    }
    .calc__summary-container {
        width: 45%;
    }
    .calc__slider-container {
    width: 55%;
}
}

/*              SLIDERS             */
.range-slider-main .noUi-horizontal .noUi-handle {
    background: #00be48;
    transition: ease-in-out 0.2s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.range-slider-main .noUi-horizontal .noUi-handle:hover {
        -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    transform: scale(1.2);
}
.range-slider-main .noUi-horizontal .noUi-handle:active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
/*                              */
.calc__theme--light .calc__details-overview {
    background: #f6f6f6;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #e3e3e3;
    padding-top: 15px;
    margin-top: -15px !important;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: -1;
    padding: 7px 24px 20px;
}
.calc__details-overview.expand {
    z-index: 1;
    margin-top: 0 !important;
}
.calc__chart-legend-container {
    text-align: center;
}
.calc__chart-legend-container ol {
    list-style-type: none;
    margin: 0 auto;
}
.calc__chart-legend-item {
    display: inline-block;
    padding: 10px 5px;
    cursor: pointer;
    margin: 0 10px;
}
.calc__chart-legend-item span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
     -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;

    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
    .calc__chart-legend-item.clicked span{
        background-color: transparent !important;
    }
.calc__chart canvas {
    max-width: 100%;
}
@media screen and (min-width: 993px) {
    .calc__chart-container {
        display: table;
        width: 100%
    }
    .calc__chart {
        display: table-cell;
        padding: 45px 15px 15px;
        width: 50%;
    }
    .calc__chart-nav {
        overflow: hidden;
        max-height: 0;
    }
}
@media screen and (max-width: 992px) {
    .calc__chart-nav {
        display: table;
        width: 100%;
        position: relative;
        background-color: #40404073;
        margin: 25px 0;
        border-radius: 3px;
        -webkit-border-radius: 33px;
        -moz-border-radius: 3px;
    }
    .calc__chart-nav-container {
        display: table-cell;
        width: 50%;
        text-align: center;
    }
    .calc__chart-nav:first-child button{
        border-radius: 25px 0 0 25px;
    }
    .calc__chart-nav-container:last-child button{
        border-radius: 0 25px 25px 0 !important;
    }
    .calc__chart-nav-button {
        background-color: transparent;
        width: 100%;
        border: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0;
        font-weight: 400;
    }
    .calc__chart-nav-button.active {
        background: #2a78be !important;
    }
        .calc__chart-nav-button:focus {
            background-color: transparent;
        }
    .calc__chart-wrapper {
        overflow: hidden;
    }
    .calc__chart-container {
        display: table;
        width: 200%;
        transform: translateX(0%);
        transition: transform .3s ease-in-out;
        -webkit-transition: transform .3s ease-in-out;
        -moz-transition: transform .3s ease-in-out;
        -o-transition: transform .3s ease-in-out;
    }
        .calc__chart-container.slide-left {
            transform: translateX(-50%);
        }
    .calc__chart {
        width: 50%;
        display: inline-block;
    }
    .single-chart {
        width:100%;
        margin: 40px auto !important;
    }
    .single-chart .calc__chart {
        width:100%;
    }
}
.calc__details-overview {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease-in-out;
    -webkit-transition: max-height .5s ease-in-out;
    -moz-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    
}
    .calc__details-overview.expand {
        max-height: 1900px;
    }
.calc__chart-expand-button {
    margin: 0 auto;
    display: block;
    padding: 10px 20px 10px 73px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #05a0d9;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
}
.calc__chart-expand-button:focus {
    background-color: transparent;
}
.calc__chart-expand-button i {
    position: absolute;
    left: 50%;
    margin-left: -73px;
    top: 14px;
    transition: .2s ease-in-out;
}
.calc__chart-expand-button.expand i {
    transform: rotate(180deg);
    transition: .2s ease-in-out;
}

.toggle-list {
    position: absolute;
    top: 0;
    left: 50%;
    transition: top .5s ease-in-out;
    -o-transition: top .5s ease-in-out;
    -moz-transition: top .5s ease-in-out;
    -webkit-transition: top .5s ease-in-out;
    margin-left: -50px;
}
    .expand .toggle-list {
        top: -42px;
    }
.calc__toggle {
    padding: 10px 0;
}

/*      DISCLAIMER      */
.calc__disclaimer {
    margin-top: 20px;
    display: table;
}
.calc__disclaimer-icon {
    padding: 0 10px;
}
.calc__disclaimer-icon, 
.calc__disclaimer-text {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}
.calc__chart-expand {
    background: #f6f6f6;
    margin-top: -14px;
    position: relative;
    z-index: 2;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    transition: .2s ease-in-out;
}
.calc__disclaimer-icon i {
    font-size: 42px;
    color: #e3e3e3;
}
.calc__chart-expand:hover{    
    background-color: #dedddd;
    transition: .2s ease-in-out;
}
@media screen and (max-width: 992px) {
    .calc__summary-container {
        background-color: #00a2dc;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 10px 10px 0 0;
        display: table;
        padding: 21px 20px 22px 20px;
        width: 100%;
    }
        .calc__summary-inner-container {
            display: table-cell;
            vertical-align: middle;
        }
        .calc__summary-inner-container.button {
            display: none;
        }
    .calc__slider-container {
        background-color: #0878be;
        padding: 20px;
    }
    .calc__slider-container a{
        margin: 2px 0 4px;
    }
    .calc__slider-container .apply-now-button {
        margin-top: 30px;
    }
    .calc__slider-inner-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;      
        display: -webkit-flex;  
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .calc__slider-inner-container.range-slider-main {
        order: 1;
        width: 100% !important;
    }
    .calc__slider-inner-container.range-title,
    .calc__slider-inner-container.range-data-changable {
        margin: 0 0 10px 0;
        width: 50%;
    }
}
@media screen and (max-width:992px){
    .calc__table-wrapper tr th{
        text-align: center;
    }
    .calc__table-wrapper tr td {
        text-align: center !important;
    }
}
@media screen and (max-width:500px){
    .calc__table-wrapper tr th{
        padding: 10px 15px;
        font-size:13px;
    }
}
@media screen and (max-width: 380px){
    .calc__table-wrapper tr th {
        padding: 10px 6px;
        font-size: 13px;
        text-align: center;
    }
    tr.spc-calculator-data-row td {
        padding: 10px;
    }
    .calc__summary-amount.big {
        font-size: 34px;
        max-width: 200px;
    }
    .calc__summary-label {
    font-size: 14px;
    }
}
.single-chart {
    max-width: 500px;
    margin: 0 auto;
}