@charset "utf-8";
/* CSS Document */


/*Admin CSS*/

#woo_tab_metabox ul.woo_tab_bg_img_list{}

#woo_tab_metabox ul.woo_tab_bg_img_list li {
  display: inline-block;
  margin: 5px;
}
#woo_tab_metabox ul.woo_tab_bg_img_list li.bg-selected {}

#woo_tab_metabox ul.woo_tab_bg_img_list li img{border: 2px solid #ffffff;}

#woo_tab_metabox ul.woo_tab_bg_img_list li.bg-selected img{
  border: 2px solid #ff5a11;
}



#woo_tab_metabox .woo_tab-content tr{

}

#woo_tab_metabox .woo_tab-content td {
  background: none repeat scroll 0 0 rgb(245, 245, 245);
  
}


#woo_tab_metabox .woo_tab-content td.section-dragHandle {
  cursor: move;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}


#woo_tab_metabox .woo_tab-content textarea {
  width: 100%;
}

#woo_tab_metabox .woo_tab-header {
  border-bottom: 1px solid rgb(153, 153, 153);
  padding: 5px 5px 10px;
}


#woo_tab_metabox .woo_tab-content .active .woo_tab-header {
  background: none repeat scroll 0 0 rgb(152, 209, 252);

}

#woo_tab_metabox .woo_tab-header .woo_tab_active {
  display: inline-block;
  float: right;
  margin-top: 7px;
}


#woo_tab_metabox .woo_tab-panel {
  display: none;
}



#woo_tab_metabox .woo_tab-content .active .woo_tab-panel {
  background: none repeat scroll 0 0 #aad8fc;	
  display: block;
  padding: 15px 10px 10px;
}


#woo_tab_metabox .woo_tab-header .title {
  display: inline-block;
}

#woo_tab_metabox .woo_tab-content .removeTabs {
  background: none repeat scroll 0 0 rgb(221, 221, 221);
  border: 1px solid rgb(153, 153, 153);
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 3px;
  text-align: center;
  vertical-align: top;
  width: 20px;
  float: right;
}

#woo_tab_metabox .woo_tab-content .removeTabs:hover {
  background: none repeat scroll 0 0 rgb(255, 134, 87);
}

#woo_tab_metabox .woo_tab-content .woo_tabicon {
  background: none repeat scroll 0 0 rgb(221, 221, 221);
  border: 1px solid rgb(153, 153, 153);
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 3px;
  text-align: center;
  vertical-align: top;
  width: 20px;
  float: right;
}
#woo_tab_metabox .woo_tab-content .woo_tabicon-custom {
  background: none repeat scroll 0 0 / 100% auto rgb(221, 221, 221);
  border: 1px solid rgb(153, 153, 153);
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 3px;
  text-align: center;
  vertical-align: top;
  width: 20px;
  float: right;
}

#woo_tab_metabox .iconholder {
  background: none repeat scroll 0 0 rgba(221, 221, 221, 0.5);
  border: 1px solid;
  display: none;
  height: 100%;
  left: 0;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

#woo_tab_metabox .iconholder .iconslist {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border: 3px solid rgb(221, 221, 221);
  box-shadow: 0 0 7px -2px rgb(0, 0, 0);
  height: 150px;
  margin: 0 auto;
  overflow-y: scroll;
  padding: 8px;
  position: relative;
  text-align: center;
  top: 20%;
  width: 305px;
}

#woo_tab_metabox .iconholder .iconslist i {
  border: 1px dotted rgb(153, 153, 153);
  cursor: pointer;
  margin: 7px 5px;
  min-height: 16px;
  min-width: 16px;
  padding: 2px;
  text-align: center;
  vertical-align: top;
}



#woo_tab_metabox .woo_tab-content .tab-new {
  background: none repeat scroll 0 0 #a3dbff;
}


/*CSS front page*/

.woo_tab-container {
  margin: 50px 0;
  overflow: hidden;
  padding: 30px;
  position: relative;
  text-align: center;
}
