.columns-2.afd {
	margin-right: 360px;
}
.columns-2.afd #postbox-container-1 {
	float: right;
	width: 340px;
	margin-right: -360px;
}
.columns-2.afd #postbox-container-2 {
	width: 100%;
}

.columns-2.afd.full-width {
	margin-right: 120px;
}
.columns-2.afd.full-width #postbox-container-1 {
	width: 80px;
	margin-right: -100px;
}
.columns-2.afd .postbox-container .postbox .hndle {
	cursor: default; 	
}
.columns-2.afd.full-width #postbox-container-1 .stuffbox {
	display: none;
}
.columns-2.afd.full-width #postbox-container-1 .donated_message {
	display: none;
}
.columns-2.afd #add.hide_add {
	display: none;
}
.columns-2.afd .multiple_select,
.columns-1#afd-lists .multiple_select {
	height: 150px;
	width: 90%;
}
.columns-2.afd .show_subsite_description,
.columns-1#afd-lists .show_subsite_description {
	display: none;
}




.columns-2.afd #add td.user_groups label,
.columns-1#afd-lists #update td.role .edit label {
	margin-bottom: 8px;
	display: block;
}

.date_range .date_range_setting {
	display: none;
}
p.date_range_error {
	border-left: 3px solid #f00;
	background: #fff;
	color: #c00;
	padding: 5px 5px 5px 12px;
	display: none;
}



.columns-1#afd-lists table thead th, #afd-lists table tfoot th {
	font-size: 12px;
}
.columns-1#afd-lists table thead th.check-column {
	width: 2.8em;
}
.columns-1#afd-lists table thead th.title {
	width: 20%;
}
.columns-1#afd-lists table thead th.role {
	width: 15%;
}
.columns-1#afd-lists table thead th.operation {
	width: 10%;
}
.columns-1#afd-lists table tbody tr:hover {
	outline: 1px solid #999;
}
.columns-1#afd-lists table tbody th.check-column {
	background: #eee url(./images/icon-sortable.png) no-repeat center 32px;
}
.columns-1#afd-lists table tbody th.check-column:hover {
	cursor: move;
}
.columns-1#afd-lists table tbody tr.sorted {
	outline: 2px solid #fc3;
}
.columns-1#afd-lists table tbody tr.widget-placeholder {
	outline: 1px dashed #bbb;
	height: 100px;
	margin: 0 auto 20px auto;
	width: 100%;
	box-sizing: border-box;
	background: rgba(255, 255, 200, 0.4);
}
.columns-1#afd-lists table tbody tr.ui-sortable-helper {
	background: rgba(255, 255, 200, 0.8);
}
.columns-1#afd-lists #update tr.collapse .toggle {
	display: none;
}
.columns-1#afd-lists #update tr.collapse .edit {
	display: block;
}
.columns-1#afd-lists table tbody tr td.title input.regular-text {
	width: 90%;
}
.columns-1#afd-lists table tbody tr td.content .toggle {
	padding: .5em .6em;
}
.columns-1#afd-lists table tbody tr.normal td.content .toggle {
	border-left: 4px solid #A6A6A6;
}
.columns-1#afd-lists table tbody tr.error td.content .toggle {
	border-left: 4px solid #CC0000;
}
.columns-1#afd-lists table tbody tr.updated td.content .toggle {
	border-left: 4px solid #7ad03a;
}
.columns-1#afd-lists table tbody tr.metabox td.content .toggle {
	background-color: #f5f5f5;
}
.columns-1#afd-lists table tbody tr td.role label {
	margin: 0 0 8px 0;
}
.columns-1#afd-lists table tbody tr td.role .toggle .show_default_all {
	background: rgba( 0 , 116 , 162 , 0.1);
}
.columns-1#afd-lists table tbody tr td.role .toggle .show_default_not {
	background: rgba( 204 , 0 , 0 , 0.1);
}
.columns-1#afd-lists table tbody tr td .edit {
	display: none;
}
.columns-1#afd-lists table tbody tr td .menu li {
	display: inline;
}


.columns-1#afd-lists #afd_confirm,
.columns-1#afd-lists #afd_delete {
	display: none;
}



.afd .toggle-width {
	margin-bottom: 20px;
}
.afd .toggle-width .collapse-sidebar {
	left: 0;
	z-index: 50;
	display: block;
	width: 19px;
	height: 19px;
	margin-left: 15px;
	padding: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #777;
	text-decoration: none;
	border: 0 none;
	position: relative;
}
.afd .toggle-width .collapse-sidebar .collapse-sidebar-arrow {
	position: static;
	margin-top: 0;
	margin-left: 0;
	display: block;
	width: auto;
	height: auto;
	background: 0 0;
}
.afd .toggle-width .collapse-sidebar .collapse-sidebar-arrow:before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	content: "\f148";
	background: #eee;
	font: 400 20px/1 dashicons;
	speak: none;
	display: block;
	padding: 0;
	text-indent: 0;
	text-align: center;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none!important;
	transform: rotate(180deg);
}
.columns-2.afd.full-width .toggle-width .collapse-sidebar .collapse-sidebar-arrow:before {
	transform: rotate(0deg);
}
.columns-2.afd .toggle-width .collapse-sidebar .collapse-sidebar-label {
	position: absolute;
	left: 100%;
	line-height: 20px;
	margin-left: 10px;
}

