﻿html, body {

}

.HeaderImg {
    max-width:80%;
    height: auto;
    width: 15rem;
    /* width:15rem;*/
}
.TopHeader {
    position: absolute;
    top: 53px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 999;
    height: auto;
    background-color: transparent;
    left: 0;
    right: 0;
    padding-left: 7px;
    padding-right: 7px;
}
.LineHeight {
    line-height: 1.0rem !important;
    margin-bottom: 0.5rem !important;
}
#top, #bottom, #left, #right {
    background: white;
    position: fixed;
    
}

#left, #right {
    top: 0;
    bottom: 0;
    width: 2px;
}

#left {
    left: 0;
}

#right {
    right: 0;
}

#top, #bottom {
    left: 0;
    right: 0;
    height: 1px;
}

#top {
    top: 0;
}

#bottom {
    bottom: 0;
}

.HomePageLink {
    margin-top: 20px;
    font-family: 'Yeon Sung';
}

.noselect {
    cursor: default;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.noselect:focus {
    outline: none;
}
.EulaScrollDown {
    margin-top: 7px;
    margin-bottom: 7px;
    color: red;
}
.InnerTemplateBody {
    height: 342px;
    text-align: left;
    overflow-y: scroll;
}
.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.IrLights {
    width: 215px;
    height: 265px;
}
.DocImage {
    width: 215px;
    height: 372px;
}
.BatteryImage {
    width: 214px;
    height: 286px;
    margin-top: 32px;
}
.selectEnable {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
.HomePageLogo {
    height: 100%;
    width: 32%;
}

.BuyNowLink {
    color: red;
    font-weight: bolder;
    font-size: 1.2em;
}
.DesktopLink {
    color: green;
    font-size: 0.9em!important;
}
.NavLinks {
    color: green;
    font-size: 1.2em;
}
.CameraLink {
    font-weight: bolder;
    color: darkgreen;
  /*   color: white;*/
    font-size: 1.2em;
}
.NavLink {
    color: darkgreen;
    margin-top: 17px;
    font-weight: 600;
    font-size: 1.2em;
}
.HandFinished {
    font-size: 1.0em;
    font-weight: 600;
    margin-top: 7px;
    font-weight: 600;
    margin-bottom: 15px;
}
.BoxedInput {
    border-color: #228B22;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    margin-bottom: 7px;
}
.SubPanel {
    height: 450px;
    max-width: 600px;
}
.centreSubDiv {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
/*.mainDivImage {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/images/bg_lite.jpg');
    background-size: 100% 100%;
}*/
.align-h {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.MobileImage {
    width: 214px;
}
.ModemImage {
    width: 116px;
    height: 324px;
}
.CameraImageModem {
    width: 100px;
    margin-top: 14px;
}
.CameraImage {
    margin-top: 134px;
    width: 106px;
}
.TemplatePanel {
    height: 360px;
    padding-right: 12px;
}
/*.TemplateInner {
    background-color: white;
    text-align: center;
}*/
.ExplorerInner {
    background-color: white;
      height: 450px;
    text-align: center;
}
/*.DeliveryOnly {
    color: red;
    text-align: left;*/
   /* font-weight: 800;*/
    /*font-size: 0.9em;
}*/
.TemplateButton {
    width: 100px;
}
.TemplateTitle {
    padding-top: 7px;
    margin-bottom: 3px;
    font-weight: 800;
    font-size: 1.0em;
    color: black;
}
.TemplateMiddle {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 350px;
}
.SingleTemplate {
    padding: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-collapse: collapse;
   /* display: none;*/
}
.TemplateButtonParent {
    text-align: center;
    overflow: hidden;
}
.PanelParent {
    text-align: center;
    overflow: hidden;
    width: 290px;
    padding-right: 12px;
}
.NextBtnParent {
    text-align: right;
    overflow: hidden;
    width: 290px;
}
.BackBtnParent {
    text-align: right;
    overflow: hidden;
    width: 290px;
}
.MobileNextBtnParent {
    text-align: right;
    overflow: hidden;
    margin-top: 9px;
    width: 75px;
    float: right;
}
.MobileBackBtnParent {
    text-align: left;
    overflow: hidden;
    margin-top: 9px;
    width: 75px;
    float: left;
}
.DownNextButton {
    margin-top: 28px;
}
.ContactMessage {
    height: 100px !important;
    width: 100%;
    float: left;
    font-size: 16px;
}
.HomeInput {
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    float: left;
    width: 100%;
    font-size: 16px;
    border-color: #228B22;
    border-width: 1px;
    border-style: solid;
    padding: 7px;
    margin-bottom: 10px;
}
input {
    padding: 6px !important;
}
.TemplateResponseMessage {
    color: red;
    width: 560px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    bottom: 2px;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 300px;
}
.Template {
    height: 450px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
}
.AdjustCameraColumn {
    width: 50%;
}
.DivToEnd {
    float: right;
}
.DivToStart {
    float: left;
}
.ShowExplorer {
    display: block;
}
.MobileCameraViewPortrait {
    display: none;
}
.MobileCameraViewLandscape {
    display: none;
}
.FooterCaption {
        font-size: 0.9em;
    }
.btn:focus {
        outline: none;
        box-shadow: none;
    }
.btn-outline-dark:hover {
        color: black !important;
        background-color: white !important;
        border-color: #343a40 !important;
    }
.overlay {
        background-color: #EFEFEF;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        top: 0px;
        left: 0px;
        opacity: .5; /* in FireFox */
        filter: alpha(opacity=50); /* in IE */
    }
::-webkit-scrollbar {
        display: none;
    }
..InputStyle {
    margin-bottom: 7px;
    font-family: 'Yeon Sung';
    font-size: 16px;
}

.btn:focus {
        outline: none;
        box-shadow: none;
    }
.ErrorMessage {
        color: red;
        width: 300px;
        font-weight: bold;
        font-size: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-top: 15px;
        bottom: 75px;
        position: fixed;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
.disable-select {
        user-select: none; /* supported by Chrome and Opera */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
    }
*.unselectable {
        -moz-user-select: -moz-none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
        -ms-user-select: none;
        user-select: none;
    }
.footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        overflow: hidden;
        padding-top: 0.1em;
        text-align: center;
    }
.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-top: 0.1em;
    text-align: center;
}
.bottom {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    overflow: hidden;
    padding-top: 0.1em;
    text-align: center;
}


.overlay {
    position: absolute;
    top: 0;
   /* bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;*/
    opacity: 0;
    transition: .3s ease;
    background-color: red;
    z-index:9999;
}
.DesktopCameraView {
    display: block;
    text-align: center;
}

.CameraMiddle {
    margin: auto;
    text-align: center;
    width: 100%;
    position: absolute;
}

.align-v_Home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.align-v_Cameras {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
}
