/***** * wfs_googleplay_thumbnail_admin.css - CSS file for admin page * @version: 1.0 (2013-09-18) * @author: WEBFACESCRIPT * @website: http://webfacescript.com*****//*	01. wfs_order_image_control.css*/.wfs_sortable {	margin: 0;	padding: 0;	padding-top: 15px;}.wfs_sortable li{	margin-bottom: 10px; 	margin-right: 7px; 	padding: 0;	display: inline-block; } .wfs_sortable li div{  	background-color: #AAAAAA;	display: flex;	min-width: 50px;	min-height: 50px;}.wfs_sortable li img{ 	height: 120px; /* value also fix in .js */}  /*	02. wfs_tab_control.css*/ #wfs_control_panel{	width: 95%;	margin: auto;}  #wfs_control_panel img, a, *:focus {	outline: none;}#wfs_control_panel a, label {	text-decoration: none;	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;	font-weight: 300;	font-size: 12px;	line-height: 20px;	letter-spacing: 0px;	text-shadow: 0px 1px 1px white;	color: #222; }#wfs_control_panel > div{	width: 100%;	float: left;}/* Tabs*/ #wfs_control_panel .wfs_admin_panel_tabs,#wfs_control_panel .wfs_admin_sub_tabs{ 	height: auto; 	overflow-x: hidden;} .wfs_admin_panel_tabs a,.wfs_admin_sub_tabs a{	display: inline; 	border: 1px solid #CCCCCC;	border-top-left-radius: 10px;	border-top-right-radius: 10px;    background: white;    color: black;    display: block;    float: left;    left: 1px;    margin-left: -1px;	margin-top: 3px;    padding: 4px 10px;    position: relative;    text-decoration: none;}.wfs_admin_panel_tabs a:hover,.wfs_admin_sub_tabs a:hover {	background-color: #E6E6E6;	color: white;	cursor: pointer;}.wfs_admin_panel_tabs a.yellow{	    background: yellow;} .wfs_admin_panel_tabs a.selected,.wfs_admin_sub_tabs a.selected{	background: #E6E6E6;}/* Content */ .wfs_admin_panel_content> div {	overflow-x: scroll;	overflow-y: hidden;	width: 100%;	height: auto;	border: 1px solid #CCCCCC;	margin-top: -1px;	display: none;} .wfs_admin_panel_content> div{	overflow-x: hidden; }.wfs_admin_panel_content> div> div{	overflow-x: scroll;	overflow-y: hidden;	width: 100%;	height: 100px; 	margin-top: -1px;} /* option item */.wfs_content_container .wfs_option_item{	border-right: 1px solid #CCCCCC; 	border-bottom: 1px solid #CCCCCC; 	padding: 5px;	width: 85px;	height: 75px;	float: left;}.wfs_content_container .wfs_option_item:last-child{	border-right: 0; }/* style item */.wfs_content_container .style_item {	border-right: 1px solid #CCCCCC; 	border-bottom: 1px solid #CCCCCC; 	padding: 5px;	padding-top: 10px;	width: 85px;	height: 70px;	float: left;	word-wrap:break-word;}.wfs_content_container .style_item.selected  {	background: #5BB75B;} .wfs_content_container .style_item:hover { 	background-color: #5BB75B;	color: white;}/* Save All button */.wfs_admin_top_button {	min-width: 100px;	padding-left: 5px;	padding-right: 5px;	height: 28px;	float: left;	line-height: 28px;	text-align: center;	cursor: pointer;	border: 1px solid #CCCCCC; 	margin-top: 3px;	margin-right: 5px; }.wfs_admin_top_button.first{	margin-left: 15px;}.wfs_admin_top_button.pink {	background: pink;}.wfs_admin_top_button.yellow {	background: yellow;}.wfs_admin_top_button.disable {	background: #E6E6E6; }.wfs_admin_top_button:hover{	background: #5BB75B;	color: white;}.wfs_admin_top_button.disable:hover {	background: #E6E6E6;}/*	03. Other control*/ /* show hide */.wfs_admin_showhide .control_label{     text-align: left;    width: auto;		float: left}.wfs_admin_showhide .controls{	float: left;}.wfs_admin_showhide .controls input{ 	display: none;} /* button */.wfs_admin_button{ 	background-color: #E6E6E6;     display: inline-block;     color: #333333;    cursor: pointer;    display: inline-block;    font-size: 13px;    line-height: 18px;     padding: 4px 14px;    text-align: center;    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);    vertical-align: middle;	margin: 5px;}.wfs_admin_button:hover{ 	background-color: #5BB75B;	color: white;}.wfs_admin_button.selected{ 	background-color: #5BB75B;	color: white;}/* textbox */.wfs_admin_textbox{	float: left; 	padding: 4px 14px;}.wfs_admin_textbox label{	padding-right: 20px;	}.wfs_admin_textbox input{	width: 50px;}/* check box */.wfs_admin_checkbox{	float: left; }/* edit slide option */.wfs_admin_slide_options {	float: left;	margin-left: 25px;	width: 350px; 	padding-top: 10px;}.wfs_admin_slide_options > div{	float: left;	width: 350px;  }.wfs_gallery .wfs_dragdrop_selected { 	cursor: move;}.wfs_gallery .wfs_dragdrop_selected  .ui-resizable-e{	background-color: red; }/*	04. admin css*/.wfs_sortable li{	border-bottom: 0px solid white;}.wfs_sortable li.wfs-selected-item {	border-bottom: 5px solid red;}.wfs_thumbnail_image_key{	cursor: pointer;}.wfs_add_more{ 	background: url('add.png') 100% 100% no-repeat;	background-position:center; }