@charset "UTF-8";

@font-face { font-family: Rubrik; src: url('RubrikLight.ttf') }
@font-face { font-family: RubrikLight; src: url('RubrikExtraLight.ttf'); }

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-Black.otf') format('opentype');
  font-weight: 900;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: oblique;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-Book.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-BookOblique.otf') format('opentype');
  font-style: oblique;
  font-weight: 400;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-Heavy.otf') format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-HeavyOblique.otf') format('opentype');
  font-style: oblique;
  font-weight: 800;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-LightOblique.otf') format('opentype');
  font-style: oblique;
  font-weight: 300;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-Medium.otf') format('opentype');
  font-weight: 600;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-MediumOblique.otf') format('opentype');
  font-style: oblique;
  font-weight: 600;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-Oblique.otf') format('opentype');
  font-style: oblique;
}

@font-face {
  font-family: 'Avenir';
  src: url('AvenirLTPro-Roman.otf') format('opentype');
  font-weight: 500;
}

@-ms-viewport { width: device-width; }

body {
    position: relative;
	margin: 0;
    padding: 0;

    /*font: 12px "Avenir";*/
    background: #01071C;

    -ms-overflow-style: none;
    overflow-x: hidden;
}

[hidden] {
    display: none !important;
}

.hero .content {
    width: auto;
    left: 15px;
    right: 15px;
}

.product-information--visualization {
    padding-top: 0;
}

.product-information--visualization .tab-content {
    padding-top: 0;
    padding-bottom: 0;
}

.visualisation {
    font: 12px "Avenir";
    background: #01071C;
    padding-top: 50px;
}

.visualisation h2 {
    color: white;
    border-bottom: 1px solid white;
}

.visualisation h3,
.visualisation__title,
h2.visualisation__title {
    color: white;
    font: 20px "Avenir";
    font-weight: 800;
    padding-left: 2px;
    border-bottom: none;
}

.visualisation input, button {
     font-family: Avenir;
}

.visualisation .list-header {
    font-size: 16px;
}

.visualisation__notes > p {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 0;
}

.ui-widget input {
    border: 0 none;
    border-bottom: 1px solid #555;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    color: white !important;
    font-size: 15px;
    border-radius: 0;
}

.vis, canvas {
    margin: 0;
    display: block;
    background: black;
}

#stats { position: absolute; top:0; left: 0 }
#stats #fps { background: transparent !important }
#stats #fps #fpsText { color: #ddd !important }
#stats #fps #fpsGraph { display: none }

#vvt {
    position: relative;
}

#webglContainer {
    height: calc( 100vh - 500px - 72px );   /* Fill available space: 100% - #page-body - #main-nav */
    min-height: 260px;                      /* But prevent it from becoming too small, e.g. on an iPad */
}

#page-body {
    margin-top: 24px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.page-template-default {
    background: #01071C;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
{
    #page-body {
        margin-top: 24px;
        /* width: 98vw; */
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
}

.centered-box {
    position: absolute;
    margin: 10 auto;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
}

.popup-msg {
    min-width: 100px;
    max-width: 50%;
    display: inline-block;
}

/*.logo {
    position: absolute;
    height: 30px;
    margin: 10px;
    right: 0;
}*/

.lab-name {
    position: absolute;
    color: white;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 10px;
    text-shadow: 0px 0px 6px #000;
}

.ui-tooltip-content {
    color: darkgrey;
}

/* Square corners for all buttons */
button, .ui-button, .ui-outline-button, .camera-model, .lens-option, input[type="submit"] {
    border-radius: 0px;
}

@media (max-width: 767px) {

    .module ul {
        padding-left: 20px;
    }

}

/* Tabs ***********************************************************************************/

.ui-tabs .ui-tabs-nav {
    margin-left: -17px;
    margin-right: -17px;
    width: calc(100% + 34px);
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 17px;
    width: 250px;
}

.ui-tabs-nav {
    padding: 0 !important;
    border-bottom: 0 none;
}

.ui-tabs-nav :focus {
    outline: none
}

.ui-tabs-nav .ui-state-default {
    background: #0A1439 !important;
}

.ui-tabs-active.ui-state-active {
    background: #4169E1 !important;
    border-bottom: 0 none;
}

.ui-tabs-anchor {
    color: white !important;
    font-size: 16px;
    width: 220px;
    padding: 12px 24px 12px 6px !important;
}

.tab-right-arrow {
    position: absolute;
    color: transparent;
    font-size: 12px;
    right: 5px;
    top: 4px;
}

.tab-down-arrow {
    position: absolute;
    color: transparent;
    font-size: 12px;
    right: 5px;
    top: 9px;
    display: none;
}

/* Visualisation Controls *****************************************************************/


#overlap, #views {
    margin: 6px;
    display:inline-block;
    z-index: 8;
}

@media screen and (max-width: 767px){
    #vvt:not(.fullscreen) #vvt-controls {
        text-align: center;
    }
}

@media screen and (min-width: 768px){
    #overlap, #views {
        position: absolute;
        bottom: 0;
    }
}

#vvt.fullscreen #overlap, #vvt.fullscreen #views {
    position: absolute;
    bottom: 0;
}

#overlap .ui-button,
#views .ui-button {
    margin: 3px;
    color: white;
    background: black;
    width: 126px;
    height: 50px;
    border: 2px solid #555555;
    text-transform: uppercase;
    font: 12px "Avenir";
    font-weight: bold;
/*    font-family: RubrikLight;*/
}

#overlap .ui-button-text {
    margin-top: 18px;
    padding: 0;
}

#overlap label div {
    display: inline-block;
/*    font-family: RubrikLight;*/
}

#overlap .ui-state-active {
    color: white;
    background: #757575;
    border: 2px solid white;
}

#views {
    right: 0;
}

#views .ui-button-text {
    text-align: center;
    margin-top: 3px;
/*    font-family: RubrikLight;*/
}

#views img {
    margin-top: -3px;
    height: 20px;
}

@media screen and (max-width: 767px){

    #system-setup .floatLeft-spaced {
        float: none;
        width: 100%;
        margin: 0;
    }

}

/* System Setup ***************************************************************************/

.floatLeft, .floatLeft-spaced { float: left }
.floatLeft-spaced { margin-right: calc( 95vw / 3 * 0.1 ); }

#application-list {
    float:left;
    width: 100%;
    margin-right: 0;
    min-width: 180px;
}
@media only screen and (min-width: 768px) {
    #application-list {
        width: calc( 95vw / 4 * 0.88 );
        margin-right: calc( 95vw / 3 * 0.1 );

    }

    /* Added by xigen */
    #application-list,
    #camera-type,
    ul.floatLeft-spaced,
    #capture-volume {
        width: 100%;
        max-width: calc( 25% - 20px );
        margin-right: 20px;
    }

    #capture-volume {
        max-width: calc( 25% - 15px );
    }
}

#camera-type {
    width: calc( 95vw / 4 * 0.88 );
    min-width: 182px;
}

#lens-type {
    /*width: calc( 95vw / 4 * 0.88 );*/
    margin-right: 0;
}

#capture-volume {
    width: calc( 95vw / 4 * 0.88 );
    margin-right: 0;
    /*max-width: 134px;*/
}

.options-list {
    margin: 0;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .options-list {
        width: calc( 95vw / 4 * 0.88 );
        margin-right: calc( 95vw / 3 * 0.1 );
    }
}

#options-list2 {
    margin-top: 44px;
}

#recommendation {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    #recommendation {
        max-width: 300px;
    }
}

.hide {
    display: none !important;
}

.countbtn-label, .option-btn {
    width: 50px;
    height: 50px;
    margin-right: 6px;
    font-size: 12px !important;
    border: 1px solid darkgrey;
}

.countbtn-label > .ui-button-text {
    padding: 0;
    padding-top: 13px;
    color: darkgrey;
}

.countbtn-label.ui-state-active > .ui-button-text {
    color: white;
}

.visualisation ul {
    list-style-type: none;
    padding-left: 0;
}

ul.floatLeft-spaced {
    margin-top: 0;
}

.optional { display: none }

.list-header {
    padding: 10px 0;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 900;
}

#camera-type .list-header {
    margin-bottom: 2px;
}

.list-item,
.application-type,
.option-type {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
    cursor: pointer;
}

.application-type.ui-state-default,
.option-type.ui-state-default {
    color: lightgray;
}

.application-type.ui-state-active,
.option-type.ui-state-active {
    color: white;
}

/*#camera-count {
    margin-top: -2px;
}

#camera-count-btns {
    margin-top: -10px;
}*/

.camera-model,
.lens-option {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 6px;
    font-size: 12px !important;
    border: 1px solid darkgrey;
    text-align: center;
    line-height: 2.8;
    color: white;
    cursor: pointer;
}

.camera-model {
    margin-top: 6px;
}

.lens-option {
    margin-top: 38px;
}

.table-wrapper {
    padding-top: 0px;
}

#recommendatation-result {
    width: 100%;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    #recommendatation-result {
        width: 270px;
    }
}

.visualisation table {
    border-spacing: 0;
    margin-top: -12px;
}

.visualisation th, .visualisation td {
    color: darkgrey;
    padding-top: 14px;
    padding-bottom: 2px;
    text-align: left;
	font: 12px "Avenir";
    font-weight: 400;
    border-bottom: 1px solid #868686;
}

.visualisation td {
    color: darkgrey;
    opacity: 1.0;
}

.visualisation td a {
	color: white !important;
    text-decoration: none;
}

.spinner {
    text-align: right;
    padding-top: 2px;
    padding-right: 5px;
    width: 60px;
    color: white;
}

.spinner-label {
    font-weight: bold;
}

#tOther {
    width: 167px;
}

/*#tRoomSize {
    margin-top: -16px;
}*/

/* Contact Options ***************************************************************************/

.envelope {
    position: absolute;
    width: 20px;
    right: 15px;
    bottom: 8px;
}

@media only screen and (max-width: 768px){
    #email-buttons-top {
        display: none !important;
    }
}

@media only screen and (min-width: 768px){
    #email-buttons {
        position: absolute;
        right: 10px;
        bottom: 20px;
    }
    #email-buttons-top {
        position: absolute;
        right: 10px;
        top: 20px;
    }
}

#system-setup .email-button,
#help-me-choose .email-button{
	background:#4169E1;
	border:0px none;
}
#system-setup .email-button:hover,
#system-setup .email-button:focus,
#help-me-choose .email-button:hover,
#help-me-choose .email-button:focus{
	background:#fff;
	color:#4169E1;
}

.email-button {
    position: relative;
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 6px;
    padding-left: 15px;
    font-size: 12px !important;
    /* font-weight: 900; */
    width: 165px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    clear:both;
    margin-top: 6px;
    float: left;
}

.email-button--auto {
    float: none;
    width: auto;
}

.eb-offset {
    margin-top: 30px;
}

.eb-wrapper {
    margin-bottom: 30px;
}

.text-button {
    border: none;
}

.floating-window {

    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

    background: #01071C;
    border: 1px solid #555;
    box-shadow: 0px 0px 50px 3px #000;

    padding: 10px;

    width: 500px;
    max-width: calc( 100% - 40px );
    height: 780px;
    max-height: 90vh;
    overflow-y: auto;
}

.floating-window h2 {
    padding: 15px 0;
    margin-bottom: 15px;
}

.modal-dialog {
 	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 14, 33, 84, 0.8); /* #0e2154 */
	z-index: 1000;
	opacity:0;
	transition: opacity 300ms ease-in;
	pointer-events: none;
    font-size: 12px;
    color: darkgrey;
}

.modal-dialog:target {
	opacity:1;
	pointer-events: auto;
}

#summary {
    margin: 0 auto;
    width: 60%;
}

.text-field {
    width: 50%;
}

label.error {
	color: red;
    margin-left: 10px;
    font-size: 12px;
}

#form-buttons {
    /*position: absolute;*/
    /*bottom: 10px;*/
    margin-top: 30px;
}

#linkSubmit:hover {
    border-color: white;
}

.form-control {
    display:block;
    width:100%;
    height:45px;
    padding:12px 0;
    border:none;
    border-bottom:1px solid #555;
    background-color:#01071C;
    background-image:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    text-align:left;
    outline:0;
    font-size:18px;
    font-size:1.125rem;
    line-height:28px;
    line-height:1.75rem;
    color: white;
}

/* This fixes the autofill background and text color when autofilling email */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #01071C inset;
    -webkit-text-fill-color: white;
}

.multiline {
    height:80px;
}

.checkbox {
    margin: 12px 0 0 0;
}

.checkbox label {
    display: block !important;
    font-size: 15px;
}

.ui-solid-button {
    background: transparent;
    color: white;
    font-size: 12px !important;
    border: 2px solid  !important;
    padding: 6px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

.ui-outline-button {
    background: #01071C;
    display: inline-block;
    color: darkgrey !important;
    font-size: 12px !important;
    border: 2px solid #555 !important;
    padding: 6px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    cursor: pointer;
    text-decoration: none;
}

#close-btn {
    margin-left: 10px;
    line-height: 22px;
}

.ui-autocomplete {
    padding: 0;
    list-style: none;
    background-color: #fff;
    width: 218px;
    border: 1px solid #B0BECA;
    max-height: 350px;
    overflow-x: hidden;
    z-index: 1000;
}

.ui-autocomplete .ui-menu-item {
    border-top: 1px solid #B0BECA;
    display: block;
    padding: 4px 6px;
    color: white;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:first-child {
    border-top: none;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {
    background-color: #D5E5F4;
    color: white;
}

/* XIGEN ADDED STYLING */

.ui-tabs-nav {
    background: #000;
}

#help-me-choose:after,
#system-setup:after {
    content: "";
    display: table;
    clear: both;
}

.ui-widget-content,
.ui-widget-header,
.ui-tabs .ui-tabs-panel,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #01071C;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 0 none;
}

#tab-items .ui-state-default {
    padding: 15px;
    text-align: center;
    cursor: pointer;
}


.number-spinner-list {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.number-spinner-list__group {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    width: 100%;
}

@media only screen and (min-width : 768px) {
    .number-spinner-list__group {
        width: calc((100% / 2) - (20px * 1 / 2));
    }
}

@media only screen and (min-width : 1200px) {
    .number-spinner-list__group {
        width: calc((100% / 4) - (20px * 3 / 4));
    }
}

.number-spinner-list__field {
    display: flex;
    align-items: center;
    width: 100%;
}

.number-spinner-list__label {
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
}

/*
.number-spinner-list__error,
.number-spinner-list__comment,
#max-available-devices,
#max-vue-cameras,
#max-locks {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.25;
}
 */


/*
.number-spinner-list dt {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.number-spinner-list dd {
    margin: 0;
    flex-shrink: 1;
}

.number-spinner-list label {
    font-size: 20px;
    font-weight: bold;
}
*/

.number-spinner {
    display: flex;
    flex-flow: row nowrap;
}

.number-spinner__button {
    border: none;
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #4169E1;
    cursor: pointer;
    font-size: 16px;
}

.number-spinner__button:hover,
.number-spinner__button:focus {
    background-color: #4169E1;
}

.number-spinner__button:disabled {
    cursor: not-allowed;
    background-color: #A9A9A9;
}

input.number-spinner__input {
    -moz-appearance: textfield;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 15px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    background-color: transparent;
    padding: 0;
}

input.number-spinner__input:focus {
    color: #fff;
}

input.number-spinner__input::-webkit-outer-spin-button,
input.number-spinner__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.small-block {
    padding: 20px;
    position: relative;
    background-color: #4169E1;
    font-size: 16px;
    line-height: 1.25;
}

.small-block > :first-child { margin-top: 0; }
.small-block > :last-child { margin-bottom: 0; }

.small-block::after {
    content: "";
    display: block;
    border-style: solid;
    border-color: transparent transparent #01071C;
    border-width: 0 0 20px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.small-block--space {
    margin-bottom: 30px;
}

ul.small-block__list {
    list-style-type: disc;
    padding-left: 20px;
}

ul.small-block__list > li + li {
    margin-top: 10px;
}

/* stronger selector overrides `.product-information .tab-content .tab-content-container h4` */
.visualisation .small-block h4.small-block__title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
}

.small-block__sub-title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.topology__image {
    background-color: #fff;
    margin-top: 30px;
    padding: 10px;
}

.topology__image > img {
    width: 100%;
}


.progressbar {
    background-color: #A9A9A9;
    height: 10px;
}

.progressbar__meter {
    height: 100%;
    background-color: #4169E1;
    transition: width 0.4s ease-out;
}


.pc-group {
    margin: 0;
    padding: 0;
    border: none;
}


.pc-question {
    text-align: center;
}

.pc-question__question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
}

.pc-question__button {
    color: #fff;
    border: 2px solid #fff;
    padding: 6px;
    padding-left: 15px;
    font-size: 12px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 15px;
}

.pc-question__button:hover,
.pc-question__button:focus {
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    text-decoration: none;
}

.pc-results-caption {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
}

table.pc-recommend th,
table.pc-recommend td {
    border-right: none !important;
}

table.pc-results th,
table.pc-results td {
    border-right: none !important;
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
}

table.pc-results th {
    font-weight: bold;
    white-space: nowrap;
}

.pc-results-message p {
    font-size: 16px;
}

.align-left {
    text-align: left !important;
}

.weight-light {
    font-weight: 100 !important;
}

.size-24 {
    font-size: 24px !important;
}

#pc-quick-access {
    margin-top: 100px;
}
