.dn{
	display: none;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.tl{
	text-align: left;
}


.p-c{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.p-cc{
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-sb{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-r{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.p-l{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.p-vc{
	justify-content: center;
}
.p-hc{
	align-items: center;
}

.cls{
  clear: both;
}

.clr-w{
	color: #fff;
}
.clr-b{
	color: #000;
}
.fs-s{
	font-size: 12px;
}
.fs-l{
	font-size: 10px;
}

.m-10{
	margin: 10px 0px;
}
.m-15{
	margin: 15px 0px;
}
.m-20{
	margin: 20px 0px;
}
.m-25{
	margin: 25px 0px;
}
.m-50{
	margin: 50px 0px;
}
.m-0-5{
	margin: 0px 5px;
}
.m-0-10{
	margin: 0px 10px;
}
.m-r-5{
	margin-right: 10px;
}
.m-r-10{
	margin-right: 10px;
}
.m-l-5{
	margin-left: 10px;
}
.
.m-l-10{
	margin-left: 10px;
}
.win-center{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.bg-50{
	background: rgba(0,0,0,0.5);
}

.w100{
	width: 100%;
}

label.blue{
	background: #0099FF;
    border-radius: 16px;
    color: #fff;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
}
label.orange{
	background:#ffa500;
    border-radius: 16px;
    color: #000;
    padding: 3px 10px 3px 10px;
    font-size: 14px;
}


.win-modal{
	display: none;
}
.win-modal.open{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.win-modal .win-default{
	position: relative;
	background: #fff;
	padding: 15px;
	border:solid 1px #aaa;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
}

.win-modal .win-default .buttons{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px 0px;
}
.win-modal .win-default .buttons .button{
	cursor: pointer;
	padding: 2px 12px;
	border: solid 1px #c3c3c3;
	background: linear-gradient(to top, #979595,#ebebeb);
	margin: 0px 10px;
}
.win-modal .win-default .buttons .button:hover{
	background: linear-gradient(to top, #f9850e,#f3ec95);
}

.win-modal .win-default .but-close{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: url(images/close.svg) no-repeat;
	background-size: cover;
}

.button-gray{
	cursor: pointer;
	padding: 2px 12px;
	border: solid 1px #c3c3c3;
	background: linear-gradient(to top, #979595,#ebebeb);
}
.hover-g-yellow:hover{
	background: linear-gradient(to top, #f9850e,#f3ec95);
}

/********************************************************************/
.button-click-child{
	cursor: pointer;
}
.button-click-child .click-me{
	display: none;
}
/********************************************************************/
.jsp-select select{
	display: none;
}
.jsp-select .js-pseudo-select{
	position: relative;
	background: #ffefa0;
	cursor: pointer;
	border: solid 1px #A4A4A4;
	border-radius: 4px;
	text-align: left;
	background: linear-gradient(to top, #CACACA, #F6F6F6);
	/*z-index: 500;*/
}
.jsp-select .js-pseudo-select .js-pseudo-selected{
	padding: 4px 22px 4px 6px;
}
.jsp-select .js-pseudo-select .js-pseudo-arrow{
	position: absolute;
	top: 0px;
	right: 0px;
	background: linear-gradient(to top, #ACACAC, #C3C3C3);
	color: #F4F4F4;
	font-size: 7px;
	height: 100%;
	line-height: 25px;
	width: 18px;
	text-align: center;
}
.jsp-select .js-pseudo-select:hover .js-pseudo-list{
	display: block;
}
.jsp-select.hide .js-pseudo-select .js-pseudo-list{
	display: none;
}
.jsp-select .js-pseudo-select .js-pseudo-list{
	display: none;
	position: absolute;
	background: #ffefa0;
	width: 100%;
	border-right: solid 1px #A4A4A4;
	border-left: solid 1px #A4A4A4;
	border-bottom: solid 1px #A4A4A4;
	border-radius: 0px 0px 4px 4px;
	background: linear-gradient(to top, #CACACA, #F6F6F6);
	margin-left: -1px;
	z-index: 510;
}
.jsp-select .js-pseudo-select .js-pseudo-option{
	color: #000;
	text-decoration: none;
	padding: 2px 6px;
	border-bottom: solid 1px #bdbaba;
	
}


.jsp-select .js-pseudo-select .js-pseudo-option:last-child{
	border-bottom: none;
}
/********************************************************************/
.switch{
	border: solid 1px #626262;
	width: 36px;
	height: 15px;
	border-radius: 12px;
	cursor: pointer;
	background: linear-gradient(to top, #00ff14, #038f0e);
	position: relative;
}
.switch .marker{
	width: 17px;
	height: 17px;
	border-radius: 17px;
	background: radial-gradient(#a9a9a9, #ffffff);
	border: solid 1px #505050;
	position: absolute;
	top: -2px;
	right: 0px;
}
.switch.off{
	background: linear-gradient(to top, #ff8989, #c90000);
}
.switch.off.gray{
	background: linear-gradient(to top, #e1e1e1, #606060);
}
.switch.off .marker{
	right: auto;
	left: 0px;
}
/********************************************************************/
