/***************************************************************/
/*
/* #_MSG
/*
/***************************************************************/
#_LOGOUT
{
	display:none;
}
#_MSG
{
	z-index:99;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.9);
	font-size:15px;
	display:none;
}
#_MSG_center
{
    position: absolute;
    min-width: 40%;
    min-height: 20%;
    border-radius: 0px;
    border: 1px solid #dadada;
    background-color:#fff;
    box-shadow: 0px 0px 10px #fff;
    padding-bottom:51px;
    border-radius:3px;
    overflow:hidden;
}
#_MSG_caption
{
	padding:20px 30px;
	height:19px;
	color: #333;
	letter-spacing:2px;
	font-size: 15px;
	font-weight:700;
	/* border-bottom:1px solid #dadada; */
}
#_MSG_caption:empty
{
	/*display:none;*/
}
#_MSG_text
{
	margin:20px 30px;
	text-align: center;
	color: #555;
}
#_MSG_text .error
{
	color: inherit;	
}
#_MSG_close
{
	position: absolute;
	right:20px;
	top:8px;
	cursor:pointer;
	width:40px;
	height:40px;
	transform:rotate(45deg);
}
#_MSG_close::before
{
	content:"";
	width:2px;
	height:100%;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-1px;
	background-color:#dadada;
	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;
}
#_MSG_close::after
{
	content:"";
	height:2px;
	width:100%;
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-1px;
	background-color:#dadada;
	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;
}
#_MSG_close:hover::before,
#_MSG_close:hover::after
{
	background-color:#555;
}
#_MSG_ok
{	
	display:flex;
	height:50px;
	justify-content:center;
	align-items:center;
	width:100%;
	position:absolute;
	left:0px;
	bottom:0px;
	background-color:#fff;
	border-top:1px solid #dadada;
	font-weight:700;
	color: #333;
	cursor:pointer;
}
#_MSG_ok:hover
{
	background-color:#eee;
}
#_MSG_ok:empty
{
	display:none;
}
#_MSG_error,
#_MSG_scrollto,
#_MSG_confirm_box,
#_MSG_system_box
{
	display:none;
}

#_MSG_confirm,
#_MSG_cancel
{
	width:50%;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-top:1px solid #dadada;
	text-align:center;
	position:absolute;
	cursor:pointer;
	bottom:0px;
}
#_MSG_confirm
{
	left:0px;
	border-right:1px solid #dadada;
}
#_MSG_cancel
{
	right:0px;
}
#_MSG_confirm:hover,
#_MSG_cancel:hover
{
	background-color:#f8f8f8;
}
#_MSG_ga_code
{
	display:block;
	width:80%;
	margin:20px auto;
	text-align:center;
}
@media only screen and (max-width: 600px) 
{
	#_MSG_center
	{
		min-width:80%;
   		min-height:60%;
	}
}
/***************************************************************/
/*
/* #_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
{
	font-weight:400;
	font-size:15px;
	font-family: "Font Awesome 5 Free";
	color:#000;
	content:"\f35a";
}
#_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
{
	font-weight:400;
	font-size:15px;
	font-family: "Font Awesome 5 Free";
	color:#000;
	content:"\f359";
}
._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
{
	width:100px;
	height:28px;
	border:1px solid #dadada;
	border-radius:3px;
	position:relative;
	line-height:28px;
	background-color:#fff;
	cursor:pointer;
	overflow:hidden;
}
._TOGGLE::before,
._TOGGLE::after
{
	content:attr(no);
	position:absolute;
	height:100%;
	width:50px;
	padding:0px 10px;
	left:0px;
	top:0px;
	border-right:1px solid #dadada;
	color:#bbb;
	background-color:#eee;
	text-align:left;
	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::after
{
	content:attr(yes);
	left:100px;
	right:0px;
	border-right:none;
	border-left:1px solid #dadada;
	color:#fff;
	background-color:#83bf63;
	text-align:right;
	font-weight:700;
}
._TOGGLE.checked::before
{
	left:-71px;
}
._TOGGLE.checked::after
{
	left:29px;
}

/***************************************************************/
/*
/* 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";
}
/***************************************************************/
/*
/* 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;
}


































