/**
 * Plugin Name: Page Management
 * Plugin URI: http://www.wpshowcase.net/plugins/page-management-plugin/ 
 * Description: Page Management is a great tool which allows you to do loads of useful things including to hide/expand subpages when viewing the page hierarchy, to display all pages/posts on the same page, to reorder pages using drag and drop, to show the current page's media files by default and to add a shortcode dropdown of all the site's shortcodes.
 * Version: 2.4
 * Author: WPShowCase
 * Author URI: http://www.wpshowcase.net
 * Text Domain: pagemanagementlang
 * Domain Path: /lang
 *
 * @package PageManagement
 * @version 2.4
 * @author WPShowCase <admin@wpshowcase.net>
 * @copyright Copyright (c) 2014, WPShowCase.net
 * @link http://www.wpshowcase.net/plugins/page-management-plugin/
 */
 
 .edit-php #the-list tr.hentry:hover {
	border: 1px solid #f00;
 }
 
 .showhidetreecontainer {
	width:25px;
	float:left;
	display:inline-block;
}

.showhidetreecontainer  button { 
}

.showhidetreecontainer a {
	height:20px;
	width:20px;
	line-height:20px;
}

#the-list .check-column {
	padding-bottom:5px;
}

.ui-state-disabled {
	display:none;
}

.ui-state-highlight { height: 50px;}

 #content_shortcode_dropdown_text {
	width:15px;
}

body.page-management-ajax {
    overflow: hidden;   
}

body.page-management-ajax .modal {
    display: block;
}

.ajax-background {
    display:    none;
    position:   fixed;
    height:     100%;
    width:      100%;	
    z-index:    1000;
    top:        0;
    left:       0;
    background: rgba(255,255,255,0.5) url('ajax-loading.gif') 50% 50% no-repeat;
}

