#hhtv-form .input_hidden {
    position: absolute;
    left: -99999px;
}

#hhtv-form .image-select .selected {
    background-color: #f8f8f8;
	box-shadow: inset 0px 1px 1px rgba(0,0,0,.1);
	color: #04b6fc;
	text-shadow:0px 1px 0px rgba(255,255,255,.6)
}

#hhtv-form .image-select label {
    display: inline-block;
    cursor: pointer;
	padding: 5px 10px;
	border-radius: 3px;
	text-align:center;
	margin-right:10px;
}
#hhtv-form .image-select label:hover{
	color: #04b6fc;
	box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	background:#fff;
}
#hhtv-form .form-table th{
	padding-left:20px;
}

/*style*/
.hhtv-setting-page *{
	transition: all linear 0.1s;
}
.hhtv-setting-page{
	margin-top:10px;
	//border:solid 1px #04b6fc;
	box-shadow:0px 1px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:0px 2px 8px rgba(0,0,0,.2);
	border-radius:3px;
	-webkit-border-radius: 3px;
	color:#555;
	overflow:hidden;
}
.hhtv-head, h1.hhtv-head{
	background:#04b6fc;
	margin:0;
	padding:10px;
	color:#fff;
	text-shadow:0px 1px 2px rgba(0,0,0,.1);
	font-weight:100;
}
.hhtv-setting-content{
	padding:15px;
}
h2.option-group{
	color:#555;
	font-weight:100;
	font-size:16px;
	line-height:20px;
	margin: 5px 0 5px 5px;
	padding:10px 0 5px;
	border-bottom:solid 1px #eee;
}
.form-group{
	margin:5px;
	padding:10px;
}
.form-group:hover,.hhtv-setting-page tr:hover{
	background: #fdfdfd;
	border-right: solid 1px #04b6fc;
}
.form-label{
	float:left;
	width:200px;
	text-align:right;
	vertical-align:middle;
}
.form-control{
	margin-left:215px;
}
.hhtv-setting-page select, .hhtv-setting-page input[type="text"]{
	height:30px;
	min-width:150px;
	line-height:30px;
}
.hhtv-setting-page select.mini, .hhtv-setting-page input[type="text"].mini, .hhtv-setting-page input[type="number"].mini{
	width:55px;
	min-width:55px;
}
.hhtv-setting-page input[type="number"]{
	height:28px;
}
.hhtv-setting-page .button{
	background:#04b6fc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	border: none;
	color:#fff;
	-webkit-transition: all .218s;
	transition: all .218s;
	cursor:pointer;
	padding:1px 12px;
	line-height:32px;
	height:32px;
	text-decoration:none;
	display: inline-block;
	text-shadow:none;
}
.hhtv-setting-page .button:hover{
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.27);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.27);
	background:#06a9e9;
	text-decoration:none;
	text-shadow:0 -1px rgba(0,0,0,0.2);
	color:#fff;
}
.hhtv-setting-page .button#ecs-generate{
	background:#999;
}
.hhtv-setting-page .button:active{
	background:#079ed9;
	-webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.27);
	box-shadow: inset 0 2px 0 rgba(0,0,0,.27);
}
input.color{
	border:solid 1px #ddd;
	border-radius:3px;
	line-height:28px;
	padding:0 0 0 5px;
	margin:0;
	width:50px;
	height:30px
}
.checkbox-item{
	margin: 0 12px 0 0;
	display:inline-block;
	min-width:150px;
}
/*mce button*/
.mce-toolbar .mce-btn .spg-dashicons {
	font-size: 20px !important;
    font-family: dashicons !important;
}