﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

#formInputsSec {
    margin: 0;
    padding: 0;
}

.form-confirm-final {
    margin: 27px 0;
    padding: 0;
    display: none;
}

.form-confirm-final-2 {
    margin-top: 0;
    margin-bottom: 27px;
    padding: 0;
    display: none;
}


.top-logo {
    height: 100px;
    margin: 50px 0 0 0;
    padding: 0;
}

.logo-box {
    height: 100px;
    width: 250px;
    padding: 0;
    margin: 0 auto;
}

.sptv-logo-box {
    height: 100px;
    width: 330px;
    padding: 0;
    margin: 0 auto;
}

.logo-img {
    height: 97px;
    width: 250px;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.sptv-logo-img {
    height: 97px;
    width: 330px;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.top-title-box {    
    margin: 0;
    padding: 0;
}

.title-lines {
    padding: 0;
    text-align: center;
    color: #666;
    font-family: Lato;
}

.title-first-line {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}

.title-second-line {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
}

.cad {
    display: none;
}


.price-Box {
    margin: 0;
    height: auto;
}

.sptv-price-Box {
    margin: 20px 0 0 0;
    height: 100px;
}

.price-box-col {
    text-align: center;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.price-box-large-txt {
    color: #333;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
}

.price-box-small-txt {
    color: #BDBDBD;
    font-family: Lato;
    font-size: 14px;
    line-height: 26px;
}

.dollor-sign {
    color: #666;
    font-family: Lato;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    position: absolute;
    top: 10px;
}

.top-price {
    color: #000;
    font-family: Lato;
    font-size: 36px;
    font-weight: 300;
}

.price-mo {
    color: #666;
    font-family: Lato;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}

.price-Box-txt {
    color: #BDBDBD;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.shipping-hint {
    color: #E65999;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}

.price-Box-ddIcon {
    position: absolute;
    top: 17px;
    margin-left: 5px;
    color: #999;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}

.plans-price {
    height: 189px;
    width: 272px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    position: absolute;
    top: 50px;
    left: 210px;
}


.ddPlans-options {
    height: 63px;
    width: 272px;
    padding: 15px;
    border-bottom: 1px solid #D6D6D6;
    cursor: pointer;
}

    .ddPlans-options:hover {
        background-color: #F6F6F6;
    }

.ddPlans-options-selected {
    background-color: #F6F6F6;
}

.option-plan-name {
    color: #333;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    float: left;
}

.option-plan-price {
    color: #333;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    float: right;
}

.option-plan-price-period {
    color: #999;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    float: right;
}

.option-plan-description {
    color: #999;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    float: left;
}

.form {
    padding: 0 0 100px 0;
}

.asterisk {
    color: red;
    font-size: 5px;
    position: absolute;
    top: 2px;
    right: 0;
}

.form-fields {
    padding: 0;
    margin: 0;
    position: relative;
}

.form-fields-ship-title {
    padding: 10px 0 0 0;
    margin: 15px 0 0 0;
    position: relative;
}

.labels {
    color: #666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    margin: 25px auto 12px 0;
    position: relative;
    padding: 0 4px 0 0;
}

.error-labels {
    color: red;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
}

.price-labels {
    color: #666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    margin: 5px auto 5px 0;
    position: relative;
    padding: 0 7px 0 0;
}

.price-total-label {
    color: #666;
    font-family: Lato;
    font-size: 16px;
    line-height: 26px;
    margin: 10px auto 10px 0;
    position: relative;
    padding: 0 7px 0 0;
}

.icon-check {
    color: #8DDA2F;
    display: none;
}

.inputs {
    height: 46px;
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFF;
    font-family: Lato;
    padding-left: 15px;
}

    .inputs:focus {
        outline: none !important;
        border: 1px solid #999;
        box-shadow: none;
    }

.show-pass-icon { 
    font-size: 15px;
    color: #657D99;
    cursor: pointer;    
    position: absolute;
    top: 65px;    
    right: 5px;    
}

.btn-apply-promo {
    height: 35px;
    width: 100px;
    position: absolute;
    top: 58px;
    right: 25px;
    border: none;
    border-radius: 25px;
    background-color: #5DC5E8;
    color: #FFF;
}

    .btn-apply-promo:focus {
        outline: none !important;
    }

.cards-conrtainer {
    height: 34px;
    width: 180px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 60px;
    right: 0;
}

.cards-logo {
    height: 34px;
    width: 180px;
    object-fit: contain;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.dates-select {
    height: 46px;
    width: 45%;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFF;
    color: #666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    padding-left: 10px;
    margin-right: 5%;
    float: left;
}

    .dates-select:focus {
        outline: none !important;
        border: 1px solid #999;
        box-shadow: none;
    }

.suite-input {
    height: 46px;
    width: 90%;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFF;
    font-family: Lato;
    padding-left: 15px;
    margin-right: 10%;
}

    .suite-input:focus {
        outline: none !important;
        border: 1px solid #999;
        box-shadow: none;
    }

.country-select {
    height: 46px;
    width: 100%;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFF;
    color: #666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    padding-left: 10px;
}

    .country-select:focus {
        outline: none !important;
        border: 1px solid #999;
        box-shadow: none;
    }

.province-select {
    display: none;
    height: 46px;
    width: 95%;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFF;
    color: #666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    padding-left: 10px;
    margin-right: 5%;
}

    .province-select:focus {
        outline: none !important;
        border: 1px solid #999;
        box-shadow: none;
    }

.province-input {
    display: none;
    height: 46px;
    width: 95%;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFF;
    font-family: Lato;
    padding-left: 15px;
    margin-right: 5%;
}

    .province-input:focus {
        outline: none !important;
        border: 1px solid #999;
        box-shadow: none;
    }

.shipping-title {
    text-align: left;
    color: #333;
    font-family: Lato;
    font-size: 18px;
    line-height: 22px;
}

.form-subtotal {
    margin-top: 35px;
    padding: 0;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.form-total {
    border-bottom: 1px solid #D6D6D6;
}

.btn-submit-container {
    margin: 40px auto;
}

.input-submit {
    height: 50px;
    width: 230px;
    border-radius: 25px;
    background-color: #5DC5E8;
    box-shadow: 0;
    border: 0;
    color: white;
}

    .input-submit:focus {
        outline: none !important;
    }

.secure-site-img {
    /*height: 40px;
    width: 40px;*/
    text-align: center;
}

.secure-site-txt {
    color: #999;
    font-family: Lato;
    font-size: 13px;
    line-height: 26px;
}

.secure-site-txt2 {
    color: #BDBDBD;
    font-family: Lato;
    font-size: 11px;
    line-height: 26px;
}

.margin-padding-0 {
    margin: 0;
    padding: 0;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.hide-element {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* Confirm Order Section*/

.confirm-panel {
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
}

.disabled-check-icon {
    margin: 75px 25px 20px 25px;
    padding: 0;
    text-align: center;
    color: #E9E9E9;
    font-size: 56px;
    line-height: 56px;
}

.enable-check-icon {
    margin: 75px 25px 20px 25px;
    padding: 0;
    text-align: center;
    color: #99D55D;
    font-size: 56px;
    line-height: 56px;
}

.confirm-top-title {
    margin: 0 25px;
    padding: 0;
    color: #333;
    font-family: Lato;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}

.confirm-top-desc {
    margin: 20px;
    padding: 0;
    color: #999;
    font-family: Lato;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.confirm-order-number {
    margin: 15px 25px;
    color: #666;
    font-family: Lato;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.confirm-cloudent-desc {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Lato;
    font-size: 16px;
    line-height: 20px;
}

.confirm-btn-download-container {
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

.confirm-btn-download {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
    background-color: #5DC5E8;
    border: 0;
    border-radius: 25px;
    color: #FFF;
    font-family: Lato;
    font-size: 12px;
}

.confirm-cloudent-item-title {
    padding: 0;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    color: #0093D0;
}

.confirm-cloudent-item-desc {
    padding: 0;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    color: #0093E4;
}

.confirm-cloudent-footer-desc {
    margin: 20px 0;
    padding: 0;
    color: #333;
    font-family: Lato;
    font-size: 16px;
    line-height: 20px;
}

.confirm-detailed-section {
    margin: 25px 25px;
    padding: 0;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    background-color: #F7F7F7;
}

.confirm-detailed-section2 {
    margin: 0;
    padding: 0;
    border: 1px solid #D6D6D6;
    border-radius: 4px 4px 0 0;
    background-color: #F7F7F7;
}

.confirm-detailed-section3 {
    margin: 0;
    padding: 0;
    border: 1px solid #D6D6D6;
    border-radius: 0 0 4px 4px;
    background-color: #FFF;
}

.confirm-detailed-top-title {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
    text-align: left;
}

.confPlanName {
    color: #666;
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    margin: 15px 0;
    padding: 0;
}

.confPlanDesc {
    color: #666;
    font-family: Lato;
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    margin: 20px 0;
    padding: 0;
}

.confirm-billingSec-title {
    color: #666;
    font-family: Lato;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    border-bottom: 1px solid #D6D6D6;
    margin: 40px 0 0 0;
    padding: 0;
}

.confirm-billingSec-title2 {
    color: #333;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 10px 0 0 0;
    padding: 0;
    border-bottom: 1px solid #D6D6D6;
}

.confirm-billingSec-Row {
    color: #666;
    font-family: Lato;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0;
}

.confirm-billed-now {
    color: #333;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin: 40px 0 20px 0;
    padding: 0;
}

.confirm-date {
    margin: 0;
    padding: 0;
    color: #999;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
}

.confirm-btn-edit-order {
    height: 50px;
    width: 230px;
    border-radius: 25px;
    background-color: #FFF;
    box-shadow: 0;
    border: 0;
    color: #666;
    margin: 0 auto;
}

    .confirm-btn-edit-order:focus {
        outline: none !important;
    }

.confirm-input-rows {
    margin: 0 25px;
    padding: 0
}

.mobile-confirm-input-rows {
    margin: 0 20px;
    padding: 0
}

.user-payment-methods-column {
    width: 45%;
    margin: 20px 2% 0 2%;
    padding: 20px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
    float: left;
}

.user-payment-card-type {
    color: #666;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.user-paymet-btn-add-payment-method {
    height: 36px;
    width: 168px;
    margin-top: 15px;
    border: 0;
    border-radius: 25px;
    background-color: #5DC5E8;
    color: #FFFFFF;
    font-family: Lato;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    float: right;
}

    .user-paymet-btn-add-payment-method:focus {
        outline: none !important;
    }

.disabled-input {
    background-color: #E9E9E9;
}
/*Error Modal section*/
.modal-dialog-box {
    height: 390px;
    width: 570px;
    background-color: #FFF;
}

.modal-dialog-box-body {
    margin: 0;
    padding: 0;
}

.dialog-box-logo-container {
    height: 102px;
    width: 102px;
    object-fit: cover;
    margin: 50px auto 18px auto;
}

.dialog-box-logo {
    height: 102px;
    width: 102px;
}

.dialog-box-Title {
    height: 30px;
    width: 406px;
    color: #333;
    font-family: Lato;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin: auto;
}

.dialog-box-Msg {
    height: 64px;
    width: 406px;
    color: #666;
    font-family: Lato;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 15px auto;
}

.dialog-box-Msg-forget {
    height: 160px;
    width: 406px;
    color: #666;
    font-family: Lato;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 15px auto;
}

/* Customize the label (the container) */
.chb-container {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    color: #666666;
    font-family: Lato;
    font-size: 13px;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chb-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    background-color: #FFF;
}

/* On mouse-over, add a grey background color */
.chb-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chb-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chb-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chb-container .checkmark:after {
    left: 3px;
    top: 1px;
    width: 8px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen And (max-width:950px) {

    .logo-img{
        height:60px;
    }

    .province-select {
        width: 100%;
        margin-right: 0;
    }

    .province-input {
        width: 100%;
        margin-right: 0;
    }

    .suite-input {
        width: 100%;
        margin-right: 0;
    }

    .user-payment-methods-column {
        width: 95%;
    }

    .confirm-detailed-section2{
        margin-top : 25px;
    }

    .conf-pass-label{
        font-size:11px !important;
    }
}

@media print {

    .on-print-btn-container{
        display:none;
    }

    .confirm-btn-edit-order, .btn-submit-container, .input-submit {
        display: none;
    }

    .enable-check-icon {
        display: none;
    }

    .top-logo {
        margin: 0;
    }

    .confirm-detailed-section2 {
        margin-top: 0;
    }

    #hubspot-messages-iframe-container {
        display: none !important;
        visibility: hidden !important;
    }

    .grecaptcha-badge {
        display: none !important;
        visibility: hidden !important;
    }
}
