/*
::-webkit-scrollbar{width: 8px;height: 8px;background-color: transparent;}
::-webkit-scrollbar-thumb {background-color:orange;outline: 0px solid slategrey;border-radius: 6px;}
::-webkit-scrollbar-track {background: transparent; -webkit-box-shadow: none;}
::-webkit-scrollbar-thumb:window-inactive {background: transparent;}
*/
*{
	font-family:tahoma;
	font-size:11pt;
	user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-ms-user-select:none;
	line-height:1.2;
}

body{
	margin:0;padding:0;border:0;
	display:table;
	height:100%;width:100%;
	overflow:scroll;
	background-color:#d0edff;
}

body.noscroll{
	overflow:hidden;
}

a,input[type=text]{text-decoration:none;outline:none;}
a{color:#555;}
a:hover,
a:focus {
	color: #23527c;
	text-decoration: none;
}

.tblist{
	table-layout:fixed;
	width:100%;
}
.tblist th{width:150px;font-weight:normal;font-size:11pt;}

.tblist th,
.tblist td{padding:10px 0;}
.tblfrm label{font-size:10pt;font-weight:bold;padding-top:10px;color:#7a7a7a;}
.tblfrm span{padding:5px 0;}

.border-b{border-bottom:solid 1px #ddd;}

.tbl{display:table;table-layout:fixed;width:100%;}
.tr{display:table-row;}
.td{display:table-cell;}

header{
	border-bottom:solid 1px #ddd;
	background-color:#fff;
}

header .tbl{height:105px;}
header .td{padding:50px 0;}

header h1,header label{line-height:1;margin:0;padding:0;}

header h1{text-align:center;font-family:'azonix';font-size:14pt;margin-top:10px;}

main{
	min-height:75vh;
}

main .container{
	padding:35px;
	max-width:400px;
}

footer{
	min-heighT:35vh;
}

footer,footer *{
	color:#fff;
}
input#schtxt{border-radius:10px;border:solid 1px #aaa;}
#tabel1{
	border:solid 1px #aaa;
	border-radius:10px;
	background-color:#fff;
	padding:25px 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

#tabel1 label{font-family:'arial';font-size:10pt;color:#c3802e;}
#tabel1 span{padding:5px;}