﻿/* This should stop cm.ts from messing with the body (that little bugger) */
body {
    margin: 0 !important;
}

html {
    background: rgb(245,245,245);
}

.content-container {
    padding: 56px 0px;
    min-height: 400px;
}

div[role="tabpanel"] {
    width: 100%;
}

/* button styles */
/* handled by client styles */
/* end button styles */


/* product banner styles */
.product-banner {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 16px;
}

    .product-banner .product-title {
        margin-bottom: 40px;
        text-align: left;
    }

    .product-banner .product-summary .lcx-product-image {
        text-align: left;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.extra-img-padding {
    padding: 40px;
}

.a2-search-container {
    position: relative;
    max-width: 625px;
}

.a2-search-heading {
    margin-bottom: 16px;
}

.a2-button-container {
    z-index: 50;
}

.a2-search {
    width: 100%;
}

.agent2-input-container {
    position: relative;
}

.btn-a2-search {
    background-color: #067382;
    border: none;
    border-radius: 18px;
    height: 44px;
    padding: 8px;
    position: absolute;
    right: 2px;
    top: 4.5%;
    width: 44px;
}

    .btn-a2-search:hover {
        background-color: #01404C;
        cursor: pointer;
    }

/*.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 {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    justify-content: space-between;
}

.product-banner .popular-topics-container .popular-topics-list {
    display: flex;
    flex-direction: column;
}

.popular-topics-title {
    font-size: 20px;
    padding-bottom: 16px;
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .product-image {
        margin-bottom: 30px;
    }

        .product-image img {
            margin: 0 auto;
        }
}

/* end product banner styles */

.toggle-nav-container {
    width: 100%;
    padding-bottom: 0px;
    position: relative;
}

.toggle-navigation {
    margin: 0;
    padding: 0;
    column-gap: 8px;
    font-weight: normal;
    /* position: relative; */
    width: 100%;
    justify-content: center;
    list-style: none;
    display: flex;
    border-radius: 0px;
    overflow-x: scroll;
    scrollbar-width: none; /* for Firefox */
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    align-items: flex-end;
    border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.justify-left {
    justify-content: flex-start;
}

.toggle-navigation::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.toggle-navigation .toggle-nav-item-box {
    height: inherit;
}

    .toggle-navigation .toggle-nav-item-box.is-active {
        border-bottom: 2px solid #4B286D;
        min-height: inherit;
        z-index: 100;
    }

.toggle-navigation .toggle-nav-item {
    text-align: left;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: flex;
    padding: 0px;
    justify-content: left;
    flex-direction: row;
    cursor: pointer;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    -ms-transition: background .3s;
}

.nav-scroll-btn {
    background-color: #D7D7D7;
    border-color: #D7D7D7;
    border-radius: 32px;
    border-style: solid;
    display: none;
    height: 32px;
    padding: 0;
    position: absolute;
    top: calc(50% - 16px);
    width: 32px;
    z-index: 1;
}

#scrollLeft {
    left: 0;
}

#scrollRight {
    right: 0;
}

/* nav styles */

.toggle-nav-container {
    width: 100%;
}

.toggle-navigation .toggle-nav-item .tab-button {
    background: none;
    border: none;
    display: block;
    font-size: 16px;
    text-align: center;
    height: 100%;
    line-height: 24px;
    text-decoration: none;
    padding: 0;
    white-space: nowrap;
}

.toggle-navigation .toggle-nav-item:not(.active):hover .tab-button {
    border-radius: 4px;
    cursor: pointer;
}

    .toggle-navigation .toggle-nav-item:not(.active):hover .tab-button span {
        color: #111111;
        background-color: rgba(0, 0, 0, .04);
        border-radius: 4px;
        margin-bottom: .375rem;
        padding: .625rem .75rem;
    }

.toggle-navigation .toggle-nav-item .tab-button span {
    color: #686868;
    padding: .75rem .75rem .875rem;
    display: block;
}

.toggle-navigation .toggle-nav-item.active span {
    color: #111411;
    font-weight: 700;
}

.toggle-navigation .toggle-nav-item:after {
    background-color: transparent;
    bottom: 0;
    border-radius: 100px;
    content: "";
    height: .125rem;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
}

.toggle-navigation .toggle-nav-item:not(.active):hover:after {
    background-color: #111111;
    border-radius: 100%;
    height: .25rem;
    margin: auto;
    width: .25rem;
}

.toggle-navigation .toggle-nav-item.active:after {
    background-color: #111111;
}

.toggle-navigation .toggle-nav-item .tab-button.is-active span {
    font-weight: 700;
}

.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;
}

.tsIFrameWrapper .clearfix {
    display: none;
}

/* feature styles */

.feature-tooltip-indicator {
    padding: 0px;
    color: #067382 !important;
    font-size: 24px;
    height: auto;
    cursor: pointer;
    display: flex;
    margin-left: 12px;
    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 {
    margin-bottom: 40px;
    z-index: 3;
    position: relative;
}

.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;
    border-top: 0px;
    padding-top: 0px;
}

.panel-default {
    border: unset;
    box-shadow: unset;
}

    .panel-default > .panel-heading .heading-text {
        font-size: 20px;
        padding-bottom: 12px;
        display: flex;
        align-items: center;
        border: unset;
        background: none;
        line-height: 24px;
    }

    .panel-default > .panel-heading span {
        font-weight: 700;
    }

.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;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px;
}

.panel-body .feature:nth-child(2n+1) {
    background-color: #F7F7F7;
}

.panel-body .feature:nth-child(2n) {
    background-color: #FFFFFF;
}

.feature-name {
    font-weight: normal;
    float: left;
    /* padding-right: 1rem; */
    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 {
    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: #111111;
    text-decoration: none !important;
}

@media (min-width: 768px) and (max-width: 921px) {

    .navbar-brand {
        font-size: 16px;
    }

    .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 (min-width: 767px) {
    .product-banner .product-summary .product-details-container {
        padding: 56px 0px 40px 0px;
    }
}

@media (max-width: 767px) {
    .lcx-product-image {
        padding-bottom: 40px;
        padding-top: 32px;
    }

    .product-banner .product-summary .product-details-container {
        padding-bottom: 16px;
    }

    .product-banner .product-title {
        margin-bottom: 24px;
    }

    .popular-topics-title {
        margin-top: 24px;
    }

    #topicsContainer .row:nth-child(3) {
        display: none;
    }

    .content-container {
        padding: 32px 0px 56px 0px;
    }

    #tabContentSearch {
        padding: 0;
    }
}

@media (max-width: 750px) {

    .specs-container .panel-heading {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        font-size: 16px;
        justify-content: space-between;
        padding: 16px;
    }

    .specs-container .panel {
        margin-bottom: unset;
    }

    .specs-container .panel-body {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding: 16px 0px;
    }

    .panel-heading {
        cursor: pointer;
    }

    .panel-default > .panel-heading .heading-text {
        display: none;
    }

    .panel-heading .heading-toggle {
        display: block;
    }

    .navbar-brand {
        font-size: 16px;
    }

    .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;
    }
}

.panel-heading.accordion-toggle.collapsed:after {
    transform: rotate(0);
}

.panel-heading.accordion-toggle.collapsed {
    color: #111111;
}

.panel-heading.accordion-toggle:after {
    content: url("../images/int/Troubleshooter/chevron-down.svg");
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
    transform: rotate(-180deg);
}

.panel-heading.accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#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 all and (max-width: 700px) {

    .article-feedback-container {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

@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;
}

.specs-container {
    column-count: 2;
    column-gap: 24px;
    -webkit-column-count: 2;
}

.contentContainer {
    margin: auto;
    max-width: 1084px;
    border-radius: 50px;
}

@media all and (max-width: 750px) {
    .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);
}

.tooltip {
    background-color: #525252;
    border: none;
    border-radius: 4px;
    display: block;
    max-width: 300px;
    opacity: 1;
    padding: 4px 12px;
    position: absolute;
    z-index: 1000000000000;
}

.tooltip-inner {
    background-color: unset;
    color: #FFFFFF;
    font-family: Non-Dottee, sans-serif, Arial;
    line-height: 24px;
    padding: unset;
    text-align: left;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
    margin-bottom: 8px !important;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
    margin-left: 8px !important;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
    margin-top: 8px !important;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
    margin-right: 8px !important;
}

.in {
    opacity: 1;
}

/*
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}*/


/* end feature styles */


/* A2 frame */

.embed-responsive .responsive-item {
    width: 100%;
    border: 0;
}

/* end A2 frame */

/* override the client styles a bit - add some padding to the picker when we're in mobile */
@media only screen and (max-width:500px) {
    .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 rgba(0, 0, 0, 0.12);
    border-top: 8px solid #057382;
    margin-bottom: 16px;
    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 */

.generic-info-container {
    max-width: 300px;
    padding: 0;
    background-color: white;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 24px;
    margin: 10px 0 4%;
    margin-right: 24px;
}

.generic-content-container {
    background: white;
    border-radius: 24px;
}

.generic-info {
    padding: 5%;
}

.generic-main-content-wrapper {
    background-color: #FFF;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08), 0px 4px 24px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 56px;
    margin-top: 24px;
    padding: 48px 16px 64px 16px;
}

.generic-device-content {
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    margin-top: 56px;
    max-width: 1056px;
}

.title-icon-container {
    display: grid;
    grid-template-columns: auto 32px;
}

.generic-title {
    text-align: center;
    color: black;
    padding-bottom: 16px;
    border-radius: 20px 20px;
}

.title-sub-text {
    font-size: 20px;
}

.support-title {
    margin: 0;
    font-size: 16px;
    color: #686868;
}

.generic-device-name {
    color: #111;
    margin-top: 0;
    font-size: 32px;
}

.generic-icon {
    width: 32px;
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
}

.generic-device-img img {
    max-width: 100%;
}

/* styling for generic troubleshooter */
.ts-content-container {
    flex-grow: 1;
    padding: 0%;
}

.generic-ts {
    overflow: auto;
    font-size: 16px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .generic-main-content-wrapper {
        padding: 32px 16px;
    }

    .generic-device-content {
        flex-wrap: wrap;
        margin-top: 32px;
        padding: unset;
        row-gap: 15px;
    }

    .generic-title {
        font-size: 28px;
    }

    .title-sub-text {
        font-size: 16px;
    }

    .generic-info-container, .ts-content-container {
        max-width: 100%;
    }

    .generic-info-container {
        margin-right: unset;
    }

    .generic-device-img {
        display: none;
    }

    .generic-ts {
        overflow: auto;
        font-size: 16px;
    }
}

/* styling for generic faq */
.generic-faqs {
    padding-bottom: 5%;
    padding-top: 2%;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
    margin-bottom: 6%;
}

.faqs-title {
    text-align: center;
    padding-bottom: 3%;
    color: #333333;
    font-weight: bold;
}

.faq-content {
    display: flex;
    width: 100%;
    padding: 0%;
}

.faq-accordion {
    border-top: 1px solid #ccc;
    padding: 5px 0px 0px 0px;
}

.row.faq-content {
    margin: 0px;
}

.faq-title {
    text-align: left;
    font-weight: bold;
    color: #3071a9;
}

#accordion {
    border-bottom: 1px solid #ccc;
}

.faq-heading {
    padding: 15px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.faq-open {
    margin: unset;
}

.faq-heading img:not(.expanded) {
    transform: rotate(90deg);
    transition-duration: 0.5s;
}

.faq-heading img.expanded {
    transform: rotate(-90deg);
    transition-duration: 0.5s;
}

.faq-body {
    margin-top: 20px;
}

/* cm_ts styles overwriting contact support link - quick fix */
#customer-support {
    color: #29608f;
}

    #customer-support:hover {
        color: #183854;
    }

.generic-device-info {
    font-size: 16px;
}

.call-info-generic {
    margin-top: 20px;
}

small {
    font-size: 11.9px;
}

.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;
}