/*
 *	This code was created for Printr B.V. It is open source under the formide-client package.
 *	Copyright (c) 2017, All rights reserved, http://printr.nl
 */


#printer-controls{

 	printer-controls-fan{
 		position: relative;
     	top: -7px;
 	}

 	printer-controls-speed{
 		width: 45px;
 	    height: 45px;
 	    position: relative;
 	    top: -7px;
 	}

 	printer-controls-flow-rate{
 		width: 45px;
 	    height: 45px;
 	    position: relative;
 	    top: -7px;
 	}

 	.updateOverlay{
 		position: absolute;
 	    top: 40%;
 	    width: 100%;
 	    text-align: center;
 	}

	.block--temperatures{
		min-height: 171px;
	}

 	.temperature input{
 		width: 37%;
 		display: inline-block;

 		@include media-query(xs) {
 			width: 40%;
 		}
 	}

 	.tune-container{
 		padding: 0.5rem 1rem 0;
 	}

	.console{
		position: relative;

		textarea{
			background: darken(color(grey, dark), 60%);
	    	color: lighten(color(grey, light), 30%);
			font-family: Menlo, Courier New;
			padding: 3rem 1rem 1rem 1rem;
			line-height: 2;

			&:focus{
				border-color: transparent;
	    		box-shadow: none;
			}
		}


		.header{
			color: color(grey, dark);
			background: darken(color(grey, dark), 60%);
			position: absolute;
			top: 1px;
			left: 1px;
			padding: 1rem 1rem 0.5rem;
			border-radius: $border-radius;
			width: 99%;
		}
	}

}
