body{
	margin: 0;
	font-family: "Open Sans",Arial,sans-serif;
	background-color: #191919;
}

.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.flex-item:nth-child(1) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.flex-item:nth-child(2) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.flex-item:nth-child(3) {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}
.error-message{
	display: none;
	position: absolute;
	top: 0;
	left: 300px;
	width: calc(100% - 300px);
	background-color: #ff5e5e;
	z-index: 1;
}

.error-text{
	color: white;
	padding: 10px;
	display: inline-block;
}

.error-close{
	float: right;
	width: 20px;
	color: white;
	height: 100%;
	margin-right: 20px;
	margin-top: 10px;
}

.fa.fa-times-circle{
	font-size: 20px;
}

#menu{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color:white;
	width: 300px;
}

#menu-right{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color:white;
	width: 300px;
	display: none;
}

#menu-settings{
	display: none;
}


#menu-settings-right{
	margin-top: 50px;
	padding: 10px;
}

#glcanvas{
	position: absolute;
	left: 300px;
}

#canvas-overlay {
	width: calc(100% - 300px);
	position: absolute;
	top: 0;
	left: 300px;
	height: 100%;
	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
}

body.has-right-menu #canvas-overlay{
	width: calc(100% - 600px);
}

#menu-settings{
	padding: 10px;
}

.menu-alternative-color{
	background-color: #f1f1f1;
}

.menu-note{
	border-radius: 10px;
	background-color: #eaedf7;
	text-align: center;
	padding: 10px 15px;
	color: #727c9c;
	font-size: 12px;
}

.logo-image{
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
	position: relative;
	width: 250px;
	padding-left: 25px;
}

button {
background-color: #1c8dfb;
color: #fff;
box-sizing: border-box;
text-align: center;
}

.button a {
	color: #3a3a3a;
	text-decoration: none;
	display: block;
	width: max-content;
	padding: .3em 15px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
	border-radius: 5px;
	border: #cecece  1px solid;
	cursor: pointer;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button a:hover{
	color: white;
	background-color: #3a3a3a;
	border:  #3a3a3a 1px solid;
}

.button.selected a {
	border: black 1px solid;
	color: black;
}

.button.selected a:hover {
	border: black 1px solid;
	color: black;
	background-color: white;
}

.next-prev-button{
	cursor: pointer;
}
.next-prev-button.disabled{
	color: #bfbfbf;
	cursor: default;
}

.inlined{
	display: inline-block;
}

.centered-spinner{
	vertical-align: middle;
	max-height: 100px;
}

.centered-spinner-helper{
	vertical-align: middle;
	height: 100%;
	display: inline-block;
	width: calc(50% - 50px);
}

.menu-item{
	margin-bottom: 15px;
}

.menu-title{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.menu-section-title{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.menu-text-centered{
	text-align: center;
}

.data-table-parent{
	display: flex;
	flex-wrap: wrap;
}
.data-table-row{
	width: 50%
}

#item-list{
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: -10px;
	padding-right: 10px;
}

.item-color{
	display: inline-block;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.item-details{
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 0px;
}

.item-details.closed{
	display: none;
}

.item-reference{
	display: inline-block;
	vertical-align: middle;
}

.item-settings{
	float: right;
	cursor: pointer;
	margin-left: 10px;
	min-width: 10px;
}

.slider-container{
	padding-top: 1px;
}

.reset-settings{
	font-size: 10px;
	color: #3a3a3a;
}

.slider{
	width: calc(100% - 10px);
	margin: 5px 5px 0px;
}
