*, ::after, ::before{
	box-sizing: border-box;
	font-family: sans-serif;
}

body{
	overscroll-behavior: contain;
}

@font-face{
    font-family: Icomoon;
    src: url(../library/icomoon.woff);
	font-display: swap;
}

.box{
	text-align: center;
}

#copy{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 20px;
	background: rgba(0,0,0,0.7);
}

#copy .alert-header img{
	width: 40px;
	height: 40px;
}

#copy table{
	margin: 0 auto;
	height: 100%;
}

#table{
	width: 100%;
	padding: 0 8px;
	overflow: auto;
}

#scan-e{
	position: sticky;
	z-index: 1000000000;
	max-width: 500px;
	margin: 0 auto;
}

#close{
	position: fixed;
	top: 30px;
	right: 20px;
	z-index: 1000000000;
	display: none;
}

#box ul{
	padding-left: 15px
}

#box{
	font-size: 0.8em
}

#calendar{
	padding: 1em 0.5em 2em;
}

#calendar table{
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: inline-table;
    max-width: 900px;
	width: 100%;
	border: 1px solid #006;
	color: #006;
}

#calendar td[data-type]:not([data-type="title"]){
	cursor: pointer;
}

#calendar td[data-type]:not([data-type="title"]):hover{
	background: #ace;
}

#calendar tr{
	border-top: 1px solild #006;
	border-bottom: 1px solid #006;
}

#calendar th{
    width: 14.2857%;
}

#calendar td[data-type="title"]{
	font-size: 1.2em;
	font-weight: bold;
}

#calendar td:not([data-type]){
	vertical-align: top;
	background: #ace;
}

#calendar td[data-date] > div:first-child{
	font-weight: bold;
}

table,tr,th,td{border-collapse:collapse}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number]{
	appearance: textfield;
	-moz-appearance: textfield;
}

#box-o{
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	overflow: hidden;
}

#box-o > div{
	overflow: auto;
	width: calc(100% + 30px);
	height: 100%;
}

body{
	background: #bdf;
}

.IHSSTitle{
	font-size: 1.6em;
	line-height: 1.2;
	text-align: center;
	color: #08f;
}

.IHSSTitle > span{
	font-weight: 400;
}

.form{
	text-align: center;
	max-width: 500px;
	padding: 10px 20px;
	margin: 0 auto;
}

.margin{
	margin: 10px auto;
}

.IHSSTable{
	margin: 0 auto 15px;
	display: inline-table;
	vertical-align: top;
}

.IHSSTableFitSize{width:100%}
.IHSSTable > thead > tr > td:not(.IHSSTitle td),
.IHSSTable > thead > tr > th:not(.IHSSTitle th),
.IHSSTable > tfoot > tr > th:not(.IHSSTitle th),
.IHSSTable > tfoot > tr > td:not(.IHSSTitle td),
.IHSSTable > tbody > tr > td:not(.IHSSTitle td){
	text-align: center;
	font-size: 0.8em;
	padding: 0.2em 0.3em;
	white-space: nowrap;
}

.IHSSTable > thead > tr > td[colspan]:not(.IHSSTitle td),
.IHSSTable > tfoot > tr > td[colspan]:not(.IHSSTitle td){
	text-align: left;
}

.IHSSTable > tbody > tr > td:not(.IHSSTitle td):not(.selected td){
	color: #048;
}

.IHSSTable > tbody > tr.detail > td:not(.IHSSTitle td){
	text-align: left;
}

.IHSSTable > thead > tr > th:not(.IHSSTitle th),
.IHSSTable > tfoot > tr > th:not(.IHSSTitle th){
	font-size:0.8em,
}
.IHSSTable > tbody:nth-child(2) > tr:not(.IHSSTitle tr){background:#fff}
.IHSSTable > tbody:nth-child(2) > tr:nth-child(even):not(.IHSSTitle tr){background: #eee}
.IHSSTable > thead > tr:last-child:not(.IHSSTitle tr){border-bottom:2px solid #000}
.IHSSTable > tfoot > tr:first-child:not(.IHSSTitle tr){border-top:2px solid #000}

.IHSSTableSelectedHeader{font-size:1.2em}

.IHSSTableSelectedInfo{
	margin: 5px;
	text-align: center;
	color: #000;
	background: #eee;
	border: 1px solid #000;
	font-size: 1.6em;
	line-height: 1.4;
	border-radius: 5px;
}

.IHSSTablePageChange{
	text-decoration: none;
	display: inline-block;
	border: 1px solid #9cf;
	min-width: 1.8em;
	padding: 5px;
	margin: 0 2px;
	cursor: pointer;
	text-align: center;
	border-radius: 4px
}

.IHSSTablePageUnchange{
	text-decoration: none;
	display: inline-block;
	border: 1px solid #444;
	min-width: 1.8em;
	padding: 5px;
	margin: 0 2px;
	background: #ffc;
	text-align: center;
	border-radius: 4px
}

.IHSSTablePageChange:hover{
	border: 1px solid #888;
	background: #eee;
}

.IHSSTable tbody tr.selected:not(.IHSSTitle tr){background:#19f!important; color:#fff!important}

.IHSSTable tfoot td:not(.IHSSTitle td) .selectedRow, .IHSSTable thead td:not(.IHSSTitle td) .selectedRow{display:none}

.IHSSTableSelectedRow{
	background: #19f;
	color: #fff;
}

.IHSSTableButtons{
	display: inline-block;
	border: 1px solid #08f;
	font-size: 1.2em;
	padding: 4px 10px;
	margin: 4px;
	color: #07d;
	outline: 0;
	text-align: center;
	cursor: pointer;
	background: #def;
	border-radius: 5px;
}

.IHSSTableButtons:hover{
	background: #bdf;
}

.IHSSTableButtons.disabled{
	background: #eee;
	color: #888;
	cursor: not-allowed;
	border: 1px solid #888;
}

.IHSSearchInput{
	color: #000;
	background: #fff;
	border: 1px solid #888;
	padding: 0;
	outline: 0;
	font-size: 1em;
	text-align: left;
	margin: 4px;
}

.IHSSearchInput:focus{
	border: 1px solid #000;
	background: #eee;
}

.IHSSEditorFilterHeader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1000000;
    overflow: auto;
	background: #bdf;
}

.IHSSFilterContainer, .IHSSEditorContainer, .IHSSDeleteAlert, .IHSSPageAlert{
    width: 100%;
    text-align: center;
}

.IHSSPageAlert{
	position: absolute;
	top: 0;
	left: 0;
}

.IHSSFilterContainerArea, .IHSSEditorContainerArea, .IHSSDeleteContainerArea{
    padding: 20px;
}

.IHSSFilterBox, .IHSSEditorBox, .IHSSDeleteBox{
    display: inline-block;
	vertical-align: middle;
    background: #bdf;
    border-radius: 20px;
	position: relative;
	z-index: 1;
}

.IHSSFilterPopup, .IHSSEditorPopup{
	z-index: 2;
}

.IHSSFilterTitle, .IHSSEditorTitle, .IHSSDeleteTitle{
	font-size: 1.6em;
	margin: 5px 10px 15px;
	text-align: center;
	line-height: 1;
	color: #05a;
}

.IHSSEditorPages{
	margin: 0 auto;
	text-align: center;
}

.IHSSEditorPages td{
	width: 60px;
	background: #def;
	color: #05a;
	cursor: pointer;
}

.IHSSEditorPages td:hover{
	text-decoration: underline;
}

.IHSSEditorPageSelected{
	background: #05a!important;
	color: #eee!important;
}

.IHSSFilterItemBox, .IHSSEditorItemBox{
    margin: 15px;
	padding: 8px;
    border: 1px solid #06a;
	background: rgba(255,255,255,0.5);
	border-radius: 8px;
}

.IHSSFilterItemBoxComponent, .IHSSEditorItemBoxComponent{
	display: inline-block;
	vertical-align: top;
}

.IHSSFilterPopup .IHSSFilterItemBoxComponent, .IHSSEditorPopup .IHSSEditorItemBoxComponent{
	background: #def;
	padding-bottom: 5px;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

.IHSSFilterItemTitle, .IHSSEditorItemTitle{
    width: 100%;
    font-size: 0.8em;
    color: #05a;
    padding: 0 10px;
}

.IHSSEditorItemNumberCrease{
	display: inline-block;
	background: #08f;
	padding: 8px;
	margin: 0 5px;
	width: 2em;
	font-size: 1.2em;
	color: #fff!important;
	border-radius: 16px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.IHSSEditorItemNumberCrease table{
	width: 0.8em;
	height: 0.8em;
	margin: 0 auto;
}

.IHSSEditorItemNumberCrease tr:first-child td:nth-child(2){
	width: 3px;
}

.IHSSEditorItemNumberCrease tr:nth-child(2){
	height: 3px;
}

.IHSSEditorItemNumberCrease:hover{
	background: #07d;
}

.IHSSEditorItemNumberCrease .highlighted{
	background: #fff;
}

.IHSSFilterItemTextInput, .IHSSEditorItemTextInput{
	color: #08f;
	background: #fff;
	font-size: 1em;
	line-height: 1.2;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 4px;
	border: 1px solid #29f;
}

.IHSSFilterItemDateInput, .IHSSEditorItemDateInput{
	font-size: inherit;
	line-height: 1.2;
	display: inline;
	color: inherit;
	background: transparent;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	width: 1.6em;
	text-align: center;
}

.IHSSFilterItemDateInput:focus, .IHSSEditorItemDateInput:focus{
	background: #eef8ff;
}

.IHSSFilterItemTextInput:focus, .IHSSEditorItemTextInput:focus{
	border: 1px solid #05a;
	background: #eef8ff;
}

.IHSSFilterItemCheckbox, .IHSSEditorItemCheckbox{
	width: 5.2em;
	height: 1.7em;
	padding: 0.5em;
	position: relative;
	margin: 0.25em auto;
}

.IHSSFilterItemCheckboxUnchecked, .IHSSFilterItemCheckboxChecked, .IHSSEditorItemCheckboxChecked, .IHSSEditorItemCheckboxUnchecked{
	width: 5em;
	height: 1.5em;
	border: 0.5em solid transparent;
	background: #aaa;
	position: absolute;
	top: 0.1em;
	left: 0.1em;
	border-radius: 0.5em;
}

.IHSSFilterItemCheckboxChecked, .IHSSEditorItemCheckboxChecked{
	display: none;
	background: #048;
}

.IHSSFilterItemCheckboxBar, .IHSSEditorItemCheckboxBar{
	position: absolute;
	top: 0;
	left: 0;
	width: 2.6em;
	border: 0.075em solid #048;
	height: 1.7em;
	font-size: 1em;
	line-height: 1;
	text-align: center;
	color: #048;
	background: #fff;
	border-radius: 0.5em;
}

.IHSSEditorFixed{
	min-width: 100px;
	font-size: 1em;
	color: #222;
	padding: 4px 9px;
	line-height: 1.2;
	background: rgba(0,0,0,0.1);
}

.IHSSFilterItemBox select, .IHSSEditorItemBox select{
    padding: 4px;
    outline: 0;
	margin: 0.25em auto;
    font-size: 1em;
	line-height: 1.2;
	border: 1px solid #048;
	background: #fff;
}

.IHSSFilterItemSelectBox, .IHSSEditorItemSelectBox{
    font-size: 1em;
    padding: 4px 16px;
    text-align: center;
    color: #05a;
    background: #fff;
    margin: 2px auto;
    line-height: 1.2;
}

.IHSSFilterItemOptionBox, .IHSSEditorItemOptionBox{
    max-height: 200px;
    overflow: auto;
    background: #fff;
    margin: 0 auto;
}

.IHSSFilterItemOptionBox table, .IHSSEditorItemOptionBox table{
    margin: 0 auto;
}

.IHSSFilterItemOptionBox td, .IHSSEditorItemOptionBox td{
    font-size: 1em;
    padding: 4px 0.6em;
    border: 0;
    color: #06c;
    background: #fff;
    cursor: pointer;
    line-height: 1.2;
}

.IHSSFilterItemOptionBox tr.header th, .IHSSEditorItemOptionBox tr.header th{
	position: sticky;
	background: #bdf;
	color: #05a;
	top: 0;
	padding: 0 0.5em;
}

.IHSSFilterItemOptionBox tr:hover td, .IHSSEditorItemOptionBox tr:hover td{
    background: #ddd;
}

.IHSSFilterItemOptionBox .selected td, .IHSSEditorItemOptionBox .selected td{
    background: #05a!important;
    color: #fff!important;
}

.IHSSEditorFile{
	background: #08f;
	color: #fff;
	cursor: pointer;
	border-radius: 0.25em;
}

.IHSSEditorFile:hover{
	background: #06c;
	text-decoration: underline;
}

.IHSSEditorFileItem{
	background: #fff;
	color: #06c;
	border: 1px solid #08f;
	padding: 0.25em;
	margin: 0.2em 0.5em;
	font-size: 0.8em;
	border-radius: 0.25em;
}

.IHSSEditorFileDelete{
	width: 1.4em;
	line-height: 1.4;
	height: 1.4em;
	background: #bdf;
	border-radius: 0.7em;
	cursor: pointer;
	float: left;
}

.IHSSEditorFileDelete:hover{
	background: #9cf;
}

.IHSSFilterItemPop, .IHSSEditorItemPop{
	cursor: pointer;
}

.IHSSFilterItemPop:hover, .IHSSEditorItemPop:hover{
	background: #ddd;
}

.IHSSFilterItemPop:after, .IHSSEditorItemPop:after{
	content: ">";
	width: 1em;
	height: 1em;
	text-align: center;
	color: #000;
	float: right;
	padding: 0;
	font-weight: bold;
}

.IHSSEditorValidateError{
	color: #f00;
	font-size: 1em;
}

.IHSSDeleteAlertText{
	padding: 10px 15px 0;
	font-size: 1em;
	color: #06c;
	text-align: center;
}

.IHSSFilterButtons, .IHSSEditorButtons, .IHSSDeleteButtons, .IHSSDateTimeButtons{
	display: inline-block;
	margin: 15px 5px;
	padding: 5px 15px;
	border: 0;
	font-size: 1em;
	text-align: center;
	background: #08f;
	color: #fff;
	border-radius: 8px;
	cursor: pointer;
}

.IHSSFilterButtons:hover, .IHSSEditorButtons:hover, .IHSSDeleteButtons:hover, .IHSSDateTimeButtons:hover{
	background: #06c;
}

.IHSSFilterItemAddBox, .IHSSEditorItemAddBox{
	display: inline-block;
	background: #08f;
	padding: 2px 10px;
	font-size: 0.8em;
	margin: 3px;
	color: #fff!important;
	border-radius: 8px;
	cursor: pointer;
}

.IHSSFilterItemAddBox:hover, .IHSSEditorItemAddBox:hover{
	background: #06c;
}

.IHSSPageStep{
	margin: 0.4em auto;
	text-align: center;
	background: #fff;
	width: 100%;
}

.IHSSPageStepNumber{
	display: inline-block;
	font-size: 1.6em;
	text-align: center;
	background: #ddd;
	color: #000;
	font-weight: bold;
	width: 1.6em;
	line-height: 1;
	height: 1.6em;
	padding: 0.2em;
	border: 0.1em solid #000;
	border-radius: 1.5em;
	outline: 0;
	cursor: pointer;
}

.IHSSPageStepNumber:focus{
	border: 0.1em solid #888;
}

.IHSSPageStepNumber:hover{
	background: #ccc;
}

.IHSSPageStepDescription{
	display: inline-block;
	font-size: 1.6em;
	line-height: 1;
	font-weight: bold;
	text-align: left;
	padding: 0.5em;
}

.IHSSPageStepNext, .IHSSPageStepPrev, .IHSSPageStepFinish{
	display: inline-block;
	font-size: 1em;
	text-align: center;
	background: #444;
	padding: 0.5em 1em;
	outline: 0;
	color: #fff;
	border: 0;
	cursor: pointer;
	margin: 0.5em;
	border-radius: 4px;
}

.IHSSPageStepNext:focus, .IHSSPageStepNext:hover, .IHSSPageStepPrev:focus, .IHSSPageStepPrev:hover, .IHSSPageStepFinish:focus, .IHSSPageStepFinish:hover{
	text-decoration: underline;
}

.IHSSDateTime{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000000;
	background: rgba(0,0,0,0.5)
}

.IHSSDateTimeEditor{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.2em;
	background: #eee;
	color: #000;
	z-index: 20;
}

.IHSSDateTimeYMD, .IHSSDateTimeHMS{
	color: #000;
	background: #fff;
	padding: 5px 10px;
	text-align: center;
	font-size: 1.2em;
	line-height: 1;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
}

.IHSSDateTimeSelected{
	background: #444!important;
	color: #fff!important;
}

.IHSSCalendarBox{
	width: 100%;
	height: 100%;
}

.IHSSCalendarTable{
	vertical-align: middle;
	font-size: 1.2em;
	max-width: 600px;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 auto;
}

.IHSSCalendarTable table{
	border: 0;
	width: 100%;
	background: #fff;
}

.IHSSCalendarTable th, .IHSSCalendarTable td{
	padding: 5px 15px;
	text-align: center;
	box-sizing: border-box;
}

.IHSSCalendarTable th{
	width: 14.2857%;
}

.IHSSClock{
	margin: 0 auto;
	background: #fff;
	position: relative;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.IHSSDayChoice, .IHSSMonthChoice, .IHSSYearChoice{
	width: 100%;
	height: 100%;
	position: relative;
}

.IHSSYMDTable{
	width: 80%;
	margin: 0 auto;
}

.IHSSYMDTable td > div{
	margin: 0 auto;
	overflow: hidden;
}

.IHSSYMDTable td > div > div{
	width: calc(100% + 20px);
	height: 100%;
}

.IHSSYMDTable .inner{
	width: calc(100% - 20px);
	text-align: center;
}

.IHSSDateValues, .IHSSMonthValues{
	font-size: 1.2em;
	text-align: center;
	line-height: 1.2;
	color: #000;
	background: #eee;
	margin: 6px auto;
	max-width: 300px;
	padding: 5px;
	cursor: pointer;
	border-radius: 0.5rem;
}

.IHSSMonthValues{
	margin: 6px 10px;
	padding: 10px;
	display: inline-block;
	font-size: 1.6em;
}

.IHSSDateValues:hover, .IHSSMonthValues:hover{
	background: #ccc;
}

.IHSSClockMain, .IHSSClockDot{
	position: absolute;
	z-index: 1;
}

.IHSSClockMain div{
	width: 3px;
	height: 100%;
	margin: 0 auto;
	background: #000
}

.IHSSClockNumber{
	position: absolute;
	color: #000;
	text-align: center;
	line-height: 1;
	border-radius: 100%;
}

.IHSSClockDot div{
	width: 2px;
	height: 35%;
	margin: 0 auto;
	background: #000;
}

.IHSSClockFocusable{
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.IHSSClockFocusable:hover{
	background: #eee;
}

.IHSSClockNeedle{
	position: absolute;
	width: 5px;
}

.IHSSClockNeedle div{
	background: #666;
	height: 50%;
	width: 100%;
}

.IHSSClockCenter{
	position: absolute;
	background: #444;
}

@media screen and (max-width:600px){
	
	.IHSSDeleteAlertText, .IHSSEditorValidateError{font-size: 0.75em}

	.IHSSTable > thead > tr > td:not(.IHSSTitle td),
	.IHSSTable > tbody > tr > td:not(.IHSSTitle td),
	.IHSSTable > tfoot > tr > td:not(.IHSSTitle td),
	.IHSSTable > thead > tr > th:not(.IHSSTitle th),
	.IHSSTable > tfoot > tr > th:not(.IHSSTitle th),
	.IHSSFilterItemTitle, .IHSSEditorItemTitle, .IHSSFilterItemAddBox, .IHSSEditorItemAddBox{font-size: 0.6em}

	.IHSSCalendarTable, .IHSSTableButtons, .IHSSDateValues,
	.IHSSTableSelectedHeader, .IHSSEditorItemNumberCrease{font-size: 0.9em}

	.IHSSFilterItemTextInput, .IHSSEditorItemTextInput, 
	.IHSSFilterItemBox select, .IHSSFilterItemSelectBox, .IHSSFilterItemOptionBox td, .IHSSFilterButtons, .IHSSEditorFixed,
	.IHSSEditorItemBox select, .IHSSEditorItemSelectBox, .IHSSEditorItemOptionBox td, .IHSSEditorButtons, .IHSSDeleteButtons
	{font-size: 0.75em}

	.IHSSTableSelectedInfo, .IHSSMonthValues, .IHSSFilterTitle, .IHSSEditorTitle, .IHSSDeleteTitle{font-size: 1.2em}
	
}

@media print{

	.IHSSTableButtons, .IHSSearchInput .IHSSTable .pageInfo{display: none!important}
	
}