	@font-face {
			font-family: 'Noto Sans';
			font-style: normal;
			font-weight: 400;
			src: local('Noto Sans'), local('NotoSans'),
			url('../font/noto-sans-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
			url('../font/noto-sans-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
			}
			
			@font-face {
			font-family: 'fontawesome';
			src: url('../font/fontawesome-webfont.woff2') format('woff2'),
			url('../font/fontawesome-webfont.woff') format('woff');
			}
			
			#cover-image {
			background-image: url("../b3/cover.jpg");
			}
			
			.close-help-button {
			background-image: url("../img/close.svg");
			}
			
			.ext-popup-close-button {
			background-image: url("../img/close.svg");
			}
			
			
			div#test-btn {
			position: fixed;
			top: 0px;
			background-color: rgba(0,0,0,.4);
			padding: 7px;
			margin: 5px;
			opacity: .6;
			cursor: pointer;
			}
			
			
			a#engine-logo {
    DISPLAY: NONE;
}


.material-select.active img {
    border: 4px solid #0bacf8;
}

.material-select img {
		max-width: 120px;
    border: 4px solid rgba(0,0,0,0);
}


.type-selector svg {
    width: 32px;
    height: 32px;
}

span.type-btn {
    margin-left: 5px;
}

span.type-btn svg path {
    fill:#ffffff;
}

span.type-btn.active svg path, span.mat-link.active svg path {
    fill: #00e707;
}
span.mat-link svg {
    width: 28px;
}


.type-selector {
    min-width: 170px;
    margin-top: -12px;
    position: fixed;
    border-bottom: 1px solid rgba(204, 204, 204, 0.69);
    margin-bottom: 10px;
    /* background-color: white; */
    background-color: rgba(0, 0, 0, 0.9);
    /* text-align: center; */
}

.stone-b.material-select {
    margin-top: 5px;
}

.stone-title {
    margin-top: -7px;
}


.material-select{

/*display:none;*/	
}

div#stone-selection {
    margin-top: 2rem;
}

.material-select.mvz-paint {
	text-align: center;
    float: left;
    width: 60px;
    height: 56px;
    float: left;
    margin: 2px;
    border-radius: 4px;
}

div#stone-selection {
    width: 175px;
}

span.mat-link {
    float: right;
}


.mvz-paint.active{ width:123px;}


/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.ext-popup-content::-webkit-scrollbar {
    background-color: rgba(0,0,0,.4) !important;
    width: 12px;
}

/* background of the scrollbar except button or resizer */
.ext-popup-content::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.4);
}

/* scrollbar itself */
.ext-popup-content::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #c4c4c4;
    border-radius: 16px;
    border: 2px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
.ext-popup-content::-webkit-scrollbar-button {display:none;}


.paint-name {
	    padding-top: 5px;
    display: none;
}
.paint-name.dark {
    color: #202020;
}
.mvz-paint.active div.paint-name {
    display: block;
}


img#testimg {
	top:0px;
    position: absolute;
    z-index: 9999
	}
	
	
	.mvz-item-icons {
    float: right;
}

.mvz-rotate.active {
    color: red;
    font-weight: bold;
}


.mvz-item-icons svg {
    width: 1.4rem;
    height: 1.4rem;
}

.mvz-item-btn.active svg path {
    fill: #03aeff;
}


.mvz-stone {
    padding-top: 10px;
    padding-bottom: 10px;
    /* border: 1px solid red; */
    border-bottom: 2px solid rgba(251, 251, 251, 0.35);
    /* background-color: rgba(17, 68, 145, 0.31); */
}