#cli-emulator{
	width: 100%;
	height: 600px;
	background: #000;
	overflow: auto;
	color: #fff;
	position: relative;
	padding: 8px;
}

#asterisk_cligeneral {
	font-family: monospace;
}

#enter-cli {
	cursor: pointer;
}

.ui-autocomplete{
	z-index: 3000 !important;
}

@media (max-width: 480px) {
	#cli-emulator{
		height: auto !important;
	}

}

@media (min-width: 481px) and (max-width:768px) {
	#cli-emulator{
		height: 400px !important;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	#cli-emulator{
		height: 400px !important;
	}
}
