.icon.column-icon {
	vertical-align: middle;
}
.term_list_icon {
    font-size:40px;
    color:#66557e;
}

tr:nth-child(even)>td.acf-row-handle.order,
tr:nth-child(even)>td.acf-row-handle.remove{
    background-color: khaki!important;
    color:black;
}
tr:nth-child(odd)>td.acf-row-handle.order,
tr:nth-child(odd)>td.acf-row-handle.remove{
    background-color: #0369A9cc !important;
    color:white;
}

.edit-post-layout__metaboxes {
	border-top: 0 none;
	box-shadow: 0px 0px 10px #00000033;
	position: sticky;
	bottom: 0;
	width: 90%;
	z-index: 999;
	margin: 50px auto 0;
	max-height: calc(100vh - 200px);
}

#editor .postbox.closed {
    opacity: 0.7;
    transition: all 0.2s ease 3s;
}

#editor .postbox.closed:hover {
	opacity: 1;
    transition: all 0.2s 0s;
}

.edit-post-meta-boxes-area .postbox-header
 {
	border-bottom: 0;
	border-top: 1px solid #ddd;
	background: #4c6271;
	color: #fff !important;
    transition:all 0.2s;
}

.edit-post-meta-boxes-area .postbox-header h2 {
	background: #4c6271 !important;
	color: #fff !important;
	padding: 6px 24px !important;
}

html #editor .postbox > .postbox-header:hover {
    background: #38454e;
}

#editor .postbox > .postbox-header .hndle {
    padding-top:6px;
    padding-bottom:6px;
}

.postbox-header .handle-actions > * {
    max-height:20px;
}

html #editor .postbox > .postbox-header .handle-actions .acf-hndle-cog {
	height: 20px;
	line-height: 21px;
}

.handle-actions {
    display:none;
}

#editor .postbox .inside.acf-fields.-top {
	max-height: calc(100vh - 250px);
	overflow: auto;
	transition: all 0.3s;
}

#poststuff .inside {
	margin: 6px 0 0;
	max-height: calc(100vh - 250px);
	overflow: auto;
	transition: all 0.3s;
}

.acf-bl.list.choices-list {
	overscroll-behavior: contain;
}

#editor .postbox.closed .inside.acf-fields.-top {
	max-height: 0px;
	display:block;
}

.interface-interface-skeleton__footer .block-editor-block-breadcrumb {
	align-items: center;
	background: #fff;
	display: flex;
	font-size: 11px;
	height: 24px;
	padding: 0 18px;
	z-index: 30;
	color: #666;
	font-style: italic;
}

.interface-navigable-region.interface-interface-skeleton__sidebar .editor-sidebar {
	padding-bottom:300px;
	background:#efefef;
	overscroll-behavior:contain;
}

.interface-interface-skeleton__footer .block-editor-block-breadcrumb::before {
	content: "Editing:";
}

[lang="it-IT"] .interface-interface-skeleton__footer .block-editor-block-breadcrumb::before {
    content: "Stai modificando:";
}

.acf-field .acf-label label {
    font-weight: 900 !important;
}

.acf-field.acf-field-repeater + .acf-field.acf-field-repeater {
	border-top: 1px solid #dde !important;
	padding-top: 15px !important;
}

.editor-post-taxonomies__hierarchical-terms-list {
	margin-top: 15px !important;
}


.acf_page_fontawesome-settings [class^="icon-"] {
	font-family: arial, sans-serif !important;
}

.pda-protected-grid-view .attachment-preview {
	box-shadow: 0 0px 0 5px #f009 inset;
	color:red;
}

.wp-core-ui .attachment.details.pda-protected-grid-view, .wp-core-ui .attachment.details.pda-protected-grid-view:focus {
	box-shadow: 0 0 0;
}

.edit-post-meta-boxes-area.is-side .postbox-header {
	background: #fff;
	color: #000;
}
html #editor .edit-post-meta-boxes-area.is-side .postbox > .postbox-header:hover {
	background:#f0f0f0
}

.edit-post-meta-boxes-area.is-side #poststuff .postbox-header h2.hndle {
	color: #000;
	padding: 16px 48px 16px 16px;
	line-height: 40px;
	font-size: 13px;
}

.edit-post-meta-boxes-area #poststuff .postbox.closed .postbox-header h2.hndle::before {
	content: "\f077";
}
.edit-post-meta-boxes-area #poststuff .postbox .postbox-header h2.hndle::before {
	content: "\f078";
	position: absolute;
	right: 16px;
	font-family: "Fontawesome";
	font-size: 14px;
	font-weight: 100;
}

.edit-post-meta-boxes-area .postbox > .inside {
	max-height: calc(100vh - 250px);
	overflow: auto;
	overscroll-behavior: contain;
}