<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.is-pad
{
	display: none;
	position: fixed;
	z-index: 1999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

.is-pad.is-message-pad
{
	z-index: 1998;
}

.is-pad section
{
	display: block;
	width: 0%;
	height: 0%;
	margin: 50%;
	border-width: 1px;
	border-style: solid;
	border-radius: 15px;
	background-color: #f8f8f8;
	border-color: lightgrey;
	overflow: hidden;
}

.is-pad .is-on-pad
{
	display: block;
	width: 0%;
	height: 0%;
	margin: 50%;
	border-width: 1px;
	border-style: solid;
	border-radius: 15px;
	background-color: white;
	border-color: lightgrey;
	overflow: auto;
	padding: 25px 30px 25px 30px;
}

/* shutter */
.is-pad .is-on-pad button[type=reset].is-shutter.is-small
{
	width: 16px;
	height: 16px;
	background-image: url('./image/pad-grid.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	margin: 5px 0 0 9px;
	padding: 0;
}

.is-pad .is-on-pad button[type=reset]:before,
.is-pad .is-on-pad button[type=reset]:after
{
	content: none;
}

.is-pad .is-on-pad .is-control
{
	display: block;
}

/* control */
.is-pad .is-on-pad .is-control button[type=reset]
{
	font-family: my-new-regular-font, sans-serif;
	font-size: 15px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	border-radius: 17px;
	padding: 4px 16px 6px 16px;
	margin: 7px 5px 5px 0;
	border-color: grey;
	color: grey;
	width: auto;
	height: auto;

	background-image: none;
	/*float: left;*/
	display: inline-block;
}

.is-pad .is-on-pad .is-control button[type=reset]:before
{
	width: 16px;
	height: 16px;
	background-image: url('./image/form-grid.png');
	background-repeat: no-repeat;
	content: '';
	margin: 0 5px 0 0;
	position: relative;
	display: inline-block;
	background-position: 0 0;
	top: 4px;
	left: 0px;
}

.is-pad .is-on-pad .is-control button.is-submit-button
{
	font-family: my-new-regular-font, sans-serif;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	color: white;
	cursor: default;
	border-radius: 17px;
	padding: 4px 16px 6px 16px;
	margin: 7px 5px 5px 0;
	width: auto;
}

.is-pad .is-on-pad .is-control button.is-submit-button:disabled
{
	background-color: #c8c8c8;
	border-color: #c8c8c8;
	cursor: default;
}

.is-pad .is-on-pad .is-control button.is-submit-button:before
{
	width: 16px;
	height: 16px;
	background-image: url('./image/form-grid.png');
	background-repeat: no-repeat;
	content: '';
	margin: 0 5px 0 0;
	position: relative;
	display: inline-block;
	background-position: -50px 0;
	top: 4px;
	left: -1px;
}

.is-pad .is-on-pad h2
{
	overflow: hidden;
	text-overflow: ellipsis;
}

.is-pad .is-on-pad p
{
}
</pre></body></html>