html {
	background-color:#e4dad1;
}
.row {
	margin-top:5px;/*width:100%;*/
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance:textfield;
}
.menuGUI {
	position: absolute;
	left:15px;
	top: 0px;
	width:540px;
	z-index:10;
	height:360px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius:0px 0px 15px 0px;
	color:#fff;
	padding-left:5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	font-size:small;
	overflow:hidden;
}
.zoomGUI {
	position: absolute;
	left:15px;
	top: 35px;
	width:35px;
	z-index:10;
	height:325px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius:0px 0px 0px 0px;
	color:#fff;
	padding-left:0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	font-size:small;
	overflow:hidden;
}
.vertical-range-slider {
  /* Slider */
	.input-range {
 -webkit-appearance: none;
 height: 320px;
 border-radius: 5px;
 background: #ccc;
 outline: none;
 writing-mode: bt-lr;
 -webkit-appearance: slider-vertical; /* WebKit */
}
}

/* Firefox Overrides */
::-moz-range-track {
 background: #ccc;
 border: 0;
}
input::-moz-focus-inner {
 border: 0;
}
.panGUI {
	position: absolute;
	left:50px;
	top: 325px;
	width:505px;
	z-index:10;
	height:35px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius:0px 15px 0px 0px;
	color:#fff;
	padding-left:5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	font-size:small;
	overflow:hidden;
}
.threeDContainer {
	width:100%;
	float:left;
}
.container {
	float:left;
	width:100%;
	min-width:540px;
}
.cubeicon {
	font-size:24px;
}
.cubeicon:hover {
	color:#FF6600;
}
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 16px;
}
/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
 -webkit-transition: .4s;
 transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}
input:checked + .slider {
	background-color: #FF6600;
}
input:focus + .slider {
	box-shadow: 0 0 1px #FF6600;
}
input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 17px;
}
.slider.round:before {
	border-radius: 50%;
}
.rslider {
	-webkit-appearance: none;
	width: 100%;
	height: 4px;
	border:0px;
	padding:0px;
	border-radius: 2px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
 -webkit-transition: .2s;
 transition: opacity .2s;
}
.rslider:hover {
	opacity: 1;
}
 .rslider::-webkit-slider-thumb {
 -webkit-appearance: none;
 appearance: none;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #ff6600;
 cursor: pointer;
}
 .rslider::-moz-range-thumb {
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #ff6600;
 cursor: pointer;
}
.vslider {
	-webkit-appearance: none;
	width: 10px;
	height: 260px;
	border:0px;
	padding:0px;
	border-radius: 2px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
 -webkit-transition: .2s;
 transition: opacity .2s;
}
.vslider:hover {
	opacity: 1;
}
 .vslider::-webkit-slider-thumb {
 -webkit-appearance: none;
 appearance: none;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #ff6600;
 cursor: pointer;
}
 .vslider::-moz-range-thumb {
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #ff6600;
 cursor: pointer;
}
.pslider {
	-webkit-appearance: none;
	width: 470px;
	height: 10px;
	border:0px;
	padding:0px;
	margin-top:8px;
	border-radius: 2px;
	background: #d3d3d3;
	outline: none;
	opacity: 0.7;
 -webkit-transition: .2s;
 transition: opacity .2s;
}
.pslider:hover {
	opacity: 1;
}
 .pslider::-webkit-slider-thumb {
 -webkit-appearance: none;
 appearance: none;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #ff6600;
 cursor: pointer;
}
 .pslider::-moz-range-thumb {
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background: #ff6600;
 cursor: pointer;
}
.previewText {
	float:left;
	color:#000;
	position:absolute;
	left:25px;
	top:70px;
	font-size:small;
}
.card-header {
	cursor: pointer;
}
/*valid*/
label span {
	font-size: 1rem;
}
label.error {
	color: red;
	font-size: 1rem;
	display: block;
	margin-top: 5px;
}
label.error.fail-alert {
	border: 2px solid red;
	border-radius: 4px;
	line-height: 1;
	padding: 2px 0 6px 6px;
	background: #ffe6eb;
}
input.valid.success-alert {
	border: 2px solid #4CAF50;
	color: green;
}
input.error, textarea.error {
	border: 1px dashed red;
	font-weight: 300;
	color: red;
}
::-webkit-scrollbar {
 width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
 background: rgba(0, 0, 0, 0.2);
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #555;
}
/*:root {
  scrollbar-color: transparent transparent;
}*/
.close3dbtn {
width:100%;
margin:3px;
}
.previewdiv {
	border-radius:3px;
	padding:3px;
	margin:3px;
	background-color:#ffc107;
	color:#000;
	width:100%;
}
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  .scard {
    display: inline-block;
  }
}

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
   overflow-y: hidden;
 .card {
    flex: 0 0 auto;
    margin-right: 3px;
  }
}

.scard {
  width: 64px;
  height:64px;
}

.scrolling-wrapper, .scrolling-wrapper-flexbox {
  height: 64px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  &::-webkit-scrollbar {
    display: none;
  }
}
