﻿body {
    background-color: #141432;
    user-select: none;
}

.taba a {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    font-family: 'Inter', sans-serif;
    color: #EFEFEF;
}

.nav {
    background-color: #26264F;
}

li {
    background-color: #141432;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab700;
}

.materials-title
{
    font-size:13px;
    background-color:#e3ac00;
    height:40px;
    font-weight:normal;
    color:white;
    text-transform:uppercase;
    padding-left:10px;
    line-height:40px;
}

.materials-div {
    zoom:0.9;
    position: fixed;
    left: 25%;    
    overflow-y: auto;
    overflow-x: hidden;
}

.materials-table {
    table-layout: fixed;    
    top: 0px;    
    border-collapse:unset;
    border: none;
}

    .materials-table td {
        height: 40px;
        
        width: 48px;
        cursor: pointer;
        border: 3px solid transparent;
        text-align:center;
    }

    .materials-table td:hover {
        height: 40px;
        width: 40px;
        border:3px solid yellow;
    }

input[type="checkbox"] {
    appearance: none;
    background: transparent;
    width: 40px;
    outline: none;
    height: 40px;
    margin: 0px;
    position: relative;
}

    input[type="checkbox"]::before {
        content: "";
        position: absolute;
        width: 40px;
        outline: none;
        height: 40px;
        border: none;
        margin: 0px;
        box-sizing: border-box;
    }

    input[type="checkbox"]:checked::before {
        content: "✓";
        color: lightgray;
        margin: 0px;
        outline: none;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
        line-height: 35px;
    }
       

    .container_removepad {
        padding: 0;
    }

.panel-default {
    border: none;
}

.panel-group .panel-heading {
    padding-top: 5px;
    padding-bottom: 5px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #1D1E42;
    color: white;
}

.target-style-left {
    z-index:1000;
    position: absolute;
    width: 300px;
    height: calc(100vh - 120px);
    background-color: #1D1E42;
    opacity: 0.8;
    left: 0px;
    border-radius: 3px;
}

.target-style-right {
    z-index:1000;
    position: absolute;
    width: 300px;
    right: 0px;
    border-radius: 3px;
}

.target-style-mid {
    position: absolute;
    width: 100%;
    height: calc(100vh - 120px);
    left: 0px;
    border-radius: 3px;
}

.panel-heading a {
    display: block;
    position: relative;
    font-weight: 400;
    padding-left: 25px;
    font-family: 'Inter', sans-serif;
}

    .panel-heading a:hover {
        text-decoration: none;
    }

.back_color {
    border: none;
    background-color: #1D1E42;
    color: white;
}

.panel-heading a::before {
    content: "";
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg);
}

.panel-heading a[aria-expanded=true]::before {
    transform: rotate(-135deg);
    top: 5px;
}

.panel-default > .panel-heading {
    color: white;
    background-color: #26264F;
    border-color: #ddd;
}

#tab2 h3 {
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
}

/* remove border radius for the tab */

#tab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#tab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#tab3 .tab-content {
    color: #EFEFEF;
    background-color: #1D1E42;
    padding: 5px 15px;
}

.iconstyle {
    background-color: #1D1E42;
    color: #D9D9D9;
    font-size: 15px;
    padding: 10px 0;
}

.nav-pills > li + li {
    margin-left: 2px;
    padding: 8px;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
}

    .nav-pills > li + li a:hover {
        background-color: transparent
    }

select.form-select {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    width:100%;
    background-color: transparent;
    border: none;
    color: black;
}

.center1 {
    text-align: center;
}

.btn-Preview {
    background-color: transparent;
    color: #ABA9FF;
    font-size: 14px;
    border: 1px solid #ABA9FF;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 7px 16px;
}

.btn-share {
    justify-content: center;
    align-items: center;
    padding: 7px 16px;
    background: #524FED;
    border-radius: 4px;
    color: lightgray;
}

.btn:hover {
    color: white
}

.model-preview-image {
    text-align:center;
    border: 1px solid lightgray;
    border-radius:10px;
    height:100%;
}
.close {
    float: right;
    font-size: 35px;
    font-weight: 100 !important;
    line-height: 1;
    color: #000000 !important;
    text-shadow: 0 1px 0 #fff;    
    opacity: 1;
}

.sprite {
    opacity: 1;
    font-size: 15px;
    pointer-events: none;
    color: white;
    position: absolute;
    visibility: hidden;
    z-Index: 100000;
}


.panel-subtitle {
    font-size: 14px;
    color: white !important;
}

.left-panel-button {
    font-size: 12px;
    padding-left: 20px;
    cursor: pointer;
    color: skyblue;
    padding-bottom:5px;
}

    .left-panel-button:hover {
        color: white;
    }

.selector-dialog {
    background-color: #ffffff;
}

.dialogTitle {
    color: black;
    text-align:left;
}

.iconselectortitle {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
}

.iconselector {
    color: black;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin: 5px;
    text-align: center;
    cursor:pointer;
    padding:5px;
}

    .iconselector:hover {
        border: 1px solid red;
    }

.iconselectorsymbol {
    width: 30px;
    cursor: pointer;
    line-height: 35px;
    padding-right: 5px;
    border-right: 1px solid gray;
    font-size: 25px;
    display: table-cell;
    vertical-align: middle;
}

.panel-body {
    padding: 5px;
}

.menuContainer {
    height: calc(100vh - 120px);
    opacity: 0.8;
    overflow-y: auto;
}

.measureView {
    padding: 10px;
    min-width: 100px;
    position: fixed;
    right: 0px;
    top: 0px;
    font-family: myFont, helvetica;
    font-size: 12px;
    text-transform:uppercase;
    font-weight: normal;
    color: white;
}

.left-side-scene-item {
    padding: 5px;
    padding-left: 30px;
    color: lightgray;
    width: 70%;
    font-size: 12px;
    border-bottom: 1px solid gray;
}

.left-side-scene-item-selected {
    border: 1px solid red;
    color: yellow;
}

.previewframe {
    width: 100%;
    height: calc(100vh - 150px);
}
.modal-body
{

    color:black;
}

.webvr-ui-button
{
    background-color:white !important;
    opacity:0.8 !important;
}

.left-icon
{
    height:25px;
    width:25px;
    padding:5px;
}

.homepage-modelview {
    text-align: center;
    color: black;
    font-size: 14px;
}

.homepage-modelview:hover {
    
}

.related-item {
    display: block;    
    text-align:center;
    font-weight:normal;
    font-size:13px;
    width:90%;
}

.meta-table
{
    width:100%;
    color:black;
    font-size:12px;    
    table-layout:fixed;
    border: 1px solid lightgray;
    padding:0px;
    margin:0px;
}

.view-3d-button {
    width: 40%;
    height: 40px;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 30%;
    bottom: 10px;
    border:1px solid lightcyan;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.admin-button {
    line-height: 25px;
    white-space:nowrap;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    height: 30px;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    border: 1px solid gray;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.icon-button-small 
{    
    height: 30px;
    padding:5px;
    cursor:pointer;
    font-size:20px;

}

::-webkit-scrollbar {
    width: 7px; /* Width of the scroll */
    height: 7px; /* Width of the scroll */
}

::-webkit-scrollbar-track {
    background: white; /* Background color of the track */
}

::-webkit-scrollbar-thumb {
    background-color: gray; /* Color of the scroll thumb */
    border-radius: 5px; /* Rounded corners */
}

body, html {
    height: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ffffff;
    overflow: hidden;
}

.page-title {
    text-align: center;
    font-size: 2.5em;
    font-family: cursive;
    font-weight: bold;
    color: blue;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
    position:relative;
    top:-10px;
}

.page-title-admin {
    text-align: center;
    font-size: 15px;
    font-family: cursive;
    font-weight: bold;
    color: blue;
    margin-bottom: 15px !important;
    margin-top: 0px !important;
    position: relative;
    top: -10px;
}

.centered-div {
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid lightgray;
    border-radius: 10px;
    background-color: #fff;
    position:relative;    
}

.center-adjust-only {    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;    
}


.navigation-button
{
    height:25px;
    padding-left:10px;
    padding-right:10px;
    cursor:pointer;
}
img.disabled {
    opacity:0.5
}

.admin-icon-image
{

}

.admin-icon-image:hover {
    border: 1px solid red;
}

.ABSofttableselector {
    width: 100%;
    height: 30px;
    border: 1px solid gray;
    border-radius: 3px;
}

.ABSofttableinput {
    height: 20px;
    border: 1px solid gray;
    border-radius: 3px;
}
.separator
{
    margin:5px;
}

.fcloser
{
    font-size:20px;
    cursor:pointer;
    padding-right:20px;
}

.element-selected
{
    background-color:#beecfa;
}

.element-selected > div>button>div::before {
    content: "\2713";
    /* Add some space after the checkmark */
    margin-right: 5px;
    /* You may also want to style the checkmark: */
    color: green;
}

.cap-selected {
    background-color: #beecfa;
}

    .cap-selected > div > button > div::before {
        content: "\2713";
        /* Add some space after the checkmark */
        margin-right: 5px;
        /* You may also want to style the checkmark: */
        color: green;
    }

.texture-control
{
    position:absolute;
    z-index:1000;
    width:30px;
    display:none;
    cursor:pointer;
}

#mainDivLogo {
    opacity:0.9;
    border:1px solid gray;
    border-radius:10px;
    position:absolute;
    background-color:#cccccccc;
    left:300px;
    top:0px;
    z-index:1000;
    width: 350px;   
    height: auto;
    display: none;
    flex-direction: column;
}

#topDiv {
    display: flex;
    width: 100%;
    height: 40px;
}

#topDivSmall {
    display: flex;
    padding:10px;
    width: 100%;
    height: auto;
}

#commentDiv {    
    display: block;
    padding: 10px;
    width: 100%;    
}

#leftDiv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rightDiv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bottomDiv {
    margin-left:10px;
    margin-right:10px;
    border: 1px solid gray;    
    height: auto;
}

button {
    padding: 10px 20px;
}


.text-controls
{
    opacity:0.9;
    background-color:#cccccc;
    border:1px solid gray;
    border-radius:10px;
    padding:5px;
    display:none;
    z-index:2000;
    position:absolute;
    top:130px;
    left:calc(19% + 370px);
    width:100px;
}

.texture-control-button
{
    margin:5px;
    border:1px solid gray;
    width:100px;    
    padding:3px;
    border-radius:5px;
    font-size:11px;
}

.texture-mode-button {
    margin: 2px;
    background-color: #e9e9e9;
    border: 1px solid gray;
    width: auto;
    min-width: 80px;
    padding:2px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-size: 11px;
}

.texture-mode-button-selected::before {
    content: "✓ ";
}

.texture-mode-button:hover{
    color:red;
}

.workspace {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: calc(100vw - 19%);
}


.menu-workspace {
    position :  absolute;
    width : 19%;
    left : 0px;
    top : 0px;
    z-index: 10000;
    height : 100%;
    background : #dad8c7;
    overflow-y : auto;
}

.menu-workspace {
    position: absolute;
    width: 19%;
    left: 0px;
    top: 0px;
    z-index: 10000;
    height: 100%;
    background: #dad8c7;
    overflow-y: auto;
}

.menu-workspace-adv {
    position: absolute;
    width: 19%;
    right: 0px;
    top: 0px;
    z-index: 10000;
    height: auto;
    background: #dad8c7;
    overflow-y: auto;
}

#mainDivLogo {
    left: 19%;
}

.materials-div {
    left: 19%;
}

@media (max-width: 1123px) {
    .workspace {        
        width: calc(100vw - 25%);
    }
    
    .menu-workspace {
        zoom: 0.8;
        width: 25%;
    }
    #mainDivLogo {
        left:25%;
    }

    .materials-div {
        zoom:0.7;
        left: 25%;
    }
}

.nav-button {
    position:fixed;
    right:0px;
    top:0px;
    z-index:100000;
    display:none;
}

.validation-modal {
    width:60%;
}

.precalc
{

}

 @media (max-width: 600px) {
    .precalc {
        width: 95% !important;
    }

    .validation-modal {
        width: 95%;
    }

        .workspace {
            width: 100%;
            left:0px;
            top:0px;
        }

        .menu-workspace {
            display: none;
            width: 100%;
        }

    .materials-div {
        zoom: 1.0;
        left: 0%;
    }

    .nav-button {      
        display: block;
    }

    #mainDivLogo {
        display: none;
        left:0%;
        width:100%;
    }

        .materials-div {
            display: none;
        }
    }

    .container-order {
    cursor:pointer;
    position: absolute;
    max-width: 500px;    
    right:110px;
    display: flex;
    justify-content: space-between;    
    bottom:10px;
}

.quantity-box input
{
    background-color:transparent;
    border:none;
}
.quantity-box, .price-box {
    color: black;
    border: 1px solid black;
    float:left;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    margin-left:5px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    display: block;
    font-weight:bold;
    align-items: center;
    justify-content: space-between;    
}

.quantity-box {
    background-color: lightgray;
}

.price-box {
    background: linear-gradient(to right, lightblue, #ABA9FF);
}

.quantity-box input[type="number"] {
    width: 50px;
    text-align: center;
}

.box-label {
    font-weight: bold;
}

.custom-fabric-selected
{
    border:2px solid yellow !important;
}

.comment-div {
    align-items: center;
    justify-content: center;
    border:1px solid gray;
    width:100%;
    height:auto;
    min-height:30px;
}

#customFarbicView
{
    font-weight:bold;
    font-size:17px;
}

.upload-fabric {
    font-size: 14px;
    font-weight: normal;
    border: 1px solid gray;
    border-radius: 5px;
    background-color: white;
    margin-left: 15px;
    padding: 5px;
    cursor: pointer;
    color: black;
}
.upload-fabric:hover
{
    color:red;
}

.subtitle {
    width: 50%;
    float: left;
    font-size:12px;
    line-height:20px;
    
}

.suboption {
    width: 50%;
    margin-bottom: 10px;
}

.var-selected
{
    background-color:#f7d6d6;
}

.order-input-label
{
    width:30%;
    font-weight:normal;
    font-size:12px;
    float:left;
    line-height:28px;
}

.order-input-field {
    width: 70% !important;
    float: left;
}

.modal-title
{
    float:left;
    font-size:17px;
}

.style-table-input {
    width: 100%;
}

.style-table-th {
    vertical-align: top !important;
    border-right: 1px solid gray !important;
    padding: 5px;
}

.reorder-button
{
    width:30px;
    height:30px;
    padding:0px;
}

.mandatory-field-error
{
    border:1px solid red;
}

.small-check-box {
    width: 27px !important;
    height: 27px !important;
    border: 1px solid lightgray;
}

    .small-check-box:checked::before {
        font-size: 15px !important;
        color: black !important;
        text-align: left !important;
        line-height:20px !important;
        padding: 5px !important;
    }


.validation-item
{
    padding-left:130px;
}