/*
 * Copyright (c) Lorex Technology Inc.  2022.
 */
/*Global Styles*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,700i,800,900');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', 'Open Sans', verdana, helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.6rem;
    color: #111111;
}

.black-bg {
    background-color: #000;
    color: #fff;
    line-height: 2.5rem;
    padding: 5px 0;
}

.black-bg a {
    color: #fff;
}

.navbar-dark {
    background-color: #034599;
    margin: 0;
}

.navbar-dark a, .navbar-dark a:visited {
    color: #fff;
}

.navbar-dark .dropdown-menu a {
    color: #000000;
}

.navbar-dark .navbar-brand {
    padding: 0 15px;
}

.small,
.small b,
.small a {
    font-size: 1rem;
}

.large {
    font-size: 2rem;
}

a:hover,
a:active,
a:focus {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s;
}

a:visited {
    color: #034598;
}

.btn-primary:visited {
    color: #fff;
}

h1 {
    font-size: 2.8rem;
    font-weight: bold;
    padding: 25px 0;
}

h2 {
    font-size: 2.0rem;
    padding: 20px 0 20px;
    margin: 0;
    font-weight: 600;
}

h3 {
    font-size: 1.8rem;
    font-weight: 600;
}

h4 {
    font-size: 1.6rem;
    font-weight: bolder;
}

h5 {
    font-size: 1.4rem;
}

p, a, li {
    line-height: 2.4rem;
}

input[type="text"] {
    color: #666;
    font-size: 1.2rem;
}

button {
    border: 0;
}

/* Breadcrumbs */

.breadcrumb > .active {
    color: #222222;
}

.breadcrumb-item, .breadcrumb-item a {
    font-size: 0.9em;
}

/*Backgrounds*/

.lorex-blue-bg {
    background-color: #034598;
}

.lorex-white-bg {
    background-color: #fff;
}

.lorex-blue-bg-gradient {
    background: linear-gradient(-180deg, #034598, #034598);
}

.lorex-bg-lt-gray {
    background: #e8e8e8;
}

.lorex-dk-gray-bg {
    background: #545454;
}

.lorex-contrast-gray-bg {
    background: #4A4A4A;
}

.lorex-lt-gray-bg {
    background: #7f7f7f;
}

.lorex-lt-gray-bg a, .lorex-contrast-gray-bg a {
    color: #fff;
}

.lorex-footer-lt {
    background: #f6f6f6;
}

.lorex-footer-dk {
    background: #e6e6e6;
}

.no-text-decoration ul li {
    text-decoration: none;
}

.no-text-decoration ul {
    padding: 0;
}

/*Section link colors*/

.section-light {
    color: #fff;
}

.section-dark {
    color: #034598;
}

.section-dark a {
    color: #444;
}

.title {
    padding: 30px 0;
    text-transform: uppercase;
}

.padded-section {
    padding: 75px 0;
}

.support-home-banner {
    background: url("https://www.lorextechnology.com/images/supportimages/lorex-technology-technical-support.jpg") no-repeat 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    overflow: hidden;
    margin: 0 15px;
}

.support-home-banner h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin-top: 2.5rem;
    position: relative;
    overflow: hidden;
}

.media {
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
    margin-bottom: 30px
}

.thumbnail .list-group-item {
    border: none
}

@media (max-width: 768px) {
    .support-home-banner {
        height: 35vh;
    }

    .support-home-banner h1 {
        margin-top: 0;
    }

    .padded-section {
        padding: 1vh 0;
    }

    .navbar-dark .dropdown-menu a {
        color: white;
    }

    .search_bar {
        max-width: 420px !important;
        display: inline-block;
    }

    .alert-timestamp {
        display: none;
    }

    header .header-top {
        position: relative;
    }

    .blackBg {
        padding: 0 !important;
    }

    .mobile-header {
        padding: 3em 1em;
        background: #2e6da4 url("/themes/lorex/assets/images/home/supporthome_mobile_banner.jpg") no-repeat top left;
        background-size: cover;
    }

    .mobile-header .row {
        margin: 0;
    }
}

/*---home page---*/

@media (min-width: 768px) {
    .mobile-header {
        padding: 3em 1em;
        background: #2e6da4 url("/themes/lorex/assets/images/home/1920x600_supporthome_banner.jpg") no-repeat bottom left;
        background-size: cover;
        min-height: 40vh;
        margin-bottom: 5vh;
    }
}

/*--search bar---*/

.search_bar {
    background-color: transparent;
    border-radius: 15px;
    font-family: "Open Sans", sans-serif;
    width: 75%;
    min-width: 250px;
    max-width: 750px;
    padding: 0;
    display: inline-block;
}

.search_bar .form-group {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 9px;
    background-color: #ffffff;
}

.search_bar input[type="text"] {
    border: none;
    box-shadow: none;
    font-weight: 600;
    font-size: 1rem;
    width: 75%;
    padding: 0.5em;
    margin: 0;
    overflow: hidden;
}

.search_bar input[type="text"]:focus {
    outline: none;
}

.search_bar button[type="submit"] {
    background: #044597;
    color: hsla(0, 0%, 100%, 0);
    border-radius: 0 10px 10px 0;
    /*border: 1px solid #044597;*/
    width: 20%;
    min-width: 55px;
    position: relative;
    top: 0;
    right: -2%;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search_bar button[type="submit"]:after {
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    bottom: 22%;
    left: 4%;
    background: url("https://media.lib.byu.edu/assets/images/searchbar/1.0/search-icon.svg") no-repeat center center;
    background-size: contain;
}

.search_bar button[type="submit"]:hover, .search_bar button[type="submit"]:focus {
    background: linear-gradient(#3388dd, #2174c7);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.search_bar .search_dropdown {
    font-weight: 600;
    min-width: 17px;
    background: linear-gradient(#f4f4f4, #e2e2e2);
    border-right: 1px solid #ddd;
    color: #555;
    padding: 0 28px 0 13px;
    border-radius: 2px 0 0 2px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
}

.search_bar .search_dropdown:after {
    content: "\2193";
    color: rgba(85, 85, 85, 0);
    background: url("http://media.lib.byu.edu/assets/images/searchbar/1.0/down-arrow.svg") no-repeat top left;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}

.search_bar .search_dropdown:hover, .search_bar .search_dropdown.active {
    background: linear-gradient(#e7e7e7, #d5d5d5);
    cursor: pointer;
    border-right-color: #ccc;
}

.search_bar .search_dropdown > span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    white-space: nowrap;
    font-size: 15px;
}

.search_bar .search_dropdown ul {
    display: none;
    position: absolute;
    top: 105%;
    left: -1px;
    font-size: 14px;
    width: 225px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px 0;
}

.search_bar .search_dropdown li {
    list-style-type: none;
    margin: 0;
    padding: 5px 18px;
    color: #1c62a8;
    line-height: 1.2em;
    position: relative;
}

.search_bar .search_dropdown li:hover {
    background: #e7e7e7;
}

.search_bar .search_dropdown li.selected {
    background: #1c62a8;
    color: #fff;
}

.search_bar.small {
    max-width: 300px;
}

.search_bar.small input[type="text"] {
    font-size: 13px;
}

.search_bar ::-webkit-input-placeholder {
    font-weight: 400;
}

.search_bar :-ms-input-placeholder {
    font-weight: 400;
}

.search_bar ::-ms-input-placeholder {
    font-weight: 400;
}

.search_bar ::placeholder {
    font-weight: 400;
}

.services-section {
    background: rgba(0, 0, 0, 0) url(https://www.lorextechnology.com/images/supportimages/support-services-background-1b.jpg) no-repeat center center;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.services-section-banner {
    background: url(https://www.lorextechnology.com/images/supportimages/lorex-support-user.png) no-repeat left bottom;
    background-size: contain;
    bottom: 0;
    height: 100%;
    left: 1%;
    position: absolute;
    width: 34%;
}

.navbar-toggle {
    border-color: white;
}

.icon-bar {
    background-color: white;
}

.button-orange {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    box-shadow: none;
    color: #ffffff;
    border-radius: 7px;
    padding: 12px 0;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: linear-gradient(-180deg, #e75c15, #e75c15);
    margin: 8px 0;
}

.button-orange i {
    font-size: 1.4em;
}

.alert.alert-info {
    background-color: #044597;
    height: auto;
    color: #fff;
    font-weight: 600;
    margin-top: 25px;
}

.alertTitle a {
    color: #FFF;
}

.alert-timestamp {
    float: right;
}

.alert .alert-info a,
.alert .alert-info i {
    color: #fff !important;
}

.alertTitle a,
.supportalertDate {
    font-size: 0.7rem;
}

#alertslistBullets {
    list-style-type: none;
    align-content: center;
}

.blog .card-block {
    padding: 15px;
}

.apppagehero {
    background: url(https://www.lorextechnology.com/images/supportimages/lorex-home-security-camera-in-your-community.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.appsection {
    background: url(https://www.lorextechnology.com/images/apppage2018/app-banner-for-pages2b.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-height: 500px;
    height: 500px;
}

.colored-block {
    padding: 30px 20px;
    font-size: 1.5rem;
    line-height: 3rem;
}

.colored-block i,
.colored-block a {
    color: #fff;
}

.why-buy-lorex {
    background: #f3f3f3;
    text-align: center;
}

.backtotop-bar {
    background-color: #034598;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .07), 0 -1px 0 #a0a0a0 inset;
    padding: 2px;
    color: #fff;
}

.backtotop-bar a {
    color: #fff !important;
}

.card-text {
    color: #444;
}

.btn.btn-default {
    background-color: #044597;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 13px 20px;
    font-size: 13px;
    font-weight: 600;
    width: auto;
}

/* WEB FOOTER */

.socialMedia-icons {
    width: 25px;
    padding-bottom: 4px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.socialMedia-text {
    color: #fff;
    font-size: 12px;
    padding-left: 8px;
}

.socialMedia-bar {
    background-color: #545454;
}

.socialMedia-bar span {
    color: white;
}

.rowpadding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-row-pad {
    padding-top: 30px;
}

.lorex-copyright {
    background: linear-gradient(-180deg, #ebebeb, #ffffff) repeat 0 0;
    line-height: 2rem;
    color: #727272;
    font-weight: 600;
    border-top: 2px solid rgb(255, 255, 255);
}

.country-box {
    background: rgba(135, 135, 135, 0.32);
    margin-top: 60px;
    padding: 10px 0;
}

.footer-logo {
    padding-top: 70px;
}

/* WEB FOOTER */

.footerLinks {
    padding: 20px 0;
    background: #4A4A4A;
}

.footerLinks div {
    list-style: none;
    margin: 5px 0;

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .upper {
        display: none;
    }

    .footer-logo {
        padding: 30px 70px;
    }

    .socialMedia-text {
        display: none;
    }

}

#support-article, #search-results {
    min-height: 60vh;
}

#support-article a {
    text-decoration: underline;
}

#support-article img {
    max-width: 100%;
}

.support_alert {
    min-height: 700px;
}

.support_alert .panel-body {
    padding: 40px;
}

#layout-content {
    margin-bottom: 4vh;
    min-height: 75vh;
}

.pagination {
}

.pagination li {
    padding: 5px;
}

.pagination li.active {
    font-weight: bold;
}

.pagination li a, .pagination li.active span {
    border: 1px solid rgb(225, 225, 225);
    border-radius: 4px;
    padding: 3px 12px;
}

.nav-link {
    font-size: 0.9rem;
    color: #fff !important;
}

.record-list .card {
    border: 1px solid #fafafa;
    border-radius: 6px;
    margin: 10px 0;
    background-color: #fafafa;
    min-height: 220px;

}

.record-list .card:hover {
    background-color: #f0f0f0;
    border-color: #ff9800;
}

.card-articles, .card-techsupport {
    border-bottom: 1px solid #f0f0f0;
}

header .active {
    top: 0 !important;
}

.screenshot {
    -webkit-box-shadow: 2px 3px 3px 1px rgba(204, 204, 204, 1);
    -moz-box-shadow: 2px 3px 3px 1px rgba(204, 204, 204, 1);
    box-shadow: 2px 3px 3px 1px rgba(204, 204, 204, 1);
    margin: 20px 0 40px;
}

#support-article h2 > a, #support-article h3 > a {
    text-decoration: none;
    color: #000;
}

#support-article p, #support-article li {
    line-height: 2.1em
}

#support-article .panel-related a.list-group-item {
    font-size: 0.9em;
}

.panel-article .panel-body {
    min-height: 400px;
}

.dropdown-menu {
    font-size: 14px !important;
}

#product_type_details .media {
    border: 1px solid #fafafa;
    padding: 20px 10px;
    margin: 20px 0;
}
#product_type_details .media:hover {
    background-color: aliceblue;
}

#product_type_details h2 {
    color: #030303;
}

#product_type_details h3 {
    color: #000000;
}

.filter-pill a {
    border: 1px solid #cccccc;
}

.panel-default {
    transition: height 2s;
    transition-delay: 1s;
}

#subNavigation {
    padding: 20px;
    margin-bottom: 20px;
    background-color:#f0f8ff;
    position: sticky;
    top: 0;
    z-index: 4;
    overflow-x: auto;
}
#subNavigation .row{
    display: flex;
}
#subNavigation .row .center{ 
    min-width: 130px;
}
/* 8/5/2023 */
#supportVideos .video_play_btn{
    display: block;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 68px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    color: rgba(255, 255, 255, 0.4);;
}
#supportVideos #supportVideoContainer a{
  position: relative;
    padding: 10px 0px;
    margin: 10px 20px;
    display: block;
    border-bottom: 1px solid #dddddd;
}
#supportVideos #supportVideoContainer a img{ 
    width:100%;
    height: 300px;
    object-fit: cover;
}
#supportVideos #supportVideoContainer .media-body p.date{
    color:rgba(17, 17, 17, 0.7);
    margin-top: 4px;
    line-height: 16px;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
}
#supportVideos #supportVideoContainer .media-body p.desc{
    color: rgb(17, 17, 17);
    margin-bottom: 0;
    display: -webkit-box!important;
    overflow: hidden;
    margin-top: 8px;
    word-wrap: break-word;
    line-height: 1.4;
    font-size: 13px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 36.4px;
}
#supportVideos #supportVideoContainer a h4.media-heading {
     display: -webkit-box!important;
     overflow: hidden;
         word-wrap: break-word;
        line-height: 1.4;
        font-size: 16px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
}
#supportVideos #supportVideoContainer .media-body {
    padding: 16px 0 14px;
 }
 #supportVideos #supportVideoContainer a:hover .media-heading{
      text-decoration:underline;  
}
#supportVideos #supportVideoContainer .media-body ul.views-list {
    display:flex;
    font-size:12px;
    padding:0;
    list-style-type:none;
    color: rgba(17, 17, 17, 0.7);
}
#supportVideos #supportVideoContainer .media-body ul.views-list li{
    position:relative;
    margin-right:15px;
}
#supportVideos #supportVideoContainer .media-body ul.views-list li:after{
    content:'';
    position:absolute;
    height:4px;
    width:4px;
    background: rgba(17, 17, 17, 0.7);
    border-radius: 100%;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}
#supportVideos #supportVideoContainer .media-body ul.views-list li:last-child:after{
    display: none;
}
#supportVideos #supportVideoContainer .media-img{
    position: relative;
}
#supportVideos #supportVideoContainer a:hover .video_play_btn{
    color:#ffffff !important;
}
.VideoModal .modal-body{
    padding: 0;
}
.VideoModal button.close {
    position: absolute;
    right: -15px;
    top: 10px;
    color: #fff;
    z-index: 9;
    opacity: 1;
}
.VideoModal button.close:before,button.close:after{
     display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -10px;
    border-radius: 10px;
    background: #c9c9c9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    content: '';  
    transform:rotate3d(0,0,1,45deg);
    
}
.VideoModal button.close:after{
  transform:rotate3d(0,0,1,-45deg);  
}
.VideoModal button.close:hover:after,.VideoModal button.close:hover:before{
    background: #fff;
}
.VideoModal .video_detail{
    padding:20px;
}
.VideoModal .video_detail p.desc {
    font-size:14px;
}
a.btn.btn-primary.goto_pro_btn {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
}
.work_with {
    display: flex;
    background: #f5f5f5;
    align-items: center;
    padding: 15px;
    margin-top: 30px;
    gap: 26px;
}
.work_with span{
  font-weight: 500;
font-size: 14px;
}

.work_with ul {
     display: flex;
     list-style-type:none;
     align-items:center;
     margin-bottom: 0;
     gap: 16px;
    
}
.work_with ul li{
  margin-right:25px;  
    position:relative;
}
.work_with ul li:after{
  /* position:absolute;
  right:-15px;
  content:'';
  height:27px;
  background:#4141415c;
  width:1px;
  top:50%;
  transform:translateY(-50%); */

  display: none;
}
.work_with ul li:last-child:after{
    display: none;
}
@media(max-width:767px) {
   .work_with ul li{
       width: 100%;
       margin-bottom: 10px;
   } 
   .work_with,.work_with ul { 
        flex-wrap: wrap;   
    }
    .work_with ul { 
         padding-left: 0; 

    }
    .work_with ul li:after{
        display: none;
    }
    .work_with span{
        width: 100%;
        margin-bottom: 10px;
    }
}


div#supportVideoContainer .modal-dialog.modal-dialog-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 1000px;
    margin: 0 auto !important;
}

.active-sort{
    background-color: #eee;
}
div#supportVideoContainer .modal-content {
    width: 1000px;
}

div#supportVideoContainer .fade.in {
    opacity: 1;
    background: #0000007a;
}