﻿html {
    background: rgb(245,245,245);
}

.content-container {
    padding: 40px 0px;
}

.page-content .row {
    margin-right: -15px;
    margin-left: -15px;
}

div[role="tabpanel"] {
    width: 100%;
}

/* button styles */
/* handled by client styles */
/* end button styles */


/* product banner styles */
.product-banner {
    background: white;
    padding-bottom: 30px;
}

.product-banner .product-title {
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
    font-size: 28px;
    line-height:32px;

}

@media only screen and (max-width: 768px) {
    .product-banner .product-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
}

.product-banner .product-summary .lcx-product-image {
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
}


.product-banner .popular-topics-container {
    margin-bottom: 30px;
}

.a2-search-heading {
    margin-bottom: 16px;
    font-size:22px;
    line-height: 32px;
}

@media only screen and (max-width: 768px) {
    .a2-search-heading {
        font-size:18px;
        line-height: 24px;
    }
}

.a2-H2 {
    font-size: x-large;
    text-transform: capitalize;
}

.a2-button-container {
    /*right: 15px;*/
    z-index: 50;
}

.a2-search {
    border-width: 1px;
    border-style: solid none solid solid;
    border-color: rgb(48, 113, 169) !important;
    border-image: initial;
    font-size: clamp(1.75rem, 8vw, 2rem);
    z-index: 500 !important;
}


/*.btn-a2-search {
    color: rgb(0, 96, 169);
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid solid solid none;
    border-color: rgb(48, 113, 169);
    border-image: initial;
    left: -2px;
    padding-top: 5px;
    height: 40px;
}

    .btn-a2-search i {
        font-size: 22px;
    }

    .btn-a2-search:hover, .btn-a2-search:focus, .btn-a2-search:active {
    }*/

.product-banner .popular-topics-container .popular-topics-list .popular-div {
    margin: 5px 0px;
}

.product-banner .popular-topics-container .popular-topics-list a {
    font-size: 16px;
    padding: 3px 0px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    width: calc(50% - 32px);
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .product-banner .popular-topics-container .popular-topics-list a {
        width: 100%;
        margin-right: 0;
    }
}
/*
    .product-banner .popular-topics-container .popular-topics-list a:after {
        font-family: FontAwesome;
        content: "\f105";
        font-size: 25px;
        margin-right: 10px;
    }*/

.product-banner .popular-topics-container .popular-topics-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .product-banner .popular-topics-container .popular-topics-list {
        display: block;
    }
}

.search-container {
    margin-btoom
}

.popular-topics-title {
    margin-bottom: 16px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 24px;
}
@media only screen and (max-width: 768px) {
    .popular-topics-title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 32px;
        margin-bottom: 16px;
    }
}


@media only screen and (max-width: 767px) {
    .product-image {
        margin-bottom: 30px;
    }

        .product-image img {
            margin: 0 auto;
        }

    .product-banner .popular-topics-container .popular-topics-list {
        flex-wrap: nowrap;
        overflow-y: hidden;
        height: 100%;
    }

    .popular-topics-list .scen_quick:nth-of-type(n + 7) {
        display: none !important;
    }

    .search-container {
        margin-top: 12px;
    }

    .product-banner {
        padding-bottom: 32px;
    }

    .product-banner .popular-topics-container {
        margin-bottom: 0px;
    }
}

/* end product banner styles */


/* nav styles */

.toggle-nav-container {
    width: 100%;
    z-index: 100;
    margin: 0px;
    color: rgb(116, 118, 118);
}

.toggle-navigation {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: flex;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: hidden;
    align-items: flex-end;
    border-bottom: 1px solid rgb(238, 238, 238);
    box-shadow: rgb(238 238 238) 0px 1px 3px 0px;
}

    .toggle-navigation .toggle-nav-item {
        text-align: center;
        cursor: pointer;
        text-align: center;
        position: relative;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        border-bottom: 0;
        line-height: 1.5;
        cursor: pointer;
        background: 0;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        -ms-transition: background .3s;
        transition: background .3s;
        margin: 0px;
        width: 100%;
    }

        .toggle-navigation .toggle-nav-item .tab-button {
            display: block;
            text-align: center;
            font-size: 16px;
            display: block;
            text-align: center;
            width: 100%;
            height: 100%;
            margin-bottom: 0;
            text-decoration: none;
            border-bottom: 3px solid transparent;
            padding: 10px 0px;
            background: none;
            color: #333 !important;
        }

            .toggle-navigation .toggle-nav-item .tab-button:hover {
            }

            .toggle-navigation .toggle-nav-item .tab-button.is-active {
                border-bottom: 3px solid rgb(0, 96, 169);
                color: #333;
                font-weight: bold;
            }


            .toggle-navigation .toggle-nav-item .tab-button:focus {
                outline: 0 !important;
            }

            .toggle-navigation .toggle-nav-item .tab-button:focus-visible {
                outline: 2px solid black !important;
                outline-offset: -2px;
            }

@media only screen and (max-width: 450px) {
    .toggle-navigation {
        flex-wrap: wrap;
    }

        .toggle-navigation .toggle-nav-item {
            width: 50%;
            margin: unset;
        }
}

/* end nav styles */



/* feature styles */

.feature-tooltip-indicator {
    background: none;
    padding: 0px;
    color: #3071a9 !important;
    font-size: 14px;
    display: inline-block;
    height: auto;
    margin-left: 2.5px;
    cursor: pointer;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

    .feature-tooltip-indicator:hover {
        background: none;
    }

    .feature-tooltip-indicator:focus, .feature-tooltip-indicator:active {
        background: none;
    }

    .feature-tooltip-indicator:focus {
        background: none;
        outline: 5px auto -webkit-focus-ring-color !important;
        outline-offset: -2px;
    }

.panel {
    background: white;
    margin-bottom: 20px;
    z-index: 3;
    position: relative;
}

@media (max-width: 768px) {
    .panel {
        margin-bottom: 0;
    }
}

.panel-new-default {
    background-color: #f5f5fc;
    border-color: #c3c4eb;
    border-width: 2px;
}

.panel-body-header {
    display: inline-block;
    font-weight: bolder;
    font-size: 1.2em;
    line-height: 1.1;
    margin: 9px 0;
}

.panel-body {
    padding: 0px;
    color: black;
    border-top: 0px;
    padding-top: 0px;
}

.panel-default {
    border: unset;
    box-shadow: unset;
}

.panel-default > .panel-heading {
    font-size: 1.1rem;
    font-weight: bold;
    color: black;
    padding: 10px;
    display: flex;
    align-items: center;
    border: unset;
    background: none;
}

@media (max-width: 767px) {
    .panel-default > .panel-heading {
        font-size: 16px;
    }
}

.group-network .feature-name {
    width: 30%;
}

.group-network .badge {
    font-weight: normal;
}

.group-features .feature-name {
    width: 50%;
}

.group-camera .feature-name {
    width: 60%;
}

.group-battery-life .feature-name {
    width: 35%;
}

.group-processor .feature-name {
    width: 35%;
}

.group-multimedia .feature-name {
    width: 40%;
}

.group-multimedia .feature-value {
    width: 100%;
    text-align: left;
}

.group-multimedia .badge {
    margin-bottom: 5px;
    font-weight: normal;
}


.feature {
    clear: both;
    padding: 10px 5px;
}

.panel-body .feature:nth-child(2n+1) {
    background: rgb(238, 238, 238);
}

.panel-body .feature:nth-child(2n) {
    background: rgb(250, 250, 250)
}

.feature-name {
    font-weight: normal;
    float: left;
    padding-right: 1rem;
    font-size: 16px;
    display: flex;
    align-content: center;
}
/*
    .feature-name[data-original-title]:not(:empty)::after {
        font-size: 14px;
        font-family: FontAwesome;
        content: "\f05a";
    }


@media only screen and (max-device-width: 1064px) {
    .feature-name[data-original-title]:not(:empty)::after {
        content: "";
    }
}*/

.feature-value {
    font-size: 16px;
    text-align: right;
}

.phone_size_img {
    float: left;
}

.phone_size_width {
    text-align: center;
    font-size: 10px;
}

.phone_size_depth {
    text-align: left;
    font-size: 10px;
}

.phone_size_height {
    height: 100%;
    margin: 100% 0px 0px 0px;
    font-size: 10px;
}

.panel-heading .heading-toggle {
    display: none;
    color: black;
    text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 921px) {

    .navbar-brand {
        font-size: 16px;
    }

    .feature {
        font-size: 12px;
    }

    .phone_size_width {
        font-size: 10px;
    }

    .phone_size_depth {
        text-align: left;
        font-size: 10px;
    }

    .phone_size_height {
        margin: 120px 0px 0px 0px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {

    .panel-heading {
        cursor: pointer;
    }


        .panel-heading .heading-text {
            display: none;
        }

        .panel-heading .heading-toggle {
            display: block;
        }

    .navbar-brand {
        font-size: 16px;
    }

    .feature {
        font-size: 12px;
    }

    .phone_size_width {
        font-size: 10px;
    }

    .phone_size_depth {
        text-align: left;
        font-size: 10px;
    }

    .phone_size_height {
        margin: 40% 0px 0px 0px;
        font-size: 10px;
    }
}

.bg-green {
    background-color: #009900;
}

.bg-red {
    background-color: #BB0000;
}

.panel-heading.accordion-toggle.collapsed:after {
    color: #000000;
    content: url("../images/int/arrow_down.png");
}

.panel-heading.accordion-toggle.collapsed {
    color: #000000;
}

.panel-heading.accordion-toggle:after {
    content: url("../images/int/arrow_up.png");
}

.panel-heading.accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
}

    .panel-heading.accordion-toggle a {
        font-weight: 400;
    }

#listContent h4 {
    padding: 10px 15px;
}

[data-role="page"] {
    overflow: hidden;
    min-height: 600px;
}

[data-role="clear"] {
    clear: both;
}

[data-role="panels"][data-columns="2"] > [data-role="panel"] {
    float: left;
    width: 450px;
}

[data-page-role="left"] {
    margin-right: 450px;
    overflow: hidden;
}

[data-page-role="right"] {
    float: right;
    width: 450px;
    /*text-align:center;*/
}


[data-role="panels"] {
    margin: -20px;
    overflow: hidden;
}

[data-role="panel"] {
    color: #6d777d;
    margin: 20px;
}

    [data-role="panel"] [data-panel-role="head"] {
        background-color: rgba(109,119,125,0.1);
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: bold;
    }

    [data-role="panel"] [data-panel-role="body"] {
        padding-top: 10px;
        font-weight: bold;
    }



    [data-role="panel"][data-panel-theme="2"] [data-panel-role="head"],
    [data-key-collection-role="item"] {
        padding: 10px;
        padding-left: 65px;
        position: relative;
        line-height: 37px;
    }

        [data-role="panel"][data-panel-theme="2"] [data-panel-role="head"] img,
        [data-key-collection-role="item"] img {
            position: absolute;
            left: 5px;
            top: 5px;
            background-color: #FFF;
            padding: 5px;
        }

    [data-role="panel"][data-panel-theme="2"] [data-panel-role="body"] {
        padding: 0;
    }


@media (max-width: 940px) {

    [data-role="panels"][data-columns="2"] > [data-role="panel"] {
        width: 450px;
    }
}

@media (max-width: 880px) {

    [data-role="panels"][data-columns="2"] > [data-role="panel"] {
        width: 420px;
    }
}

@media (max-width: 820px) {

    [data-role="panels"][data-columns="2"] > [data-role="panel"] {
        width: 390px;
    }
}

@media (max-width: 760px) {

    [data-role="panels"][data-columns="2"] > [data-role="panel"] {
        float: none;
        width: auto;
    }
}

@media (max-width: 720px) {

    [data-page-role="right"] {
        display: none;
    }

    [data-page-role="left"] {
        margin-right: 0;
    }

    [data-role="panel"] [data-panel-role="body"] {
        padding-top: 2px;
    }

        [data-role="panel"] [data-panel-role="body"] ul {
            list-style: none;
            margin: 0;
        }

        [data-role="panel"] [data-panel-role="body"] li {
            margin-bottom: 2px;
        }

            [data-role="panel"] [data-panel-role="body"] li a {
                display: block;
                padding: 10px 15px;
                padding-right: 25px;
                background-color: #FFF;
                line-height: normal;
                background-image: url("img/lucid-arrow-retina.png");
                background-size: 14px 17px;
                background-repeat: no-repeat;
                background-position: 100% 50%;
            }

                [data-role="panel"] [data-panel-role="body"] li a:hover {
                    text-decoration: none;
                }

    [data-role="instruction"] {
        display: none;
    }
}

.panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
}

.panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel-collapse .list-group-item {
    border-radius: 0;
}

.panel-collapse .list-group .list-group {
    margin: 0;
    margin-top: 10px;
}

.panel-collapse .list-group-item li.list-group-item {
    margin: 0 -15px;
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px;
}

    .panel-collapse .list-group-item li.list-group-item:last-child {
        padding-bottom: 0;
    }

.panel-collapse div.list-group div.list-group {
    margin: 0;
}

.panel-collapse div.list-group .list-group a.list-group-item {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding-left: 30px;
}

.feature .badge {
    padding: 5px 15px;
    border-radius: 15px;
}

    .feature .badge.bg-red {
        background-color: #E7002D;
    }

    .feature .badge.bg-green {
        background-color: #7CBE4A;
    }

.specs-container {
    column-count: 2;
    -webkit-column-count: 2;
}

@media all and (max-width: 800px) {
    .specs-container {
        column-count: 1;
        -webkit-column-count: 1;
    }
}

.specs-container > .panel.panel-default {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    transform: translateZ(0);
}

.feature-yes, .feature-no {
    color: white;
}

.tooltip {
    position: absolute;
    z-index: 1000000000000;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 1;
    /* from costco style guide */
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 5px;
    max-width: 300px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tooltip-inner {
    color: #333333;
    text-align: left;
    background-color: unset;
}


.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

    .tooltip .tooltip-arrow::before, .tooltip .tooltip-arrow::after {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
    }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    padding: 0.4rem 0;
    margin-top: 5px !important;
}

    .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
        bottom: 0;
    }

        .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
            top: 2px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #cccccc;
            transform: translateY(1px);
        }

        .bs-tooltip-top .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::after {
            top: 2px;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: white;
        }


.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    bottom: 2px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #cccccc;
    transform: translateY(-1px);
}

.bs-tooltip-bottom .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::after {
    bottom: 2px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: white;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 10px !important;
    padding: 0 0.4rem;
}

    .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
            right: 3px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #cccccc;
            transform: translateX(-1px);
        }

        .bs-tooltip-end .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::after {
            right: 3px;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: white;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    padding: 0.4rem 0;
    margin-top: 5px !important;
}

    .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
        top: 0;
    }

        .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
            bottom: 2px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #cccccc;
            transform: translateY(-1px);
        }

        .bs-tooltip-bottom .tooltip-arrow::after, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::after {
            bottom: 2px;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: white;
        }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    padding: 0 0.4rem;
}

    .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

        .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
            left: -1px;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: white;
        }

/*
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}*/

.in {
    opacity: 1;
}

/* end feature styles */


/* A2 frame */

.embed-responsive .responsive-item {
    width: 100%;
    border: 0;
}

/* end A2 frame */

.index-container {
    margin-top: 24px;
    margin-bottom: 40px;
}

/* override the client styles a bit - add some padding to the picker when we're in mobile */
@media only screen and (max-width:500px) {
    .index-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .a2-search-container.searchContainer {
        padding-top: 0px;
        width: 100%;
    }
}


/* customer reference styles*/
.customer-reference {
    color: #333333;
}
/* end customer reference styles*/


/* hsim refresh message styling */

/* use the aria property to control our display - we need to update this anyway */
.hsim-refresh-message[aria-hidden="true"] {
    display: none;
}

.hsim-refresh-message {
    background: white;
    padding: 15px 10px;
    border: 1px solid #eee;
    border-top: 8px solid rgb(48, 113, 169);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

    .hsim-refresh-message .icon {
        margin-right: 7.5px;
        color: rgb(48, 113, 169);
        font-size: 20px;
    }

/* end hsim refresh message styling */

.feedback-container-main {
    margin-bottom: 3%;
}

.article-feedback-container {
    margin-bottom: 3%;
    width: 533px;
    margin-left: 16px;
    margin-top: 50px;
    border-radius: 4px;
    font-size: 16px;
}

    .article-feedback-container p {
        font-size: 14px
    }

small {
    font-size: 11.9px;
}

.feedback-text-input {
    max-width: 509px;
    max-height: 400px;
}

.scen-chevron {
    transform: rotate(90deg);
    margin: 0px 10px 3px 0px;
}

.scen-btn-override {
    position: absolute;
    top: -15px;
    padding-left: 0px !important;
    border: none !important;
    color: #000000 !important;
}

.scen-btn-override-prev {
    left: 570px;
}

.scen-btn-override:hover {
    background: none !important;
}

.testButton {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}

.outside-ts-sbs-container {
    display: none;
}

#alert-reference-container p {
    color: #000;
}

#alert-reference-container {
    font-size: 14px;
    border-top: 1px solid #d9d9d9;
    border-left: 3px solid #3071a9;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}



    #alert-reference-container div p:first-child {
        margin-bottom: 0px;
    }

    #alert-reference-container div p:last-child {
        margin-bottom: 8px;
    }

#customer-reference-alert {
    font-weight: bold;
}

#inside-ts-container {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.feedback-container {
    display: none;
}

#feedback-main-container > .feedback-container {
    display: block; /* Show only those with feedback-main-container as parent so extra ones initiated aren't shown */
}

tr.scen-sel-row td * {
    color: white !important;
}
