.PGHiddenTab{display:none;}
.PGActiveTab{display:block;}

.PGtab-content .handlediv {
	top: 0;
	position: absolute;
	right: 0;
	padding:2px;
}
.PGtab-content h2{text-align:center;  background-color:#BCCDEF !important;}

.PGtab-content .slideshow-delete-slide {
	padding: 10px;
	text-align: right;
	background-color:#ccc;float:right;width:45px;
}
.slideshow-insert-image-slide{
	  background: url('../images/PGPostType/imageadd_icon.png') no-repeat left center;
	  width:150px;height:35px;

}
.slideshow-insert-text-slide{
	  background: url('../images/PGPostType/textadd_icon.png') no-repeat left center;
	    width:150px;height:35px;
}
.slideshow-insert-video-slide{
	  background: url('../images/PGPostType/YTadd_icon.png') no-repeat left center;
	    width:150px;height:35px;
}
#settings.postbox table tr {
  height: 31px;
}
span{
	font-weight: bold; 
}
.sortable-slides-list .sortable-slides-list-item div.hndle {
  padding: 8px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #eee;
  background-color:#BCCDEF !important;
  
}
.sortable-slides-list .sortable-slides-list-item div.hndle .slide-icon,
.sortable-slides-list .sortable-slides-list-item div.hndle .slide-title {
  float: left;
  margin-right: 8px;
}
.sortable-slides-list .sortable-slides-list-item div.hndle .slide-icon {
  width: 1.4em;
  height: 1.4em;
}
.sortable-slides-list .sortable-slides-list-item div.hndle .slide-icon.image-slide-icon {
  background: url('../images/PGPostType/fa-camera.svg') no-repeat left center;
}
.sortable-slides-list .sortable-slides-list-item div.hndle .slide-icon.text-slide-icon {
  background: url('../images/PGPostType/fa-align-left.svg') no-repeat left center;
}
.sortable-slides-list .sortable-slides-list-item div.hndle .slide-icon.video-slide-icon {
  background: url('../images/PGPostType/fa-video-camera.svg') no-repeat left center;
}
.sortable-slides-list .sortable-slides-list-item div.inside {
  width: auto;
}
.sortable-slides-list .sortable-slides-list-item div.inside .slideshow-group {
  margin: 5px 0;
}
.sortable-slides-list .sortable-slides-list-item div.inside .slideshow-group input[type="checkbox"] {
  margin-top: 8px;
}
.sortable-slides-list .sortable-slides-list-item div.inside .slideshow-group .slideshow-label {
  font-style: italic;
  line-height: 30px;
}
.sortable-slides-list .sortable-slides-list-item div.inside .slideshow-group.slideshow-delete-slide ,
.sortable-slides-list .sortable-slides-list-item div.inside .slideshow-group.slideshow-delete-new-slide {
  color: #f10ebe;
  cursor: pointer;
}
.sortable-slides-list .sortable-slides-list-item div.inside .slideshow-group .slideshow-left {
  float: left;
}
.sortable-slides-list .sortable-slides-list-item div.inside .slideshow-group .slideshow-right {
  float: right;
}
.sortable-slides-list .sortable-slides-list-item div.inside.widefat {
  border-color: #dfdfdf;
}
.feature-filter {
  padding: 0 10px 10px;
  margin: 10px;
}
.general-settings-tab {
  float: left;
}
.general-settings-tab td {
  line-height: 1.5em;
  padding: 0 10px;
}
.general-settings-tab h4 {
  text-align: center;
}
.default-slideshow-settings-tab {
  width: auto !important;
  float: left;
}
.default-slideshow-settings-tab tr {
  height: 31px;
}
.default-slideshow-settings-tab tr td {
  padding: 0 10px !important;
}
.default-slideshow-settings-tab tr h4 {
  text-align: center;
}
.custom-styles-tab.feature-filter {
  padding-bottom: 0;
}
.custom-styles-tab .styles-list ul {
  margin-left: 10px;
}
.custom-styles-tab .styles-list li {
  float: none;
}
.custom-styles-tab .styles-list li .style-title {
  float: left;
  padding-right: 10px;
}
.custom-styles-tab .styles-list li .style-action {
  float: right;
  color: #21759B;
}
.custom-styles-tab .styles-list li .style-action:hover {
  cursor: pointer;
  color: #D54E21;
}
.custom-styles-tab .styles-list li .style-delete {
  float: right;
  color: #ee11ee;
}
.custom-styles-tab .styles-list li .style-delete:hover {
  cursor: pointer;
  color: #ee11ee;
}
.custom-styles-tab .styles-list span {
  padding: 0 2px;
}
.custom-styles-tab .style-editors .style-editor textarea {
  width: 100%;
}
