<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#optionsWrapper{
	display: none;
}

.options{
	padding:0;
	margin:0;
}

.options h3{
	margin:0;

	padding:0 0 0 15px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}

.option-section{
	border-bottom: 1px solid #eee;
	margin:15px 15px 15px 15px;
	height:45px;
	/*line-height: 45px;*/
}

.option-box{
	display: block;
	height:25px;
	width:80px;
	float:right;
	border:1px solid #ccc;
	margin:8px 15px 0 0 ;
	line-height: 25px;
	text-align: center;
	border-radius: 20px;
	cursor: pointer;

}

.option-box .flag{
	float:left;
	width:23px;
	height:23px;
	color:#fff;
	background: green;
	border-radius: 25px;
	display: none;
}

.option-section .title{
	display: inline-block;
	width:60px;
	text-align: right;
	color:#999;
}

.option-box.active .flag{
	display: block;
}

.style-inverse{
	background: #333;
	color:#fff;
}

.option-checker{
	width:170px;
	float:right;
	margin:10px 15px 0 0;
	height:25px;
	line-height: 25px;
	text-align: center;
	border-radius: 15px;
	border:1px solid #ddd;
	cursor: pointer;
	position: relative;
	transition: background .2s linear;
	-moz-transition: background  .2s  linear; /* Firefox 4 */
	-webkit-transition: background  .2s  linear; /* Safari å’Œ Chrome */
	-o-transition: background  .2s linears; /* Opera */
}

.option-checker.active{
	background: green;
	color:#fff;
}


.option-checker .ball{
	display: block;
	position: absolute;
	left:0;
	width:22px;
	height:22px;
	background: #eee;
	border-radius: 10px;
	transition: left  .2s  linear;
	-moz-transition: left  .2s  linear; /* Firefox 4 */
	-webkit-transition: left  .2s  linear; /* Safari å’Œ Chrome */
	-o-transition: left  .2s linears; /* Opera */
}

.option-checker.active .ball{
	left:146px;
}	

.content{
	height:540px;
	position: relative;
	background: #fff;
	border:1px solid #ddd;
	border-radius: 5px;
	display: none;
}

.content.active{
	display: block;
}
.btn-default{
	color:#999;
	padding:12px 15px;
}


#specify{
	
}

#specify .btn {
	position: absolute;
	border-radius: 50px;
	color:#ddd;
}

#specify .bottom-right{
	top:10px;
	left:10px;
}

#specify .right-bottom{
	top:10px;
	left:25%;
}

#specify .bottom{
	top:10px;
	left:50%;
	margin-left:-17px;
}

#specify .left-bottom{
	top:10px;
	right:25%;
}

#specify .bottom-left{
	top:10px;
	right:10px;
}

#specify .right{
	left:10px;
	top:50%;
	margin-top:-17px;
}

#specify .left{
	right:10px;
	top:50%;
	margin-top:-17px;
}

#specify .top-right{
	bottom:10px;
	left:10px;
}

#specify .right-top{
	bottom:10px;
	left:25%;
}

#specify .btn.top{
	bottom:10px;
	left:50%;
	margin-left:-17px;
}

#specify .left-top{
	bottom: 10px;
	right:25%;
}

#specify .top-left{
	bottom:10px;
	right:10px;
}

#auto .btn{
	padding:1px;
	border:1px solid #eee;
	min-width: 60px;
	font-size:9px;
}

#auto .btn-default{
	background: #fff;
}

#auto .btn-auto{
	width:35px;
	height:35px;
	line-height: 35px;
	min-width: 35px;
	padding:0;
	margin:0;
	border-radius: 25px;
}

#animation,#delayed,#advanced{
	padding:0 20px;
}

#animation .btn,#delayed .btn{
	width: 120px;
	height:120px;
	line-height: 120px;
	padding:0;
	margin-top:150px;
	
	border-radius: 100px;
}

#advanced .btn{
	position: absolute;
}

#advanced .show-pop-table {
	top:20px;
	left:20px;
}

#advanced .show-pop-list {
	top:20px;
	left:200px;
}

#advanced .show-pop-large {
	top:20px;
	left:370px;
}

#advanced .show-pop-iframe {
	top:20px;
	right:20px;
}

#advanced .show-pop-async {
	top:20px;
	right:180px;
}

#advanced .show-pop-backdrop{
	bottom:20px;
	left:20px;
}

#advanced .show-pop-dropdown{
	bottom:20px;
	left:180px;
}



#events {
	padding:20px;
}

#events .btn-info.pull-left{
	width:100px;
	margin-right:20px;
}

#events .btn-info.pull-right{
	width:100px;
	margin-left: 20px;
}

#events .btns{
	margin-bottom:180px;
}

#eventLogs{
	height:200px;
	margin:0 0 20px 0;
}

.demo-code{
	margin:20px;
}

.demo-container{
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.row-middle{
	margin-top:200px;
	margin-bottom: 200px;
}

#specify #btn-sticky{
	position: absolute;
	top:60%;
	left:50%;
	width:150px;
	border-radius: 0;
	margin-left:-75px;
}
.webui-popover-demo.top{
	position: absolute;
	top:50%;
	left:50%;
	width:350px;
	height:150px;
	margin-left:-175px;
	margin-top:-75px;
}

.webui-popover-demo h3{
	font-weight:bold;
	color:#c9302c;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.table-contrains &gt; tbody &gt; tr &gt; td{
	border:none;
	text-align: center;
}

@media (max-width: 768px){

	#specify .btn {
		width:40px;
		height:40px;
		padding:0;
		line-height: 40px;
		border-radius: 40px;
		color:#ddd;
	}


	#animation .btn{
		width: 50px;
		height:50px;
		line-height: 50px;
		padding:0;
		margin-top:50px;
		
		border-radius: 50px;
	}
	
	#auto .table td{
		padding-left:0;
		padding-right:0;
	}

	#auto .table .btn{
		padding:0;
		min-width: 19px;
		width:19px;
		overflow: hidden;
		content:"";
	}
	#auto .btn-auto{
		height:19px;
		line-height: 19px;
	}

	.prefix,
	.suffix{
		display: none;
	}


	#advanced .btn{
		padding:2px 3px;
		font-size: 12px;
	}

	#advanced .show-pop-table {
		top:20px;
		left:20px;
	}

	#advanced .show-pop-list {
		top:20px;
		left:25%;
	}

	#advanced .show-pop-large {
		top:20px;
		left:40%;
	}

	#advanced .show-pop-iframe {
		top:20px;
		right:20px;
	}

	#advanced .show-pop-async {
		top:20px;
		right:25%;
	}

	#advanced .show-pop-backdrop{
		bottom:20px;
		left:20px;
	}

	#advanced form{
		margin:120px auto 0 auto;
		width:90%;
		border:1px solid #eee;
		padding:20px;
		height:300px;
	}

	#events .btn-info.pull-left,
	#events .btn-info.pull-right{
		display: block;
		float:none;
		width:100%;
		margin-bottom:10px;
	}


	#events .btns{
		margin-bottom:30px;
	}

}





</pre></body></html>