/* WP Custom Product Admin Style */

#poststuff .wpic_settings h2{
  margin-bottom: 0px;
  margin-top: 0px;
}

.transition {
  -webkit-transform: scale(4.4); 
  -moz-transform: scale(4.4);
  -o-transform: scale(4.4);
  transform: scale(4.4);
	z-index: 50;
	position:absolute;
}

.wpic_txt_align_right{
  text-align: right;
}

.scpd-post-box{
  width:49.5%;
  min-width: 255px;
  float:left;
}
.wpic_margin_right{
  margin-right: 1%;
}

.scpd-post-box table th{
  text-align: left;
}

/* admin custom popup */

.wpic_popup_overlay{
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}

.wpic_popup_content{
  width: 80%;
  height: 550px;
  background: #fff;
  position: absolute;
  z-index: 101;
  top: 50px;
  left: 10%;
}

.wpic_popup_header{
  width: 100%;
  height:50px;
  background: #f3f3f3;
  border-bottom: solid 1px #ccc;
}

.wpic_popup_body{
  width: 100%;
  height:495px;
  overflow: auto;
}

.wpic_popup_close{
  width: 24px;
  height: 22px;
  color:#fff;
  background: #000;
  float: right;
  border-radius:14px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding-top: 2px;
  margin: 10px 10px 0px 0px;
  //border: solid 1px #fff;
}
.wpic_popup_close:hover{
  background: #ff0000;
}

.wpic_popup_body table tr td{
  vertical-align: top;
  padding: 0px 10px;
}

.wpic_popup_title{
  float: left;
  padding: 5px 10px 0px 15px;
}

.wpic_prod_title{
  font-size: 20px;
  font-weight: bold;
}
.wpic_prod_sku{
  padding-top:3px;
  font-size: 12px;
  color:#666;
}

.wpic_popup_table{
  margin-bottom: 20px;
}

.active_ico{
  background: url('../img/active_icon_18.png') no-repeat;
  padding: 0px 12px;
  margin-left: 10px;
}
.hndle span.gttitle{
  min-width: 200px;
  display: inline-block;
}

/*wpic tab*/
#wpic_prod_opt .inside{
  margin: 0px;
  padding: 0px;
}
.wpic_tab{
  width: 17%;
  min-height: 200px;
  float: left;
 
  margin: 0px;
  padding: 0px;
}
.wpic_tab li{
  cursor: pointer;
  padding: 5px 5px 5px 15px;
}
.wpic_tab li.current{
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  border-left: solid 3px #0073AA;
  background: #F6FBFD;
  position: relative;
  padding: 5px 5px 5px 12px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
  /*width: 100%;*/
}
.wpic_tab_contant_area{
  width:82%;
  min-height: 200px;
  float: left;
  border-left: solid 1px #e1e1e1;
}
.wpic_tab_content{
  display: none;
  min-height: 200px;
  padding: 10px;
}
.wpic_tab_content.current{
  display: block;
  /*background: #F6FBFD;*/
}
.wpic_tab_content p{
  margin: 5px 0px 10px 0px;
}
.wpic_tab_content label{
  padding: 5px 0px 5px 0px;
  width: 120px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.wpic_tab_content input{
}

.wpic_attr_container, .wpic_var_container{
  width: 100%;
  
  margin-bottom: 10px;
/*  padding: 5px;*/
}
.wpic_attr_container h3, .wpic_var_container h3{
  border: solid 1px #e1e1e1;
  cursor: pointer;
}

.wpic_attr_container table tr td, .wpic_var_container table tr td{
  vertical-align: top;
}
.wpic_attr_container table tr td.wpic_attr_vals{
  /*width: 100%;*/
  padding-left: 10px;
}
.wpicattr,.wpicvariation{
  display: none;
  border-bottom: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  padding: 5px;
  background: #F6FBFD;
}

.wpic_attr_title,.wpic_var_title{
  float: left;
  width: 80%;
}
.wpic_toggle{
  float: right;
  width: 24px;
  height: 24px;
}
.wpic_remove_attributes, .wpic_save_attributes,.wpic_remove_variation, .wpic_save_variation{
  float: right;
}
.wpic_attr_container.closed  .handlediv:before,.wpic_var_container.closed  .handlediv:before{content:"\f140"!important}

.wpic_success{
  padding: 10px;
  border-left: solid 4px #7ad03a;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin:5px 0px 10px 0px; 
  background: #E9FFD9;
}
.wpic_error{
  padding: 10px;
  border-left: solid 4px #f5aca6;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin:5px 0px 10px 0px; 
  background: #ffecec;
}
.wpic_warning{
  padding: 10px;
  border-left: solid 4px #f2c779;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin:5px 0px 10px 0px; 
  background: #fff8c4;
}
.wpic_notice{
  padding: 10px;
  border-left: solid 4px #8ed9f6;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  margin:5px 0px 10px 0px; 
  background: #e3f7fc;
}
.wpic_var_container h3 select{
  font-weight: normal;
}

.wpic_loader{
  width: 83%;
  height: 100%;
  /*min-height: 200px;*/
  position: absolute;
  z-index: 1;
  background: rgba(150,150,150,0.1);
  display: table-cell;
  text-align: center;
  display: none;
  /*line-height: 100%;*/
  vertical-align: middle;
}
.wpic_loader img{
  /*margin-top: 25%;*/
}
