/***************************************************************/
/*
/* #_MSG
/*
/***************************************************************/
#_LOGOUT
{
	display:none;
}
#_MSG
{
	z-index:99;
	position:fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.9);
	font-size:15px;
	display:none;
	justify-content: center;
	align-items: center;
	padding: 35px;
}
#_MSG_center
{
    min-width: 60%;
    min-height: 20%;
    background-color:#fff;
    box-shadow: 0px 0px 10px 5px #000;
    border-radius: 25px;
    position: relative;
}
#_MSG_caption
{
	padding: 12px 35px;
	color: #151600;
	letter-spacing: 0.68px;
	font-size: 1.7rem;
	font-weight:700;
	background-color: var(--color-major);
	text-align: center;
	border-radius: 25px 25px 0 0;
}
#_MSG_caption:empty
{
	/*display:none;*/
}
#_MSG_text
{
	text-align: center;
	color: #202023;
	padding: 12px 35px;
}
#_MSG_text .error
{
	color: inherit;	
}
#_MSG_close
{
	position: absolute;
	right: -10px;
	top: -10px;
	cursor:pointer;
	width: 40px;
	height:40px;
	background-color: var(--color-highlight);
	transform:rotate(45deg);
	border-radius: 100%;
	border: 1px solid var(--color-darklight);
	box-shadow: 0 0 5px 0px rgb(0 0 0 / 75%);
}
#_MSG_close::before
{
	content:"";
	width: 4px;
	height: calc(100% - 16px);
	position:absolute;
	left:50%;
	top: 8px;
	margin-left: -2px;
	background-color: #ffffff;
	transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	border-radius: 1px;
}
#_MSG_close::after
{
	content:"";
	height:4px;
	width: calc(100% - 16px);
	position:absolute;
	top:50%;
	left:8px;
	margin-top:-2px;
	background-color:#ffffff;
	transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	border-radius: 1px;
}
#_MSG_close:hover
{
	background-color: var(--color-darklight);
}
#_MSG_ok
{
	cursor:pointer;
	background-color: var(--color-highlight);
	color: #fff;
	text-align: center;
	padding: 12px 33px;
	border-radius: 25px;
	margin: 0px 35px 7px;
}
#_MSG_ok:hover
{
	background-color: var(--color-darklight);
}
#_MSG_ok:empty
{
	display:none;
}
#_MSG_error,
#_MSG_scrollto,
#_MSG_confirm_box,
#_MSG_system_box
{
	display:none;
}

#_MSG_confirm,
#_MSG_cancel
{
	width: calc(50% - 8px);
	cursor: pointer;
	background-color: var(--color-highlight);
	color: #fff;
	text-align: center;
	padding: 12px 0px;
	border-radius: 0 0 25px 25px;
	margin-bottom: 5px;
	box-sizing: border-box;
}
#_MSG_confirm
{
	float: left;
	border-bottom-right-radius: 0px;
	margin-left: 5px;
}
#_MSG_cancel
{
	float: right;
	border-bottom-left-radius: 0px;
	background-color: var(--color-minor);
	margin-right: 5px;
}
#_MSG_confirm:hover
{
	background-color: var(--color-darklight);
}
#_MSG_cancel:hover
{
	background-color: var(--color-major);
}
#_MSG_ga_code,
#_MSG_textarea
{
	display:block;
	width:80%;
	margin:20px auto;
	text-align:center;
}
#_MSG_textarea
{
	text-align: left;
}
/***************************************************************/
/*
/* #_NOTICE
/*
/***************************************************************/
#_NOTICE
{
	z-index:99;
	display:none;
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	padding:20px 0px 10px 0px;
	text-align:center;
}
#_NOTICE_text
{
	background-color:var(--color-major);
	color: #fff;
	text-align:center;
	font-size: 15px;
	padding:10px 15px;
	border-radius:3px;
	display:none;
}
/***************************************************************/
/*
/* #_WAIT
/*
/***************************************************************/
#_WAIT
{
	z-index:99;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0 0 0 / 0%);
	display:none;
}
#_WAIT_logo
{
	color: #888;
	font-size:15px;
	font-weight:900;
	position: absolute;
	left:0px;
	top: 40%;
	width:100%;
	text-align: center;
	letter-spacing:3px;
	font-variant:small-caps;
	font-family: 'Comfortaa', cursive;
}
#_WAIT_barscroll
{
	margin:10px auto 0px auto;
	background-color: #cecece;
	height:16px;
	border-radius:13px;
	width:200px;
	max-width:80%;
	box-shadow:2px 2px 0px rgba(0,0,0,0.5) inset,-2px -2px 0px rgba(255,255,255,0.5) inset;
	padding:5px;
	border:2px solid #dadada;
}
#_WAIT_bars
{
	background-color:#333;
	width:100%;
	height:100%;
	box-shadow:2px 2px 0px rgba(255,255,255,0.5) inset,-2px -2px 0px rgba(0,0,0,0.5) inset;
	border-radius:inherit;
	position:relative;
	overflow:hidden;
}
._WAIT_bar
{
	width:40px;
	height:100%;
	position:absolute;
	top:0px;
	transform:skewX(20deg);
	-o-transform:skewX(20deg);
	-ms-transform:skewX(20deg);
	-moz-transform:skewX(20deg);
	-webkit-transform:skewX(20deg);
}
._WAIT_bar::after
{
	content:"";
	width:50%;
	height:100%;
	background-color:rgba(255,255,255,0.3);
	position:absolute;
	left:0px;
	top:0px;
}
/***************************************************************/
/*
/* DATE PICKER @ head.php
/*
/***************************************************************/
#_DATE
{
	width:252px;
	border: 1px solid #CACACA;
	font-family:Verdana;
	font-size:12px;
	display:none;
	position:absolute;
	z-index:99;
	background-color:#fff;
	border-radius: 2px;
	padding: 5px 5px 6px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#_DATE_yearmonths
{
    padding: 0px 30px;
    color: #fff;
    position: relative;
    border: 1px solid #ABABAB;
	text-align: center;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#d1d1d1), color-stop(50%,#dbdbdb), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
}
#_DATE_year
{
	color:#000;
	font-weight:700;
	float:left;
	width:50%;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
#_DATE_month
{
	color:#000;
	font-weight:700;
	float:left;
	width:50%;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
#_DATE_next
{
	position:absolute;
	width:30px;
	height:30px;
	right:0px;
	top:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
#_DATE_next::before
{
	color:#000;
	content:"\e01b";
}
#_DATE_prev
{
	position:absolute;
	width:30px;
	height:30px;
	left:0px;
	top:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
#_DATE_prev::before
{
	color:#000;
	content:"\e01c";
}
._DATE_week
{
    width: 36px;
    height: 25px;
    float: left;
	font-weight: 700;
    color: #333;
	font-variant:small-caps;
	display:flex;
	justify-content:center;
	align-items:center;
}
._DATE_day
{
	width: 34px;
	height: 34px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #525252;
	margin: 1px;
	border-radius: 1px;
}
._DATE_day.valid
{
	cursor:pointer;
	font-weight:700;
	box-shadow:inset 0px 0px 0px 1px #d5d5d5;
	background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 50%, #e6e6e6 51%, #ebebed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#f1f1f1), color-stop(51%,#e6e6e6), color-stop(100%,#ebebed));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ebebed',GradientType=0 );
}
._DATE_week.sun,
._DATE_day.valid.sun
{
	color:#800;
}
._DATE_week.sat,
._DATE_day.valid.sat
{
	color:#080;
}
._DATE_day.selected
{
	color:#f48924!important;
}


#_DATE_years,
#_DATE_months
{
	display:none;
	margin-top:6px;
}
._DATE_year_opt,
._DATE_month_opt
{
	width: 82px;
	height: 35px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #525252;
	margin: 1px;
	border-radius: 1px;
	cursor:pointer;
	font-weight:700;
	box-shadow:inset 0px 0px 0px 1px #d5d5d5;
	background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 50%, #e6e6e6 51%, #ebebed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#f1f1f1), color-stop(51%,#e6e6e6), color-stop(100%,#ebebed));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ebebed',GradientType=0 );
}


#_DATE_day_init,
#_DATE_year_opt_init
{
	display:none;
}

/***************************************************************/
/*
/* TIME PICKER @ head.php
/*
/***************************************************************/
#_TIME
{
	width:300px;
	border: 1px solid #CACACA;
	font-family:Verdana;
	font-size:12px;
	display:none;
	position:absolute;
	z-index:99;
	background-color:#fff;
	border-radius: 2px;
	padding: 5px 5px 6px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#_TIME_hourminutes
{
    padding: 0px 0px;
    color: #fff;
    position: relative;
    border: 1px solid #ABABAB;
	text-align: center;
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 0%, #d1d1d1 49%, #dbdbdb 50%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#d1d1d1), color-stop(50%,#dbdbdb), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#d1d1d1 49%,#dbdbdb 50%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2',GradientType=0 );
}
#_TIME_hour
{
	color:#000;
	font-weight:700;
	float:left;
	width:50%;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;	
}
#_TIME_minute
{
	color:#000;
	font-weight:700;
	float:left;
	width:50%;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
#_TIME_colon
{
	position:absolute;
	width:10px;
	height:100%;
	left:calc(50% - 5px);
	top:0px;
}
#_TIME_colon::before,
#_TIME_colon::after
{
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	left:calc(50% - 2px);
	top:calc(50% - 7px);
	background-color:#000;
	border-radius:100%;
}
#_TIME_colon::after
{
	top:calc(50% + 3px);
}
#_TIME_hours,
#_TIME_minutes
{
	margin-top:6px;
	position:relative;
	display:none;
}
._TIME_hour_opt,
._TIME_minute_opt
{
	width: 48px;
	height: 34px;
	float:left;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #525252;
	margin: 1px;
	border-radius: 1px;
	cursor:pointer;
	font-weight:700;
	box-shadow:inset 0px 0px 0px 1px #d5d5d5;
	background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f1f1f1 50%, #e6e6e6 51%, #ebebed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(50%,#f1f1f1), color-stop(51%,#e6e6e6), color-stop(100%,#ebebed));
    background: -webkit-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: -o-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: -ms-linear-gradient(top, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%,#f1f1f1 50%,#e6e6e6 51%,#ebebed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ebebed',GradientType=0 );
}
._TIME_minute_opt
{
	width:28px;
}
._TIME_hour_opt::after
{
	content:":"attr(attr);
	font-size:9px;
	color: #b8b8b8;
}
/***************************************************************/
/*
/* FILE UPLOAD
/*
/***************************************************************/
#_FORM,
#_FORM1
{
	display:none;
}
/***************************************************************/
/*
/* SELECT BOX
/*
/***************************************************************/
._SELECT
{
	border:1px solid #dadada;
	background-color:#fff;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	position:relative;
	display:inline-block;
	width:100%;
	cursor:pointer;
	border-radius:3px;
}
._SELECT::before
{
	content:"";
	width:0px;
	height:0px;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
	border-top:4px solid #333;
	border-bottom:none;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:1px;
}
._SELECT::after
{
	content:"";
	width:0px;
	height:0px;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
	border-top:none;
	border-bottom:4px solid #333;
	position:absolute;
	right:10px;
	bottom:50%;
	margin-bottom:1px;
}
input._SRHBOX
{
	border:none;
	border-bottom:1px solid #dadada;
}
._OPTBOX
{
	padding:3px 15px;
	margin-right:30px;
	height:30px;
	line-height:30px;
}
._OPTIONS
{
	z-index:2;
	border:1px solid #dadada;
	position:absolute;
	width:200%;
	max-height:400px;
	overflow-y:scroll;
	left:-1px;
	top:100%;
	margin:5px 0px 0px 0px;
	background-color:#fff;
	box-shadow:1px 1px 1px #000;
	display:none;
}
._SELECT.locate4 ._OPTIONS
{
	left:auto;
	right:-1px;
}
._OPTION
{
	padding:10px 0px;
	cursor:pointer;
	transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
    width:25%;
    float:left;
}
._OPTION::before
{
	content:attr(option);
	display:block;
	margin:0px 0px 0px 15px;
}
._OPTION:hover
{
	box-shadow:5px 0px 0px 0px #707169 inset;
	background-color:#f8f8f8;
}
._SELECT.columnstyle ._OPTIONS
{
	width:auto;
	min-width:100%;
}
._SELECT.columnstyle ._OPTION
{
	clear:both;
	display:block;
	white-space:nowrap;
	width:100%;
}
/***************************************************************/
/*
/* CHECKBOX
/*
/***************************************************************/
._iCHECK
{
	display:none;
}
._iCHECK+label
{
	display:block;
	border:2px solid #EEE8AA;
	box-shadow:0px 0px 0px 1px #00466B, 0px 0px 0px 1px #00466B inset;
	width:16px;
	height:16px;
	border-radius:3px;
	margin:10px auto;
	cursor:pointer;
	position:relative;
	transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
._iCHECK:checked+label
{
	border-radius:100%;
}
._iCHECK:checked+label::before
{
	content:"";
	width:80%;
	height:80%;
	position:absolute;
	left:10%;
	top:10%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:80%;
	background-image:url(../../img/checkmark.svg);
}
/***************************************************************/
/* _TOGGLE
/***************************************************************/
._TOGGLE
{
	border: 1px solid #cfd0c8;
	width:60px;
	height:20px;
	border-radius:12px;
	background-color: #f9f9f6;
	position:relative;
	cursor:not-allowed;
	overflow:hidden;
}
._TOGGLE.enable
{
	cursor:pointer;
}
._TOGGLE.checked
{
	background-color: #efeab7;
	border: 1px solid #d0cb98;
}
._TOGGLE::after
{
	content:"";
	width: 14px;
	height: 14px;
	border: 1px solid #BDBDBD;
	background-color: #FAFAFA;
	position:absolute;
	left: 2px;
	top: 2px;
	border-radius:100%;
	box-shadow: -1px -1px 1px #E0E0E0 inset, -2px -1px 4px 0px #9E9E9E inset, -2px -2px 4px 3px #F5F5F5 inset;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
}
._TOGGLE.checked::after
{
	left:42px;
	border: 1px solid #795548;
	background-color: #D7CCC8;
	box-shadow: -1px -1px 1px #A1887F inset, -2px -1px 4px 0px #4E342E inset, -2px -2px 4px 3px #a9877c inset;
}
._TOGGLE::before
{
	content:attr(off);
	position:absolute;
	left: 20px;
	top: 50%;
	width:40px;
	text-align:center;
	color: #cfd0c8;
	font-size: 12px;
	margin-top: -7px;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
}
._TOGGLE.checked::before
{
	content:attr(on);
	color: #795548;
	left:0px;
}

/***************************************************************/
/*
/* SWITCH
/*
/***************************************************************/
._SWITCH
{
	display:none;
}
._SWITCH_LABEL
{
	display:inline-block;
	width:80px;
	height:24px;
	border-radius:12px;
	border:1px solid #e5e5e5;
	position:relative;
	background-color:#bbb;
	color:#888;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	font-family: "Font Awesome 5 Free";
}
._SWITCH:checked+._SWITCH_LABEL
{
	background-color:#0a8ea0;
	color:#e5e5e5;
}
._SWITCH+._SWITCH_LABEL::before
{
	content:attr(off);
	position:absolute;
	height:100%;
	right:10px;
	top:0px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:700;
	font-size:11px;
}
._SWITCH:checked+._SWITCH_LABEL::before
{
	content:attr(on);
	right:auto;
	left:10px;
}
._SWITCH_LABEL::after
{
	content:"";
	background: #000;
	background: radial-gradient(circle at 10% 10%, #bbb, #000);
	width:20px;
	height:20px;
	border-radius:100%;
	position:absolute;
	left:2px;
	top:2px;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:700;
	content:"\f00d";
	color:#e5e5e5;
}
._SWITCH:checked+._SWITCH_LABEL::after
{
	background: radial-gradient(circle at 10% 10%, #0a8ea0, #000);
	left:calc(100% - 22px);
	content:"\f00c";
}
._EDIT_BOX
{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
input._EDIT_VAL
{
	min-width: 100px;
}
._EDIT_BTNS
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 5px;
}
._EDIT_CANCEL,
._EDIT_SUBMIT
{
	font-family: "cha-iconfont";	
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
._EDIT_CANCEL::after,
._EDIT_SUBMIT::after
{
	content: "\e060";
	color: var(--color-red);
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}
._EDIT_SUBMIT::after
{
	content: "\e061";
	color: var(--color-green);
}
/***************************************************************/
/*
/* CHECK
/*
/***************************************************************/
._CHECK
{
	display:none;
}
._CHECK_LABEL
{
	width:12px;
	height:12px;
	border-radius:3px;
	border:2px solid #888;
	position:relative;
	font-family: "Font Awesome 5 Free";
	position:absolute;
	left:15px;
	top:calc(50% - 8px);
	display:flex;
	justify-content:center;
	align-items:center;
	font-weight:700;
}
._CHECK:checked+._CHECK_LABEL
{
	border-color:#41A064;
}
._CHECK:checked+._CHECK_LABEL::after
{
	content:"\f00c";
	font-size:11px;
	color:#41A064;
}

/***************************************************************/
/*
/* _QTY_UP_DOWN
/*
/***************************************************************/
._QTY_UP_DOWN
{
	border: 1px solid var(--color-deep-gray);
	height: 35px;
	box-sizing:border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	font-family: "Font Awesome 5 Free";
	border-radius: 3px;
}
._QTY_UP_DOWN input
{
	border: none;
	height: 100%;
	width: calc(100% - 70px);
}
._QTY_UP_DOWN::before
{
	content: "\f078";
	width: 35px;
	height: 100%;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: var(--color-deep-gray);
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid var(--color-deep-gray);
	cursor: pointer;
}
._QTY_UP_DOWN::after
{
	content: "\f077";
	width: 35px;
	height: 100%;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: var(--color-deep-gray);
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid var(--color-deep-gray);
	cursor: pointer;
}
#_COPY_input
{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
	opacity: 0;
}
#SHOW_IF_ERR
{
	border: 1px solid var(--color-red);
	color: var(--color-red);
	padding: 15px 30px;
	border-radius: 3px;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	display: none;
}

._SLIDE_RANGE
{
	height: 40px;
	position: relative;
}
._SLIDE_RANGE_BAR
{
	border: 1px solid var(--color-deep-gray);
	height: 2px;
	border-radius: 1px;
	background-color: var(--color-white);
	position: absolute;
	left: 10px;
	right: 10px;
	top: calc(50% - 2px);
}
._SLIDE_RANGE_MIN_BTN,
._SLIDE_RANGE_MAX_BTN
{
	border: 1px solid var(--color-deep-gray);
	width: 18px;
	height: 18px;
	border-radius: 100%;
	cursor: pointer;
	background-color: var(--color-white);
	position: absolute;
	left: 0px;
	top: calc(50% - 10px);
	background-image: radial-gradient(closest-side at 30% 30%, var(--color-white) 0%, var(--liff-caption-major) 100%);
}
._SLIDE_RANGE_MAX_BTN
{
	left: auto;
	right: 0px;
}
._SLIDE_RANGE_MIN_SHOW,
._SLIDE_RANGE_MAX_SHOW
{
	position: absolute;
	left: calc(100% + 5px);
	top: calc(50% - 15px);
	border: 1px solid var(--color-deep-gray);
	background-color: var(--color-white);
	height: 28px;
	padding: 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
._SLIDE_RANGE_MAX_SHOW,
._SLIDE_RANGE_MIN_SHOW.left_side
{
	left: auto;
	right: calc(100% + 5px);
}
._SLIDE_RANGE_MAX_SHOW.right_side
{
	left: calc(100% + 5px);
	right: auto;
}