﻿
/* MAIN STYLES
===============*/
html, body {  
    background:#6A6A6A;
    overflow: hidden;
}
.container {
    max-width:3096px; /*2077px;*/ 
    width:100%;
    margin:0 auto;
}
    
[v-cloak] {display: none !important;}

#loadingSpinner {
    position: absolute; 
    width: 200px;
    height:36px;
    margin-left: -100px;
    margin-right: -100px;
    font-size: 24px;
    font-weight:bold;

    top: 100px;
    left: 50%;
    color: rgb(36, 32, 151);
    background: orange;
    text-align: center;
    z-index: 1;    
}

#modelViewerDiv {
    visibility: visible;
    position: absolute; 
    width: 200px;
    height:200px;
    font-size: 24px;
    font-weight:bold;

    top: 100px; /*32px;*/
    left: 16px;
    color: rgb(36, 32, 151);
    background: rgb(247, 202, 120);
    text-align: center;
    z-index: 1;    

}

.flex-button-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; 
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    /*
    margin-left: 2.5%;
    margin-right: 2.5%;
    */
}

.flex-button-bar button:first-child {
    margin-left: auto;
}

.flex-button-bar button:last-child {
    margin-right: auto;
}

.flex-button-bar::-webkit-scrollbar {
    display: none;
}

.flex-button-bar button {
    padding-top: 0px;
    padding-left: 6px;
    margin-right: 6px;
    white-space: nowrap;
    background: linear-gradient(to bottom, #fcc820 0%, #db7827 100%);
    font-size: 16px;
    font-weight: bold;
}
  
.flex-div-bar {
    height:45px;
    max-width: calc(100% - 34px - 4px);
    /*background: #404040;*/
    background: inherit;
    position: absolute;
    top:0;
    right:34px;
    
    display: flex;
    /*flex-direction: row;*/
    /*align-items: right;*/
    /*justify-content: flex-end;*/
    /*justify-items: right;*/
    gap: 16px;
    flex-wrap: nowrap; 
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: 2.5%;
    user-select: none;
}

.flex-div-bar div:first-child {
    margin-left: auto;
}

.flex-div-bar div:last-child {
    margin-right: auto;
}

.flex-div-bar::-webkit-scrollbar {
    display: none;
}

.flex-div-bar div {
    height: 100%;
    padding-top: 0px;
    padding-left: 4px;
    margin-right: 4px;
    white-space: nowrap;
    /*flex: 1;*/
}

.flex-div-bar div img {
    height: 70%;
}

  
#abb-wrap {
    display:none;
}

#patioCoverCheck {
    height: 100%;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 20px;
    padding-bottom: 20px;
}

.center {
    text-align:center;
    vertical-align:middle;
}

.modelView {
    touch-action: none;
    position: absolute; 
    right: 0; 
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}

#renderCanvas { 
    touch-action: none;
/*
    background: url(/api/uploads/DefaultBackground.jpeg);
    background: linear-gradient(to bottom, rgb(100, 100, 100) 0%, rgb(50,50,50) 100%);
    background: linear-gradient(to bottom, rgb(157, 175, 228) 0%, rgb(39, 51, 82) 100%); 
    background: linear-gradient(to bottom, rgb(56, 70, 112) 0%, rgb(18, 24, 39) 100%);
    background: linear-gradient(to bottom, rgb(39,51,82) 0%, rgb(39, 51, 82) 100%);
    background: linear-gradient(to bottom, rgb(160, 160, 160) 0%, rgb(51,51,51) 100%);
    background: linear-gradient(to bottom, rgb(172, 201, 255) 0%, #153055 100%);
    background: rgb(35, 31, 56);
    background: linear-gradient(to bottom, #acacac 0%, #050505 100%);
    background: linear-gradient(to bottom, #d4d4d4 0%, #3b3b3b 100%);
    background:url(/wp-content/plugins/pkd-builder/assets/img/Christmas2021-150K.jpg);
    background:url(/wp-content/plugins/pkd-builder/assets/img/PkdBackground1.jpg);
*/
    position: absolute; 
    right: 0; 
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}


#imageViewer {
    touch-action: none;
    position: absolute; 
    right: 0; 
    top: 0;
    width: 100vw;
    height: 100vh;
    background-size: 100% 100%;
    object-fit: contain;
}

#adobe-dc-view {
    position: absolute; 
    right: 0; 
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
}
    
#slideDiv {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    touch-action: auto;
    scrollbar-color: orange white;
    background-color: rgb(148, 144, 144);
}

#slideCanvas {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    /*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);               
*/
}

.uploadButton {
    margin-bottom: 8px;
}

.profileOption {
    margin: 10px;
}

#partsCatalog, #partsList, #partsListWW, #partsOrder, #kitsDetails, #kitsDetailsWW, #amaxOnlineOrder, #FWOnlineOrder, #FEOnlineOrder, #recipe, #orderDetails, #inventory, #kitsSummary, #dealsSummary, #ordersSummary, #amaxOrder, #amaxInsulatedOrder, #quoteText, #quoteLetter, #engineeringLog, #quoteLetter2, #toolsNeeded {
    position: absolute; 
    right: 0; 
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    text-align: center;
}



#partsCatalog {
    background-color: rgb(194, 255, 154);
}

#partsList {
    background-color: lightblue;
}

#orderingBackground {
    background:url('/wp-content/plugins/pkd-builder/assets/img/orangeGradient.jpg');
}

.partsListPrintButton {
    position: absolute; 
    right: 34px;
    top: 12px;
    /*padding-top: 7px;*/
}

#partsOrder {
    background-color: rgb(175, 231, 248);
}

#inventory {
 /*   background-color: rgb(240, 215, 248);*/
    background-color: rgb(68, 79, 128);
}

.textBoxTable {
    border-collapse: separate;
    border-spacing: 0 4px;
    margin-left:auto; 
    margin-right:auto;
}

#inventoryLocationsTable {
    border-collapse: separate;
    border-spacing: 0 4px;
    margin-left:auto; 
    margin-right:auto;
}

#projectParameters {
    border-collapse: separate;
    border-spacing: 0 4px;
    margin-left:auto; 
    margin-right:auto;
}

#kitsSummary {
    /*   background-color: rgb(240, 215, 248);*/
       background-color: rgb(77, 59, 3);
   }
   
#dealsSummary {
    /*   background-color: rgb(240, 215, 248);*/
       background-color: rgb(159, 211, 243);
   }
   
#ordersSummary {
    /*   background-color: rgb(240, 215, 248);*/
       background-color: rgb(77, 59, 3);
   }
   
#kitsDetails {
    background-color: rgb(247, 198, 133);
}

#kitsDetailsWW, #partsListWW, #amaxOnlineOrder, #FWOnlineOrder, #FEOnlineOrder {
    background-color: rgb(67, 104, 175);
}

#recipe {
    background-color: rgb(247, 198, 133);
}

#orderDetails {
    background-color: rgb(40, 40, 40);
}

#amaxOrder, #amaxInsulatedOrder {
    background-color: rgb(247, 205, 157);
    /*overflow:auto*/
}

#amaxOrderSections {
    height:30px;
    width: 350px;
    position: absolute;
    top: 4px;
    right: 10px;
    z-index:1;
    text-align:right;
    margin-right:20px;
}

#amaxSectionSelector {
    width: 50px;
}

#partsCatalogHeader, #partsListHeader, #partsListWWHeader, #partsOrderHeader, #kitsDetailsHeader, #recipeHeader, #orderDetailsHeader, #inventoryHeader, #kitsSummaryHeader, #dealsSummaryHeader, #ordersSummaryHeader {
/*
    height: 17%;
    width: 95%;
*/
    width: 100%;
}

#partsCatalogDiv, #partsListDiv, #partsListWWDiv, #partsOrderDiv, #kitsDetailsDiv, #kitsDetailsWWDiv, #amaxOnlineOrderDiv, #FWOnlineOrderDiv, #FEOnlineOrderDiv, #recipeDiv, #orderDetailsDiv, #inventoryDiv, #kitsSummaryDiv, #dealsSummaryDiv, #ordersSummaryDiv {
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 8px;
    height: calc(100% - 110px); /*87%; /*82%;*/
    width: 95%;
}

#partsListDiv.locked, #partsListWWDiv.locked {
    height: 88%;
}
 
.tableButton {
    padding-left: 8px;
    padding-right: 8px;
    background: linear-gradient(to bottom, #fcc820 0%, #db7827 100%);
    font-weight: bold;
}

.tableButtonSmall {
    padding-left: 4px;
    padding-right: 4px;
    margin: 4px;
    background: linear-gradient(to bottom, #fcc820 0%, #db7827 100%);
    font-weight: bold;
    font-size: 1rem;
}

.viewBackButton {
    position: absolute;
    top: 0;
    right: 2%;
    z-index: 10; 
    padding: 8px;
 }

.tableSpinner {
    position: absolute; 
    right: 30px;
    top: 8px;
    padding-top: 7px;
    z-index: 1;
}

.savingGLBSpinner {
    position: absolute;
    width: 25%;
    height: 6%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    /*
    margin-top:8px;
    height: 20px;
    width: 96px;
    z-index: 1;
    */
}

.inventoryUpdated {
    position: absolute; 
    right: 100px;
    padding-top: 7px;
    color: white;
    font-weight: bold;
    z-index: 1;
}

.rowCountLabel { 
    position: absolute;
    top: 8px;
    left: 2%;
    /*
    float: left; 
    margin-left: 2.5%;
    margin-top: 8px;
    top: 4px;
    padding-top: 7px;
    */
    width: 30px;
    color: white;
    font-weight: bold;
    line-height: 80%;
    mix-blend-mode: difference;
    text-align: center;
}

.partsTableTitle {
    display: absolute;
/*
    display: inline-block;
    width: calc(100% - 70px);
*/
    width: 100%; 
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
}
.partsTableTitle::-webkit-scrollbar {
    display: none;
}

.partsTableSubTitle {
    display: inline-block;
    font-size: 14pt;
}


.blankRow {
    height: 10px;
}

.centeredImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#buyNowButton2 {
    color: blue;
    background: rgb(253, 203, 21);
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
}

/* Fonts
=======*/
.pkdControlContent h3 {
    font-size:1.25rem;
    text-align:center;
}       


/* HEADER
==========*/
#pkdHeader {
    padding: 0px 0px; 
    margin: 0px 0px;
    height:40px;
    width:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+2,f1f0f0+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 2%, #f1f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 2%,#f1f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 2%,#f1f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f0f0',GradientType=0 ); /* IE6-9 */
}

.logo {
    padding: 4px 0px;
    height: 20px;
}

.headerLogo {
    padding: 0px 0px;
    height: 20px;
}

.otherInfo {
    width:100%;
    text-align:right;
}

.phone, .getHelp, .loadingButton, .gwplogin {
    display:inline-block;
    padding:7px 5px;
    font-size:12pt;
}
.getHelp a {
    padding-left:13px;
    border-left:1px solid #666;
    color:#000;
}

.loadingButton
{
    padding-left: 6px;
    padding-right: 6px;
    color: blue;
    font-size:12pt;
}

.headerButton
{
    padding-left: 6px;
    padding-right: 6px;
    font-size:12pt;
    background:#3BB9F0;
    color:white;
    font-weight: bold;
}

@media (max-width:600px){
    #phoneNumber, #headerButton, #loginButton {
        font-size:8pt;
    }
    #showPricingBox {
        font-size: 10pt!important;
    }
}    

/*
@media (orientation:portrait) and (max-width:450px) {
    #pkdIcons 
    {
        height: 35px;
    }
}

@media (orientation:landscape) and (max-width:800px) {
    #pkdIcons 
    {
        height: 35px;
    }
}
*/

/* MAIN APP
============*/
.pkbApp {
    padding:0px;
}
#app { 
    display: none;
    width:100%;
    max-width:4096px; /*2077px; */
    height: calc(100vh - 40px);
    position:relative;
/*
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:auto;
*/


}
.patioKitBuilder {
/*
    background:url(/api/uploads/DefaultBackground.jpeg);
    background:url(/wp-content/plugins/pkd-builder/assets/img/Christmas2021-150K.jpg);
    background:url(/wp-content/plugins/pkd-builder/assets/img/PkdBackground1.jpg);
*/
    background-size:cover;
    background-repeat:no-repeat;
    display:grid;
    grid-gap:0px;
    grid-template-columns: auto 260px 350px;
    height:100%;
/*  grid-template-rows: 40% 60%;*/
    grid-template-rows: calc(100% - 85px) 85px
}

.XpatioKitBuilderTall {
    grid-template-rows: 100% 0px ;
}

@media (max-width:1200px) {
    .patioKitBuilder {
        display:grid;
        grid-gap:0px;
        grid-template-columns: auto 0px 350px;
        height:100%;
        grid-template-rows: 100% 0px ;
    }
     
    #patioKit
    {
        grid-row: 1 / span 2;
    }
    #patioKit.zoomed
    {
        grid-row: 1 / span 2;
        grid-column: 1 / span 3;
    }
    .flex-div-bar {
        height: 35px;
    }
    .pkdOldTabs {
        visibility:hidden;
        display: none;
        width: 0;
    }

    .pkdInfo 
    {
        display:none;
    }
    
    .pkdWindow 
    {
        display:none;
    }  
    
    #availPanel1 
    {
        width: 280px;
        height:28px;
        margin-left: -140px;
        margin-right: -140px;
        position: absolute;
        font-size: 16px;
    }

    #pricePanel1 
    {
        width: 380px;
        height:28px;
        margin-left: -190px;
        margin-right: -190px;
        font-size: 16px;
    }
    #pricePanel2 
    {
        width: 380px;
        height:28px;
        margin-left: -190px;
        margin-right: -190px;
        font-size: 16px;
    }
    #priceBar1 
    {
        width: 380px;
        height:28px;
        margin-left: -190px;
        margin-right: -190px;
        font-size: 16px;
    }
    #showPricingBox {
        font-size: 10pt!important;
    }

    .flex-button-bar button {
        font-size: 12px;
    }

    .partsTableTitle {
        font-size: 20px;
    }
    
    .rowCountLabel { 
        font-size: 14px;
        margin-top: 4px;
        top: 2px;
        padding-top: 3px;
    }

    .viewBackButton {
        font-size: 12px;
        /*right: 12px;*/
    }

    .tableSpinner {
        right: 20px;
        top: 4px;
    }

    .inventoryUpdated {
        display: none;
    }

    #partsCatalogDiv, #partsListDiv, #partsListWWDiv, #partsOrderDiv, #kitsDetailsDiv, #kitsDetailsWWDiv, #amaxOnlineOrder, #FWOnlineOrder, #FEOnlineOrder, #recipeDiv, #orderDetailsDiv, #inventoryDiv, #kitsSummaryDiv, #dealsSummaryDiv, #ordersSummaryDiv {
        height: calc(100% - 80px); /*87%; /*82%;*/
    }
    
    
} 

@media only screen and (orientation: portrait) {
    .patioKitBuilder {
        display:grid;
        grid-gap:0px;
        grid-template-columns: auto 0% 0%;
        height:100%;
        grid-template-rows:40% 60%;
    }

    #pkdControls  
    {
        grid-row: 2;
        grid-column: 1;
    }
    #patioKit
    {
        grid-row: 1;
    }
    #patioKit.zoomed 
    {
        grid-row:1 / span 2;
        grid-column: 1 / span 3;
    }
    #showPricingBox {
        font-size: 10pt!important;
    }
} 
    

.patioKit {
    grid-row: 1;
    grid-column: 1 / span 2;
    position: relative;
/*
    overflow: auto;
    min-width: 0;
*/
    min-width: 0;
}

.patioKit.zoomed {
    grid-row:1 / span 2;
    grid-column: 1 / span 3;
    position: relative;
}

.patioKit.verticalZoomed {
    grid-row:1 / span 2;
}

.pkdInfo {
    grid-row: 1;
    grid-column: 2;
    position: relative;
    pointer-events: none;
}

.pkdWindow {
    background: inherit;
    max-width: 480px;
    width: 98%;
    height: auto;
    position: absolute;
    z-index: 2;
    padding: 15px;
    top: 100px;
    padding-bottom: 15px;
}

.pkdWindow:before {
    content: " ";
    background: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 3000px rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.pkdWindow h2 {
    font-size: 40px;
    font-weight: bold;
}

.pkdWindow h2, .pkdWindow p {
    position: relative;
    z-index: 10;
}

.pkdWinPanel {
    background:#3BB9F0;
    color:white;
    padding:10px 20px;
    width:91%;
    z-index:100;
    position:absolute;
    bottom:-20px;
    text-align:center;
}

.saveIcon {
    padding-right:1px;
}

.slideControlBar {
    height: 35px;
    width: calc(100% - 70px);
    position: absolute;
    top:48px;
    text-align: center;
    margin-left:25px;
    background: rgba(87, 114, 150, .7);
}

#slideTargetImage {
    position: absolute;
    top: 100px;
    left: 100px;
    height: 32px;
    width: 32px;
    z-index: 1
}

.slideCanvasBar {
    height: 35px;
    width: 240px;
    position: absolute;
    top:10px;
    right:24px;
    text-align: center;
    margin-left:25px;
    background: rgba(87, 114, 150, .7);
}

.slideIcons 
{
    height: 100%;
    width: 100%;
    text-align: center;
    background: inherit;
    display:grid;
    grid-template-rows: 100%;
    grid-template-columns: repeat(6, 16%);
}

.slideIcon {
    margin-left: 8px;
    text-align: center;
    width: 26px;
    height: 26px;
}

.slideIcon img {
    height: 70%;
}

#inventoryCheckboxes {
    background:rgb(157, 242, 255);
    padding: 4px;
    padding-top: 8px;
}

.inventoryOptionsBackground {
    background:rgb(157, 242, 255);
    padding: 4px;
}

#inventoryViews {
/*
    background:rgb(250, 248, 124);
*/
    padding: 4px;
    padding-top: 8px;
}

#siteCheckboxes {
    background:rgb(194, 255, 154);
    padding:4px;
    padding-top: 8px;
}


.pkdIcons 
{
    height:45px;
    width: 100%;
    max-width: 360px;
    /*background: #404040;*/
    background: inherit;
    position: absolute;
    top:0;
    right:0;
    /*z-index:1;*/
    display:grid;
    grid-template-rows: 100%;
    grid-template-columns: repeat(9, 45px);
    overflow-x:scroll;

    user-select: none;
    /*    -webkit-overflow-scrolling: touch;
*/
    }

.pkdFlexIcons 
{
    height:45px;
    width: 100%;
    /*background: #404040;*/
    background: inherit;
    position: absolute;
    top:0;
 
    right: 32px;
    /*z-index:1;*/
    display:flex;
    flex-direction: row;
    /*align-items: right;*/
    justify-content: flex-end;
    flex-wrap: nowrap; 
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    user-select: none;
    /*    -webkit-overflow-scrolling: touch;
*/
    }

    .pkdIcons::-webkit-scrollbar {
        display: none;
    }

    .pkdIcon 
{
    text-align: center;
    width: 45px;
    height: 45px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 10px;
    flex: 1;
}

.pkdIcon img {
    height: 70%;
}


#warning, #certified {
    height:50px;
    width: 50px;
    position: absolute;
    bottom: 35px;
    right: 35px;
    z-index:1;
}

#warning img, #certified img {
    height: 100%;
    width: 100%;
}

.engineeringAlertBox {
/*
    position: absolute;
    height:auto;
    width: 50%;
    min-width:300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid white;
    background-color: #f44336;
    color: white;
    z-index:1;
    overflow: auto;
    */
    position: absolute;
    max-height:100%;
    min-width: 300px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid white;
    background-color: #f44336;
    color: white;
    z-index:1;
    overflow: auto;
    user-select: none;
}
  
.availabilityAlertBox {
    text-align: center;
    position: absolute;
    max-height:100%;
    width: 800px;
    min-width: 350px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid white;
    background-color:#0178c7;
    color: white;
    font-size: 14pt;
    z-index:1;
    overflow: auto;
    user-select: none;
}

.pricingGuaranteeBox {
    text-align: center;
    position: absolute;
    max-height:100%;
    width: 800px;
    min-width: 350px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid white;
    background:#0373a3;
    color: white;
    font-size: 14pt;
    z-index:1;
    overflow: auto;
    user-select: none;
}

.buildToCodeBox, .designForBox, .snowConditionsBox, .switchDevicesBox, .columnsSuppliedBox, .designChangesBox {
    text-align: center;
    position: absolute;
    max-height:100%;
    width: 800px;
    min-width: 350px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid white;
    background:#0373a3;
    color: white;
    font-size: 14pt;
    z-index:1;
    overflow: auto;
    user-select: none;
}

.menuHelpBox {
    text-align: center;
    position: absolute;
    height: 90%;
    max-height: 520px;
    width: 90%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid white;
    background:#0373a3;
    color: white;
    font-size: 12pt;
    z-index:1;
    overflow: auto;
    user-select: none;
}

.menuHelpTitle { 
    font-size: 20pt;
    margin-top: -16px;
    margin-bottom: 8px;
}

.switchDevicesBox {
    /*color: rgb(36, 32, 151);*/
    color: black;
    background:#3BB9F0;
    font-size: 16pt;
    user-select: auto;
}

.quoteRequestAlertBox {
    text-align: center;
    position: absolute;
    max-height:100%;
    width: 800px;
    min-width: 350px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid white;
    background:#3BB9F0;
    color: white;
    font-size: 14pt;
    z-index:1;
    overflow: auto;
    user-select: none;
}

.SOEditor {
/*
    position: absolute;
*/
    height:auto;
    width: 50%;
    min-width:300px;
    top: 5%;
    left: 50%;
    transform: translate(50%, 5%);
    padding: 10px;
    border: 2px solid white;
    background-color: #d38014;
    color: rgb(0,0,0);
    z-index:1;
    overflow: auto;
}
  
  .closebtn {
    position: absolute;
    top: 4px;
    right: 6px;
    color: white;
    font-weight: bold;
    /*float: right;*/
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }
  
  .loginAlertBox {
    position: absolute;
    height:auto;
    width: 50%;
    min-width:300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    padding: 20px;
    border: 2px solid white;
    background-color:  #ff6204;
    color: white;
    z-index:1;
}

.loginYes {
    margin-right:12px;
}
.loginNo {
    margin-left:12px;
}
  
#showPricingBox {
    text-align: center;
    position: absolute;
    max-height:100%;
    width: 800px;
    min-width: 350px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px; 
    border: 2px solid white;
    background:#0373a3;
    color: white;
    font-size: 14pt;
    z-index:1;
    overflow: auto;
    user-select: none;
}

#pkdZoomer {
    height:132px;
    width: 25px;
    position: absolute;
    top:66px;
    right:66px;
    /*z-index:1;*/
}

.pkdSlider {
    height: 25px;
    width: 132px;
    background:inherit;
    text-align:center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /*
    writing-mode: vertical-lr;
    display: vertical-lr;
    direction: rtl;
    appearance: slider-vertical;
    width: 25px;
    height: 132px;
    vertical-align: bottom;
   */
}

.pkdOldTabs {
    grid-row: 2;
    grid-column: 1 / span 2; 
    background: #404040;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    cursor: pointer;
}

.pkdOldTabsLocked {
    grid-template-columns: repeat(8, 1fr);
}


.pkdOldTabs .pkdOldTab {
    border-right: 1px solid #2B2B2B;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    padding-bottom: 5px;
    padding-left:4px;
    padding-right:4px;
}

.pkdOldTab.active {
    background: #3BB9F0 !important;
}
.pkdOldTab p {
    color: white;
    padding-top: 10px;
}


.pkdTabs {
    /*grid-template-columns: repeat(10, 1fr);*/
    cursor: pointer;
}

.pkdTabs .pkdTab {
    background:#2880A5;
    border-right: 1px solid #2B2B2B;
    width: 100%;
    height: 40px;
    margin-bottom:5px;
}
.pkdTab.active {
    background:#3BB9F0;
}
.pkdTab img 
{
    height: 80%;
    vertical-align:middle;
    text-align:center;
    margin-bottom:4px;
    margin-right:8px;
}

.pkdTab {
    color:white;
    font-size:18px;
    display: flex;
    align-items: center;
}

.availPanel {
    /*   background: #3BB9F0;*/
       background: inherit;
       box-shadow: inset 0 0 0 3000px rgba(1, 120, 199, 0.6);
   
       color: white;
       padding-top: 1px;
       padding-bottom: 1px;
       padding-left: 8px;
       padding-right: 8px;
     
       width: 300px;
       height:36px;
       margin-left: -150px;
       margin-right: -150px;
       font-size: 20px;
     
       text-align: center;
       pointer-events: auto;
       position: absolute;
       top: 0; 
       left: 50%;
       margin-bottom: 4px;

       user-select: none;
    }
   
.pricePanel {
 /*   background: #3BB9F0;*/
    background: inherit;
    /*
    box-shadow: inset 0 0 0 3000px rgba(59, 187, 240, 0.7);
    */
    box-shadow: inset 0 0 0 3000px rgba(1, 120, 199, 0.8);

    color: white;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
  
    width: 420px;
    height:36px;
    margin-left: -210px;
    margin-right: -210px;
    font-size: 20px;
  
    text-align: center;
    pointer-events: auto;
    position: absolute;
    bottom: 0; 
    left: 50%;
    margin-bottom: 4px;

    user-select: none;
}

.priceBar {
       display: flex;
       justify-content: space-evenly;
       align-items: center;
       /*align-content: space-between;*/
           /*   background: #3BB9F0;*/
       background: inherit;
       /*
       box-shadow: inset 0 0 0 3000px rgba(59, 187, 240, 0.7);
       */
       box-shadow: inset 0 0 0 3000px rgba(1, 120, 199, 0.8);
   
       color: white; 
       padding: 2px;
/*
       padding-top: 1px;
       padding-bottom: 1px;
       padding-left: 8px;
       padding-right: 8px;
       */
     
       width: 420px;
       height:36px;
       margin-left: -210px;
       margin-right: -210px;
       font-size: 20px;
     
       text-align: center;
       pointer-events: auto;
       position: absolute;
       bottom: 0; 
       left: 50%;
       margin-bottom: 4px;
   
       user-select: none;
   }

 .cameraZoomer {
    background: inherit;
    width: 200px;
    height:36px;
    margin-left: -100px;
    margin-right: -100px;
    text-align: center;
    pointer-events: auto;
    position: absolute;
    bottom: 0; 
    left: 50%;
    text-align:center;
    z-index:0;
}


.hereButton
{
    background: inherit;
    color: yellow;
    border: 0px;
    padding-right: 0px;
    margin-right: 0px;
}

.customButton
{
/*
    background: inherit;
    border: 4px solid #666;
    padding: 0px;
    margin: 0px;
*/
    color: blue;
}

.pkdButton {
    color: white;
    background:#3BB9F0;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight:bold;
}

.customPriceButton
{
/*
    padding: 0px;
    margin: 4px;
    border: 0px;
    background: inherit;
    border-radius: 10px;

*/
    color: white;
    background:#3BB9F0;
    /*background: rgba(255, 106, 0, 0.792);*/
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size:16px;
    vertical-align: middle;
}

.customField {
    margin: 4px;
    margin-left:10px;
    width:80%;
}

.unpaddedField {
    margin: 0px;
    padding: 0px;
    margin-left:10px;
    width:80%;
}

.marked {
    background-color: red;
    color: white;
}

.minMax {
    width: 60px;
    margin: 4px 8px 4px 8px;
}

.spacingPrompt {
    margin: 4px 8px 4px 8px;
}

.gapsPrompt {
    width: 120px;
    margin: 4px 8px 4px 8px; 
}


.sendQuoteButton
{
    background:#3BB9F0;
    border:none;
    color:white;
    padding:5px 10px;
    margin-top: 8px;
    font-size:16px;
    cursor:pointer;
    width:60%;
}

.menuButton 
{
    background:#2880A5;
}
 
.showMenuButton 
{
    grid-column: 3;
    grid-row:2;
    background:inherit;
    position: absolute;
    right:    0;
    bottom:   0px;
    z-index: 2;
}    

.showMenuButton button 
{
    position:relative;
    margin-bottom: 10px;
    width:40px;
    height:40px;
    text-align:center;
    vertical-align:middle;
    background:#3BB9F0;
    border:none;
    color:white;
}    

.pkdControls {
    grid-column: 3;
    grid-row:1 / span 2;
    background:#E3E3E3;
    height:100%;
    position:relative;
}

.pkdControlsScrollAll {
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}

.pkdControl 
{
    height:100%;
    position:relative;
    display:grid;
    grid-template-columns: 100%;
    grid-template-rows: 40px calc(100% - 100px) 60px;
}

.pkdControlScrollAll 
{
    height:auto;
    grid-template-rows: 40px calc(100% - 50px) 10px;
}

.pkdControlHeader {
    background:#F1F0F0;
    padding:8px;
    height:100%;
    text-align:center;
    grid-row:1;
    -webkit-box-shadow: 0px 4px 15px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 15px -7px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 15px -7px rgba(0,0,0,0.5);
}

.pkdControlHeader h3 {
    color:#6A6A6A;
    width: 80%;
    margin: 0 auto;
    font-size:larger;
    font-weight:bold;
}

.pkdControlFooter {
    background:#F1F0F0;
    padding:10px;
    grid-row:3;
    -webkit-box-shadow: 0px -4px 15px -7px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px -4px 15px -7px rgba(0,0,0,0.8);
    box-shadow: 0px -4px 15px -7px rgba(0,0,0,0.8);
    height:100%;
    position:absolute;
    bottom:0px;
    width:100%;
    display: grid;
    grid-template-columns: repeat(3, 4fr) 1fr;
}

.pkdControlFooter button {
    background:#3BB9F0;
    border:none;
    color:white;
    padding:5px 10px;
    font-size:16px;
    cursor:pointer;
    width:95%;
}

.pkdControlContent {
    padding:25px;
    padding-top: 30px;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    grid-column:1;
    grid-row: 2;
    height: 100%;
    touch-action: pan-y;
}

.pkdControlContentTall {
    padding:2px;
    margin:0px;
    margin-left:8px;
    margin-right:8px;
    grid-row: 1 / span 3;
}


.centered {
    text-align: center;
}

.covid1Message {
    color: orangered;
    font-size: 20px;
    font-weight: bold;
    text-align:center;
}

.pkdControlContentScrollAll {
    overflow-y: none;
}

.pkdControlFixed {
    padding:25px;
    position: relative;
    grid-column:1;
    grid-row:2;
    height: 40px;
}

.grayButtonD {
    background:#BCBCBC !important;
}

.backArrow {
    padding:5px 5px 5px 0px;
}
.fowardArrow {
    padding:5px 0px 5px 5px;
}

.pkdHouse, .pkdCover, .pkdEndTails, .pkdBeams, .pkdPosts {
    position:absolute;
    top:25%;
    width:100%;
    max-width:800px;
}

/*
@media (max-width:1600px) {
    .pkdHouse, .pkdCover, .pkdEndTails, .pkdBeams, .pkdPosts {
        position:absolute;
        top:36%;
        width:100%;
        max-width:600px;        
    }
}

.pkdHouse {
    z-index:1;
}
.pkdCover {
    z-index:2;
}
.pkdBeams {
    z-index:4;

}
.pkdEndTails {
    z-index:3;
}
.pkdPosts {
    z-index:5;
}
*/

/**************************
Solid Non Insulated, Insulated
***************************/
.solid-non-insulated .pkdBeams,
.solid-insulated .pkdBeams {
    z-index: 3;
}

.solid-non-insulated .pkEndTails,
.solid-insulated .pkEndTails {
    z-index: 4;
}

.btnColors {
    background-size:cover !important;
    background-repeat:no-repeat !important;
    border-radius:50%;
    height:60px;
    width:60px;
    border: 2px solid #666;
    font-size:10px;
    margin:2px;
    cursor:pointer;
    vertical-align:top;
}

.btnColorsSmall {
    background-size:cover !important;
    background-repeat:no-repeat !important;
    border-radius:50%;
    height: 26px;
    width: 26px;
    border: 1px solid #666;
    font-size:10px;
    margin:2px;
    cursor:pointer;
    vertical-align:top;
}
.btnColorsActive {
/*    border: 3px solid #3BB9F0; */
    border: 4px solid #ff6204; 
}

.btnColorsSmallActive {
/*    border: 3px solid #3BB9F0; */
    border: 2px solid #ff6204; 
}

.btnColors p {
    background:rgba(0, 0, 0, 0.4);
    color:White;
    padding:2px;
    width:90%;
    margin:0 auto;
    border-radius:10px;
}

.discourageColor {
/*
    display: none;
*/
    opacity: .3;
}

.btnWhite {
    background:url('/wp-content/plugins/pkd-builder/assets/img/white.png');
}
.btnSpanishBrown {
    background:url('/wp-content/plugins/pkd-builder/assets/img/spanishbrown.png');
}
.btnSonoraBeige {
    background:url('/wp-content/plugins/pkd-builder/assets/img/sonorabeige.png');
}
.btnMojaveTan {
    background:url('/wp-content/plugins/pkd-builder/assets/img/mojavetan.png');

}
.btnLatte {
    background:url('/wp-content/plugins/pkd-builder/assets/img/latte.png');

}
.btnDesertSand {
    background:url('/wp-content/plugins/pkd-builder/assets/img/desertsand.png');

}
.btnAdobe {
    background:url('/wp-content/plugins/pkd-builder/assets/img/adobe.png');
}
.btnGraphite {
    background:url('/wp-content/plugins/pkd-builder/assets/img/graphite.png');
}
.btnEbony {
    background:url('/wp-content/plugins/pkd-builder/assets/img/ebony.png');
}
.btnWheat {
    background:url('/wp-content/plugins/pkd-builder/assets/img/wheat.png');
}
.btnBronze {
    background:url('/wp-content/plugins/pkd-builder/assets/img/bronze.png');
}
button:focus {outline:0;}


.imgBtn {
    width:100%;
    max-width:360px;
    height:80px;
    margin:0 auto;
    border:none;
    box-shadow:none;
    text-align:center;
    border:3px solid transparent;
}
.imgBtnActive {
    /*border:3px solid #3BB9F0;*/
    border:4px solid #ff6204;
}

.specialBtn {
    width:100%;
    max-width:400px;
    margin:0 auto;
    border:none;
    box-shadow:none;
    text-align:center;
    line-height:normal;
    border:3px solid transparent;
}
.specialBtnActive {
    /*border:3px solid #3BB9F0;*/
    border:4px solid #ff6204;
}
.specialImage {
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
}
.specialActions {
    display: flex;
    justify-content: center;
    align-content: space-between;
}

.controlUpDown {
    position: absolute;
    left: 8px;
    top: 10px;
    border-radius: 4px;
    z-index: 1;
    background:#3BB9F0;
    height: 20px;
    width: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.menuHelpButton
{
    position: absolute;
    right:  14px;
    top: 10px; 
    z-index: 1;
    height: 24px;
    width: 24px;
    background:#3BB9F0;
    /*background-color: transparent;*/ 
    background:url('/wp-content/plugins/pkd-builder/assets/img/play2.png');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.controlUp {
    background-image: url('/wp-content/plugins/pkd-builder/assets/img/upArrow.png');
}

.controlDown {
    background-image: url('/wp-content/plugins/pkd-builder/assets/img/downArrow.png');
}

.historyUndoRedo {
    position: absolute;
/*
    bottom: 68px;
*/
    top:44px;
    border-radius: 4px;
    z-index: 1;
    background:#3BB9F0;
    height: 20px;
    width: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.historyUndo {
/*
    right: 44px;
*/
    right: 14px;
    background-image: url('/wp-content/plugins/pkd-builder/assets/img/Undo.png');
}

.historyRedo {
/*
    left: 34px;
*/
    left: 14px;
    background-image: url('/wp-content/plugins/pkd-builder/assets/img/Redo.png');
}




.coverageButton 
{
    height: 24px;
    width: 34px;
    font-size:small;
    font-weight:bold;
    margin-top: 4px;
    border:3px solid transparent;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.coverageButtonActive 
{
    font-size:small;
    font-weight:bold;
    margin-top: 4px;
    border:3px solid #ff6204;
}

.houseButton 
{
    height: 48px;
    width: 80px;
    font-size:small;
    font-weight:bold;
    margin: 4px;
    border:3px solid transparent;
    padding: 0px;
    text-align: center;
    background: white;
}

.houseButtonActive 
{
    font-size:small;
    font-weight:bold;
    margin-top: 4px;
    border:3px solid #ff6204;
}

.slatButton 
{
    font-size:small;
    font-weight:bold;
    margin-top: 0px;
    border:3px solid transparent;
}

.slatButtonActive 
{
    font-size:small;
    font-weight:bold;
    margin-top: 0px;
    border:3px solid #ff6204;
}

.slatButtonLR { 
    margin-left: 16px;
    margin-right:0px;
    margin-top: 0px;
    width: 30px;
/*
    line-height:0;
    padding:0px;
*/
}

.slatButtonFB {
    margin-left: 0px;
    margin-top: 0px;
    width: 30px;
/*
    line-height:0;
    padding:0px;
*/
}

.autoBeamButton 
{
    height: 36px;
    width: 200px;
    font-size: medium;
    font-weight:bold;
    border:4px solid white;
    padding: 0px;
    text-align: center;
}

.autoBeamButtonActive 
{
    border:4px solid #ff6204;
}

.helpButton
{
    vertical-align: bottom;
    position: absolute;
    right: 4px;
    height: 20px;
    margin-top: 4px;
    width: 20px;
    border:none; 
    /*background-color: transparent;*/ 
    background:url('/wp-content/plugins/pkd-builder/assets/img/help2.png');
    background-size:cover;
    background-repeat:no-repeat;
}


/* Patio Type
=============*/

.patioTypePanel {
    text-align: center;
}


.nsniImg {
/*
    background:url('/wp-content/plugins/pkd-builder/assets/img/newport-solid-non-insulated-360x144.jpg');
*/
    background:url('/wp-content/plugins/pkd-builder/assets/img/solid-non-insulated-600x150.jpg');
    background-size:cover;
    background-repeat:no-repeat;
}
.llImg {

    background:url('/wp-content/plugins/pkd-builder/assets/img/lattice-laguna-360x144.jpg');
    background-size:cover;
    background-repeat:no-repeat;
}
.siImg {
    
    background:url('/wp-content/plugins/pkd-builder/assets/img/solid-insulated-360x144.jpg');
    background-size:cover;
    background-repeat:no-repeat;
}

.comboImg {
    background:url('/wp-content/plugins/pkd-builder/assets/img/comboImage.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.screenRoomImg {
    background:url('/wp-content/plugins/pkd-builder/assets/img/screenRoom.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.patioTypePanel {
    margin-bottom:25px;
}


.region0Block {
    height:auto;
    width:100%;
    display:inline-block;
    margin-right: 8px;
    border:1px solid #000;
    background:#72fd07; 
    border-color:#E3E3E3;
    border-width:medium;
}
.regionBlock {
    height:20px;
    width:20px;
    /*float:left;*/
    margin-right: 8px;
    border:1px solid #000;
}
.region1 {
    background:#72fd07;
}
.region2 {
    background:#eead09;
}
.region3 {
    background:#098f6b;
}
.region4 {
    background:#09b1ee;
}
.region5 {
    background:#0ff0b4;
}
.region6 {
    background:#a0ddf3;
}

.attachPanel {
    text-align: center;
    margin-bottom:25px;
}


.attWall {
        
    background:url('/wp-content/plugins/pkd-builder/assets/img/wallAttach3.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.attFas {
    
    background:url('/wp-content/plugins/pkd-builder/assets/img/fasciaAttach3.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.attRoof {
        
    background:url('/wp-content/plugins/pkd-builder/assets/img/roofAttach.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.attFree {
    
    background:url('/wp-content/plugins/pkd-builder/assets/img/freeStanding3.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.combo1 {
        
    background:url('/wp-content/plugins/pkd-builder/assets/img/combo1.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.combo2 {
    
    background:url('/wp-content/plugins/pkd-builder/assets/img/combo2.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.combo3 {
        
    background:url('/wp-content/plugins/pkd-builder/assets/img/combo3.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.combo5 {
    background:url('/wp-content/plugins/pkd-builder/assets/img/comboLShape.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.comboCustom {
    
    background:url('/wp-content/plugins/pkd-builder/assets/img/comboCustom.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.seeItImage {
    background:url('/wp-content/plugins/pkd-builder/assets/img/seeItImage.jpg');
    background-size:cover;
    background-repeat:no-repeat;
}

.seeItItem {
    margin-top: 12px;
    display: flex;
    align-items:center; 
    justify-content:center; 
    gap:10px; 
    font-weight: bold;
    width: 100%;
}

.seeItButton {
    width:48px;
    height:37px;
    padding-top:0px;
    margin-top:0px;
    margin-left: 34px;
    background:#3BB9F0;
    display: flex;
    align-items: center;
    justify-content: center;
/*
    background:url('/wp-content/plugins/pkd-builder/assets/img/seeItButton.png');
    background-size:cover;
    background-repeat:no-repeat;
*/
}

.seeItButton img {
    height: 85%;
/*
    padding-top: 15%;
    padding-left: auto;
    padding-right: auto;
*/
}

.seeItSpacer {
    margin-top: 12px;
    margin-bottom: 16px;
    height: 4px;
    width: 100%;
    background: #3BB9F0;
}

.accessoriesOrder 
{
    text-align:center;
    width:100%;
    height:auto;
}

.accessoryError
{
    background-color:red;
}

.imgBtnPanels {
    text-align: center;
    margin-bottom:20px;
}

.singleB {
    background:url('/wp-content/plugins/pkd-builder/assets/img/singleBeams.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.doubleB {
    background:url('/wp-content/plugins/pkd-builder/assets/img/doubleBeams.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.autoB {
    background:url('/wp-content/plugins/pkd-builder/assets/img/autoBeams.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.singleR {
    background:url('/wp-content/plugins/pkd-builder/assets/img/singleRafters.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.doubleR {
    background:url('/wp-content/plugins/pkd-builder/assets/img/doubleRafters.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.smoothR {
    background:url('/wp-content/plugins/pkd-builder/assets/img/smoothFacia.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.postInputs {
    display:inline-block;
    width:58%;
    padding:15px;
    vertical-align:top;
}
.postImg {
    display:inline-block;
    width:100%;
    padding:15px;
    vertical-align:top;
}

.postInputs div {
    margin-bottom:25px;
}

.postPanel {
    display:inline-block;
    width:30%;
}

#postsOptions {
    margin-left:auto; 
    margin-right:auto;
}

#postsOptions tr td {
    padding:4px;
}
/*
@media (max-width:1025px) {
    .postPanel {
        display:block;
        width:100%;
    }
}
*/

.postBtn {
    width:80px;
    max-width:360px;
    height:230px;
    margin:0 auto;
    border:none;
    box-shadow:none;
    text-align:center;
    border:3px solid transparent;
    font-size: small;
    color: white;
}

.postBtnActive {
    border:4px solid #ff6204;
}

.imgPostStandard {
    background:url('/wp-content/plugins/pkd-builder/assets/img/standardPost2.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.imgPostSquare {
    background:url('/wp-content/plugins/pkd-builder/assets/img/squarePost2.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.imgPostRound {
    background:url('/wp-content/plugins/pkd-builder/assets/img/roundPost2.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.endCapsTailsBtn {
    width:100%;
    max-width:102px;
    height:70px;
    margin:0 auto;
    border:none;
    box-shadow:none;
    text-align:center;
    border:3px solid transparent;
}
.endCapsTailsBtnActive {
    border:4px solid #ff6204;
}

.bET {
    background:url('/wp-content/plugins/pkd-builder/assets/img/beveledEnd.png');
    background-size:cover;
    background-repeat:no-repeat;
}
.mET {
    background:url('/wp-content/plugins/pkd-builder/assets/img/mitredEnd.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.cET {
    background:url('/wp-content/plugins/pkd-builder/assets/img/corbelEnd.png');
    background-size:cover;
    background-repeat:no-repeat;
}
.sET {
    background:url('/wp-content/plugins/pkd-builder/assets/img/ScallopEnd.png');
    background-size:cover;
    background-repeat:no-repeat;
}

.endCapPanel {
    display:inline-block;
    width:35%;
    margin-bottom:5px;
}

/*
@media (max-width:1025px) {
    .endCapPanel {
        display:block;
        width:100%;
    }
}
*/

/* Scroll Bar
=============*/
 .pkdControlContent::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
     padding:10px;
 }
 
.pkdControlContent::-webkit-scrollbar
 {
     width: 12px;
     background-color: #F5F5F5;
 }
 
.pkdControlContent::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #838383;
     width:10px;

 }

 .pkdControlContent::-webkit-scrollbar-button {
     display:none;
     color:white;
     height:15px;
     width:12px;
 }

 /*
 @media (max-width:1325px) {
    .pkdTab p {
        font-size:12px;
    }
    .pkdHouse, .pkdCover, .pkdEndTails, .pkdBeams, .pkdPosts {
        top:40%;
    }
 }
*/

/**************************

Header

***************************/
.imgBtnPanels__orange {
    color: #ff6204;
}

/**************************
Measurements
***************************/
.measurementsInputs label {
    width:85px;
    text-align:left;
}

.measurementsTableSpacer {
    height: 8px;
}

.uploadsTable {
    margin-left: auto; 
    margin-right: auto; 
    margin-top: 8px;
    margin-bottom: 8px;
}

.uploadButton {
    display:block; 
    margin:0 auto;
}

.uploadsTableSpacer {
    height: 8px;
}


/**************************

Accessories

***************************/
.accessories-block {
    width: 100%;
    text-align: center;
}

.accessories-block img {
    width: 100%;
}
 
.accessory-item p {
    /*display: flex;
    align-items: center;
 */
    width: 100%;
}  

.accessory-item p select {
    margin-right: 10px;
    padding: 1px;
}

.accessory-item {
    display: none;
}

.accessory-item--active {
    display: block;
} 
 
.pkdFans,
.pkdLightBays {
    position: absolute;
    top: 25%;
    width: 100%;
    max-width: 800px;
    z-index: 3;
}

@media (max-width: 1325px) {
.pkdFans,
.pkdLightBays {
    top: 40%;
    max-width: 450px;
    }
}

/**************************

Summary

***************************/
.pkdControlContent--summary td {
/*
    text-transform: capitalize;
*/
    margin: 0;
    padding: 10px;
}

.pkdControlContent--summary tr:nth-child(even) {
    background: #f2f2f2;
    padding: 10px;

}

.pkdControlContent.pkdControlContent--summary {
    padding: 0;
}

.pkdControlContent.pkdControlContent--summary .total {
    border-top: 2px solid #a3a3a3; 
}

.legal-summary {
    padding: 10px;
}

.summaryButton {
    background:#3BB9F0;
    border:none;
    color:white;
    padding:auto;
    margin: 5px;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    cursor:pointer;
    width:75%;
    height:40px;
}

.doneButton {
    background:#3BB9F0;
    border:none;
    color:white;
    padding:auto;
    margin: 5px;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    cursor:pointer;
    width:75%;
    height:40px;
    font-weight: bold;
}

.issueCertificate {
    background:#3BB9F0;
    border:none;
    color:white;
    padding:auto;
    margin: 5px;
    margin-left:auto;
    margin-right:auto;
    font-size:16px;
    cursor:pointer;
    width:200px;
    height:40px;
    font-weight: bold;
}

.constructionNote {
    margin: 0px 12px 4px 12px;
    padding: 4px 14px 4px 14px;
    background: white;
}

/* REMAKE THE WHOLE THING IN TABLET MOBILE
 =========================*/
 @media (max-width:1300px) {
 }
 
 .slideMenu-enter-active, .slideMenu-leave-active {
  transition: transform .2s;
}

.slideMenu-enter, .slideMenu-leave-to {
  transform: translateX(+100%);
}

.slideMenu-enter-to, .slideMenu-leave {
  transform: translateX(0);
}

/*
    Range Slider Styling
*/

input[type=range] {
    height: 20px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    background: inherit;
  }
  input[type=range]:focus {
    outline: none;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #FFFFFF;
    border-radius: 1px;
    border: 0px solid #000000;
  }
  input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
  }
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #FFFFFF;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #FFFFFF;
    border-radius: 1px;
    border: 0px solid #000000;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: #FFFFFF;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-fill-upper {
    background: #FFFFFF;
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
  }
  input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 0px solid #000000;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
    background: #FFFFFF;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: #FFFFFF;
  }

  #amaxTable td, #amaxInsulatedTable td {
    padding-left: 4px;
    padding-right: 4px;
}

#amaxTable, #amaxInsulatedTable {
    border:2px solid #000000;
    border-collapse:collapse;
    background-color:white; 
/*
    width:80%; 
*/
    width:850px;
    height:1100px;

    font-size:12pt; 
    text-align:left; 
    margin-left:auto; 
    margin-right:auto;
    table-layout: fixed;
    padding-left:10px;
/*
    word-wrap: normal;
*/
   }
    

.amaxInput { 
    height:100%;
    width:100%;
    background:rgb(208, 250, 250);
/*
    white-space: pre;
    overflow: wrap;
    word-wrap: normal;
*/
}



.amaxx {
    text-align:center;
}

.c {
     text-align: center;
 }

 .e {
    font-weight: bold;
 }

 .f {
     font-family: monospace;
     font-size: 14px;
 }

 .u {
    border-bottom: 2px solid #000000;
 }

 .b {
    border-collapse:collapse;
    border:2px solid #000000;
 }

 .x {
    text-align: center;
    margin: 2px;
    border-collapse:collapse;
    border:2px solid #000000;
 }

 .y {
     background-color: yellow;
 }
 
 #quoteLetter, #quoteText {
    background-color: rgb(190, 234, 241);
    overflow: auto;
}

#quotePage, #quoteTextPage {
    border:2px solid #000000;
    background-color:white; 
    width:800px;
        /*
    width:60%; 
*/
    font-size:10pt; 
    text-align:left; 
    margin-left:auto; 
    margin-right:auto;
    padding: 20px;
/*
    height:100%;
    white-space: pre-wrap;
    word-wrap: normal;
*/
   }
    
#quoteLetter2 {
    background-color: rgb(190, 234, 241);
}

#quotePage2 {
    border:2px solid #000000;
    background-color:white; 
    width:60%; 
    height:100%;
    font-size:10pt; 
    text-align:left; 
    margin-left:auto; 
    margin-right:auto;
    padding: 20px;
/*
    white-space: pre-wrap;
    word-wrap: normal;
*/
   }

#engineeringLog {
    background-color: rgb(157, 242, 255);
    overflow: auto;
}

#engineeringPage {
    border:2px solid #000000;
    background-color:white; 
    width:60%; 
    font-size:10pt; 
    text-align:left; 
    margin-left:auto; 
    margin-right:auto;
    padding: 20px;
   } 

.engineeringSection, .trimColorsSection {
    background-color: orange;
    margin-top: 20px;
    margin-bottom: 20px;
}   

.showMoreTrimSection {
    text-align:center;
    width: 60%;
    background-color: orange;
    margin-top: 14px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}   

.partsListSection {
    background-color: orange;
    margin-top: 20px;
    margin-bottom: 20px;
}   

.slideSection {
    /*height: 28px;*/
    color: rgb(185, 100, 3);
    margin-top: 8px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 900;
    padding-left:0px;
}   
.slideSubSection {
    /*height: 28px;*/
    color: rgb(185, 100, 3);
    margin-left: 30px;
    margin-top: 8px;
    margin-bottom: 4px;
    text-align: left;
    font-weight: bold;
    padding-left:0px;
}  
.slideSubSubSection {
    /*height: 28px;*/
    color: rgb(185, 100, 3);
    margin-left: 50px;
    margin-top: 8px;
    margin-bottom: 4px;
    text-align: left;
    font-weight:normal;
    padding-left:0px;
}  
.slideText {
    text-align:left;
    margin:0px;
    background-color: rgb(245, 241, 4);
} 

.slideCurrent {
    background-color: rgb(245, 241, 4);
}

.expandButton {
    height: 20px;
    width: 20px;
    margin-right: 2px;
    margin-left: 0px
}

.contractButton {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    background: url('/wp-content/plugins/pkd-builder/assets/img/contract.png') no-repeat;
    padding-left: 0px;
}

@media print {
    #amaxOrder, #amaxInsulatedOrder {
        background-color:white;
        margin: 0px;
        padding: 0px;
    }

    #amaxTable, #amaxInsulatedTable {
        width:100%;
        height:100%;
        font-size:10pt;
        margin:0px;
        padding:0px;
    }

    #printButton {
        display: none;
    }

    #amaxEndSpacing {
        display: none;
    }
    .amaxInput { 
        background:yellow;
    }

    .amaxInput:empty {
        background:white;
    }
} 

.autoSelectDiv {
    position:relative; 
    height:27px;
    width:150px;
}

.autoInput1 {
    position: absolute;
    width: 70%;
    left: 0px;
    z-index: 0;

}
.autoInput2 {
    color:yellow;
    background-color: red;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    pointer-events: none;
    color:black;
    opacity: 1.0;
    padding-left:4px;
}
.autoInputButton {
    position: absolute;
    width: 30%;
    right: 0px;
    z-index: 0;
}

.autoSelect1 {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 0;
}

.autoSelect2 {
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    color:black;
    opacity: 1.0;
    padding-left:4px;
/*
    border:1px solid #000;
*/
    background-color: white;
}

.autoSelected {
    font-style: italic;
    color: rgb(62, 62, 163);
    background-color: rgb(220, 220, 220);
}
  
#quoteTextColors {
    margin: 0;
    padding:20px;
    width: 100%;
    text-align: center;
}

#quoteTextColors img {
    width: 90px;
    padding:8px;
}

#toolsNeeded {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 20px;
    background-color: white;
    overflow: auto;
}

.toolItem {
    position: relative;
    flex: 1;
    width:230px;
    text-align: center;
}

.toolItem:first-child {
    margin-right: 0px;
}

.toolItem p {
    text-align: center;
    color:black;
}

.toolItem img {
    position: relative;
    top: 0;
    left: 0;
    object-fit: contain;
    height: auto;
    width: 70%;
    background: url("/wp-content/plugins/pkd-builder/assets/img/tools/lightGrayOval.png");
    background-size: contain;
}

.buyNowButton {
    /*display: block;*/
    position: absolute;
    z-index: 1;
    object-fit: contain;
    height: 20px;
    width: 75px;
    top: 0px;
    background: url("/wp-content/plugins/pkd-builder/assets/img/tools/buyNow.png");
    background-size:cover;
    border-style: none;
}

@media (max-width:1200px) {
    .toolItem {
        flex: 1;
        width:150px;
    }
}

.seeItLockedHeading {
    text-align: center;
    font-weight: bold;
    color: #db7827;
}

.seeItLockedContent {
    text-align:justify; 
    margin-top:6px;
    margin-bottom:20px;
}

.portalHeading1 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #db7827;
}

.portalHeading2 {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #db7827;
}

.portalContentJ {
    text-align:justify; 
    margin-top:6px;
    margin-bottom:20px;
}

.portalContentC {
    text-align: center; 
    margin-top:6px;
    margin-bottom:20px;
}

.portalContentL {
    text-align:left; 
    margin-top:6px;
    margin-bottom:20px;
}

.contactUsContent {
    text-align: center;
}

.contactUsContent .heading {
    font-size: 18px;
    font-weight: bold;
    color: #db7827;
}
 
.portalHeading {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #db7827;
}
 
.priceBookButtons td {
    padding: 4px; 
}

#deliveryDropDown {
    display: flex;
    justify-content: center;
    margin: 0px;
    margin-top:4px;
    padding: 0px;
    color: white;
    background-color: transparent; 
    border:none; 
    vertical-align:baseline;
}

#deliverySelect{
    margin: 0px;
    padding: 0px; 
    font: 1em sans-serif;
    color: white;
    /*background-color: rgba(1, 120, 199, .1);*/
    background-color: transparent;
    border-radius: 0px;
    border:none; 
    cursor: pointer;   

    padding-right: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('/wp-content/plugins/pkd-builder/assets/img/downArrow.png');
      background-repeat: no-repeat, repeat;
      background-position: right .1em top 50%, 0 0;
      background-size: .65em auto, 100%;
}

.deliveryOption{
    /*background-color: rgba(1, 120, 199, 1);*/
    margin: 0px;
    padding: 0px;
    color: black;
}

.engMsgTitle {
    text-align: left;
    font-weight: bold;
}

.engMsg0 {
    text-align: center;
    font-weight: bold;
}

.engMsgTab {
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
}
  
.changeSelectedTab {
    background:#2880A5;
    border-right: 1px solid #2B2B2B;
    width: 100%;
    height: 20px;
    margin-bottom:4px;
    margin-top:4px;
    color:white;
    font-size:18px;
    display: flex;
    align-items: center;
}

.changeSelectedTab img 
{
    height: 80%;
    vertical-align:middle;
    text-align:center;
    margin-bottom:4px;
    margin-right:8px;
}

.changeSelectedTable {
    width: 95%;
    margin-left:5%; 
    margin-right:auto; 
    margin-top:4px;
}

.changeSelectedTable tr td:first-child {
    width: 40%;
    text-align:left;
}

.changeSelectedTable tr td:last-child {
    width: 60%;
    text-align:left;
}

.quickAccessoryTable {
    width: 95%;
    margin-left:5%; 
    margin-right:auto; 
    margin-top:4px;
}

.changeColorButton {
    background-size:cover !important;
    background-repeat:no-repeat !important;
    border-radius:50%;
    height:38px;
    width:38px;
    border: 2px solid #666;
    font-size:8px;
    margin:2px;
    cursor:pointer;
    vertical-align:top;
}
#scanErrorBox::selection {
    color: black;
    background-color: rgb(246, 253, 119);
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.quickColorBar {
    height:30px; 
    width:90%; 
    margin-left:auto; 
    margin-right:auto; 
    background: transparent; 
    padding: 2px; 
    display:flex; 
    justify-content: space-around;
}


.quickAccessoryBar {
    height:20px; 
    width:100px; 
    background: rgb(107, 107, 107); 
    padding: 2px; 
    margin-left: 8px;
    display:flex; 
    justify-content: space-around;
}

.accImage {
    background-size:cover !important;
    background-repeat:no-repeat !important;
    height:16px;
    width:16px;
    vertical-align:top;
}

.quickHouseImage, .quickColorBarActive {
    border:2px solid red;
}

.uiButton {
    width:80px;
    max-width:360px;
    height:32px;
    margin:10px;
    border:none;
    box-shadow:none;
    text-align:center;
    
    border:2px solid transparent;
    font-size: medium;
    background-color:white;
    color: #2880A5;
}

.uiButtonActive {
    border: 2px solid #ff6204; 
}

.uiHideMenu {
    background:#3BB9F0;
    border:none;
    color:white;
    padding:5px 10px;
    font-size:16px;
    cursor:pointer;
    height: 40px;
    width:40px;
    position: absolute;
    right:0px;
}

#immersiveIcon {
    height: 30px;
    width: 30px;
}

.video-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 450px;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vh;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.auto-resizable-iframe {
  max-width: 560px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}