
@import 'checkbox.css'; 
html {
  height:100%;
  overflow: hidden;
  position:relative;
 }


body {
  margin: 0; 
  padding: 0;  /* to avoid scrollbars */
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  height:100%;
  /*
  scrollbar-color: var(--darkgreen) white;
  */
  scrollbar-width: thin;
  overscroll-behavior-y: contain;	/* do not refresh page on overscroll */


/*
  --bgreent:rgba(105,243,255,0.5); //150,246,137,185,83,0.5); // Button
  --greenrgba1:rgba(137,185,83,1.0);
*/

  --tabft: #333;
  --trueyellow: #fff200;
  --wyellow: #fff200; 
/* old wyellow #f1ffe2; */
  --lightgreen: #f1ffe2;
  --green: #9ec760;
  --hilitx: #fff200;
  --scrollbar: #9ec760;
  --fgreen: #9ec760;
  --greenhl: #9ec760;
  --greenlhl: #9ec760;
  --greyout: #ddd;
  --vgreen: #9ec760;
  --greengrey: #9ec760;
  --dgreenvr: red;
  --darkgreen: #3e6837;
  --darkgreenblack: #3e6837;
  --invgreen: #3e6837;
  --darkblue: darkblue;
  --lightyellow: #fffc8f;
  --darktrans: rgba(0,0,0,0.6);
  --lighttrans: rgba(255,255,255,0.5);
  --golden: #ffc60c;
  --lightblue: #1aabff;
  --signal: #cde9f0;

  --dotred: red;
  --yellow: #fff200;
  --red: #ea6218;
  --redgrey: #ea6218;
  --fred: #ea6218;
  --vred: red;
  --bgreent: rgba(137,185,83,0.5);
  --darkgray: #777;
  --mediumgray: #aaa;
  --ligray: #f9f9fa;
  --vligray: #f5f5f5;
  --vlight: #f5f5f5;
  --msgleft:#087ffd;
  --msgleftfg:#eee;
  --msgright:#eee;
  --msgrightfg:#333;
  --white: #fff;
  --uwhite: #fff;
  --black: #000;
  --helpfg: #555;
  --dfdfdf: #dfdfdf;
  --inputwhite: var(--white);
  --linkblue: var(--darkblue);
  --verigreen: var(--darkgreen);
  --snack: rgba(0,0,0,0.8);
  --snackfg: #fff;
  --f0f0f0: #d9d9d9;
  --xwhite: #fff;
  --cbimage: url(/img/pf_checkbox_30.png);
  --popper: rgba(0,0,0,0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

/*
  --lightyellow:#c2bb00;
  --white: #333;
  --black: #eee;
  --green: #3e6837;
  --darkgreen: #111;
  --wyellow: red;
  --lightgreen: #888;
  --yellow: #cedac1;
  --darkblue: #3e6837;
  --lighttrans: var(--darktrans);
*/

  background:var(--white); 
  color:var(--black);
}

.resigned	{
	text-decoration: line-through
}

.startup	{
  background: var(--green);
}


.darkmode	{
  --tabft: #eee;
  --scrollbar: #ddd;
  --wyellow: #ddd; 
  --lightgreen: #555;
  --green: #555;
  --greenhl: #eee;	
  --greenlhl: #bbb;	
  --fred: #ea6218;
  --fgreen: #9ec760;
  --vlight: #555;
  --vgreen: #9ec760;
  --hilitx: #b9b900;
  --dgreenvr: #ddd;
  --greengrey: #bbb;
  --redgrey: #bbb;
  --helpfg: #555;
  --darkgreen: #ddd;
  --darkgreenblack: #555;
  --invgreen: #ddd;
  --darkblue: #bbb;
  --lightyellow: #9a9a9a; //#fffc8f;
  --darktrans: rgba(0,0,0,0.6);
  --lighttrans: rgba(255,255,255,0.5);

  --dotred: yellow;
  --trueyellow: #fff200;
  --yellow: #ccc;
  --red: #ea6218;
  --vred: red;
  --bgreent: rgba(137,185,83,0.5);
  --darkgray: #777;
  --greyout: #777;
  --mediumgray: #aaa;
  --ligray: #ddd;
  --vligray: #f5f5f5;
  --msgleft:#555;
  --msgleftfg:#eee;
  --msgright:#ccc;
  --msgrightfg:#333;
  --white: #333;
  --uwhite: #ccc;
  --black: #ddd;
  --dfdfdf: #dfdfdf;
  --inputwhite: var(--white);
  --linkblue: #1ae1ff;
  --verigreen: var(--darkgreen);
  --snack: rgba(0,0,0,0.8);
  --snackfg: #fff;
  --f0f0f0: #777;
  --xwhite: #dedede;
  --cbimage: url(/img/pf_checkbox_30bw.png);
  --popper: rgba(255,255,255,0.19) 0px 2px 2px, rgba(255,255,255, 0.4) 1px 4px 4px;
  --signal: #cde9f0;

}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.faqhd	{
	font-family: cooperh;
	font-size: 17px;
	text-transform: uppercase;
}

.hardbreak {
	line-break: anywhere;
}


.conhelp	{
	width:40px;
	height:41px;
	background: var(--golden);
	z-index:500;
	position:fixed;
	line-height:24px;
	bottom:80px;
	right:24px;
	cursor:pointer;
	color:var(--helpfg);
  	border-radius: 100%;
	box-shadow: var(--popper);
	z-index: 99999;
}

.showscrollbar::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

.showscrollbar::-webkit-scrollbar-thumb {
  background: var(--scrollbar);
  border-radius: 5px;
}


.calac	{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content: space-between;
}

.caltxe, .caltxr	{
	width:90%;
	margin-left:8px;
	height:30px;
	line-height:30px;
	border-bottom: 1px dotted var(--green);
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}

.caltxr	{
	border-bottom: none;
	font-style: italic;
	height:20px;
	line-height:20px;
}

.caltxa	{
	margin:auto;
	font-size:13px;
	width:90%;
	min-height:180px;
	text-align:left;
	font-family:cooper;
}

.calaca	{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	flex-direction:row;
	justify-content: space-between;
}

.cala, .calar, .calai, .calam, .calat	{
	width:30px;
	height:30px;
	background: var(--white);
	text-align:center;
	font-family: cooperh;
	font-size: 12px;
	line-height:30px;
	cursor: pointer;
	border-radius:5px;
	border: 1px solid transparent;
	flex: 1 0 12%; /* explanation below */
}

.cala:hover {
	background:var(--f0f0f0);
	}

.cala:active {
	background:var(--red);
	}

.calar	{
	border: 1px solid red;
}

/*
.calai:hover {
	background:var(--f0f0f0);
	}

.calai:active {
	background:var(--red);
	}
*/

.calai	{
	background: var(--lightgreen);
}

.calain, .calainy	{
	width:28px;
	height:25px;
	margin:auto;
	}

.calainy	{
	border-radius: 100%;
	border: 1px solid #999;
	line-height:25px;
}

.calat	{
	background: var(--invgreen);
	color: var(--white);
}


.calam	{
	background: var(--green);
	height:20px;
	border:none;
	text-align:center;
	font-size: 15px;
	line-height:20px;
	text-transform: uppercase;
}



.admlist	{
	overflow: hidden;
	padding:4px;
	line-height:25px;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}

.admmlist {
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	background: var(--white);
	cursor: pointer;
}

.admmlist:hover	{
	background: var(--yellow);
	}

.intrott	{
	margin:auto;
	margin-top:16px;
	padding:0px;
	line-height:20px;
}

.introhd	{
	overflow:hidden;
	margin:auto;
	background:#ddd;
	min-height:30px;
	margin-top:16px;;
}

.introic	{
	border-radius:100%;
	line-height:30px;
	font-size:20px;
	width:30px;
	height:30px;
	background:red;
	color:#fff;
	position:absolute;
	margin-top:-10px;
	margin-left:-10px;
}

.introtx	{
	padding:4px;
	margin-left:40px;
	padding-right:8px;
}



input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.blinktx{
    animation:blinkingText 2s infinite;
}

@keyframes blinkingText{
    0%{     color: var(--red);    }
    49%{    color: var(--red);    }
    50%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

.console-log-level .console-message-text {
    color:green;
}

.lh3018	{
	line-height:30px;
}

.dfbd	{
	border: 1px solid var(--dfdfdf);
	}

.bw	{
	background: var(--white);
}
.cw	{
	color:var(--white);
}
.cb	{
	color:var(--black);
}

a:link, a:visited	{
	color:var(--linkblue);
}

.plink:link, plink:visited	{
	color: var(--darkgreengrey);
	text-decoration: none;
}


@font-face {
	font-family: "heavy";
	src:url("/cache/LuckiestGuy.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "lcd";
	src:url("/cache/Segment14.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "faws";
	src:url("/cache/fa-solid-900.ttf");
	font-weight: normal;
	font-style: normal;
/*	
 *	© Fonticons, Inc.
 */
}

@font-face {
	font-family: "ico";
	src:url("/cache/icofont.woff2");
	font-weight: normal;
	font-style: normal;
/*	
 *	©2015 - 2018 IcoFont. All Rights Reserved.
 */
}

@font-face {
	font-family: "cooperh";
	src:url("/cache/cooperhewitt-bold-webfont.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "cooper";
	src:url("/cache/cooperhewitt-book-webfont.ttf");
	font-weight: normal;
	font-style: normal;
}

@keyframes spindiv {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

.centerdv	{
	right: 50%;
	bottom: 50%;
	transform: translate(50%,50%);
	position: absolute;
	background:rgba(0,0,0,0.5)
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 10px;
}


//.html2canvas-container { width: 3000px !important; height: 3000px !important; }

.br100	{
	border-radius: 100%;
}

.br5	{
	border-radius: 10px;
//	border: 1px solid var(--mediumgray);
	background: var(--ligray);
}

.bellrotate{
    -moz-transition: all 0.05s linear;
    -webkit-transition: all 0.05s linear;
    transition: all 0.05s linear;
}

.bellrotate.up{
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.bellrotate.down{
    -ms-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.solgre	{
	border:2px solid var(--green);
}


.spinit	{
	animation-name: spindiv;
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
}
	

.mau	{
	position: relative;
	left: 50%;
}

.statusbar-overlay {
	background: #9ec760;
}
.flxalign	{
	display:flex;
	align-items: center;
	justify-content:center;
} // If centering multi divs as colums, use wrapping div with width:auto setting


.follow	{
	background:var(--lightgreen);
	}

.follow:hover	{
	background:var(--f0f0f0);
	}

.follow:active	{
	background:var(--yellow);
	}
	

.valign	{
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: 16px
}

.sbar	{
	scrollbar-width: thin;
	-webkit-scrollbar-width: thin;
}

.posba	{
//	position:absolute;
	margin-left:0%;
	width:100%;
	height:100%;
	overflow:hidden;
}

.posab	{
	position:absolute;
	}	

.posre	{
	position:relative;
	}

.txup	{
	text-transform: uppercase;
	}	

.beta	{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:60px;
	z-index: 99999;
	background-image: url(/img/pf_beta.png);
	background-size: contain;
}


.body	{
	margin: 0px;
	background:var(--white);
	}

.shadow	{
	box-shadow: 5px 5px 40px #555;
}

.xshadow	{
	box-shadow: 5px 5px 10px #555;
}
.mshadow	{
	border: 2px solid rgba(0,0,0,0.1);
	border-top: 0px;
//	box-shadow: -2px 2px 10px #ddd;
}

video {
	
//	background:transparent url('/img/pf_logo255.png') no-repeat 0 0;
	background-color: grey;
}

.video_dt	{
	box-sizing: border-box;
	font-family: heavy;
	font-size:18px;
	padding:8px;
	border: 2px solid var(--green);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:auto;
	background:var(--lightgreen);
	height:200px;
	max-width:300px;
	margin:auto;
//	margin-top:160px;
	padding-bottom: 40px;
}

.xbodyti	{	
	width:70%;
	height:90%;
	margin:auto;
	margin-top:3%;
	background:var(--white);
	font-size:16px;
	border-radius: 10px;
	box-shadow: 5px 5px 40px #555;
}

.mobilogo, .mobiarrow	{
	position:absolute;
	width:35px;height:35px;
	left:8px;
	top:8px;

	background-color: var(--green);
	background-image: url(/img/pf_logoxw35.png);
	background-repeat: no-repeat;
	background-size: cover;

}

.btntoast, .acttoast	{
	display:none;
	z-index:99999;
	position:fixed;
	bottom:10px;
	width:100%;
	height:50px;
}

.acttoast	{
	width:300px;
	height:100px;
	left:50%;
	margin-left:-150px;
	}


.btntoast_i, .acttoast_i, .acttoast_pu {
	margin:auto;
	border-top:1px solid var(--green);
	border-radius:5px;
	color:var(--snackfg);
	min-width:300px;
	width:50%;
	background:var(--snack);
}

.acttoast_pu	{
	border-top:0px;
	border-radius:0px;
	}

.acttoast_i	{
	height:100px;
	}


.btntoast_il, .acttoast_il	{
	float:left;
	width:30px;
	height:50px;
	background:#777;
	line-height:50px;
	}

.acttoast_il	{
	height:100px;
	}

#addsbm	{
	border-radius:100%;
	color:var(--darkgreen);
	margin-left:260px;
	position:absolute;
	cursor:pointer;
}

.reddot	{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--dotred);
	position:absolute;
}

.frognhdr	{
	width:100%;height:30px;
	color:var(--darkgreenblack);
	font-family: cooperh;
	text-transform: uppercase;
	background:var(--greengrey);
	text-align: left;
	line-height:30px;
	overflow:hidden;
	font-size:13px;
}


#addsbm:hover	{
	color:var(--yellow);
}

#addsbm:active	{
	margin-top:2px;
}



.clc35	{
	width: -moz-calc(100% - 35px);
	width: -webkit-calc(100% - 35px);
	width: -o-calc(100% - 35px);
	width: calc(100% - 35px);
}

.justmid	{
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
}

.greenfg	{
	color: var(--green);
}

.dgreenfg	{
	color: var(--darkgreen);
}

.invi	{
	display:none;
	}

.npoi	{
	pointer-events: none;
}

.emptypd	{
	margin:auto;
	text-align:center;
	width:200px;
	height:200px;
//	background-image: url(/img/pf_add_data.png);
//	background-repeat: no-repeat;
//	background-size: contain;
}

.upper	{
	text-transform: uppercase;
}

.rad10	{
	border-radius:10px;
}
	

.ctxentry	{
	font-family: cooper;
	xtext-transform: uppercase;
	padding-left:8px;
	}

.ctxentry:hover	{
	background: var(--yellow);
	}

.ctxentry:active	{
	color:var(--red);
	}

.ctxmenu, .ctxovmenu, .ctxnsmenu	{
	position:absolute;
	z-index:910;
	width:110px;
	height:240px;
	background:var(--lightgreen);
	color: #444;
	text-align:center;
	cursor: pointer;
	box-shadow: 5px 5px 32px -9px #0C0F0C;
}


.ctxnsmenu	{
	box-shadow: 1px 1px 6px -2px #0C0F0C;
	}

.ctxovmenu	{
	height:80px;
	}
	

.mobiarrow	{
	font-family: ico;
	font-size: 30px;
	line-height: 35px;
	color:var(--yellow);
	background: transparent;
	cursor: pointer;
	}

.mobhd	{
	background:transparent;
	width:100%;
	height:50px;
	overflow:hidden;
	}

.dtstand, .dtsmallsc	{
	width:100%;
	height:1px;
	background:var(--red);
	display:none;
}

.warnred	{
	color: var(--red);
	}

.heavy	{
	font-family: "heavy";
}

.cooper	{
	font-family: "cooper";
}

.cooperh	{
	font-family: "cooperh";
}

.frogtext	{
	font-family: "heavy";
	color: var(--vgreen);
	font-size: 0.9em;
}

.cflip	{
	perspective: 1000px;
}

.cflip, .cflipf, .cflipb {
	width: 55px;
	height: 55px;
}

.cflipp {
	transition: 0.2s;
	transform-style: preserve-3d;
	position: relative;
}

.cflipf, .cflipb {
	-webkit-perspective: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);

	visibility:visible;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.cflipf {
	z-index: 2;
	transform: rotateY(0deg);
}

.cflipb {
	transform: rotateY(180deg);
}

.doit {
	transform: rotateY(180deg); 
	}

.shake	{
	animation: shake 0.1s;
	animation-iteration-count: infinite;
}

.shakeshrt	{
	animation: shake 0.1s;
	animation-iteration-count: 5;
	}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}




.flippe1	{
	animation:spin 4s linear infinite;
	}

.flippe2	{
	transform: scaleX(0);
	}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.imtxx	{
	width:55px;
	height:55px;
	border-radius:100%;
	margin-top:3px;
	margin-left:4px;
}

.imtx, .imtnb	{
	text-align:center;
	font-size:20px;
	color:var(--white);
	font-weight:bold;
	border-radius:100%;
	margin-top:2px;
	margin-left:2px;
	width:38px;
	height:38px;
	line-height:40px;
	background:var(--yellow);
}

.imtnb	{
	background:var(--white);
	}


.lcd	{
	font-family: "lcd";
}

.faws	{
	font-family: "faws";
	}

.ico, .icof, .icoauto	{
	font-family: "ico";
	}

.icof	{
	font-size:30px;
	font-weight:normal;
	color:var(--white);
}

.icoauto:hover	{
	color:var(--yellow);
}

.icoauto:active	{
	color:var(--red);
}

.imx, .imxx	{
	display:none;
	margin-top:2px;
	margin-left:2px;
	}

.roundgreen	{
	width:55px;
	height:55px;
	border-radius:100%;
	margin-top:2px;
	margin-left:5px;
	background-image: url(/img/pf_selected.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.anowd	{
	background: #fefefe;
	padding:5px;
	margin-top:20px;
	display:none;
	border-radius: 8px;
	box-sizing: border-box;
}



.imx, .roundim	{
	border-radius:100%;
	}

.imxx	{
	margin-top:6px;
	}

.roundim	{
	background:var(--white);
}

.pf_ack_in {
	position:relative;
	left:-50%;
	bottom:0px;
	margin:auto;
	height:0px;
	width:300px;
	padding:10px;
	background:var(--yellow);
	border: 1px solid #4c8b46;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom: 0px;
}

.pfborder	{
	border: 1px solid #4c8b46;
	border-radius: 9px;
}

.brad_b	{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	}



.mmentry, .mmentryna	{
	color:var(--darkgreen);
	line-height:50px;
	border: 1px solid var(--darkgreen);
	border-left:0px;
	border-right:0px;
	width:100%;
	height:40px;
	text-align:center;
	}

.dvhover:hover	{
	font-family: cooperh;
	}

.redbg	{
	background: var(--red);
	}



.mmentryna	{
	border-top:0px;
	}

.mmentry, .menuentry, .diventry, .oventry	{
	cursor: pointer;
	}

.oventry:hover	{
	background: var(--yellow);
}

.oventry:active	{
	background: var(--red);
}

.menuentry:hover	{
	background: var(--yellow);
	}

.mmentry:hover, .diventry:hover	{
	color:var(--red);
	background: #fff200;
	}

.mmentry:active	{
	color: #fff200;
	background:var(--red);
	}

.yellowborder	{
	border: 2px solid var(--yellow);
	}

.yellow	{
	color: var(--yellow);
}

.bgyellow	{
	background-color:red; /* var(--yellow); */
}

.bgred	{
	background-color:var(--red);
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--lightgreen);
}

.textcirc	{
	color: #4c8b46;
	line-height:43px;
	font-family: cooperh;
	}

.bggreen	{
	color: var(--green);
}

.bggreend	{
	color: var(--darkgreen);
}

.fgmcolor	{
	color: var(--dgreenvr);
}

.rcorn	{
	border-radius:5%;
}


.isnwx, .isnwz, .isnpv, .isnmv	{
	display:none;
	position:absolute;
	margin-top:45px;
	margin-left:65px;
	border-radius:100%;
	width:15px;
	height:15px;
	background:#4c8b46;
}

.aca	{
	color: var(--black);
}

.acb	{
	color: var(--red);
}



.isnmv	{
	width:20px;
	height:20px;
	background:var(--redgrey);
	margin-top:0px;
	margin-left:65px;
	font-family: ico;
	text-align: center;
	line-height: 20px;
	color:var(--white);
}


.isnpv	{
	margin-top:45px;
	margin-left:45px;
	color: var(--darkgreen);
	background:none;
}

.mvfil	{
	text-align:center;
	border-bottom:1px solid #ddd;
	width:100%;
	height:66px;
	background:#f3f3f3;
}

.foldslid	{
	background:var(--white);
	z-index:405;
	color:var(--darkgreen);
	height:100%;
	width:100px;
	margin-left:-100px;
	float:left;
	position:relative;
	overflow:hidden;
	display: table;
	background:#f3f3f3;
}

.listmarker	{
	display:none;
	position:absolute;
	left:50%;
	margin-left:-150px;
	z-index:500;
	width:300px;
	top:100px;
}

.isnwz	{
	font-family: ico;
	color:var(--white);
	margin-top:5px;
	margin-left:62px;
	width:20px;
	height:20px;
	line-height:18px;
	font-size:16px;
	background:#edbe00;
	display:none;
	}

.mdupl	{
	margin-left:0px;
	padding-left:0px;
	margin-top:10px;
	}

.m75	{
	margin-left:75px;
	}

.dirnx	{ 
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:left;
	}

.isdlx	{
	display:none;
	position:absolute;
	margin-top:45px;
	margin-left:65px;
	border-radius:100%;
	width:15px;
	height:15px;
	background:#ff9600;
}

/*
.isdlx	{
	background:green;
	color:#fff;
	display:none;
	position:absolute;
	margin-top:25px;
	margin-left:30px;
	border-radius:100%;
	width:25px;
	height:25px;
	font-size:25px;
}
*/

.eborder	{
	background: var(--yellow);
	border-color: var(--red);
	}


.outline_yellow	{
	font-family: "heavy";
	color: var(--black);
	text-shadow:
		-1px -1px 0 var(--yellow),
		1px -1px 0 var(--yellow),
		-1px 1px 0 var(--yellow),
		1px 1px 0 var(--yellow);
}
.outline_grey	{
	font-family: "heavy";
	color: #4c8b46;
	text-shadow:
		-1px -1px 0 #999,
		1px -1px 0 #999,
		-1px 1px 0 #999,
		1px 1px 0 #999;
}


.subin	{
	font-family: cooper;
	padding:10px;
	font-size:12px;
	text-align:left;
/*
	background-image: url("img/pf_delete.png");
	background-repeat: no-repeat;
	background-position: center;
*/
	}

.clickcg	{
	cursor: pointer;
	}

.clickcg:active	{
	color: #fff61c;
	}

.clicksim	{
	cursor:pointer;
	}

.clicksim:active	{
	margin-top:2px;
	}

.hired:active	{
	padding-top:2px;
}

.hired:hover	{
	color: red;
}

.hidhr	{
	color:inherit !important;
	text-decoration: none;
}

.hidhr:hover	{
	color: red;
}

.hidhr:active	{
	color: green;
}

.cblack	{
	color: var(--black);
}

.hoverred	{
	cursor: pointer;
	}

.hoverred:hover	{
	color:var(--red);
	}

.redlite	{
	cursor: pointer;
}

.redlite:hover	{
	color:var(--yellow);
	}

.redlite:active	{
	color:var(--red);
	}

.hilite	{
	cursor: pointer;
}


.hilite:hover	{
	color:var(--darkgreen);
}

.hilite:active	{
	color:var(--red);
}

.bghilite	{
	background:rgba(255,0,0,0.1);
}

.bgborder	{
	border-color: rgba(129, 194, 32, 0.5);
	border-width: 5px;
	border-style: solid;
	}

.bgtmcolor	{
	background:var(--green);
	}

.bgmcolor	{
	background: rgba(129, 194, 32,1);
	}

.bgycolor	{
	background: rgba(255,242,00,0.5);
	}

.mobftbg
{
	border-top: 1px solid yellow; /* var(--darkgreen); */
	background: var(--green);
}

.cl10	{
	float:left;
	width:20%
}

.cl11	{
	margin-left:25%
}

.greenbg	{
	background: var(--green);
	}
	
.flexbg	{
	background: var(--xwhite);
}

.fgmacolor	{
	color: #a26840;
	}
.fgblack	{
	color: var(--black);
	}

.fgwhite	{
	color:var(--white);
	}

.fglacolor	{
	color: #e5f767;
	}


.entry, .pointer	{
	cursor: pointer;
	}

.audiobar	{
	border:1px solid var(--green);
	width:150px;
	height:10px;
	background:var(--white);
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.audiobar-i	{
	width:150px;
	height:10px;
	background-image: linear-gradient(to right,red, yellow);
	margin-left:-100%;
}

.ahe14	{
	height:15px;
	}

.ahe300	{
	min-height:390px;
	}
.ahe280	{
	height:280px;
	}
.ahe290	{
	height:290px;
	}
.ahe110	{
	height:110px;
	}
.ahe150	{
	height:150px;
	}

.intvd	{
	cursor: pointer;
	width:213px;
	height:120px;
	}

.xhe150	{
	min-height:150px;
}


.ebar	{
	background-image: url(/img/pf_downbg.png);
	background-repeat: repeat-y;
	background-size: 0% 100%; 
}

.newfile	{
	background: rgba(255,242,0,0.1);
	}

.redhover	{
	background-position: 100% 0%;
	background-image:url(/img/pf_del_entry.png);
	background-repeat: no-repeat;
	background-size: 20px;
}

.invertgreen {
	color:#fff200;
	background: var(--green);
}


.redhover:hover	{
	background-color: rgba(255,0,0,0.2);
}

.cupo	{
	cursor: pointer;
}

.mlink, .mlinky, .wlinky	{
	cursor: pointer;
	text-decoration: none;
}

.mlink:visited	{
	color:var(--darkblue);
	}

.mlink:hover	{
	color:var(--red);
	}


.mlinky:hover	{
	color:#fff200;
	}

.wlinky	{
	color:var(--uwhite);
	}

.wlinky:link, .wlinky:visited	{
	color:var(--uwhite);
	}

.wlinky:active	{
	color:var(--uwhite);
	}

.wlinky:hover	{
	color:var(--red);
	}

.rentry:hover	{
	background: var(--f0f0f0);
}

.rentry:active {
	background: var(--red);
	color:var(--white);
	}


.entry	{
	font-family: cooper;
	background-image:url(/img/pf_trans20px.png); 
	}

.entry:hover {
	background: var(--f0f0f0);
}


.xentry	{
	background:var(--white);
}


.hambug	{
	position:absolute;
	top:50px;
	right:25px;
}
	
.langde, .langen	{
	opacity: 0.7;
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position:absolute;
	z-index:510;
	width:30px;
	height:30px;
	top:10px;
	right:30px;
}

.textlnk, .textlnk:visited	{
	color:var(--linkblue);
	cursor: pointer;
	text-decoration: none;
}

.textlnk:active	{
	color: var(--red);
}
.textlnk:hover	{
	color: green;
}

.langde:active, .langen:active      {
        margin-top:2px;
        }

.langde	{
	background-image:url(/img/pf_ger_round.png);
}

.langen	{
	background-image:url(/img/pf_usa_round.png);
}

	
.xbox	{
	cursor: pointer;
	z-index:510;
	position:absolute;
	padding:8px;
	top: 0;
	right:0;
	width:35px;
	height:35px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

#pdfcc	{
	float:right;
	width:30px;
	height:100%;
	background-repeat: no-repeat;
	cursor:pointer;
	background-size:contain;
	background-image:url('/img/pf_cancel.png');
	}

#bmicon, #bmiconv, .bmicon	{
	padding-top:8px;
	width:50px;
	height:50px;
	float:right;
	cursor: pointer;
	}

#bmiconv	{
	cursor: default;
	}

.bmicon:active	{
	margin-top: 2px;
	}

#bmicon:active	{
	margin-top: 2px;
	}

.fakebox	{
	-webkit-border-radius: 1px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:auto;
	line-height:20px;
	color: var(--black);
	padding:5px;
	width:150px;
	height:20px;
	text-align:center;
	font-family: cooper;
	text-align:center;
	border: 2px solid var(--green);
	cursor:pointer;
}

.fakebox:hover	{
	background-color:rgba(137,185,83,1.0);
	color:#fff200;
	}
.fakebox:active	{
	background-color:var(--red);
	color:var(--white);
	}

.bmlistc	{
	border-top: 0px;
	display:none;
	width:100%;
	position:relative;
	min-height:25px;
	margin:auto;
	margin-top:-12px;
	border: 2px solid var(--green);
	border-top:0px;
	box-sizing: border-box;
	background:var(--white);
}

.bbox	{
	box-sizing: border-box;
}

.bmlist	{
	width:100%;
	height:30px;
	border-top: 1px solid #999;
	font-family: cooper;
	font-size:14px;
	color:#999;
	line-height:30px;
	overflow:hidden;
	background:var(--white);
	text-overflow: ellipsis;
	text-align:left;
	padding-left:5px;
	box-sizing: border-box;
	}

.bsbb	{
	box-sizing: border-box;
}

.ndivhover	{
	cursor:pointer;
}

.divhover	{
	cursor:pointer;
	background:var(--white);
}

.divhover:hover, .divhoveri:hover, .ndivhover:hover	{
	background: #ddd;
}

.divhoveri	{
	cursor:pointer;
	background: var(--lightyellow);
}

.divhoveri:hover	{
	background:var(--white);
}

.bmlist:hover	{
	background: #ddd;
	color:#111;;
	}

.bmselect	{
	background: #ddd;
	color: #111;
	}

.textbox	{
	box-sizing:border-box;
	background:var(--inputwhite);
	color:var(--black);
	font-family:cooper;
	padding:8px;
	outline:none;
	resize:none;
	width:100%;
	height:90px;
	border: 2px solid var(--green);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


.inputnfr	{
	font-family: cooper;
	font-size:18px;
	line-height:28px;
	height:30px;
	border: 1px solid var(--green);
	box-sizing: border-box;
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:var(--inputwhite);
	color:var(--darkgreen);
	padding:8px;
}


.inputbox, .inputbox_sim	{
	margin:auto;
	font-family: cooper;
	font-size:18px;
	text-align:center;
	box-sizing: border-box;
	width:100%;
	padding:10px;
	border: 2px solid var(--green);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:var(--inputwhite);
	color:var(--black);
	}

.inputboxerr	{
	border: 2px solid var(--red);
	}

.inputbox_sim	{
	font-size:12px;
}

.inputboxfnt	{
	top: 9px;
	right: 5px;
	font-size:25px;
	position:absolute;
	z-index:500;
	}
	

.roundbox	{
	border: 1px solid var(--green);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	

.errorbg	{
	background: #ffd8cd;
	}


.dds	{
	font-family: cooper;
	font-size: 14px;
	}
	

.xactive	{
	z-index: 500;
	}

.iauto20	{
	width:20%;
	margin:auto;
	}

.iauto50	{
	width:50%;
	margin:auto;
	}

.iauto80	{
	width:80%;
	margin:auto;
	}

.rad100	{
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.rad5	{
	-webkit-border-radius: px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pdftop	{
	width: 100%;
	height:40px;
	padding: 5px;
	padding-bottom: 0px;
	background: var(--green);
	line-height:30px;
	box-sizing: border-box;
	position: fixed;
	z-index:9999;
	}

.pdfcanvas	{
	width: 100%;
	height:2px;
	background:var(--darkgreen);
	position: relative;
	left: 50%;
}

.ierror	{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: cooper;
	padding:10px;
	font-size:14px;
	position:absolute;
	width:80%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height:40px;
	background:var(--white);
	border: 2px solid var(--red);
	}

.pwmeter	{
	padding:0px;
	background-image:url(/img/pf_pwmeterx.png);
	background-size: cover;
	background-repeat: no-repeat;
	height:20px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid var(--green);
	overflow: hidden;
	}


.froginput	{
	border-radius:5px;
	text-align:center;
	margin-top:10px;
	font-size:18px;
	width:60%;
	outline:none;
	border:1px solid var(--darkgreen);
	padding:8px;
}

.roundwt, .roundw, .roundwr	{
	box-sizing: border-box;
	font-family: heavy;
	font-size:18px;
	padding:8px;
	text-align:center;
	border: 2px solid var(--green);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:auto;
}

.roundwr	{
	border: 2px solid var(--red);
}

.roundw	{
	background:var(--lightgreen);
	padding:0px;
}

.tinytoast	{
	position:fixed;
	top:0;
	left:50%;
	margin-left:-100px;
	background:var(--lightgreen);
	color: var(--darkgreen);
	width:200px;
	height:25px;
	padding:5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid var(--darkgreen);
	border-top: 0px;
	text-align:center;
	line-height:28px;
	font-family: cooper;
	z-index:9999;
	font-size: 15px;
}

.tinyt, .tinyte	{
	font-size: 15px;
	color: var(--darkgreen);
}

.recorddot	{
	float:right;
	width:20px;
	height:20px;
	background:red;
	margin-right:10px;
	border-radius:100%;
	animation-name: blinker;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
	
.mobf, .mobfno, .mobfye	{
	cursor:pointer;
	width:79px;
	height:45px;
	color:var(--darkgreen);
}

.mobfye	{
	color:var(--trueyellow);
}




.tinyte	{
	color: red; //var(--red);
	font-weight:bold;
	text-transform: uppercase;
 	animation: blinker 1s linear infinite;
}	

@keyframes blinker {
  20% {
    opacity: 0;
  }
}


.blocknone	{
	position:absolute;
	top:0;
	left:0;
	z-index:900;
}

.blockblack, .blackblur, .blocks, .darkblack, .exblack, .noscreen	{
	position:fixed;
	top:0;
	left:0;
	z-index:900;
	width:100%;
	height:100%;
	background: var(--darktrans);
	}

.doblur	{
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter:blur(5px);
}


.blackblur	{
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter:blur(5px);
}

.noscreen	{
	background: none;
	}

.darkblack	{
	background: rgba(0,0,0,0.8);
}

.exblack	{
	background: rgba(0,0,0,0.9);
}


.blocks	{
	position:absolute;
	}

.blocknone	{
	position:fixed;
	top: 100px;
	width:350px;
	min-height:100px;
	left: 50%;
	margin-left:-175px;
}

.noblockpop	{
	top:0;
	left:0;
	position:fixed;
	background:var(--white);
	border:1px solid var(--mediumgray);
	border-radius:10px;
	position:relative;
	width:90%;
	max-width:600px;
	height:100px;
	overflow:hidden;
	margin:auto;
	margin-top:200px;
	z-index: 99999;
}

.blockall, .blockclear, .blocksoft, .blockblur	{
	top:0;
	left:0;
	position:fixed;
	background: var(--lighttrans);
	width:100%;
	height:100%;
	z-index: 900;
}

.blockblur	{
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter:blur(5px);
	background: rgba(255,255,255,0.2);
	}

	

.blocksoft	{
	background: rgba(255,255,255,0.2);
	z-index: 999;
	}
.blockclear	{
	background: transparent;
	z-index: 999;
	}

.opaque {
	position: fixed;
	top:0;
	left:0;
	background: rgba(255,255,255,0.5);
}
	

.opaque	{
	width:100%;
	height:100%;
	position:absolute;
	z-index: 500;
}

.iBox
{
    position: relative;
    height: 400px;
    width: 400px;
    background:var(--white);
    overflow: hidden;
    background-repeat: no-repeat;
border: 2px solid green;
    cursor:move;
}

.iBox .tBox
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}



.header	{
	display: table-row;
	width:100%;
	background-color: var(--green);
	background-position:center;
	background-image: url(/cache/packfrog_top_1b.png);
	height:320px;
	background-repeat: no-repeat;
	background-size: cover;
	}

.header_small	{
	display: table-row;
	width:100%;
	background-color: var(--green);
	background-position: 20px 0px;
	background-image: url(/img/titlefrog.png);
	background-repeat: no-repeat;
	background-size: contain;
	height:90px;
}

.header_small_dark	{
	background-image: url(/img/titlefrogbw.png);
	}

.hdinset	{
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border: 2px solid #fff200;
	border-bottom: 0px;
	margin:auto;
	width:30%;
	height:30px;
	background:var(--white);
	position: relative;
}
	

.header_small_menu	{
	margin-top:60px;
	}

.header_ia	{
	padding:10px;
	padding-top:15px;
	height:265px;
	width:75%;
	text-align:center;
	margin:auto;
	font-size: 45px;
	}

.header_ia_small	{
	height:90px;
	width:75%;
	text-align:center;
	margin:auto;
	font-size: 30px;
	}

.mpage_i	{
	color:var(--darkblue);
	line-height:80px;
	float:right;
	height:80px;
	width:50px;  
	margin-right:10px;
	text-align:right;
	}

.mpage	{
	color: #222;
	margin:auto;
	margin-top:10px;
	width:300px;
	font-family:heavy;
	font-size:14px;
	border: 1px solid var(--ligray);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#f5f5f5; //rgba(137,185,83,0.5);
	cursor: pointer;
}

.npop	{
	margin-left:50%;
	width:300px;
	height:50px;
	position:fixed;
	left:-150px;
	bottom:10px;
	display:none;
	z-index:9950;
	cursor: pointer;
}

.shadow	{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 6px;
	}

.npopi	{
	color:#222;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	line-height:50px;
	margin:auto;
	text-align:center;
	border-radius:10px;
	width:100%;
	height:100%;
	background:var(--signal);
}

.chelp	{
	cursor: help;
}

.hlh30	{
	height:30px;
	line-height:30px;
	}

.hlh20	{
	height:20px;
	line-height:20px;
	}

.tclo	{
	color: var(--darkgreen);
	}

.mpage:hover	{
	background:var(--yellow);
}
.mpage:active	{
	background:var(--red);
	color:var(--white);
}

.hwrap	{
	flex-wrap: wrap;
}

.hcenter	{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	}

.hleft	{
	display:flex;
	flex-direction:row;
	align-content: flex-start;
	align-items:flex-start;
	flex-wrap: wrap;
	}


.smallhdtext	{
	font-size:22px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	margin:auto;
	}

.mainmen	{
	display:none;
	right:31px;
	margin-top:90px;
	z-index:300;
	height: 350px;
	overflow:hidden;
	position:absolute;
}

.roticon	{
	animation: rotation 2s infinite linear;
	}

.fs50	{
	font-size:50px;
	}

.fs40	{
	font-size:40px;
	}
.fs34	{
	font-size:34px;
	}
.fs28	{
	font-size:28px;
	}

.fs23	{
	font-size:23px;
	}

.fs24	{
	font-size:23px;
	}

.fs20	{
	font-size:20px;
	}
.fs18	{
	font-size:18px;
	}
.fs16	{
	font-size:16px;
	}
.fs15	{
	font-size:15px;
	}
.fs14	{
	font-size:14px;
	}

.fs13	{
	font-size:13px;
	}

.fs12	{
	font-size:14px;
	}
.fs11	{
	font-size:12px;
	}
.fs10c	{
	font-size:11px;
	}

.fs10	{
	font-size:10px;
	}

.cdgr	{
	color: var(--darkgreen);
}

.fleft	{

	float:left;
}


.mainmen_i	{
	border: 0px;
	width:165px;
	}

.phonpop	{
	color:#fff;
	background:rgba(255,0,0,0.5);
	z-index:999999;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-50px;
	width:100px;
	height:42px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	cursor: pointer;
}

.pfborder	{
	border: 1px solid #4c8b46;
	border-radius: 9px;
}

.brad_b	{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	}

.menuentry, .ctxentry	{
	border-top: 1px solid #bbb;
	font-size:15px;
	color:var(--darkgreen);
	line-height:40px;
	border-left:0px;
	border-right:0px;
	width:100%;
	height:40px;
	text-align:left;
}

.listmenu_e	{
	border-radius:100%;
	background:var(--darkgreen);
	width:33px;
	height:33px;
	float:left;
}

.listmenu	{
	position:absolute;
	background:var(--red);
	z-index:200;
	width:240px;
	height:100%;
	left:100%;
	right:0;
	top:0px;
	margin-left:0px;
	}

.ml10	{
	margin-left:10px;
	}

#header_logoff	{
	margin-top: 60px;
	}

.waitfile	{
    	background-image:url(/img/pf_frogtrans.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size: contain;
	}

.header_login	{
	text-align:right;
	margin-right: 30px;
	font-size:18px;
}

.flspar	{
	justify-content: space-around;
}

.flwrap	{
	flex-wrap: wrap;
}


.mobm	{
	padding-top:8px;
	justify-content: space-around;
}

		
.vocpa	{
	border-radius:10px;
	background:#f3f3f3;
	border:1px solid #999;
	display:none;
	margin:auto;
	margin-top:10px;
	padding:16px;
	cursor: pointer;
	}

.vocpa:hover	{
	background: var(--lightgreen);
	}




.mobfdot	{
	background:var(--red);
	position:absolute;
	width:10px;
	height:10px;
	border-radius:100%;
	left:50%;
	margin-left:10px;
	margin-top:-41px;
	animation-name: blinker;
	animation-duration: 1s;
	animation-iteration-count: 5;

}
	
.mobf, .mobfno, .mobfye	{
	cursor:pointer;
	width:79px;
	height:45px;
	color:var(--darkgreen);
}

.mobfye	{
	color:var(--trueyellow);
}

.mobf:active	{
	color:var(--red);
	}

.mopfno	{
	color: #777;
	cursor: auto;
	}

.mobicircle {
	height:20px;
	width:20px;
	margin:auto;
	border: 1px solid var(--darkgreen);
	background:var(--darkgreen);
	color:var(--yellow);
	text-align:center;
	font-size: 12px;
	line-height:20px;
	font-family: cooper;
	border-radius: 100%;
	}

.mobi	{
	font-family: ico;
	height:20px;
	font-size:20px;
	}

.mobt, .mobtr	{
	font-family: cooper;
	font-size:12px;
	line-height:16px;
	height:16px;
	margin-top:2px
	}

.mobtr	{
	color: var(--red);
	}

.varlh45	{
	line-height:45px;
	}

.varft28	{
	font-size: 28px;
	}

.varft20, .varft20lg, .varft2014	{
	font-size: 20px;
	}

.varft18, .varft1816 , .varft18lg	{
	font-size: 18px;
	}

.varft14, .varft1412, .varft14lg	{
	font-size: 14px;
	}
.varft8	{
	font-size: 11px;
	}
.varft16	{
	font-size: 16px;
	}

.tjust	{
	text-align:justify;
	}

.tright	{
	text-align:right;
	}

.tbold	{
	font-weight:bold;
	}

.tleft	{
	text-align:left;
	}

.tcent	{
	text-align:center;
	}

.pad5,.pad5p	{
	padding: 5px;
}

.pad10,.pad10p	{
	padding: 10px;
}

.mauto	{
	margin:auto;
}

.dlpop, .ulpop	{
	position:absolute;
	left:50%;
	margin-left:-50px;
	margin-top:-35px; 
	width:100px;
	padding-top:2px;
	background:var(--darktrans);
	border: 1px solid #5ca65e;
	text-align:center;
	font-family: heavy;
	font-size: 15px;
	line-height:36px;
	border-radius:10px;
}

.ulpop	{
	margin-top:-45px;
	}

.tpad10	{
	padding: 10px;
	padding-left: 0px;
	}

.iconstar	{
	margin-top:16px;
	height:20px;
	color:#bbb;
	font-size:16px;
	width:23px;
	float:left;
	margin-left:5px;
	cursor: pointer;
}


.upad9l15	{
	padding-top: 7px;
	padding-left: 15px;
	}

.upad10	{
	padding: 10px;
	}

.pad15	{
	padding: 15px;
	}

.pad10t	{
	padding-top: 0px;
	}

.wi60	{
	width:60%;
	}

.wi60x	{
	width:60%;
	}

.wi80	{
	width:90%;
	}

.wi8090	{
	width:80%;
	}

.wi50	{
	width:50%;
	}
.wi50m	{
	max-width:50%;
	min-width:50%;
	}

.wh3025	{
	width: 30px;
	height: 30px;
	}


.fwi400	{
	width:400px;
	}

.hd_drop	{
	display:block;
	}

.hd_sel	{
	display:none;
	}

.hd_in	{
	height:100px;
	background-position:center;
	background-size:contain; 
	background-repeat: no-repeat;
	}

.bodyl	{
	/* xheight:500px; */
	}

.bodya	{
	min-height:100%;
	width:100%;
/*	overflow-y: auto; */
	}

.bodyar	{
	min-height:100%;
	width:100%;
	background-color: rgba(0,255,0,0.0);
	background-image: url(/img/pf_ripples.png);
	background-size: cover;
	background-position: 50% 0;
	background-attachment: fixed;

}

.newfipud {
	display:none;
	margin-top:3px;
	line-height:20px;
	background:#ddd;
	width:100%;
	height:20px;
	cursor: pointer;
}

.newfipud:hover {
	color:var(--red);
	}

.pf_dir	{
	background:rgba(255,255,255,0.0);
	display:none;
	font-size:15px;
	margin:auto;
//	margin-top:5px;
}

.pf_down	{
	height:auto;
	overflow:auto;
	}

.nthil	{
	text-decoration: underline;
	background: var(--lightgreen);
	color: var(--tabft);
}

.ntnrm	{
	background: #ddd;
	text-decoration: none;
	color: #222;
}

.ntstb	{
	float:left;
	margin-left:2%;
	width:17%;
	height:30px;
	overflow: hidden;
	line-height: 30px;
	font-size: 12px;
	text-align:center;
	cursor: pointer;
	font-weight: bold;
}

.ntstb:hover	{
	background: yellow;
}

.pf_notes_s	{
	position:relative;
	font-size:30px;
	margin-left:5px;
	}

#pf_notes_data	{
	box-sizing: border-box;
	font-family: cooper;
	padding:5px;
	padding-top:10px;
	width:100%;
	height:100%;
	outline: 0px solid transparent;
	border: 0px;
	background:transparent;
}

.pf_notes	{
	box-sizing: border-box;
	width:80%;
	max-width:600px;
	margin:auto;
	margin-top:20px;
	color: var(--darkblue);
	font-size:16px;
	background-color:var(--white);
	background-image: url(/img/paper.jpg);
	background-size: cover;
	background-attachment: fixed;
	border: 1px solid var(--green);
	height: 90vh;
}

.morvid	{
	margin-top:24px;
	width:100%;
	display:flex;
	justify-content:space-around; //center;
	align-items:center;
	flex-direction:row;
	row-gap: 20px;
	}

.dspace	{
	height:50px;
	width:100%;
	}

.footap	{
	position: absolute;
	bottom:0px;
	}

.iwrapper	{
	background:var(--white);
	width:100%;
	height:100%;
	display:none;
}

.iwrapin	{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
	width: 300px;
	height:200px;
	font-family: heavy;
	font-size:30px;
	color:#bbb;
}

#pwrapper	{
	height: 100%;
	width: 100%;
	}

#pbody, #rbody	{
	display: table-row;
	height:100%;
	}

#footer	{
	display: table-row;
	height:50px;
	}

.anon	{
	color: #ff0000;
}

.tace	{
	text-align:center;
	}

.tlft	{
	text-align:left;
}

#pf_actd	{
	display: block;
	cursor: default;
	}

#pf_actm	{
	display: none;
	cursor: default;
	}

.noselect	{
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	}

.fix1	{
	margin-top:5px;
	}

.eflap 	{
	position:absolute;
	width:100%;
	background: rgba(255,115,83,0.95);
	color:var(--white);
	z-index:340;
	}

.eflap_yellow	{
	background: rgba(255,242,0,0.95);
	color: #569a5f;
	}


.overflow-h	{
	white-space: nowrap;
	overflow: hidden;
	}

.overflow-l {
	overflow:hidden;
	white-space: nowrap;
}

.overflow-e {
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wordwrap	
{
	word-wrap: break-word;
	overflow:hidden;
}
	

.breakgard, .breakhard-e
{
	white-space: pre-wrap;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	overflow:hidden;
}

.breakhard-e	{
	text-overflow: ellipsis;
}

.heighmin50	{
	height:calc(100%-50px);
	}

.stxarrow	{
	display:none;
	position:absolute;
	margin-top:25px;
	border-bottom: 10px solid var(--green);
	z-index:1000;
}

.mobmtop20	{
	margin:auto;
	margin-top:0px;
}

.nmar10	{
	margin-right:0px;
	}

.start_cnt	{
	position:absolute;
	top:80px;
	bottom:60px;
	background:var(--white);
	overflow-y:auto;
	margin:auto;
}

.start_ft	{
	position:absolute;
	bottom:0px;
	width:100%;
	height:60px;
	overflow:hidden;
}

.npdlsid	{
	width:100%;
	height:90px;
	background:var(--green);
	}

.bcardlft	{
	position:absolute;
	width:21%;
	right: 16px;
	bottom: 16px;
}

.bcardqr	{
	right: 0px;
	bottom: 0px;
	width:100%;
	aspect-ratio: 1 / 1;
	padding: 0;
	margin: auto;
	display: none;
	}
.bcardrit	{
	width:65%;
	padding:16px;
	font-size:18px;
	padding-right:0px;
	float:left;
	}

.bcs18	{
	font-size: 18px;
}

.bcs13	{
	font-size: 13px;
	position: absolute;
	bottom: 16px;
	width:60%;
}

.bcco	{
	border-radius:5%;
	background:#fff;
	width:80%;
	max-width:500px;
	height:250px;
	margin:auto;
	margin-top:50px;
	color:#333;
	aspect-ratio: 16 / 6;
	position: relative;
}

.bcardimg	{
	background: #fff;
	display: block;
	margin-top:16px;
	width:20%;
	padding:0px;
	float:right;
	margin-right:16px;
	border: 2px solid #ddd;
	border-radius:5%;
	}


@media screen and (max-width: 600px) {
	.bcardimg	{
		display: none;
		}
	.bcardqr	{
		margin-top: 8px;
		margin-left:8px;
		display: block;
		}

	.bcardlft	{
		display: none;
		}
	.bcardrit	{
		display:none;
		}
	.bcco	{
		width:240px;
		height:240px;
		overflow:hidden;
		margin-top:100px;
		}
	.bcs18	{
		font-size:13px;
		}
	.bcs13	{
		font-size:11px;
		}
}


@media screen and (max-width: 500px) {
/*
 * entry hover fix to make iPhone happy
 */
	.cl10	{
		width:100%;
		background: lightgrey;
		}

	.cl11	{
		margin-left:5%;
		}

	.entry	{
		font-family: cooper;
		background-image:url(/img/pf_trans20px.png); 
		}

	.entry:hover {
		background: transparent;
		}
	.lh3018	{
		line-height:18px;
		}
	.morvid	{
		flex-direction: column;
		}

	.dtsmalscreen	{
		display: block;
		}

	.npdlsid	{
		height:50px;
		}

	.start_ft	{
		height:80px;
		}

	.start_cnt	{
		bottom:85px;
		}
		

	.nmar10	{
		margin-right:10px;
		}

	.smallhdtext	{
		font-size:18px;
		}
	.mobmtop20	{
		margin:auto;
		margin-top:0px;
		}

	#pf_cts	{
		display:none;
		}

	.xbodyti	{
		width:95%;
		}	
	.pf_notes	{
		width:95%;
		max-width:95%;
		margin-top:10px;
		height: 95vh;
		font-size:12px;
		}

	.hdinset	{
		border-radius: 0;
		border: 0; //1px solid #4c8b46;
		width:50%;
		margin:auto;
		width:33%;
		height:30px;
		position: relative;
		top:2px;
		color:#4c8b46;
		font-family: cooperh;
		background:var(--white);
		}

	.iBox	{
		width:270px;
		height:270px;
		}
	.langde, .langen	{
		width: 24px;
		heighT:24px;
		right:15px;
		}
	#bmicon, #bmiconv, .bmicon	{
		padding-top:0px;
		}

	#pf_actd	{
		display: none;
		}
	#pf_actm	{
		cursor: pointer;
		display: block;
		}

	.header_small_menu	{
		margin-top:20px;
		}
	#header_logoff	{
		margin-top:40px;
		}
	.ierror	{
		font-size:12px;
		padding:5px;
		}
	.fwi400	{
		width:90%;
		}

	.fix1	{
		margin-top:0px;
		}
	.pdftop	{
		padding-top: 2px;
		padding-bottom: 2px;
		height:30px;
		line-height: 23px;
		}
	.iauto20	{
		width:50%;
		}
	.iauto50	{
		width:80%;
		}
	.iauto80	{
		width:80%;
		}
	.inputbox	{
		font-size:14px;
		padding:5px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		}
	.inputboxfnt	{
		top: 6px;
		right: 5px;
		font-size:18px;
		position:absolute;
		z-index:500;
		}

	.varlh45	{
		line-height:30px;
		}
	.varft18	{
		font-size: 12px;
		}
	.varft1816	{
		font-size: 16px;
		}
	.varft18lg	{
		font-size: 15px;
		}
	.varft16	{
		font-size: 14px;
		}
	.varft1412	{
		font-size: 12px;
		}
	.varft14	{
		font-size: 11px;
		}
	.varft8	{
		font-size: 8px;
		}
	.pad10	{
		padding: 0px;
		}

	.pad10t	{
		padding-top: 10px;
		}

	.hd_in	{
		height:80px;
		}

	.hd_drop	{
		display:none;
		}
	.hd_sel	{
		margin-top:20px;
		display:block;
		}
	.wi50	{
		width:90%;
		}
	.wi50m	{
		max-width:90%;
		min-width:90%;
		}
	.wi80	{
		width:100%;
		}

	.wi8090	{
		width:90%;
		}

	.wi60	{
		width:90%;
		}
	.wi60x	{
		width:65%;
		}
	.pad15	{
		padding:5px;
		}
	.varft28	{
		font-size: 14px;
		}
	.varft2014	{
		font-size: 14px;
		}
	.varft20	{
		font-size: 12px;
		}
	.varft20lg	{
		font-size: 18px;
		}

	.wh3025	{
		width: 25px;
		height: 25px;
		}

	.ahe280	{
		height:250px;
		}
	.ahe290	{
		height:270px;
		}
	.ahe300	{
		height:340px;
		}
	.ahe14	{
		height:15px;
		}
	.header_login	{
		text-align:center;
		font-size:15px;
		margin-right: 0px;
		}
	.mainmen	{
		right: 0px;
		}
	.hambug	{
		top:50px;
		right: 8px;
		}

	.header_ia_small	{
		height:90px; /* 100%; */
		width:75%;
		text-align:center;
		margin:auto;
		font-size: 18px;
		}
	.header_ia	{
		height:150px;
		font-size: 24px;
		width:75%;
		}

	.header_small	{
		background-position: -30px 10px;
		}

	.header_small_mobile	{
		background: var(--green);
		height:50px;
		}

	.header	{
		height:100px;
		background-size: contain;
		}
		
	}

@media all and (display-mode: standalone) {
	.dtstand	{
		display: block;
		}
}
