/* Top Navigation Section */
#nav_progress_bar_outer {
    position: relative;
    border: 2px solid #e6e6e6;
    padding: 5px 4px;
    background: #fff;
    border-radius: 25px;
}

#nav_progress_bar_step_1, #nav_progress_bar_step1, #ec_nav_progress_bar_step_1 {
    left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#nav_progress_bar_step_2 {
    left: 26%;
}

#nav_progress_bar_step2 {
    left: 34%;
}

#ec_nav_progress_bar_step_2 {
    left: 34%;
    width: 36%
}

#nav_progress_bar_step_3 {
    left: 52% !important;
}

#nav_progress_bar_step3 {
    left: 68%;
    width: 32%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#nav_progress_bar_step4 {
    left: 68%;
    width: 32%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#nav_progress_bar_step_4 {
    left: 78%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 22%;
}

#ec_nav_progress_bar_step_3 {
    left: 71%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 29%;
}

#nav_progress_bar_step_1, #nav_progress_bar_step_2, #nav_progress_bar_step_3, #nav_progress_bar_step_4,
#nav_progress_bar_step1, #nav_progress_bar_step2, #nav_progress_bar_step4 {
    position: absolute;
    top: 0;
    background-color: #a3d119;
    height: 10px;
    z-index: 1;
}

#ec_nav_progress_bar_step_1, #ec_nav_progress_bar_step_2, #ec_nav_progress_bar_step_3, #ec_nav_progress_bar_step_4 {
    position: absolute;
    top: 0;
    background-color: #a3d119;
    height: 10px;
    z-index: 1;
}

[class^="step_active_"] {
    background: url('../images/sprites/progress_indicator_sprite.png') no-repeat scroll transparent;
    height: 36px;
    width: 35px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 40px;
}

[class^="step_done_"] {
    background: url('../images/sprites/progress_indicator_sprite.png') no-repeat scroll transparent;
    height: 41px;
    width: 49px;
    display: table-cell;
    vertical-align: middle;

}

.step_active_1 {
    background-position: -6px -4px;
}

.step_active_2 {
    background-position: -57px -4px;
}

.step_active_3 {
    background-position: -106px -4px;
}

.step_active_4 {
    background-position: -154px -4px;
}

.step_active_no_2 {
    background-position: -203px -5px;

}

.step_active_no_3 {
    background-position: -253px -4px;
}

.step_active_no_4 {
    background-position: -5px -57px;
}

.step_done_no_1 {
    background-position: -54px -54px;
}

.step_done_no_2 {
    background-position: -113px -52px;
}

.step_done_no_3 {
    background-position: -176px -52px;
}

span.step_txt_active {
    font-weight: bold;
    font-size: 14px;
    color: #00853f;
    display: table-cell;
    vertical-align: middle;
}

span.step_txt_inactive {
    font-weight: bold;
    font-size: 14px;
    color: #999;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    text-decoration: none !important;
}

.underline-on-hover:hover {
    text-decoration: underline !important;
}

span.step_txt_completed {
	font-weight: bold;
    font-size: 12px;
    color: #999;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    text-decoration: none !important;
}

span.step_txt_completed:hover {
	font-weight: bold;
    font-size: 12px;
    color: #999;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
    text-decoration: underline !important;
}

.welcome_object {
    text-align: right;
    padding-top: 30px;
}

/* Choose speed section */
#chooseSpeedSection .panel {
    border: 3px solid #ccc;
}

#chooseSpeedSection .panel-body {
    padding: 0;
}

.mh_internet_wrap {
    background-color: #ffffff;
    cursor: pointer;
    padding: 10px 10px;
}

.mh_internet_wrap:hover {
    background-color: #eeeeee;
}

.mh_internet_wrap input[type=radio] {
    vertical-align: top;
}

.mh_internet_wrap .help-block {
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 12px;
}

.mh_internet_wrap .div-label {
    cursor: pointer;
    font-size: 15px;
    display: inline-block;
    max-width: 90%;
    margin-bottom: 5px;
    font-weight: 700;
}

.mh_internet_wrap .div-label-inline {
    cursor: pointer;
    font-size: 15px;
    display: inline;
    max-width: 90%;
    margin-bottom: 5px;
    font-weight: 700;
}

.mh_internet_wrap .list-group-item {
    padding: 0 0;
    border: none;
    background-color: transparent;
}

.mh_internet_wrap.selected {
    background-color: #e7eae9;
}

.nccc-sprite, .nccc-sprite-responsive {
    background: url('../images/sprites/NCCC_sprite.png') no-repeat;
}

.internet {
    background-position: -10px -2px;
    width: 152px;
    height: 103px;
}

.phone {
    background-position: -341px -2px;
    cursor: pointer;
    width: 152px;
    height: 103px;
}

.prism {
    background-position: -174px -2px;
    width: 152px;
    cursor: pointer;
    height: 103px;
}

.internet.selected {
    background-position: -10px -2px;
}

.phone.selected, .phone.selected:hover {
    background-position: -341px -222px !important;
}

.prism.selected, .prism.selected:hover {
    background-position: -174px -222px !important;
}

.phone:hover {
    background-position: -341px -112px !important;
}

.prism:hover {
    background-position: -174px -112px !important;
}

.internet_big {
    background-position: -493px -40px;
    width: 95px;
    height: 70px;
    margin: 0 auto;
}

.phone_big {
    background-position: -625px -102px;
    width: 50px;
    height: 60px;
    margin: 0 auto;
}
.check_circle {
	background-position: -65px -130px !important;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.reset {
    background-position: -669px -20px;
    width: 22px;
    height: 21px;
}

.glyphicon-tp5 {
    top: -2px;
    line-height: 0.6;
}
/*
.speed_7mbps {
    background-position: -205px -443px;
}

.speed_5mbps {
    background-position: -108px -443px;
}

.speed_3mbps {
    background-position: -12px -443px;
}*/

/* Offers Section */
.chooseOfferSection .panel {
    border: 3px solid #ccc;
    padding: 0;
}

.offers_section {
    padding: 15px;
}

.offers_section .col-sm-4, .offers_section .col-sm-5 {
    padding-left: 0;
    padding-right: 15px;
}

.offer_img_div {
    margin-left: 5px;
    max-width: 125px;
}

.offer-panel .inner-row p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding: 10px 40px;
}

.offer-panel .inner-row {
    margin: 0;
}

.offer-panel .inner-row .col-xs-6 {
    padding: 0;
}

[class$="Mbps"] {
    background: url('../images/sprites/NCCC_sprite.png') no-repeat;
    height: 100px;
    width: 117px;
    margin: 0 auto;
}

.speed_1Gig1000Mbps {
    background-position: -734px -104px;
}

.speed_1000Mbps {
    background-position: -734px -104px;
}
.speed_940Mbps {
    background-position: -878px -200px;
}
.speed_500Mbps {
    background-position: -502px -208px;
}

.speed_200Mbps {
    background-position: -617px -208px;
}

.speed_100Mbps {
    background-position: -617px -104px;
}

.speed_40Mbps {
    background-position: -502px -104px;

}

.speed_6Mbps {
    background-position: -734px -208px;

}

.offer_phone {
    background: url("../images/sprites/NCCC_sprite.png") no-repeat scroll -592px -28px transparent;
    width: 58px;
    height: 80px;
    margin: 10px auto;
}

.offer_prism {
    background: url('../images/sprites/NCCC_sprite.png') no-repeat scroll -665px -36px transparent;
    width: 80px;
    height: 80px;
    margin: 10px auto;
}

.offer_plus {
    background: url("../images/sprites/NCCC_sprite.png") no-repeat scroll -742px -12px  transparent;
    width: 9px;
    height: 30px;
}

.offer_content .offer_heading {
    font-weight: bold;
    font-size: 16px;
    color: #00853f;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.offer_content .offer_body {
    display: inline-block;
    color: #000000;
    font-size: 13px;
    text-align: center;
    width: 100%;
}

.offer_price span.price {
    font-size: 42px;
    font-weight: bold;
    padding-left: 0;
    color: #00853f;
}

.offer_price span.price sup {
    font-size: 60%;
    top: -0.36em;
}

.offer_box .offer_price_mob p.price sup {
    font-size: 60% !important;
    vertical-align: 0 !important;
    top: -0.36em !important;
}

.offer_price span.price.small {
    font-size: 22px;
}

.offer_price {
    position: absolute;
    margin-left: 15px;
    text-align: center;
}

.offer_price span.price_text {
    display: block;
    font-size: 14px;
    position: relative;
    top: -10px;
}

.offer_price span.btn {

}

.offer_box {
    padding: 10px 0 10px 0;
}

.offer_box .offer_text {
    background-color: #00853f;
    color: #fff;
    font-size: 14px;
}

.offer_box .offer_text p {
    line-height: 20px;
    margin: 0;

}

.offer_box .offer_price_mob p.price {
    color: #00853f;
    font-size: 72px;
    vertical-align: baseline;
    text-align: center;
}

.offer_box .offer_price_mob p.price.small {
    text-align: right;
    font-size: 32px;
    padding-right: 10px;
}

.offer_box .offer_price_mob p.price sup {
    font-size: 67%;
    vertical-align: -7px;
}

.offer_box .offer_price_mob p.price sup span {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    min-width: 75px;
    left: -13px;
    color: black;
    font-weight: bold;
}

#config .swippingArrow {
    min-height: 280px;
}

/*Summary cart */
#summarySection .panel {
    border: 2px solid #ccc;
    color: #666666;
    position: relative;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 0;
}

#summarySection .glyphicon {
    cursor: pointer;
}

#summarySection hr {
    height: 3pt;
    border-top: 2pt solid #ccc;
    margin: 4px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

#summarySection .font-change p {
    font-size: 13px !important;
    line-height: 1.2em !important;
}

#summarySection .shadow-box p {
    font-size: 13px;
    line-height: 1.2em;
}

.formatted_price {
    vertical-align: baseline;
    padding-right: 30px;
}

.formatted_price sup {
    font-size: 67%;
    vertical-align: -2px;
}

#total_charges {
    color: #ff6319;
}

/* compare section */
#compare_layer .panel-body {
    min-height: 160px;
}

#compare_layer .panel-heading {
    position: relative;
}

.compare-panel ul {
    min-height: 107px;
}
.compare-panel h3 {
    font-size: 20px !important;
}

.compare-panel ul li {
    display: table;
}

.compare-panel li span {
    line-height: 1;
}

#terms_layer .panel-body {
    max-height: 424px;
    overflow: auto;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #cccccc;
    padding-top: 0;
    position: relative;
}

/* Profile Page */
#customer-profile .popover {
    max-width: 385px;
}

/* Tax pop up */
#tax-breakup .popover {
    max-width: 300px;
}

.form-help {
    top: 32px;
    right: 10px;
    cursor: pointer;
}

.pagination-header {
    background: repeating-linear-gradient(#9a9b9c, #fff 100%, #9a9b9c 50%) no-repeat;
    background: -moz-repeating-linear-gradient(#9a9b9c, #fff 100%, #9a9b9c 50%) no-repeat;
    background: -webkit-repeating-linear-gradient(#9a9b9c, #fff 100%, #9a9b9c 50%) no-repeat;
}
.setTopCountBox{
    border: 2px solid #747474;
}

.btn-back {
    position: absolute;
    bottom: -62px;
}

.channel-hbo {
    background: url("../images/sprites/NCCC_sprite.png") no-repeat scroll -831px -2px transparent;
    width: 100px;
    height: 45px;
    margin: 10px auto;
}

.channel-starZ {
    background: url("../images/sprites/NCCC_sprite.png") no-repeat -952px -2px transparent;
    width: 120px;
    height: 45px;
    margin: 10px auto;
}

.channel-showtime {
    background: url("../images/sprites/NCCC_sprite.png") no-repeat scroll -820px -53px transparent;
    width: 130px;
    height: 45px;
    margin: 10px auto;
}

.channel-cineMax {
    background: url("../images/sprites/NCCC_sprite.png") no-repeat scroll -967px -47px transparent;
    width: 130px;
    height: 50px;
    margin: 10px auto;
}

.popover.top {
	margin-right: 10px;
}

.popover-close {
    background-color: #9a9b9c!important;
    padding: 3px 8px!important;
    color: #fff!important;
    border-radius: 50%!important;
    margin: -10px!important;
    border: 2px solid #585858 !important;
}

.popover-close:hover {
    background-color: #5e5e5e!important;
}

.col-sm-6-pad {
    width: 49% !important;
}

.channel-font {
    font-size: 22px;
    font-family: Arial;
    color: #000000;
    font-weight: bold;
}

.md-minHeight {
    min-height: 298px;
    position: relative;
}

.sm-minHeight {
    min-height: 255px;
    position: relative;
}

.pull-toFooter {
    position: absolute;
    bottom: 0;
}

.prism-sub-heading {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    background-color: #8cc63f;
    border-color: #8cc63f;
}

.pagination>li>a, .pagination>li>span,
.pagination>li>a:hover, .pagination>li>a:focus,
.pagination>li>span:hover, .pagination>li>span:focus {
    color: #000;
}

.setTopBox-icon {
    background: url('../images/sprites/NCCC_sprite.png') no-repeat transparent;
    width: 45px;
    height: 45px;
}

.setTopBox-icon-front {
    background-position: -770px -4px;
    margin: -27px 18px;
}

.setTopBox-icon-back {
    background-position: -770px -4px;
}

.text-indent35 {
    text-indent: 35px;
}

.transform-channel-size {
    -ms-transform: scale(.5,.5); /* IE 9 */
    -webkit-transform: scale(.5,.5); /* Safari */
    transform: scale(.5,.5);
    margin: 5px -50px -20px 0px;
}

.relative-class {
    position: relative;
}

.floating-summaryCart {
    position: absolute;
    height: auto;
    top: 0px;
    right: 15px;
}

.disable-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f8f8f8;
    z-index: 900;
    opacity: .5;
    cursor: not-allowed;
}

.disableBackgroundPage{
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    background: white;
    opacity: 0.8;
    left: 0;
    z-index: 1;
}

.managePaymentFocus {
    position: relative;
    z-index: 1000;
    background: white;
}

.cancel_contact_number {
	font-size: 15px !important;
}

.cancel_contact_number:focus, .cancel_contact_number:hover {
	font-size: 15px !important;
}

@media (max-width: 991px) {
    .mh_internet_wrap .help-block {
        font-size: 9px;
    }

    .offer_price span.price {
        font-size: 22px;
    }

    .offer_price span.price.small {
        font-size: 18px;
    }

    .offer_price span.price_text {
        font-size: 11px;
        top: -6px;
    }

    .mh_internet_wrap .div-label {
        font-size: 13px;
    }
    
	.mh_internet_wrap .div-label-inline {
        font-size: 13px;
    }

    .offer_img_div {
        max-width: 88px;
        margin-left: 0;
    }
    
    .cancel_contact_number {
	font-size: 13px !important;
	}

	.cancel_contact_number:focus, .cancel_contact_number:hover {
	font-size: 13px !important;
	}
    

}

@media (min-width: 991px) {
    .offer_price span.price {
        font-size: 32px;
    }
    .transform-size-9 {
        width: 120px;
        transform: scale(.9, .9);
    }
    .channel-checkboxDiv input[type=checkbox] {
        margin-left: -10px !important;
    }
    .main-services {
        margin-right: 15px !important;
    }
}

@media (min-width: 768px) {
    h4 {
        font-size: 17px;
    }
    .service-text-center {
        width: 152px;
    }
    .content-below-OS {
        padding-top: 15px;
        max-width: 305px;
        float: right !important;
    }
}

@media (min-width: 770px) {
    #full-cart {
        margin-left: 0px;
    }
    #newfull-cart {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .ctl-btn-block {
        width: 100%;
    }
    .service-text-center {
        width: 152px;
    }
    .discountDropDown {
        width: 70px !important;
    }
}

@media (max-width: 430px) {
    .internet, .phone, .prism {
        -ms-transform: scale(.6,.6); /* IE 9 */
        -webkit-transform: scale(.6,.6); /* Safari */
        transform: scale(.6,.6);
    }
    .service-text-center {
        width: 110px;
    }
}

@media (min-width: 430px) and (max-width: 479px){
    .internet, .phone, .prism {
        margin-left: 10px;
    }
    .service-text-center {
        width: 130px;
    }
}

@media (max-width: 480px) {
    .nccc-sprite-responsive {
        background-size: 992px 975px;
    }

    .internet {
        background-position: -9px -8px;
        width: 110px;
        height: 77px;
    }

    .internet.selected {
        background-position: -9px -7px;

    }

    .phone.selected, .phone.selected:hover {
        background-position: -238px -172px !important;
    }

    .phone:hover {
        background-position: -238px -87px !important;
    }

    .phone {
        background-position: -238px -6px;
        cursor: pointer;
        width: 114px;
        height: 77px;
    }

    .prism.selected, .prism.selected:hover {
        background-position: -120px -172px !important;
    }

    .prism:hover {
        background-position: -120px -87px !important;
    }

    .prism {
        background-position: -120px -7px !important;
        cursor: pointer;
        width: 114px;
        height: 77px;
    }
    .spd-mobileReview {
        padding-left: 0;
        padding-right: 0;
    }
}






