
@font-face {font-family: 'thin'; src: url(../../rsc/fonts/thin.woff) format('woff');font-weight: normal; font-style: normal;}
@font-face {font-family: 'light'; src: url(../../rsc/fonts/light.woff) format('woff');font-weight: normal; font-style: normal;}
@font-face {font-family: 'regular'; src: url(../../rsc/fonts/regular.woff) format('woff');font-weight: normal; font-style: normal;}
@font-face {font-family: 'bold'; src: url(../../rsc/fonts/bold.woff) format('woff');font-weight: normal; font-style: normal;}

* {
	-ms-touch-action: pan-y;
	touch-action: pan-y;

}
/*
@font-face {
	font-family: 'slkscr';
	src: url('../../rsc/fonts/slkscr.ttf') format('truetype');
}
@font-face {
	font-family: 'slkscrb';
	src: url('../../rsc/fonts/slkscrb.ttf') format('truetype');
}
@font-face {
	font-family: 'slkscre';
	src: url('../../rsc/fonts/slkscre.ttf') format('truetype');
}
@font-face {
	font-family: 'slkscreb';
	src: url('../../rsc/fonts/slkscreb.ttf') format('truetype');
}
*/

::-webkit-scrollbar { width: 1px; height: 1px; }
::-webkit-scrollbar-track { background: #000000; }
::-webkit-scrollbar-thumb:hover { background: #000000; }
::-webkit-scrollbar-thumb { background: rgb(248,180,0); }

textarea {
    resize: none;
	outline-width: 0;
	outline: none;
	user-select: text;
	-ms-user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
}
body {
	font-family: regular;
	outline: 0;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-ms-content-zooming: none;
	user-select: none;
	-ms-user-select: none;
	-ms-touch-action: none;	
	-webkit-user-select: none;
	width: 100%;
	height: 100%;
	color: #1B365D;
	touch-action: none;
}
table {
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table tr td, table tr th {
	border: 0px solid #FFFFFF;
}
.scroll {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 100%;
}
input {
	user-select: text;
	-ms-user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	outline: 0;
	frameborder: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.RED { color: #D32A4F }
.GREEN { color: #22B573 }
.BLUE { color: #0055A6 }
.LIGHT { color: #ECEFF4 }
.DARK { color: #8493A8 }
.BLACK { color: #1B365D }

