html,body {
	margin:0;
	width:100%;
	height:100%;
}
button:not(.sp-choose):enabled {
	background-color: #000000;
	color: white;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 0px 5px #000000;
	border: solid 3px #ffffff;
	font-size: 1.5em;	
}
button:not(.sp-choose):hover:before {
	content : "\25b6" ;
	top : 0 ;
	left : 0 ;
	margin-left: -1em;
}
#chatEnter{
	width: 17em;
}
#inputName {
	width: 11em;
}
button:disabled {
	background-color: #000000;
	color: red;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 0px 5px #000000;
	border: solid 3px #ff0000;
	font-size: 1.5em;
	cursor: not-allowed;
}
@font-face {
	font-family: 'PixelMplus10-Regular';
	src: url('./font/PixelMplus10-Regular.ttf') format('truetype');
}
.pixelStyle {
	font-family: 'PixelMplus10-Regular';

}
input[type="text"] {
	font-size:1.5em;
}
textarea{
	resize: none;
}
button,label{	
	font-size:10px;
}
* {
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.selectable {
	-ms-user-select: auto;
	-moz-user-select: auto;
	-khtml-user-select: auto;
	-webkit-user-select: auto;
	user-select: auto;
}
#inputMessage {
	width:100%;
	height: 20%;
}
ul {
	list-style:none;
	padding:0;
}
#messageList {
	width: 100%;
	height: 100px;
	overflow-y:scroll;
}
#chatArea {
	position: fixed;
	width: 90%;
	height: 220px;
	z-index: 2;
	padding: 0.2em 0.5em;
	margin: auto;
	bottom: 20px;
	left:0;
	right:0;
	color: #ffffff;
	background: #000000;
	box-shadow: 0px 0px 0px 14px #000000;
	border: solid 3px #ffffff;
}
#gridChkLabel,#brushSizeTitle,.brushSizeLabel{
	font-size:1.5em;
}
.brushSizeRadio,#gridDisp{
	display:none;
}
#gridDisp:checked + label,.brushSizeRadio:checked + label {
	border: 6px solid #ff0000;
}
#canvasArea {
	width: 100%;
	height: 100%;
	background-color:#bbb;
	position: relative;
	padding-bottom: 2500px;
	padding-right: 1500px;
}
#toolArea{
	z-index: 3;
	display:grid;
	display:-ms-grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto auto;
	-ms-grid-columns: 50% 50%;
	-ms-grid-rows:auto auto;
	color:white;
	border: solid 3px #ffffff;
	margin: 5px;
	padding: 10px;
	font-size:12px;
}
#brushSizeList{
	margin-bottom: 10px !important;
}
.toolTitle{
	color:white;
	font-family: 'PixelMplus10-Regular';
}
#toolList{
	-ms-grid-column:1;
	-ms-grid-row:1;
}
#toolList li{
	margin-right:5px;
	margin-bottom:2px;
}
.listButton {
	height:3em;
}
#zoomIn,#zoomOut,#saveImage,#scrollMode{
	width:100%;
	font-size: 1.5em;
}
#MyCanvas {
	position: absolute;
	z-index: 0;
}
#gridCanvas {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}
#subCanvas {
	-ms-grid-column:2;
	-ms-grid-row:1;
	border:solid 1px #ddd;
}
.userId,.speakTime{
	color:#ddd;
	font-size:0.7em;
	margin-right: 5px;
}

#modalText{
	font-size:2em;
}
#modalWindow{
	color: #ffffff;
	background: #000000;
	box-shadow: 0px 0px 0px 14px #000000;
	border: solid 4px #ffffff;
}
