﻿.sc-sub-container {
    width: 100%;
    text-align: center;
}

.sc-sub-inner {
    width: 75%;
    margin: auto;
    text-align: left;
}

#divSubscriptionTotals {
    position: sticky;
    top: 0px;
    background-color: #fffffff7;
    padding-bottom: 30px;
    z-index: 999; 
}
#divSubscriptionButtons {
    position: sticky;
    bottom: 0px;
    background-color: #ffffff94;
    z-index: 999;
}

.sc-sub-item {
    border: dashed 1px #cecece;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.sc-sub-title-container {
    width: 100%;
    float: left;
    position: relative;
}

.sc-sub-gen-money {
    font-size: 26pt;
    color: #5aa05a;
    width: 100%;
    text-align: center;
    display: block;
}

.sc-sub-money-green {
    color: #5aa05a !important;
}

.sc-under-title-text {
    display: block;
    text-transform: uppercase;
    color: #808080;
    font-size: 12pt;
    width: 100%;
    text-align: center; 
}

.sc-sub-title {
    text-transform: uppercase;
    font-size: 14pt;
    float: left;
    margin: 10px 10px 0px 10px;
}

.sc-sub-title-count {
    font-size: 20pt;
    margin: 0px 10px;
}

.sub-gen-input {
    padding: 6px 12px !important;
    height: 45px !important;
    font-size: 16pt !important;
    -moz-appearance: textfield;
    text-align: center !important;
    border: solid 1px #f3f3f3 !important;
    color: #6e6e6e;
}

    .sub-gen-input::-webkit-outer-spin-button,
    .sub-gen-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.num-2-dig {
    max-width: 60px !important;
}

.num-3-dig {
    max-width: 70px !important;
}

.num-4-dig {
    max-width: 85px !important;
}

.num-5-dig {
    max-width: 100px !important;
}


.sc-sub-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 20px;
}

    .sc-sub-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #da680f;
        cursor: pointer;
    }

    .sc-sub-slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #da680f;
        cursor: pointer;
    }

.slider-large {
    min-width: 100%;
}

.sc-sub-item-info {
    width: 100%;
    display: block;
    font-size: 10pt;
    color: #333333;
    margin: 10px 0px;
}

#lblSubLessCreditApplied {
    color: #5aa05a;
    font-size: 12pt;
    position: absolute;
    left: 27%;
    top: 73px;
}

.current-limit {
}

.sc-sub-gen-greyed-out {
    color: #e0e0e0;
}

.contact-label {
    color: #333333 !important;
    font-size: 15pt !important;
}

.tbl-sub-changes {
}

@media screen and (max-width:800px) {

    .sc-sub-title {
        text-transform: uppercase;
        font-size: 12pt;
        color: #000;
    }

    .sc-sub-title-count {
        font-size: 16pt;
        margin-left: 10px;
        color: #000;
    }

    .sc-sub-inner {
        width: 99%;
    }

    .sc-sub-item {
        padding: 10px !important;
    }

    #btnChangeSubscription {
        top: 0px !important;
    }
    .col-md-4 {
        width: 100%;
    }   
}


@media screen and (max-width:500px) {
    .sc-sub-title {
        width: 100% !important;
        margin-left: 0px;
    }

    .sub-gen-input {
        max-width: 100px !important;
        padding: 6px 12px !important;
        height: 45px !important;
        margin-bottom: 5px;
    }

}
