﻿.not-visible {
	display: none;
}

#modal-json-editor .footer-ok-button {
	margin-right: 16px;
}

#modal-json-editor button {
	background: transparent;
	text-transform: uppercase;
	color: #545b62;
}

#modal-json-editor .json-editor-btn-delete {
	margin-bottom: 30px !important;
}

#modal-json-editor .json-editor-btntype-move {
	margin-left: 5px;
	margin-bottom: 30px !important;
}

#modal-json-editor h3 {
	margin: 0px !important;
	font-size: 1rem;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.0075em;
	color: rgba(0, 0, 0, 0.87);
}


.modal-json-editor-root {
	position: fixed;
	z-index: 130000;
	right: 0px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-json-editor-container {
	height: 100%;
	outline: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.modal-json-editor-inner {
	min-width: 600px;
	max-width: 900px;
	min-height: 400px;
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	background-color: #fff;
	box-shadow: 0px 11px 15px -7px rgba(0,0,0,0.2), 0px 24px 38px 3px rgba(0,0,0,0.14), 0px 9px 46px 8px rgba(0,0,0,0.12);
	margin: 32px;
	position: relative;
	overflow-y: auto;
	display: flex;
	max-height: calc(100% - 64px);
	flex-direction: column;
	border-radius: 4px;
}

.modal-json-editor-title-root {
	padding-right: 24px;
	padding-left: 24px;
}

.modal-json-editor-title {
	font-size: 1.25rem;
	font-family: "Roboto", "Helvetica", "Arial", sans-serif;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.0075em;
}

.modal-json-editor-content-root {
	flex: 1 1 auto;
	padding: 8px 24px;
	overflow-y: auto;
}

.modal-json-editor-actions-root {
	flex: 0 0 auto;
	display: flex;
	padding: 8px;
	align-items: center;
	justify-content: flex-end;
}
