.report-container input[type='text'] {
	margin-bottom: 0 !important;
}

.report-container input[readonly],
.reports-code {
	cursor: pointer;
}

.report-container svg {
  max-width: initial;
}

.acr-reports-controls-container {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 1em;
	text-align: right;
}

.reports-control-button {
	display: inline-block;
	padding: 3px;
	margin: 2px 0 0 10px;
	border: 1px solid #DBDBDB;
	cursor: pointer;
}

.reports-control-button img {
	width: 24px;
	height: 24px;
}

.reports-code:hover {
	text-decoration: underline;
}

.textarea-code {
	width: 500px;
	height: 260px;
	background-color: #fff !important;
	border: 1px solid #eee;
	border-radius: 0;
	cursor: text !important;
}

.wrf-pq-notification * {
	box-sizing: border-box;
}

.report-fullscreen {
	position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 50px);
    height: 140%;
    padding: 50px 25px 25px !important;
    background-color: #fff;
    z-index: 10000;
}

.report-fullscreen-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 40px;
	height: 40px;
	cursor: pointer;
}