/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/08/2019, 11:49:00
    Author     : Marcio
*/


.image-editor-bar-left {
	width: 250px;
	display: block;
	background-color: #535353;
	height: 100%;
	color: white;
	display: inline-block;
	vertical-align:top;
	margin: 0px;
	
}


.image-editor-bar-right {
	width: 250px;
	display: block;
	background-color: #535353;
	height: 100%;
	color: white;
	display: inline-block;
	vertical-align:top;
	margin: 0px;
}


.image-editor-center {
	width: calc(100% - 500px);
	display: block;
	background-color: #535353;
	height: 100%;
	color: white;
	display: inline-block;
	vertical-align:top;
	margin: 0px;
}

.font-show {
	width: 100%;
	height: 200px;
	overflow: scroll;
}

