﻿header.affix {
    position: absolute;
}

.scroll-menu .highlight{
    /*padding-top: 40px;*/
}

.validationMessage {
    margin-bottom: 15px;
    padding: 15px 20px 15px 90px;
    position: relative;
    background: rgba(255,255,255,0.8);
}
.validationMessage.error {
    color: red;
    border: 1px solid red;
    font-weight: bold;
}
.validationMessage.warning {
    border: 1px solid #FF8C00;
}
.validationMessage:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 37px;
    width: 71px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #eee;
    line-height: 50px;
}
.validationMessage.error:before {
    content: '\f06a';
    color: red;
}
.validationMessage.warning:before {
    content: '\f071';
    color: #FF8C00;
}
@media only screen and (max-width:767px) {
    .validationMessage:before {
        height: 64px;
    }
}

#quoteTotal {
    position: relative;
}

#quoteTotal .panel-default {
    min-width: 262px;
    position: relative;
    border-radius: 3px;
    text-align: center;
    margin-top: 10px;
}

#quoteTotal .panel-default > .panel-heading {
    position: relative;
    z-index: 1;
    border: none;
}

#quoteTotal .panel-default > .panel-heading h2.uppercase {
    padding: 15px;
    margin: 0;
}

#quoteTotal #cover-details .label {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 20px;
    text-align: left!important;
}

#quoteTotal .label {
    color: #fff;
}

#quoteTotal #cover-details strong {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial;
    text-align: right!important;
    width: 100%;
    display: block;
}

#quoteTotal .panel-default > .panel-body {
    padding: 15px;
    position: relative;
    z-index: 1;
}

#quoteTotal .btn-primary {
    margin-top: 15px !important;
}

#quoteTotal .total h2 {
    color: #fff;
    font-size: 41px!important;
    text-align: right!important;
}

#quoteTotal .total h2 span {
    font-size: 25px!important;
}

#quoteTotal .total h2 span.textPounds {
    font-size: 50px;
}

#quoteTotal .total .label {
    background: rgba(0,0,0,0.2);
}

#quoteTotal.discount .panel-body {
    padding-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#quoteTotal.discount .ribbon {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 10px;
    background: #00bfff;
}

#quoteTotal.discount .ribbon:after {
    border-top-color: #00bfff;
}

#trust-panel {
    min-height: 138px!important;
}

@media (min-width: 1200px) {
    #quoteTotal #cover-details strong {
        text-align: center!important;
    }
    #quoteTotal #cover-details .label {
        text-align: center!important;
    }
    #quoteTotal .total h2 {
        font-size: 50px!important;
        text-align: center!important;
    }
    #quoteTotal .total h2 span {
        font-size: 35px!important;
    }
    #trust-panel {
        min-height: 100%!important;
    }
    #trust-panel img {
        margin: 0!important;
        max-width: 100%;
    }
    #trust-panel .col-xs-offset-1 img {
        margin-top: -5px!important;
    }
}

#quoteDiscount .input {
    margin-bottom: 0 !important;
}

#quoteDiscount .panel-body p {
    border-bottom: 1px dotted #eee;
    padding-bottom: 10px;
    font-weight: normal;
    color: #222;
}

#quoteDiscount .panel-body p span {
    text-transform: uppercase;
    color: #00bfff;
}

#quoteDiscount .panel-body p .clearDiscount {
    margin-right: 15px;
    color: red;
}

.total h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -1px;
    border-radius: 3px;
    margin: 0 auto;
    color: #00bfff;
}

.total h2 span {
    font-size: 35px;
}


.total h2.uppercase {
    background: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 30px 0 0;
    color: #333;
}

.total .label {
    display: inline-block;
    margin: 10px auto 15px;
    border-radius: 14px;
    line-height: 28px;
    padding: 0 15px;
    color: #fefefe !important;
    font-weight: 400;
    font-size: 13px !important;
    text-transform: uppercase;
}

.contentBlock.info {
    border-radius: 3px;
    padding: 10px 15px;
    position: relative;
}

    .contentBlock.info p {
        margin: 0 0 0 -25px;
    }

    .contentBlock.info .fa {
        position: absolute;
        top: -10px;
        left: 0;
        width: 42px;
        text-align: center;
        font-size: 18px;
        height: 42px;
        line-height: 43px;
        background: #fff;
    }

#plan-select .panel-body {
    padding-left: 30px;
}

#plan-select .radio {
    margin-right: 15px;
}

#plan-select span.fa {
    width: 30px;
    text-align: center;
}

#plan-select .mobHelper {
    margin: -16px -16px 0 15px;
    width: 54px !important;
    height: 54px !important;
    line-height: 54px !important;
    border-radius: 0 3px 3px 0;
}

#bundle-select {
    display: none;
}

.gadget-row {
    border-radius: 3px;
    margin-bottom: 15px;
}

.gadget-row.error {
    border: 1px solid #ff0000 !important;
    padding: 10px;
}

.gadget-row:hover {
    cursor: pointer;
}

#active-gadget {
    border: 2px solid #00bfff;
}

#active-gadget.error {
    border: 2px solid red;
}

#gadget-list .contentBlock.info p {
    margin-left: -10px;
}

#gadget-list .ribbon {
    top: 5px;
    left: auto;
    right: 5px;
}

#gadget-list label.error {
    border:1px solid #ff0000;
}

#gadget-list .panel-footer .btn-alt {
    margin-top: 1px;
}
/* Edit Gadget Validation */
#edit-gadget .fa.valid,
#edit-gadget .fa.error {
    display: none !important;
}

#edit-gadget .input.valid,
#edit-gadget .input.error {
    width: 100%;
}

#edit-gadget .label-danger {
    /*display: none !important;*/
}

#register-devices .register-item:last-child {
    margin-bottom: 0;
}

#register-devices .register-item.active,
#register-devices .register-item.active:hover {
    box-shadow: none;
}

#register-devices .register-item:hover {
    background: #fff;
    cursor: pointer;
}

#register-devices .register-item label {
    margin-top: 15px;
    margin-left: -15px;
}

#register-devices .label-danger {
    margin-top: 10px !important;
}

#register-devices .contentBlock.info .fa {
    height: 86px;
    line-height: 86px;
}

#sortCode .input.valid, 
#sortCode .input.error
{
     margin-right: 0px !important;
}

#payment-details {
    padding-left: 15px;
}

#thank-you .contentBlock {
    border: 1px solid #dbe6f1;
    border-radius: 3px;
    padding: 15px;
    background: #f3f6fa;
}

#thank-you .contentBlock p {
    font-weight: 500;
    margin: 0 !important;
}

#thank-you p.lead {
    border-bottom: 1px solid #dbe6f1;
    margin: 0 -15px 15px !important;
    padding: 0 15px 15px;
    font-weight: normal !important;
}

#thank-you .fa {
    color: #00bfff;
}

#documents .panel-body {
    padding-left: 30px;
}

#documents .document-item {
    border: 1px solid #dbe6f1;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-left: -15px;
    min-height: 192px;
    display: block;
    text-align: center;
}

#documents .document-item:hover {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    text-decoration: none;
}

#documents .document-item label {
    color: #00bfff;
    font-family: Arial;
    margin: 0;
}

#documents .document-item img {
    margin-top: 30px;
}

#documents .document-item .fa-5x {
    color: #00bfff;
}

#documents .document-item p {
    display: block;
    font-family: Arial;
    font-weight: bold;
    margin: 20px 0 0;
}

#documents .document-item hr {
    display: block;
    margin: 15px -15px;
}

#documents .document-item .btn {
    width: 100%;
}

#documents .contentBlock.info .fa {
    height: 64px;
    line-height: 64px;
}

@media (max-width: 767px) {
    #documents .document-item {
        margin-bottom: 15px;
    }
}

.table-total {
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 0;
    margin-top: 30px;
}

.table-total > tbody > tr > td {
    padding: 12px !important;
    border: 0;
    border-top: 1px dotted #eee !important;
    color: #222;
    font-family: 'Open Sans', sans-serif !important;
}

.table-total tr td:nth-child(1) {
    width: 50%;
}

.table-total tr:last-child td {
    background: #002633;
    color: #fff;
}

@media only screen and (max-width:991px) {
    .table-total tr td:nth-child(1) {
        width: 50%;
    }
}

#policy-list .policy-item {
    border-radius: 0px;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    border: 1px solid #e9ebec;
}
#policy-list .policy-item > div.row {
    display: table-row;
}
#policy-list .policy-item > div.row > div[class*='col-'] {
    display: table-cell;
    float: none;
}
#policy-list .policy-item .summary {
    padding: 15px 15px 10px 15px;
    background: #f6f8f9;
    border-right: 1px solid #eee;
}
#policy-list .policy-item .detail {
    padding: 15px 15px 10px 15px;
}
#policy-list .policy-item.disabled {
    background: #fcfcfc;
}
#policy-list .policy-item.disabled .summary {
    background: none;
}
#policy-list .policy-item.disabled .summary .listTitle {
    color: #888!important;
}
#policy-list .policy-item.disabled:hover {
    border-color: #dbe6f1;
    box-shadow: none;
}
#policy-list .policy-item.disabled .contentBlock p,
#policy-list .policy-item.disabled .label {
    color: #888;
}
#policy-list .policy-item.disabled .dropdown-toggle,
#policy-list .policy-item.disabled .dropdown-toggle i {
    background: #fcfcfc;
    color: #888;
}
#policy-list .policy-item:last-child {
    margin-bottom: 0;
}

#policy-list .policy-item .summary .listTitle {
    font-size: 20px !important;
    line-height: 140%;
    margin-bottom: 5px;
}
#policy-list .policy-item .summary hr {
    margin: 33px 0 15px;
}
#policy-list .policy-item .detail .document-download {
    border-right: 1px dotted #eee;
    margin-bottom: 10px;
}
#policy-list .policy-item.disabled .detail .document-download {
    border-right: none;
}
#policy-list .policy-item .detail .label {
    margin-top: 8px;
}
#policy-list .policy-item .detail i.fa.fa-fw {
    margin-right: 10px;
}
#policy-list .policy-item .summary p {
    margin-bottom: 5px;
    margin-top: 5px;
}
#policy-list .policy-item .summary .ribbon {
    left: auto;
    position: absolute;
    bottom: 20px;
    width: 50%;
}
#policy-list .policy-item .ribbon.lapsed {
    background: #888 none repeat scroll 0 0;
}
#policy-list .policy-item .ribbonLeft.lapsed::after {
    border-left-color: #888;
}
#policy-list .policy-item .ribbonRight.lapsed::after {
    border-right-color: #888;
}
#policy-list .policy-item h3.title {
    border-bottom: 1px dotted #eee;
    color: #444;
    font-family: Arial;
    font-size: 22px;
    margin: 0;
    padding: 0 0 10px;
}
#policy-list .policy-item:hover {
    border-color: #00bfff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
#policy-list .policy-item:hover .summary {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#policy-list .policy-item a.btn-primary,
#policy-documents a.btn-primary,
#policy-list .policy-item a.btn-secondary,
#policy-documents a.btn-secondary {
    width: 100%;
    color: #fefefe !important;
    font-weight: normal;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    text-indent: -46px;
}
#policy-list .policy-item a.btn-primary i.fa,
#policy-documents a.btn-primary i.fa,
#policy-list .policy-item a.btn-secondary i.fa,
#policy-documents a.btn-secondary i.fa {
    color: #fefefe !important;
    font-weight: normal;
    height: 46px;
    width: 46px;
    line-height: 46px;
    font-size: 14px;
}
#policy-list .policy-item img {
    margin-top: 13px;
    max-width: 134%;
}
#policy-list .policy-item hr {
    margin: 9px 0;
}
#policy-list .policy-item p {
    margin: 10px 0;
}

#customerzone-devices .device-item {
    border-radius: 0px;
    margin: 0 0 15px 0;
    display: table;
    width: 100%;
    border: 1px solid #e9ebec;
}

#customerzone-devices .device-item > .row {
    display: table-row;
}

#customerzone-devices .device-item > .row > div[class*='col-'] {
    display: table-cell;
    float: none;
}

#customerzone-devices .device-item .summary {
    padding: 15px 15px 10px 15px;
    background: #f6f8f9;
    border-right: 1px solid #eee;
}

#customerzone-devices .device-item.edit {
    background: #f6f8f9;
    padding-top: 15px;
}

#customerzone-devices .device-item .files {
    padding: 15px 15px 10px 15px;
}

#customerzone-devices .summary-block,
#customerzone-devices .files-block {
    min-height: 240px;
} 

@media only screen and (min-width: 1200px) {
    #policy-list .policy-item .summary .ribbon {
        bottom: 8px;
    }
}

@media only screen and (max-width: 991px) {
    #policy-list .policy-item {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }
    #policy-list .policy-item > div.row {
        display: block;
    }
    #policy-list .policy-item > div.row > div[class*='col-'] {
        display: block;
    }
    #policy-list .policy-item .summary {
        border-bottom: 1px solid #dbe6f1;
        border-right: 0 none;
        margin-bottom: 15px;
        min-height: 100%;
        padding-bottom: 15px;
    }
    #policy-list .policy-item .summary .ribbon {
        position: absolute;
        margin: 20px 0 0 0;
        bottom: auto;
        top: 13px;
        right: 15px;
        width: auto;
        padding-left: 15px;
    }
    #policy-list .policy-item .summary .contentBlock {
        border-bottom: 0 none;
    }
    #policy-list .policy-item img {
        margin-top: 0;
        max-width: 74%;
    }
    #policy-list .policy-item .total {
        text-align: left !important;
    }
    #policy-list .policy-item a.btn-primary,
    #policy-list .policy-item a.btn-secondary {
        margin-top: 15px;
        line-height: 46px !important;
    }
    #policy-list .policy-item .detail .document-download {
        border: none;
    }
    #policy-list .policy-item .detail .contentBlock {
        border-bottom: 1px dotted #eee;
    }
    #policy-list .policy-item .detail > div.row > div[class*='col-']:last-child .contentBlock {
        border-bottom: none;
    }
    #policy-list .policy-item .detail i.fa.fa-fw {
        margin-right: 10px;
    }

    #customerzone-devices .device-item .summary {
        border-right: none;
    }

    #customerzone-devices .device-item > .row > div[class*='col-'] {
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    #policy-list .policy-item .summary .ribbon {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        border-radius: 0;
    }

    #policy-list .policy-item .summary .ribbon::after {
        border: 0 none;
    }
}

/* Policy Certificate */
#pdf-banner {
    padding: 3% 0;
    background-image: url(/Images/Theme/SOI/hero-images/faq-banner.jpg);
    background-color: #fff;
    position: relative;
    background-position: 100% 22%;
    background-repeat: no-repeat;
    background-size: 70%;
    border-top: 0;
    min-height: 270px;
}
#pdf-contact {
    padding: 17px 0;
    background: #fff;
    margin: 0 -15px;
}
#pdf-contact p {
    margin: 0;
}
#pdf-document address {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    margin: 0;
    line-height: 46px;
    height: 46px;
    padding-left: 15px;
}
#pdf-document address ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
#pdf-document address ul > li {
    list-style: none;
    float: left;
    margin-right: 5px;
    line-height: 46px;
}
#pdf-document address ul > li:after {
    content: ',';
}
#pdf-document address ul > li.address-postcode:after,
#pdf-document address ul > li:last-child:after {
    content: '';
}
#pdf-form {
    padding: 30px 0;
}
#pdf-form hr.dotted {
    margin: 0 0 15px 0;
}
#pdf-table table > tbody > tr > td {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    background: #fff;
    border-bottom: 1px dotted #eee;
    border-top: none;
    padding: 1px 15px 0 0;
    line-height: 22px;
    vertical-align: middle;
}
#pdf-table table > tbody > tr > td.rowNum {
    font-family: 'Open Sans', sans-serif !important;
    padding: 15px 0 0 0;
}
#pdf-table table > tbody > tr > td.itemDesc {
    font-weight: 500;
    padding-top: 1px !important;
}
#pdf-table table > tbody > tr:last-child > td {
    border-bottom: none;
}
#pdf-table table > thead > tr > th {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 0 15px 15px 0;
}
#pdf-table table > tbody > tr.disabled > td > div.rowNum {
    background: #fff;
    color: #888;
    border-color: #888;
}
#pdf-table table > tbody > tr.active > td > div.rowNum {
    background: #fff;
    color: #00bfff;
    border-color: #00bfff;
} 
#pdf-table table > tbody > tr.active > td.itemDesc i {
    color: #00bfff;
} 
#pdf-table table > tbody > tr.active > td.itemDesc span {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
} 
#pdf-table table > tbody > tr.disabled > td.itemDesc i {
    color: #888;
}
#pdf-table table > tbody > tr.disabled > td {
    text-decoration: line-through;
}
#pdf-table table > tbody > tr.disabled > td.rowNum,
#pdf-table table > tbody > tr.disabled > td.status {
    text-decoration: none;
}
#pdf-table table > thead > tr > th.rowNum {
    width: 5%;
}
#pdf-table table > thead > tr > th.itemDesc {
    width: 29%;
}
#pdf-table table > thead > tr > th.coverLimit {
    width: 13%;
}
#pdf-table table > thead > tr > th.imeiSerial {
    width: 23%;
}
#pdf-table table > thead > tr > th.excess {
    width: 20%;
}
#pdf-table table > thead > tr > th.status {
    width: 9%;
}
.policy-number {
    margin-right: 15px;
}

.date-item {
    padding: 15px;
    border: 2px solid #00bfff;
    position: relative;
    border-radius: 3px;
    text-align: center;
}

.date-item .label {
    float: none;
    text-align: center;
    border-bottom: 1px dotted #dbe6f1;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.date-item span {
    font-size: 16px;
    color: #00bfff;
    display: block;
}

.date-item .fa {
    text-align: center;
    margin-bottom: 13px;
}

@media only screen and (max-width:767px) {
    .date-item {
        margin-bottom: 15px;
    }
}

#gadget-list .accordion .panel-body {
    position: relative;
    overflow: hidden;
    height: 0;
    padding: 0 15px;
}

#gadget-list #gadget-notification {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    color: #fefefe;
    text-align: center;
    line-height: 19px;
    font-size: 13px;
}

/* Validation */
.input.valid, 
.input.error,
.select.valid,
.select.error,
.checkbox.valid, 
.checkbox.error,
.display.valid, 
.display.error,
.btn-group.error {
    margin-right: 48px !important;
}

.select.no-validation-msg {
    margin-right: 0 !important;
}

.input.valid input,
.select.valid select,
.display.valid > span {
    border-color: #00bfff !important;
}

.input.error input,
.btn-group.error button,
.select.error select,
.display.error > span,
.checkbox.error, 
.checkbox.error i {
    border-color: red !important;
}

.checkbox.error a {
    color: red;
}

.fa.valid,
.fa.error {
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 8px;
    right: 20px;
}

.fa.valid {
    background: #00bfff;
}

.fa.error {
    background: red;
}

.label-danger {
    color: red !important;
    background: none;
    margin: -5px 0 15px !important;
}

/* Helpers */
.mobHelper {
    width: 27px !important;
    height: 27px !important;
    line-height: 27px !important;
    border-radius: 2px;
    text-align: center;
    border: 1px solid #dbe6f1;
    background: #fff;
    position: relative;
    z-index: 5;
    font-size: 14px !important;
}

.modal {
    border: 0;
    overflow: hidden;
    z-index: 9999999;
    background: none;
}
.modal h4 {
    background: none;
    font-weight: 300;
}
.modal h4 strong {
    color: #00bfff;
    font-weight: 500;
}
.modal-header {
    min-height: 57px;
}
.modal-content {
    border-radius: 0;
    background: #fff;
}
.modal-footer {
    background: #fff;
    border-radius: 0;
    padding: 0 15px 0;
}
.modal-footer .btn {
    margin-top: 15px;
    width: 100%;
}
.modal-header .close {
    margin-top: 2px;
    position: relative;
    z-index: 10;
}
.modal-backdrop {
    background: #fff;
}
.modal-backdrop.in {
    opacity: 0.8;
}
.modal.error h4,
.modal.error h4 strong {
    color: #fff;
}
.modal.error .modal-content {
    border-color: red;
}
.modal.error .btn {
    background: red;
    color: #fff;
}
.modal.error .modal-body {
    color: red;
}
.modal.error .modal-header {
    background: red;
}

.modal.warning h4,
.modal.warning h4 strong {
    color: #fff;
}

.modal.warning .modal-content {
    border-color: #FF8C00;
}

.modal.warning .btn {
    background: #FF8C00;
    color: #fff;
}

.modal.warning .modal-body {
    color: #FF8C00;
}

.modal.warning .modal-header {
    background: #FF8C00;
}

.modal.warning h4 strong {
    color: #FF8C00;
}

.popover {
    border-radius: 3px;
    padding: 0!important;
    font-family: Arial !important;
    width: 110%;
    z-index: 9999;
}

.popover-title {
    border-radius: 3px 3px 0 0;
    padding: 12px 15px;
    border-bottom: 1px solid #dbe6f1;
    font-family: Arial !important;
    font-weight: bold;
}

.popover-content {
    padding: 12px 14px 14px 14px;
    font-size: 13.5px;
}

.popover.right > .arrow {
    border-right-color: rgba(0, 0, 0, 0.05);
}

.total h2 span.textPounds {
    font-size: 50px;
}

.spinner {
    margin: 10px auto 15px;
    width: 60px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #111;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin-right: 2px;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: stretchdelay 1.2s infinite ease-in-out;
    -o-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner.spinner-dark > div {
    background-color: #00bfff;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    -o-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        -moz-transform: scaleY(0.4);
        -ms-transform: scaleY(0.4);
        -o-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -moz-transform: scaleY(1.0);
        -ms-transform: scaleY(1.0);
        -o-transform: scaleY(1.0);
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

#bundle {
    margin: -15px;
    padding: 0 15px;
}
#bundle .contentBlock {
    padding: 15px 0;
    margin: -15px 0 15px;
}
#bundle .contentBlock p {
    margin: 0;
}
#bundle .promo-text {
    background: #fff url(/Images/Theme/SOI/hero-images/bundle-banner-pdf.jpg) no-repeat center;
    background-size: cover;
    width: auto;
    text-align: left;
    color: #fff;
    margin: 0 -15px 15px -15px;
    height: 240px;
    max-height: 240px;
    padding: 15px;
}
#bundle .promo-text h4 {
    position: absolute;
    bottom: 30px;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.2);
}
#bundle .promo-text small {
    margin-top: 5px;
    font-size: 11px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    color: #fff;
}
#bundle .bundle-total {
    margin: 0 0 20px 0;
    position: relative;
    border: 1px solid #00bfff;
    color: #444;
    font-family: 'Roboto', sans-serif;
    line-height: 44px;
}
#bundle .bundle-total .saving-amt {
    background: #00bfff;
    color: #fff;
}
#bundle .bundle-total label {
    font-weight: normal;
    margin: 0;
}
#bundle .bundle-total .price {
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}
#bundle ul {
    padding: 0 0 0 18px;
}
#bundle ul li {
    margin: 0;
}

/*********************************************************************************************/
/************************************* MOBILE RESPONSIVE *************************************/
/*********************************************************************************************/
@media only screen and (max-width:991px) {
    #register-devices .register-item label {
        margin-left: 15px;
        margin-right: 15px;
    }

    #quoteTotal .total h2 {
        font-size: 30px!important;
        float: right;
    }

    #quoteTotal .total h2 span {
        font-size: 20px;
    }

    #quoteTotal #cover-details {
        margin-top: 10px;
    }
}

#span.cover-status {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 32px;
    background: #fff;
}

.table.table-total, #policy-terms, #gadget-list, #footer {
    page-break-inside: avoid;
}

.page-break {
    page-break-after: always;
}
#policy-documents a.btn-primary,
#policy-documents a.btn-secondary {
    margin-bottom: 0;
}
#policy-documents .policy-document-desc {
    height: 46px;
    vertical-align: middle;
} 
#policy-documents .policy-document-desc p {
    margin: 0;
    height: 46px;
    vertical-align: middle;
    display: table-cell;
    vertical-align: middle;
}
#policy-documents .policy-document-img img {
    max-height: 46px;
}

.policy-document {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 15px 15px 15px;
}