.pretty-split-pane-frame {
	
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	/* padding: 5px; */
	background: #e0e0e0;
	
}

.pretty-split-pane-frame > .split-pane > .split-pane-divider.dragged.touch {
	background: blue;
	opacity: 0.25;
}

/* *********** Background of the windows information ******************  Original One


.pretty-split-pane-component-inner {
	
	width: 100%;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	box-sizing: border-box; 
	text-align: left;
	border: 1px solid gray;
	background-color: #f1f1f1;
	display: block;  
	font-weight: normal;  
	line-height: 1.4;
	color: #333;  
	color: rgba(3, 3, 3, 0.6);  
	padding: 0 1em;
	overflow: auto;
	
}

*/

.pretty-split-pane-component-inner {
	
	width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    text-align: left;
    border: 0px solid gray;
    background-color: #f1f1f1;
    display: block;
    font-weight: normal;
    line-height: 1.4;
    color: #333;
    color: rgba(3, 3, 3, 0.6);
    /*padding: 5px;*/
    overflow: auto;
    
}

.console-information-area { /* FM-96 by Gustavo Changed March 1 2017 */
	
    width: 100% !important;
    max-width: -moz-calc(100% - 5px);
    max-width: -webkit-calc(100% - 5px);
    max-width: calc(100% - 5px);
    height: 100%;
    max-height: -moz-calc(100% - 4px);
    max-height: -webkit-calc(100% - 4px);
    max-height: calc(100% - 4px);
    overflow: auto !important;
    border-top: 4px double #a0a0a0 !important;
    border-left: 4px double #a0a0a0 !important;
    border-bottom: 4px double #333 !important;  
    border-right: 4px double #333 !important;
    top: 2px;
    left: 2px;
    padding: 5px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f1f1f1;
    background: -webkit-linear-gradient(#fff,#f1f1f1);
    background: -moz-linear-gradient(#fff,#f1f1f1);
    background: linear-gradient(#fff,#f1f1f1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);

}

.console-information-area > p {
	
	/*color: #64fb4d !important;*/
	color: #ff0000 !important;
	
}

/* ******************************************************************** */
