button {
	font-size: 11px;
}

.sidePanel {
	position: absolute;
	left: 325px;
	top: 0;
	width: 100px;
	font-size: 10px;
}

.sidePanel button {
	width: 80px;
	display: block;
	margin-bottom: 1px;
}

* {
	box-sizing: border-box;
}

input {
	width: -webkit-fill-available;
}

.signal {
	height: 30px;
	width: 320px;
	display: inline-block;
	border-radius: 5px;
	margin: auto;
}

.bg-grey {
	background-color: gray;
}

.bg-green {
	background-color: green;
}

.bg-red {
	background-color: red;
}

#overlay, .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 320px;
}

.row {
	margin-bottom: 5px;
}

.sel {
	border: 2px solid blue;
}

.handle {
	position: absolute;
	border-radius: 50px;
	border: 1px solid #9c27b0;
	background-color: #ffc107;
	cursor: pointer;
}

.canvasCont {
	display: inline-block;
	position: relative;
	height: 240px;
	width: 320px;
	background: url("/assets/images/camera-off.png") center center no-repeat;
}

.draggable {
	transition: 0.01s;
	transform: translateX(-9999px);
}


/* Show it is fixed to the top */
body {
	padding-top: 4.5rem;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

.settings-val-box {
	border-right: 0;
	padding-right: 5px;
}

.settings-unit-box {
	padding-left: 0;
	background-color: white;
	border-left: none;
}