/* CSS Document */
#gtmix_app_screen{
		position: fixed;
		width: 100%; height: 100%;
		left: 0px; top: 0px;
		z-index: 20000;
		display: none;
		
	}
	
	.gtmix_app_content{
		position: relative;
		width: 95%; height: 95%;
		margin: auto;
		background-color: #fff;
		border-radius: 20px;
		padding: 0px;
		box-shadow:0px 0px 3px #000;
		top:10px;
		padding:10px;
		text-align:center;
		
	}
	
	#gtmix_app_title{
	  color:#fff; position:relative;
	  float:left; padding:10px;  font-size:20px;
	}
	.title_bar{background-color: #000; color: #fff; font-size: 20px; padding: 2px;}
	
	#gtmix_info_dialog{
	  position:fixed;
	  margin:auto;
	  width:100%;
	  height:87%;
	  background-color:#fff;
	  z-index:6000;
	  box-shadow:0px 0px 3px #000;
	  color:#000;
	  top:50px;
	  left:0%;
	  display:none;
	}
	
	#gtmix_info_content{margin:15px; position:relative; height:80%; background-color:#ddd; padding:10px;
	border-radius: 10px; overflow: scroll; overflow-x: hidden; overflow-y: auto;
	}
	#gtmix_info_content a{color:blue;}
	
	
	
	#gtmix_min_bar{
		position: fixed;
		width: 150px;
		height: 40px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background-color: #DFDFDF;
		box-shadow: 0px 0px 3px #000;
		color: #000;
		left:20px;
		bottom:0px;
		z-index:10000;
		padding:5px;
		text-align:center;
		font-size:15px;
		display:none;
		
	}
	
	#gtmix_min_bar:hover{
	background-color:#fff;
	cursor: ne-resize;

	}
