﻿.picker-title-container {
    margin-top: 25px;
}

.picker-main-header {
    text-align: left;
    margin-bottom: 20px;
}

.picker-results, .popular-picker-results, .group-selected-picker-results, .all-products-for-family {
    margin: 25px -.75%;
    margin-left: -0.4%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.group-selected-picker-results {
    display: block;
}

.device-group-selected {
    margin-left: -0.7%
}

.popular-picker-results, .group-selected-picker-results {
    margin-bottom: 45px;
}

.all-products-for-family {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0.1%;
}

.product-group-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -.75%;
    margin-right: -.75%;
}

.picker-header,
.device-group-header {
    text-align: center;
}

.browsing-type-selection {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.browse-selection[type='radio'] {
    height: 35px;
    width: 35px;
}

    .browse-selection[type='radio']:checked {
        accent-color: #232323;
    }

.family-info-text {
    padding-right: 50%;
}

.picker-module {
    width: 23.5%;
    margin: .75%;
}

    .picker-module, .picker-module:hover, .picker-module:active, .picker-module:focus {
        color: black;
        text-decoration: none;
    }

        .picker-module:hover {
            border: 1px solid black;
            box-shadow: 0 0 0 1px black;
        }

.device-group-container {
    width: 100%;
}

.device-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.device-group-module {
    height: 250px;
}

.picker-frame,
.device-group-frame {
    padding: 10px;
    /*box-shadow: 0 1px 8px #ccc;*/
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    flex-direction: column;
}

.device-group-frame {
    gap: 15px;
}

.device .picker-img {
    /* padding: 20px 0px; */
}

.picker-img,
.device-group-img {
    /*max-width: 180px;
    min-height: 130px;*/
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

    .picker-img img {
        width: 100%;
        max-width: 100%;
    }

.manufacturer .picker-img {
    padding: 0px;
    max-width: 180px;
}

.picker-img img {
    /*max-width: 150px;
        max-height: 120px;*/
}

.search-banner {
    margin: 25px 0px;
}
    .search-banner .search-banner-body {
        padding: 3% 0.4%;
    }



@media only screen and (min-width: 1441px) {
    .search-banner .search-banner-body {
        padding: 3% 0.95%;
    }
}

.search-banner h2 {
    margin-bottom: 15px;
    margin-top: 0px;
}

.imei-lookup-link,
.banner-message a {
    text-decoration: underline;
    color: #006EB8 !important;
}



.banner-message{

}



    .imei-lookup-link:hover {
        color: #002E88 !important;
    }

    .imei-lookup-link:visited {
        color: #82368c !important;
    }

.search-banner-inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: baseline;
}

    .search-banner-inner-container .search-banner-input-container {
        margin-right: 20px;
        width: 50%;
        min-width: 500px;
    }

        /* Make the select appearance like how it will look when select2 is bound. This will make it look much better*/
        .search-banner-inner-container .search-banner-input-container select {
            width: 100%;
            height: 40px;
            padding: 2px 8px;
            padding-right: 20px;
            background-color: rgb(255, 255, 255);
            background-image: none;
            border: 1px solid rgb(204, 204, 204);
            border-radius: 0px;
            box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
            transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
            display: block;
            font-size: 14px;
            line-height: 1.42857;
            color: rgb(85, 85, 85);
            /*remove dropdown arrow*/
            /* for Firefox */
            -moz-appearance: none;
            /* for Safari, Chrome, Opera */
            -webkit-appearance: none;
        }

            /*IE10**/
            .search-banner-inner-container .search-banner-input-container select::-ms-expand {
                display: none;
            }

        .search-banner-inner-container .search-banner-input-container input {
            width: 100%;
            height: 42px;
            font-size: 16px;
            box-shadow: unset;
            border: 1px solid rgb(117,117,117);
        }

            .search-banner-inner-container .search-banner-input-container input:active,
            .search-banner-inner-container .search-banner-input-container input:focus {
                border: 1px solid black;
                box-shadow: 0 0 0 1px black;
            }

    .search-banner-inner-container button {
        width: 50%;
        margin: 0px;
    }


.device-group-links,
.device-family-links {
    display: inline-flex;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

    .device-group-links a,
    .device-family-links a {
        text-decoration: underline;
        color: #006EB8;
    }

        .device-group-links a:visited,
        .device-family-links a:visited {
            color: #82368c;
        }

        .device-group-links a::after,
        .device-family-links a::after {
            content: "|";
            color: black;
            margin: 0px 7.5px;
            text-decoration: none;
            display: inline-block;
        }

    .device-group-links li:last-of-type a::after,
    .device-family-links li:last-of-type a::after {
        content: "";
    }

.show-all-button-container {
    display: inline-block;
    width: 30%;
    min-width: 300px;
    margin-top: -15px;
    margin-bottom: 45px;
}

.picker-all-devices-title,
.picker-selected-group-title {
    margin: 0px;
}

.picker-groups {
    width: 100%;
}

.hidden {
    display: none !important;
}

.all-products-for-family {
    flex-wrap: inherit;
}

/* responsive styles */
@media (max-width: 40em) {
    .search-banner-inner-container {
        flex-direction: column;
    }

        .search-banner-inner-container .search-banner-input-container {
            margin-right: 0px;
            /* margin-bottom: 25px; */
            width: 100%;
            min-width: initial;
        }

        .search-banner-inner-container button {
            width: 100%;
            margin-bottom: 15px;
        }

    .picker-module {
        width: 48.5%;
        margin-bottom: 2.5%;
    }

    .picker-header,
    .device-group-header {
        font-size: 18px !important;
    }

    .show-all-button-container {
        width: 100%;
    }

    .banner-message {
        padding: 3% !important;
    }
}

@media (min-width: 60em) {
    .search-banner {
        margin: 25px 0px;
        padding-left: 20.5vw !important;
        padding-right: 20.5vw !important;
    }
}

@media (min-width: 40.063em) and (max-width:60em) {

    .picker-module {
        width: 48.5%;
    }

    .banner-message {
        margin: auto;
        background: #ffffff;
        border: 2px solid #006eb8;
        padding: 2% !important;
    }
}

@media (min-width: 60.063em) and (max-width:90em) {
}

@media (min-width: 90.063em) {
}

@media (max-width: 90.063em) {
    .family-info-text {
        padding: 0;
    }
}
/*end responsive styles */

/* IMEI page styles */

.imei-banner .search-banner-inner-container {
    margin-bottom: 0px;
}

.imei-info-block {
    width: 50%;
}

.imei-title {
    padding-right: 55%;
}

.imei-section {
    padding-bottom: 1%;
}

.search-banner-body p {
    padding-right: 50%;
    margin-bottom: 1%;
}

.imei-help-block {
    margin-bottom: 35px;
}

.imei-lookup-button-container {
    display: flex;
    margin-top: 15px;
}

.imei-help-title {
    font-size: 18px !important;
}

@media only screen and (max-width: 640px) {
    .imei-help-device-content {
        margin-top: 5px !important;
    }
}




.imei-lookup-button-container button {
    max-width: 30%;
    margin-right: 15px;
}

.search-banner-inner-container .btn-imei-search {
    width: 25% !important;
    margin-right: auto;
}

.imei-validation {
    background: #fce5e9;
    padding: 2.5px 7.5px;
    border: 1px solid #ec0026;
    margin-top: 12.5px;
    position: relative;
}

    /* the border of the triangle */
    .imei-validation::before {
        content: " ";
        position: absolute;
        top: -8px;
        left: 20px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 8px solid #f25168;
    }

    /* the front of the triangle */
    .imei-validation::after {
        content: " ";
        position: absolute;
        top: -7px;
        left: 17px;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 11px solid #fce6ea;
    }

@media (max-width: 40em) {
    .imei-lookup-button-container {
        flex-direction: column;
    }


    .imei-lookup-button-container button {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .imei-info-block {
        width: 100%;
    }

    .imei-banner .search-banner-inner-container button {
        margin-bottom: 0px;
    }

    .search-banner-inner-container .btn-imei-search {
        width: 100%;
        margin-right: unset;
        margin-top: 15px;
    }
}

@media (min-width: 40.063em) and (max-width:60em) {

    .imei-info-block {
        width: 100%;
    }

    .banner-message {
        /*padding: 0 !important;*/
        padding: 15px;
        text-align: left;
        border: 2px solid #0063b8;
        border-radius: 0px 5px 5px 0px;
    }

    .banner-message p {
        font-size:18px;
    }
    .banner-message p > a {
        font-size:18px !important;
    }

    .banner-icon {
        margin-top:10px;
        margin-left:5px;
        margin-right:5px;
        padding: 0px !important;
    }

    .banner-icon img {
        background: #ffffff;
        border-radius: 50%;
        width: 35px
    }

    .banner-icon-container {
        width: 25%;
        text-align: center;
        background-color: #0063b8;
        border-radius: 5px 0px 0px 5px;
    }

    .search-banner-inner-container .btn-imei-search {
        width: 50%;
    }

    .search-banner-inner-container .search-banner-input-container {
        min-width: unset;
    }
}

@media (max-width: 60em) {
    .imei-title,
    .search-banner-body p {
        padding: 0;
    }
}

.extend {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.banner-message span > strong {
    font-size: 20px;
}


.banner {
    background: none;
    border: none;
    margin:auto;
    display:flex;
    flex-direction:row;
    width:630px;
    vertical-align:baseline;
    margin-left:0px;
}

.banner-message {
    /*padding: 0 !important;*/
    padding: 15px;
    text-align: left;
    border: 2px solid #0063b8;
    border-radius: 0px 5px 5px 0px;
}

.banner-message p {
    font-size:16px;
    margin-top:0px !important;

    line-height:25px;
    font-family:Arial, Helvetica, sans-serif;
}
    .banner-message span > strong {
        margin-bottom:0px;
        font-size: 18px;
        line-height: 25px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .banner-message p > a {
        font-size: 16px !important;
        line-height: 25px;
        font-family: Arial, Helvetica, sans-serif;
    }

.banner-icon {
    margin-top:10px;
    margin-left:5px;
    margin-right:5px;
    padding: 0px !important;
}

.banner-icon img {
    background: #ffffff;
    border-radius: 50%;
    width: 30px
}

.banner-icon-container {
    width: 25%;
    text-align: center;
    background-color: #0063b8;
    border-radius: 5px 0px 0px 5px;
}

.icon-size-sm {
    height: 20px;
    width: 20px;
}

.cmp-indication__icon {
    fill: #0063b8;
}

    .banner-message,
    .banner-message a {
        font-size: 20px !important;
    }

    @media(max-width:700px) and (min-width:401px){
        .banner-message span > strong {
            font-size: 16px;
        }
        .banner {
            width: 100%;
        }
        .banner-icon img {
            margin-top: 5px;
            width: 20px;
        }
    }



    @media(max-width:400px){
        .banner-message span > strong{
            font-size: 16px;
        }
        .banner-icon img{
            margin-top:5px;
            width:20px;
        }
        .banner{
            margin:auto;
            width: 100%;
        }
    }
/* end page styles */
