body {
  margin: 0;
  /* overflow: hidden; */
  font-family: 'Roboto';
  /* background-image: url(../assets/bg.jpeg); */
  background-size: contain;
  background-color: #efefef;

}
*{  font-family: 'Roboto';
}
ul{padding:0px;
margin: 0px;}
li{list-style: none;}
canvas {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */
}

canvas :active {
  cursor: grabbing
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

/* #configurator{
  position: fixed;
} */

/* Track */

::-webkit-scrollbar-track {
	background: transparent;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #232323;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    height: 50px;
}
.navbar_logo{
    display: flex;
    justify-content: center;
}

    /* .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px; */
    /* } */



    .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
    .toggle.ios .toggle-handle { border-radius: 20px; }

.clear {clear:both;}
.navbar_logo img {
    width: 130px;
    margin: 10px;
}
#logo{
    background: #505050;
    border: 1px solid #ccc;
    width: 120px;
    padding: 10px;
}
#logo img{width:100%;}
.panel-heading .btn-clickable
{
display: inline-block;
margin-top: -25px;
font-size: 15px;
margin-right: -10px;
padding: 4px 10px;
border-radius: 4px
}

#wrapper{
  top: 50px;
  height: 80%;
  width: 60%;
  margin: auto;
}

#band_1   {
  position: relative;
  width: 100px;
  height: 100%;
  cursor: pointer;
  margin: 10px;
  overflow: hidden;
  background: #fff;
}

.b1{
  border: 2px solid #000;
}

.b1active{
  border: 2px solid #AB606E !important;
}

#divmask {
    width: 100%;
    position: absolute;
    height: calc(100% );
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background:#dddfea;
}

.img-thumbnail {
    padding: 8px;
    line-height: 1.42857143;
    background-color:transparent !important;
    border: 1px solid transparent !important;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    transform: scale(2);
    position: relative;
    top: 5px;
}

.actionbuttons{
  position: absolute;
  top: 6px;
  right: 6px;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  width: 110px;
}
.actionbuttons>div{margin-bottom:5px;}
.actionbuttons>div>div{margin-bottom:5px;}
.toggle, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle .toggle-handle { border-radius: 20px; }
.btn-primary{background-color: #ff6969 !important;border-color: #e85959 !important;}

.colorTheme{
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
}
.colorTheme li {width: 20px;height: 20px;margin: 8px 4px;border-radius: 50%;border: solid 1px #22222247;}

.assembleBlock
{
  display: flex;
  padding: 5px 0;
  flex-wrap: wrap;
}
.tab-content{overflow:auto;}
.assembleBlock li {display:flex;flex-direction: column;font-size: 10px;align-items: center;justify-content: center;margin: 0 5px;font-weight: bold;font-size: 11px;cursor: pointer;/* border: solid 1px #ccc; *//* border-radius: 10px; */padding: 6px;position: relative;overflow: hidden;width: 70px;height: 90px;}
.assembleBlock li.active{border-bottom:solid 2px #440c44;}
.assembleBlock li.active:before{content: "";/* border: solid 22px #440c44; */position: absolute;top: 0;right: 0;/* border-bottom: solid 22px transparent; *//* border-left: solid 22px transparent; */}
.assembleBlock li i{position:absolute;top: 6px;right: 6px;font-size: 15px;color: #fff;}

.assembleBlock li:hover{opacity:1}
.assembleBlock li a{/* padding: 10px; */list-style: none;/* margin: 5px; */width: 60px;display: flex;align-items: center;justify-content: center;}
.assembleBlock li span{font-size: 11px;font-weight: normal;}
 
#Shanks .assembleBlock>li img{ height: 60px;}
#diamonds .assembleBlock{width: 500px;}
#diamonds .assembleBlock>li img{ height: 60px;}
#meterial .assembleBlock>li img{height: 30px;}
#carat .assembleBlock>li img{height: 60px;}

#diamonds .assembleBlock li.highlight{background-color: black;}

#colors.assembleBlock>li{width: 20px;height: 20px;/* border: solid #ffffff 2px; */border-radius: 50%;box-shadow: inset 0 0 4px 1px #5a5a5a8c;}

.panel-heading span
{
margin-top: -23px;
font-size: 15px;
margin-right: -9px;
}

 div.container div.row div.col-md-12 div.panel div.panel-heading h3.panel-title
{
font-size: 20px;
font-weight: 700pt;
}
a.btn.btn-success.btn-clickable.pull-right {
    background: #440c44;
}
h3.panel-title {
    color: #440c44;
    font-weight: bold;
}
.centertxt {
  width:70px;
  font-size:14px;
  text-align: center;
  align-items: center;
  
}
#controlerUI{
  top: auto;
  width: 100%;
  padding: 2px 4px;
  background: #ffffff;
  border-left: #ffffff solid 2px;
  box-shadow: 0 0 6px 0px #00000033;
  height: 150px;
  overflow: auto;
  right: 0;
  margin: 0;
  bottom: 0;
  min-height: auto;
}
#controlerUI h2{font-size: 13px;font-weight: bold;border-bottom: solid #0003 1px;padding: 6px;color: #440c44;text-transform: uppercase;margin: 0 0 3px;clear: both;background: #f5f5f5;}
#controlerUI ul li .form-control{height: 40px;font-size: 12px;}
#controlerUI ul li span{width: 70px;font-size: 11px;text-align: center;display: flex;width: 100%;align-items: center;}
.typeofJewel{
  display: flex;
  padding: 10px 4px;
}

.typeofJewel  li button{
  height:40px;
}
.typeofJewel  li {display:flex;flex-direction: column;font-size: 10px;/* padding: 5px; */align-items: center;justify-content: center;margin: 0 5px;padding: 2px;}
.typeofJewel li a{padding: 0;border-radius: 50%;list-style: none;border: #fff solid 2px;margin: 5px 0;box-shadow: 0 0 2px 1px #00000070;/* padding: 5px; */cursor: pointer;}
.typeofJewel img{
}

.assembleBlock li.gold{border: #ffe080 2px solid;border-radius: 50%;}
.assembleBlock li.whitegold{border:#dededc 3px solid;border-radius: 50%;}
.assembleBlock li.rosegold{border:#ffd4bf 3px solid;border-radius: 50%;}
/* .assembleBlock li.active{border: 5px;} */
#meterial li.active{border-width: 4px;}
#meterial .assembleBlock li {height: 70px;}
#meterial .typeofJewel li .active {border-width: 4px;}



#meterial .assembleBlock li span{font-size: 14px;font-weight:bold;line-height: 60px;}
.typeofStone{
  display: flex;
  overflow: scroll;
}
.typeofStone  li {display:flex;flex-direction: column;font-size: 10px;padding: 5px;border-radius: 10px;align-items: center;border: solid 1px #dcdcdc;justify-content: center;margin: 0 5px;}
.typeofStone li a{padding: 10px;border-radius: 50%;list-style: none;border: #fff solid 2px;margin: 5px;box-shadow: 0 0 2px 1px #00000070;}

.typeofStone li.active:before{content: "";border: solid 22px #440c44;position: absolute;top: 0;right: 0;border-bottom: solid 22px transparent;border-left: solid 22px transparent;}
.typeofStone li i{position:absolute;top: 6px;right: 6px;font-size: 15px;color: #fff;}


.typeofStone img{
  width: 50px;
}
.gold a{
  background: linear-gradient(45deg, #fff1d2, #f1e17e);
} 
.rosegold a{background: linear-gradient(45deg,#ffd7bb, #e8a575);} 
.whitegold a{ background: linear-gradient(45deg, #ffffff, #d8d8d8);} 

.blackgold a{background: linear-gradient(45deg, #111010, #111010);}

.stoneSection li img{/*width: 20px;*/margin: 5px;cursor: pointer;}
.stoneSection .dropdown-menu>div{float: left;width: 33%;text-align: center;}
#controlerUI .stoneSection .dropdown-menu>div span{font-size:9px;justify-content: center;}

.stoneSection{
  display:block;
}
stoneSection>div{width:100%;overflow:auto;}
.stoneSection  li{float:left;/* width: 50%; */}


.stoneSection #stoneName{display:flex;padding-left: 10px;align-items: center;font-weight: bold;width: auto;text-align: left;font-size: 11px;}

.btn-outline {
  color: #563d7c;
  background-color: transparent;
  border-color: #563d7c;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #fff;
  background-color: #563d7c;
  border-color: #563d7c;
}

#fontlist {width: 100%;}
#fontlist  li{float:left;}

 #navigation{padding: 0;margin: 0;box-shadow: none;height: 90%;}
#navigation li.list-group-item{display:flex;width: 120px;padding: 2px;flex-direction: column;text-align: center;}
#navigation li.list-group-item a{
  display:block;
  width: 100%;
  height: 100px;
}
#list-group-item .stoneSection{}
#navigation li.list-group-item span{
  display:block;
  width: 100%;
  font-size: 11px;
  }
#navigation li.list-group-item a{}
#navigation li.list-group-item a img{height: 100%;}

#sideBarLeft{position:absolute;top: 10%;left:10px;height: 81%;border: 1px solid #ccc;overflow: auto;border-radius: 9px;background: #fff;}
#sideBarLeft nav{height:100%;/* position: relative; *//* top: 0; */}

#loading{
  
width: 100%;
  
height: 100%;
  
position: absolute;
  
display: flex;
  
align-items: center;
  
justify-content: center;
  
z-index: 9999;
  
font-size: 40px;
  
}

#viewerContainer {
}

button.active{
    color: #fff;
    background-color: #563d7c;
    border-color: #563d7c;
}
.container3d{
  height: calc(100% - 150px);
  left:  0;
  padding: 0;
  margin: 0;
  cursor:grab
  }
.container3d:active{cursor:grabbing}
  .containerControlers{
    position: absolute;
    height: 100%;
    right:   0;
    }

  #watermarklogo{
    position: absolute;
    width: 100px;
    bottom: 0;
    opacity: .5;
    padding: 10px;
  }
  #watermarklogo img{width:100%}

  .nopadding{padding: 0 !important;}
  .nomargin{margin: 0 !important;}
  #thumbnail{position: absolute;bottom: 10px;right: 10px;background: #fff;}
  #thumbnail li{padding: 0 3px;position: relative;display: inline-block;border: 1px solid #ccc;cursor: pointer;}
   #thumbnail li:after{content:' ';box-shadow: inset 0 0 18px 6px #0000008c;display: inline-block;position: absolute;width: 100%;height: 100%;left: 0;border: 2px solid #fff;}
#ringThumbnail{position: absolute; top: 50px; left: 50px;}
@media screen and (min-width: 320px) and (max-width: 768px) {

  #ringThumbnail{position: absolute; top: 0; left: 0;}
  #band_1{
    width: 50px;
  }
  #band_1>div{height:100%;position:relative}
  .img-thumbnail{}
  .container{ width: 100%;}

  #wrapper{
    position: absolute;top: 50px;height: calc(100% - 50px);width: 100%;
  }

  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    height: 50px;
}
    /* .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #eee;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    } */

  .container3d {
    width: 100%;
    height: calc(100% - 150px);
    position: absolute;
}

  #sideBarLeft{/* display: none; */bottom: 34%;left: 0;width: 100%;height: 89px;top: auto;border-radius: 0;}
  #navigation{width: 720px;}
  #navigation li.list-group-item a {
    display: block;
    width: 100%;
    height: 60px;
}
  #navigation li.list-group-item {
    display: block;
    width: 90px;
    padding: 2px;
    flex-direction: column;
    text-align: center;
    float: left;
    font-size: 11px;
    color: #132480;
  }
  #meterial .assembleBlock li{width: 50px;height: 50px;}
  #controlerUI {
    top: auto;
    width: 100%;
    padding: 2px 4px;
    background: #ffffff;
    border-left: #ffffff solid 2px;
    box-shadow: 0 0 6px 0px #00000033;
    height: 150px;
    overflow: auto;
    position: fixed;
    right: 0;
    margin: 0;
    bottom: 0;
    min-height: auto;
  }

  #logo {
    background: #fff;
    border: 1px solid #ccc;
    width: 120px;
    padding: 10px;
    position: fixed;
    top: 0;
}
}

.container {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  line-height: 23px;
  text-align: left;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #f1e0e4;
  border: solid 1px #AB606E;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #af7c86;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #AB606E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


