body{
    font-family: 'Lato' , sans-serif;
    background-color: #f1f1f1;
    /* BSS-SPECIAL-10 */
}
.sidebar{
    background-color: #18202d;
    position: fixed;
    left: 0px;
    top:60px;
    width:240px;
    height: calc(100% - 60px);
    z-index: 2;
}
.main{
    
    position: absolute;
    left: 240px;
    top:60px;
    width: calc(100% - 280px);
    padding: 20px;
    font-size: 14px;
}
.logo{
    background-color: #017eff;
    top:0px;
    left: 0px;
    height: 60px;
    width: 240px;
    position: fixed;
    z-index: 4;
    display: flex;
    justify-content: flex-end;
}
.topbar{
    background-color: #ffffff;
    color: #8c8c8c;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    position: fixed;
    box-shadow: rgb(40 42 49 / 16%) 0px 1px 2px 0px;
    z-index: 4;
}
.cover{
    background-color: #f1f1f1;
    height: 80px;
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 1;
}
.menu{
    font-family: 'Lato' , sans-serif;
    overflow-y: auto;
    height: 100%;
}
.menubt{
    
    border-left: 0.3rem solid transparent;
    padding-left: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: 0.3rem solid rgba(0, 152, 247, 0);
    left: 0px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menubt a{
    color: #909bad;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 20px;
}
.menubt :hover{
    border-left: 0.3rem solid rgb(0, 151, 247);
    color:  #acb9cc;;
}
.menutitle{
    -webkit-font-smoothing: antialiased;
    color: #5b626f;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1rem;
    font-weight: 800;
    padding: 7px;
    
}
input[type=text] {
    width: 70%;
    padding: 7px;
    margin: 10px 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato';
    box-shadow: rgb(40 42 49 / 16%) 0 0 4px 0px;
    border: 0px;

}
.popup{
    background-color: #FFFFFF;
}
button{
    display: inline-block;
    padding: 0.4em 1.45em;
    margin: 0.1em;
    border: 0.15em solid #d4d4d4;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 600;
    color: #c4d1e6;
    text-align: center;
    position: relative;
    background: #18202d;
    border-radius: 5px;
    }
button:hover{
    /* border-color:#7a7a7a; */
    background-color: #33435e;
    color: #c8d7ef;
}
button:active{
    background-color:#999999;
}
@media all and (max-width:30em){
 button{
    display:block;
    margin:0.2em auto;
    }
}
input[type="submit" i]{
    display: inline-block;
    padding: 0.4em 1.45em;
    margin: 0.1em;
    border: 0.15em solid #d4d4d4;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Lato';
    font-weight: 600;
    color: #18202d;
    
    text-align: center;
    position: relative;
}
.window3d{
    width:500px;
    height: 500px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width:500px;
    position: absolute;
    left:0px;
    z-index: 2;
}
.materialwindow3d{
    width:500px;
    height: 500px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width:500px;
    position: fixed;
    left: 253px;
    z-index: 2;
}
.parameter-column{
    position: absolute;
    max-width: 500px;
    top:630px;
}
.textureBox{
    min-width:500px;
    min-height: 500px;
    padding-right: 20px;
    padding-bottom: 20px
}
.devine-link a{
    font-family: 'Lato' , sans-serif;
    font-size: 12px;
    position: fixed;
    bottom: 10px;
    color: #4f678e;
    left: 35px;
    text-decoration: none;
}
.devine-link a:hover{
    color: #7a9ed8;
}
.logout{
   position: absolute;
   right: 20px;
   display: flex;
   align-items: center;
   padding: 15px;
}
.logout a{
    text-decoration: none;
    color: #4f678e;
}
.logout a:hover{
    color: #7a9ed8;
}
.item-row {
    background-color: #f3f3f3;
    -webkit-font-smoothing: antialiased;
    margin: 5px;
    cursor: pointer;
    display: flex;
    min-height: 30px;
    box-shadow: rgb(40 42 49 / 16%) 0px 1px 2px 0px;
}
.item-row-top{
    background-color: #b1b1b1;
    -webkit-font-smoothing: antialiased;
    margin: 5px;
    height: 20px;
    cursor: pointer;
    color: #909b90;
}
.item-row a{
    text-decoration: none;
    color:#017eff;
}
.item-row a:hover{
    text-decoration: none;
    color:#83b8ec;
}
.column-4{
    width: 25%;
    position: relative;
    float: left;
    margin: auto;
}
.column-5{
    width: 20%;
    position: relative;
    float: left;
    margin: auto;
}
.column-6{
    width: 16%;
    position: relative;
    float: left;
    text-align: center;
}
.column-7{
    width: 14%;
    position: relative;
    float: left;
    margin: auto;
}
.column-3{
    width: 33%;
    position: relative;
    float: left;
    margin: auto;
}
.column-2{
    width: 50%;
    position: relative;
    float: left;
    margin: auto;
}
.bottomButs{
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 40px;
    background-color: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.warn{
    background-color: #efa1a1;
    border: 0.15em solid #e09292;
    color: #904444;
}
.warn:active{
background-color: #ff0000 !important;
color: white !important;
}
.login-box{
    padding: 30px;
    background: white;
    width: fit-content;
    box-shadow: rgb(40 42 49 / 16%) 0px 1px 2px 0px;
    position: relative;
    left: 20px;
    top: 20px;
}
.submit-bt{
    width:80%;
    text-align: right;
}
.multi-select{
    width: 400px;
}
.material-parameters{
    /* background-color: #18202d; */
    width: 400px;
    position: absolute;
    left:550px;
}
.image-input{
    width:220px !important;
}
.image-chooser{
    width: calc(100% - 773px);
    max-height: calc(100% - 80px);
    position: fixed;
    left: 765px;
    top: 67px;
    background: white;
    box-shadow: rgb(40 42 49 / 16%) 0px 1px 2px 0px;
    z-index: 10;
    overflow-y: auto;
}
.map-preview{
    margin-top: 10px;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
    float: left;
}
.list-preview{
    width:55px;
    height:55px;
}
.thumb-img{
    float: left;
    padding: 3px;
    /* border: gray; */
    border: 1px solid #e6e3e3;
    border-radius: 5px;
    margin: 2px;
}
.model-select {
    position: fixed;
    z-index: 10;
    width: 212px;
    top: 582px;
}
.model-select button{
    width: 20px;
    height: 20px;
    border: 0px;
    padding: 0px;
}
.target-select{
    top: 650px;
    position: fixed;
}
input[type="range" i] {

    width:100%
}
.delete-bt{
    color: #ffffff;
    background-color: #efa1a1;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    position: relative;
    top: -45px;
    left: -10px;
    cursor: pointer;
    display: none;
}
.delete-bt span{
    margin:-2 !important;
}
hr{
margin: 30px;
}
.thumb-prev{
    width:80px;
    margin: 20px;

}
.msg-text{
    font-style: italic;
    font-size:10px;
}
.pagination{
    padding: 30px;
    display: flex;
    justify-content: space-around;
    max-width: 400px;
    margin: auto;
}
.pagination a{
    text-decoration: none;
    color:#6f7071;
}
.pagination a:hover{
    text-decoration: none;
    color:#83b8ec;
}

@media only screen and (max-width: 600px) {
  .logo{
      width:30px;
      width: 70px;
    overflow: hidden;
  }
 .sidebar{
    width: 0px;
    overflow: hidden;
    z-index: 10;
 }
 .main{
    width: calc(100% - 20px);
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
 }
 .openmenu{
     width: 240px;
 }
 .window3d{
    padding-right: 0px;
    padding-bottom: 0px;
    left:0px;
    position: relative;
    
}
.stats{
    width:100%;
    display: block !important;
}
.stats-column{
    display: block; 
        float: none; 
        width: 100%;
}
}
.help-icon{
   
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background-color: #017eff;
    position: relative;
    color: white;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border: solid #ffffff 1px;
    box-shadow: 2px 2px 2px #b9b9b9;
    cursor: help;
    visibility:visible;
}
.help-pop-up{
    width: 300px;
    background-color: white;
    border: solid #000000 1px;
    box-shadow: 2px 2px 2px #b9b9b9;
    position: absolute;
    right: 10px;
    padding: 10px;
    padding-top: 0px;

}
.help-close{
    position: relative;
    right: 4px;
    top: 0;
    text-align: right;
    cursor: pointer;
}

.stats{
    
    display: flex;
    width: 100% ;
    text-align: center;
}
.stats-column{
    width: 300px;
    margin: 19px;
    background: #ffffff;
    
}
.stats-content{
    
    text-align: left;
}
.stats-item{
    
    display: flex;
    align-items: center;
    padding: 3px;
}
.stats-item-large{
    
    display: flex;
    align-items: center;
    padding: 3px;
}
.stats-item img{
    width:36px;
    height: 36px;
    margin-right: 20px;
}
.stats-quantity{
    
    width: 66px;
    text-align: right;
}
.stats-sku{
width:100px; 
}
.flags{
    width: 36px !important;
    height: 24px !important;
}
.stats-place{
    font-size: 10px;
    width: 95px;
}
.stats-timestamp{
    width:300px;
    text-align: end;
}
.stats-openDesign{
    margin-left: 15px;
    font-weight: bold;
    cursor: pointer;
}
.stats-openDesign:hover{
    color: #0088ff;
}
.svg-preview-bk{
    width: 784px;
    /* height: 670px; */
    margin-bottom: 20px;
    background: url("/imgs/trans_bg.png");
    max-width: 500px;
    max-height: 500px;
    max-width: 500px;
}
.preview-holder{
    width: 1000px;
     height: 1000px; 
    margin-bottom: 20px;
    overflow: auto;
}

.draggable {
    cursor: move;
  }

.non-select{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.class-list-holder {
    position: absolute;
    left: 944px;
    top: 153px;
    display: flex;
    flex-direction: column;
    width: 300px;
    height: 151px;
    justify-content: space-evenly;
}
.item-list {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    width: fit-content;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    margin: 28px;
}
.item-list div {
    padding: 5px;
    cursor: pointer;
    border: solid 1px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 2px;
}
.item-list div:hover {
    background-color: #f1f1f1;
}
.item-list a{
    text-decoration: none;
    color: #017eff;
}
.edit-buttons{
    display: flex;
    /* justify-content: space-between; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-definitions{
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.product-definitions div{
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    width: 250px;
}
.svg-preview-holder{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
}
.svg-analysis{
    width: 305px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
  
}
.product-tile{
    width: 100px;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}
.product-tile h4{
    margin: 0;
}
.product-tile-img{
    width: 100px;
    height: 100px;
}
.product-tile-img img{
    width: 100px;
    height: 100px;
}
.product-tile:hover{
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.tile-list-view{
    display: flex;
    flex-wrap: wrap;
}

.player-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.player-item{
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}
.roster-container{
    display: flex;
    flex-direction: column;
    width: 500px;
}
.player-item input{
    width: 100px;
    height: 20px;
}
.player-item button{
    width: 100px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}













