@charset "utf-8";
/* CSS Document */


/*Admin CSS*/

#tabs_metabox ul.tabs_bg_img_list{}

#tabs_metabox ul.tabs_bg_img_list li {
  display: inline-block;
  margin: 5px;
}
#tabs_metabox ul.tabs_bg_img_list li.bg-selected {}

#tabs_metabox ul.tabs_bg_img_list li img{border: 2px solid #ffffff;}

#tabs_metabox ul.tabs_bg_img_list li.bg-selected img{
  border: 2px solid #ff5a11;
}



#tabs_metabox .tabs-content tr{

}

#tabs_metabox .tabs-content td {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  
}


#tabs_metabox .tabs-content td.section-dragHandle {
  cursor: move;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}


#tabs_metabox .tabs-content input, #tabs_metabox .tabs-content textarea {
  width: 100%;
}

#tabs_metabox .tabs-header {
  border-bottom: 1px solid rgb(153, 153, 153);
  padding: 5px 5px 10px;
}


#tabs_metabox .tabs-content .active .tabs-header {
  background: none repeat scroll 0 0 rgb(152, 209, 252);

}

#tabs_metabox .tabs-panel {
  display: none;
}



#tabs_metabox .tabs-content .active .tabs-panel {
  background: none repeat scroll 0 0 #aad8fc;	
  display: block;
  padding: 15px 10px 10px;
}


#tabs_metabox .tabs-header .title {
  display: inline-block;
}

#tabs_metabox .tabs-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;
}

#tabs_metabox .tabs-content .removeTabs:hover {
  background: none repeat scroll 0 0 rgb(255, 134, 87);
}

#tabs_metabox .tabs-content .tabsicon {
  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;
}
#tabs_metabox .tabs-content .tabsicon-custom {
  background: none repeat scroll 0 0 / 100% auto rgb(221, 221, 221);
  border: 0px solid rgb(153, 153, 153);
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin:0px;
  text-align: center;
  vertical-align: top;
  width: 20px;
  float: right;
}

#tabs_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;
}

#tabs_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;
}

#tabs_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;
}



#tabs_metabox .tabs-content .tab-new {
  background: none repeat scroll 0 0 #a3dbff;
}


/*CSS front page*/

.tabs-container {
  margin: 0px 0;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-align: center;
}