@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: 100% system-ui;
}

td {

	font-family: system-ui;
}

h2 {
	padding: 5px;
	font-family: system-ui;
}

.Cls_Non_Sel {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */     
}

.overcnt {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index: 10;
	animation-duration: 0.5s;
	animation-name: fadein;
}

@keyframes fadein {
	from {
		opacity:0;
	} 
	to {
		opacity:1;
	}
}

.Cls_Win_Tpw {
	position: relative; 
	z-index: 1; 
	height: 60px;
}

.Cls_Men_Nav {
	position: fixed; 
	top: 20px; 
	left: 10px;
	cursor: pointer;
	transition: 0.5s;
}

.Cls_But_Top {
	color: #AAA;
	font-size: 150%;
	width: 100px;
}

.Cls_But_Top:hover {
	color: #042B70;
}

.Cls_Win_Nav {
	width: 40px;
	position: fixed;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	min-height: 500px;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.Cls_Opt_Nav {
	font-weight: 300;
}

.Cls_Opt_Nav:hover {
	font-weight: 700;
	transition: 0.3s;
}

.Cls_Icn_Nav {
	padding: 8px 8px 8px 10px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
}

.Cls_Txt_Nav {
	padding: 8px 8px 8px 8px;
	text-decoration: none;
	white-space: nowrap;
	font-size: 16px;
	display: block;
	cursor: pointer;
}

.Cls_Win_Ctb {
	position: fixed;
	z-index: 1;
	top: 45px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 20px; 
	overflow-x: hidden;
	transition: 0.5s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.Cls_Win_Cts {
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px; 
	overflow-x: hidden;
	transition: 0.5s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.Cls_Win_Ctx {
	position: fixed;
	z-index: 1;
	top: 60px;
	left: 50px;
	right: 0px;
	bottom: 0px;
	padding: 20px; 
	overflow-x: hidden;
	transition: 0.5s;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.Cls_Win_Shd {
	width: 100%; 
	overflow:hidden;
	border-radius: 6px;
}

.Cls_Win_Hdr{
	width: 100%;
	height: 50px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.Cls_Win_Lst {
	width: 100%; 
	height: 0%; 
	overflow: scroll;
}

.Cls_Pan_100 {
	width: 100%;
	min-height: 100px;
	border-radius: 6px;
}

.Cls_Win_Lst2 {
	width:100%; 
	min-height: 200px;
	background-color: #FFF;
	overflow:scroll;
	overflow-y:scroll;
	overflow-x:hidden;
}

.Cls_Win_Ftr {
	width: 100%;
	height: 50px; 
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.Cls_Win_Add {
	display:none; 
	width: 100%; 
	height: 100px; 
	transition: 0.5s;
	border-radius:6px;
}

.Cls_Win_Sea {
	display:none; 
	width: 100%; 
	height: 100px; 
	transition: 0.5s;
	border-radius:6px;
}

.Cls_Fld_Txt {
	font-size:100%;
	width: 95%;
	padding-left: 10px;
	border: none;
	border-radius:5px;
}

.Cls_Fld_Inp {
	font-size:100%;
	width: 95%;
	padding-left: 10px;
	height: 36px;
	border: none;
	border-radius:5px;
}

.Cls_Fld_Hdr {
	font-size:105%;
	width: 95%;
	padding-left: 10px;
	height: 36px;
	border: none;
	border-radius:5px;
	pointer-events:none;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-khtml-user-select: none;
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */  
	-o-user-select: none;	
}

.Cls_Fld_Sel {
	font-size:100%;
	width: 100%;
	padding-left: 10px;
	height: 36px;
	-Webkit-appearance: none;
	-Moz-appearance:none;
	text-indent: 0px;
	text-overflow: "";
	border: none;
	border-radius:5px;
}

.Cls_But_Chc {
	font-size: 100%;
	height: 36px;
	cursor: pointer;
	border-radius: 5px;
	border: none;
}

.Cls_But_Psh { 
	width: 36px; 
	height: 36px;
	text-align: center;
	vertical-align: middle; 
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

.Cls_But_Wid		{
	font-size:100%;
	color: #EEE;
	width: 100%;
	height: 36px;
	background-color: #0058FF; 
	opacity:0.8;
	cursor: pointer;
	border-radius:5px
}

.Cls_But_Wid:hover {
	font-size:100%;
	color: #EEE;
	width: 100%;
	height: 36px;
	background-color: #0058FF; 
	opacity:1.0;
	cursor: pointer;
	border-radius:5px
}

.Cls_But_Wns		{
	font-size:100%;
	color: #FFF;
	width: 100%;
	height: 36px;
	background-color: #CCC; 
	cursor: pointer;
	border-radius:5px
}

.Cls_But_Wns:hover {
	background-color: #CCC; 
}

.Cls_But_Pag {
	width:20px;
	font-size:100%;
	text-align:center;
	color: #0058FF;
	background-color: #FFF;
	cursor: pointer;
	padding:0px; 
	border:none;
}

.Cls_Dlg_Hdr {
	height: 30px;
	font-size:105%;
	text-align: center;
	color: #0058FF;
}

.Cls_Dlg_Ctx {
	font-size:100%;
	line-height: 1.4;
	padding-top: 20px;
	padding-bottom: 20px;
}

.Cls_Dlg_But {
	border-top: 1.0pt solid #042B70; 
	text-align: right;
	color: #0058FF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 3%;
}

.Cls_Tb_Default {
	width: 100%;
	padding: 0;
	border-spacing: 0;
}

.Cls_Td_Left { 
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Cls_Td_Middle { 
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Cls_Td_Right { 
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
}

.Cls_Crs_Default{
	cursor: default;
}

.Cls_Crs_Pointer{
	cursor: pointer;
}

.Cls_Fn_Small {
	font-family: 'Helvetica Neue';
	font-size:50%;
}

.Cls_Fn_Medium {
	font-family: 'Helvetica Neue';
	font-size:75%;
}

.Cls_Fn_Normal {
	font-family: 'Helvetica Neue';
	font-size:100%;
}

.Cls_Fn_Plus {
	font-family: 'Helvetica Neue';
	font-size:115%;
}

.Cls_Fn_Bigger {
	font-family: 'Helvetica Neue';
	font-size:150%;
}

.Cls_Fn_Big {
	font-family: 'Helvetica Neue';
	font-size:200%;
}

.Cls_Fn_Super {
	font-family: 'Helvetica Neue';
	font-size:350%;
}

.Cls_Fn_Lighter {
	font-weight: 100;	
}

.Cls_Fn_Light {
	font-weight: 200;	
}

.Cls_Fn_Weight {
	font-weight: 300;	
}

.Cls_Fn_Bold {
	font-weight: 400;	
}

.Cls_Fn_Bolder {
	font-weight: 500;	
}

.Cls_Cl_Blue {
	color: #024F97;
}

.Cls_Cl_White {
	color: #FFFFFF;
}

.Cls_Cl_Yellow {
	color: #FFCF03;
}

@media only screen and (min-device-width: 481px) 
	and (max-device-width: 1024px) 
	and (orientation:landscape) {
	.sidebar {padding-top: 15px;}
	.sidebar a {font-size: 18px;}
	
	.Cls_Fld_Txt {font-size: 90%;}
	.Cls_Fld_Inp {font-size: 90%;}
	.Cls_Fld_Iro {font-size: 90%;}
	.Cls_Fld_Hdr {font-size: 95%;}
	.Cls_Fld_Sel {font-size: 90%;}
	.Cls_Fld_Sro {font-size: 90%;}
		
	.Cls_Ins_Shw {
		border:hidden;
		border-radius: 1px;
	}

}
