@charset "utf-8";

#sny-default-editor { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; }
#sny-default-editor select { display: inline; margin: 0; padding: 5px 2px; font-size: 12px; width: 30%; height: 28px; line-height: 28px; color: #666666; border-radius: 0; border: 0; border: 1px solid #ffffff; box-shadow: none; background-color: rgba(0, 0, 0, 0.03); }
#sny-default-editor input[type=text],
#sny-default-editor input[type=email],
#sny-default-editor input[type=number],
#sny-default-editor input[type=data],

#sny-default-editor input[type=password] { display: inline; margin: 0; padding: 6px 2px; width: 87%; height: 35px; line-height: 28px; font-size: 12px; color: #666666; border-radius: 0; border: 0; border: 1px solid #cccccc; box-shadow: none; background-color: rgba(0, 0, 0, 0); border-radius:8px; }
#sny-default-editor input[type=file] { display: inline; margin: 0; padding: 0; width: 30%; font-size: 12px; color: #666666; border-radius: 0; border: 0; box-shadow: none; background-color: rgba(0, 0, 0, 0.03); }
#sny-default-editor .sny-attr-title input { width: 80%; }
#sny-default-editor .sny-attr-row { float: left; padding: 5px 0; width: 100%; }
#sny-default-editor .sny-attr-row1 { float: left; padding: 5px 0px 10px 0px; width: 100%; }

#sny-default-editor .sny-attr-row .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 0px; width: 150px; line-height: 30px; color: #545861; font-size: 12px; font-weight: bold; }
#sny-default-editor .sny-attr-row .attr-value { display: inline;font-size: 12px; line-height: 20px;word-spacing:2px; vertical-align: middle; }
#sny-default-editor .sny-attr-row .attr-value .attr-value-option { padding-right: 20px; cursor: pointer;}

#sny-default-editor .sny-attr-row1 .attr-name { display: inline; float: left; margin: 0; padding: 0 10px 0 10px; width: 140px; line-height: 20px; color: #545861; font-size: 12px; font-weight: bold; }
#sny-default-editor .sny-attr-row1 .attr-value { display: inline;font-size: 12px; line-height: 40px;word-spacing:2px;}
#sny-default-editor .sny-attr-row1 .attr-value .attr-value-option { padding-right: 20px; cursor: pointer;}

#sny-default-editor .sny-content { float: left; padding: 9px 0; width: 100%; text-align: center; background-color: white; }
#sny-default-editor .sny-content textarea { display: inline; margin: 0; padding: 0; width: 98%; height: 250px; font-size: 12px; }
#sny-default-editor .sny-control { float: left; padding: 15px 0; width: 100%; }
#sny-default-editor .sny-control .left { position: static; float: left; }
#sny-default-editor .sny-control .right { position: static; float: right; width: 50%; text-align: right; }

@media screen and (max-width: 1200px) {
	#sny-default-editor select,
	#sny-default-editor input[type=text],
	#sny-default-editor input[type=email],
	#sny-default-editor input[type=number],
	#sny-default-editor input[type=data],
	#sny-default-editor input[type=password],
	#sny-default-editor input[type=file] { width: 100%; }
	#sny-default-editor .sny-attr-row { padding: 3px 0; }
	#sny-default-editor .sny-attr-row .attr-name { padding: 0; width: 100%; font-size: 12px; }
	#sny-default-editor .sny-attr-row1 { padding: 10px 0; }
	#sny-default-editor .sny-attr-row1 .attr-name { padding: 0; width: 100%; font-size: 12px; }
}

.line_sny {
  border-top: 1px solid #f1f1f1  ;
  margin: 0px 0px;
}


input[type="radio"] {width:13px; height:13px; margin:0 0 2px; padding:0; border: 1px solid #FFF; vertical-align:middle;}
input[type="checkbox"] {width:13px; height:13px; margin:0 0 2px; padding:0; border: 1px solid #FFF; vertical-align:middle;}

