
.page-admin-content-report-compilation .ui-datepicker-calendar{
    display: none;
}

.sortable-item { list-style-type: none; margin: 0; padding: 0; width: 100%; }
.sortable-item li { font-size: 15px; margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: auto; border: 1px solid #ccc; background-color: white; }
.sortable-item li:hover{
	background: #FFFFE0;
} 

.ui-sortable-helper{
	background: red;
}
.sortable-item li span { position: absolute; margin-left: -1.3em; }

.country-report-wrapper ul{
	list-style: none;
	margin: 0px;
}

.toggle-reports{
	display: block;
	float: right;
}

.reports-wrapper-sorable{
	display: none;
}

select[id^="edit-field-product-series-und-hierarchical-select-selects-0"], select[id^="edit-field-dataset-product-series-und-hierarchical-select-selects-0"]
{
	margin-left: -500px !important;
}

.product-series-title-standard h4{
	font-size: 11px;
    margin: 0px;
}
.product-series-title-standard{
	background: lightyellow;
    border: 1px solid #ddd;
    padding: 15px;
	display: none;
}

.product-series-title-standard a{
	display: inline-block;
    background: lightseagreen;
    color: white;
    padding: 3px 5px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 12px;
}

.product-series-title-standard span.placeholder-item{
	font-weight: bold;
	color: red;
}

.edit-field-product-series .messages{
	display: none !important;
}
.product-series-title-standard  .title-content{
	display: inline-block;
    margin-right: 10px;
}
/*#edit-field-dataset-tag, */
#edit-field-dataset-icon-class, #edit-field-extension, #edit-field-domain1
{
	display: block;
}

.admin-menu #autocomplete{
	max-height: 350px;
	overflow-y: auto;
}

.disabled-field .mask
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.disabled-field
{
	opacity: 0.7;
	position: relative;
}

span.version {
    background: #fdf8d2;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 6px;
    display: inline-block;
    margin-left: 5px !important;
    border: 1px solid #c3b322;
	position: static !important;
}

span.encrypted {
    background: #ff5858;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 6px;
    display: inline-block;
    margin-left: -5px !important;
    border: 1px solid #e44716;
    color: white;
	position: static !important;
}


.dtm-disabled-form-item::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255,255,0.5);
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-node-edit .form-wrapper, .page-node-add .form-wrapper{
	position: relative;
}

.page-node-add, .page-node-edit{
    display1: none;
}