/* INPUTS */
.CodeMirror {
	height: auto !important;
}

.input-prompt {
	cursor: pointer;
}

.prompt {
	font-family: monospace !important;
	margin: 0;
	min-width: 6em;
	text-align: right;
	float: left;
	box-sizing: border-box;
}

.prompt:empty {
	padding-bottom: 0;
	padding-top: 0;
}

.input-area {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	border-left: 0px none;
	border-right: 0px none;
	width: 100%;
	line-height: 1.5em;
}

.record {
	-moz-box-align: stretch;
	-moz-box-orient: vertical;
	align-items: stretch;
	border: thin solid transparent;
	border-radius: 2px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin: 0;
	outline: medium none;
	padding: 5px;
	width: 100%;
	text-shadow: none !important;
}

.command-record {
	font-family: monospace;
}

.record.selected {
	border-color: #ababab;
}

.record-controls {
	line-height: 2em;
	display: flex;
	flex-direction: row;
	width: 6em;
}

.markdown-controls {
	position: absolute;
	right: 1em;
}

.record-controls button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: 0 none !important;
	cursor: pointer;
	padding: 0;
}

.record-control-btn {
	line-height: 0.5em;
	width: 25%;
}

.record-control-btn:hover,.record-control-btn:focus {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
}

/* NOTEBOOK */
.ui-notebook {
	height: auto;
	overflow: hidden;
	padding: 3px 3px 10px;
	border: none;
	background: inherit;
}

.ui-notebook-content {
	padding-bottom: 40px;
}

.ui-notebook-command {
	display: inline-block;
	align-items: center;
	position: relative;
}

.ui-notebook-result {
	padding: 0.4em;
}

.ui-notebook-input,.ui-notebook-command {
	padding-left: 3px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	display: flex;
	flex-direction: row;
}

.ui-notebook-record.ui-state-disabled {
	opacity: 0.75;
}

.ui-inputfield[disabled],.ui-inputfield[disabled].ui-state-focus {
	border: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.ui-notebook-header {
	font-weight: 900;
	margin-bottom: 2em;
	padding-left: 1em;
}

.ui-notebook-header-icon {
	display: inline;
	padding-right: 0.2em;
	vertical-align: middle;
}

.ui-layout-resizer-north {
	height: 0 !important;
}

.ui-messages {
	z-index: 1000;
}

.ui-examples-menu {
	width: 340px !important;
}

.insert-zone {
	cursor: pointer;
	height: 0.4em;
	width: 50%;
	position: relative;
}

.insert-zone-text {
	border-right: none;
	border-left: none;
	cursor: pointer;
	padding-left: 1em;
	padding-right: 1em;
	position: absolute;
	top: -0.5em;
	z-index: 10;
}

.no-border tbody td {
	border: 0;
}

.hidden {
	display: none !important;
}

.hidden-content .ui-fileupload-content {
	display: none;
}

.ajax-status {
	background: url("") no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	border-style: none;
}

.ui-notebook-command .input-file:hover {
	color: red !important;
	cursor: pointer !important;
}

.comment {
	color: #008000;
	font-style: italic;
}