@font-face {
	font-family: 'museo_sans100';
	src: url('../../../fonts/museosans_100-webfont.eot');
	src: url('../../../fonts/museosans_100-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/museosans_100-webfont.woff') format('woff'),
	url('../../../fonts/museosans_100-webfont.ttf') format('truetype'),
	url('../../../fonts/museosans_100-webfont.svg#museo_sans100') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans500';
	src: url('../../../fonts/museosans_500-webfont.eot');
	src: url('../../../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/museosans_500-webfont.woff') format('woff'),
	url('../../../fonts/museosans_500-webfont.ttf') format('truetype'),
	url('../../../fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans900';
	src: url('../../../fonts/museosans_900-webfont.eot');
	src: url('../../../fonts/museosans_900-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/museosans_900-webfont.woff') format('woff'),
	url('../../../fonts/museosans_900-webfont.ttf') format('truetype'),
	url('../../../fonts/museosans_900-webfont.svg#museo_sans900') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'segoe_uiregular';
	src: url('../../../fonts/segoeui-webfont.eot');
	src: url('../../../fonts/segoeui-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/segoeui-webfont.woff') format('woff'),
	url('../../../fonts/segoeui-webfont.ttf') format('truetype'),
	url('../../../fonts/segoeui-webfont.svg#segoe_uiregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'segoe_uibold';
	src: url('../../../fonts/segoeuib-webfont.eot');
	src: url('../../../fonts/segoeuib-webfont.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/segoeuib-webfont.woff') format('woff'),
	url('../../../fonts/segoeuib-webfont.ttf') format('truetype'),
	url('../../../fonts/segoeuib-webfont.svg#segoe_uibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:none;
	outline:none;
}

body, html {
	/*height:100%;
	overflow:hidden;*/
}
//header {height:65px;}

.sidebar.right {
	text-transform: uppercase;
	font-family: 'museo_sans500';
	top: 0;
	right: 0;
	bottom: 0;
	width: 340px;
	background: #2d4147;
	z-index: 10000;
}

.sidebars > .sidebar {
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);*/
	position: fixed;
	color: white;
	font-size: 2em;
}
.sidebar-box .inner {
	background: #2d4147;
}

.sidebar .sidebar-close-btn {
	background: #24353a;
	height: 65px;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
}
.sidebar .sidebar-close-btn a, .sidebar-effect-btn {color: #6dc7d5; cursor: pointer;}
.sidebar .sidebar-close-btn a:hover, .sidebar-effect-btn:hover {text-decoration: none; color: #6dc7d5;}
.sidebar .sidebar-main, .sidebar .sidebar-footer {padding: 40px;}
.sidebar .sidebar-main header h4 {font-size: 25px; font-family: museo_sans100;}
.sidebar .sidebar-main fieldset {width: 250px;}
.sidebar p, .sidebar-box h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'museo_sans500';
	color: #fff;
	line-height: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 0;
}
.button {
	width: 64px;
	text-align: center;
	padding: 0px 12px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'museo_sans500';
	color: #fff;
	padding: 0px 15px;
	display: inline-block;
	line-height: 32px;
	background: #6dc7d5;
	cursor: pointer;
}

canvas {
	background: #fff;
}

#import-app, #progress-bar {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #fff;
	z-index: 22222;
}
#import-app .inner, #progress-bar .inner {
	display: table;
	width: 100%;
	height: 100%;
}
#import-app .inner .center, #progress-bar .inner .center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#import-app .inner .center p, #progress-bar .inner .center p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-family: 'GloriolaStd' !important;
	margin-bottom: 6px;
}
#appframe{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0px;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
	-o-user-select:none;
	cursor: default;
}
#toolset-div, #canvas-div{
	height: 100%;
}