@media all
{
	.clear 
	{
		clear: both;
	}
	
	html
	{
		height: 100%;
	}
	
	body 
	{
		margin: 0px;	
		background-color: #f0f0f0;
		background-image: url(../images/golden_background_light.svg);
		background-repeat: no-repeat;
		background-size: 250px;
		background-position-x: right 70px;
		background-position-y: top 5px;		
		display: flex;
		flex-direction: column;
		height: 100%;
		font-family: Arial,sans-serif;
		color:#333333;
	}
	

	div
	{
		box-sizing: border-box;	
	}
	
	#busy_mask
	{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2001;
		background-color: rgba(0,0,0,.5);
		width: 100%;
		height: 100%;	
		display: block;
	}
	
	#drag_mask
	{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 2000;
		width: 100%;
		height: 100%;	
		display: none;
	}	
	
	
	#busy_progress
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 80px;
		height: 80px;
		color: #cccccc;
	}
	
	
	#header
	{
		display: flex;
		padding: 5px;
	}
	#icon
	{
		width: 250px;
		height: 50px;
		background-image: url(../images/phi4_logo_light.svg);	
		background-repeat: no-repeat;		
	}
	#title
	{
		margin-left: 5px;
		padding: 5px;
		height: 32px;
	}
	#title_spacer
	{
		flex: 1 0 auto;
	}
	
	
	.title_button
	{
		font-size: 16px;
		width: 16px
		height: 32px;	
		padding: 8px;
		color: #666666;
		cursor: pointer;
	}	
	
	.title_button:hover
	{
		background-color:rgba(0,121,237,.1);	
		outline: 1px solid rgba(0,121,237,.3);		
	}

	#status_bar
	{
		position: relative;
		background-color: #cccccc;
		height: 20px;
		width:100%;
		display: flex;
	}
	#status_indicator
	{
		color: #cccccc;
		font-family: arial;
		font-size: 16px;	
		z-index: 3000;	
	}
	#progress_indicator
	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 20px;
		width: 0px;
		background-color: rgba(0,0,0,.5);	
		color: #cccccc;
		font-family: arial;
		font-size: 16px;
		text-align: right;
	}
	#heartbeat
	{
		font-family: "Font Awesome 6 Pro";
		font-size: 16px;
		padding: 2px;
		height: 20px
		width: 20px;
		margin-left: auto;
		margin-right: 0px;
		color: #cc0000;
	}
	.heartbeat_solid:before
	{
		content: "\f004";	
		
	}
	.heartbeat_hollow:before
	{
		content: "\f08a";	
	}

	#read-write
	{
		position: absolute;
		width: 30px;
		right: 30px;
		width: 30px;
		font-family: Futura PT, Helvetica, Arial, sans-serif;
		font-size: 16px;
		color: rgb(102,102,102);
	}
	
	#workspace_pane
	{
		display: flex;
		flex: 1 0 auto;
		margin: 3px;
		align-items: stretch;
	}
	#workspace_slider
	{
		width: 6px;	
		cursor: ew-resize;
		border-left: 1px outset;
		border-right: 1px outset;		
	}
	
	#quick_panel
	{
		border-top: 0px;
		width: 410px;
		background-color: white;
		overflow: hidden;
	}
	
	#quick_panel_palette
	{
		overflow: auto;
	}
	
	#edit_panel
	{
		flex: 1 0 auto;
		height: 200px;
		position: relative;
	}
	
	.drag_mask
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 10000;
		display: none;
/*		background-color: #cccccc; */
	}
	
	#workspace_panel_tabs
	{
		height: 100%;
//		border: 1px dotted red;	
	}
	
	.ui-tabs-tab
	{
		line-height: .1em;
	}
	.ui-state-active a:link
	{
		color: #000000;
	}
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
	{
		border:none;
		background-color: #ffffff;
		color: #000000;
	}
	.editor_iframe
	{
		width:100%;
		height:100%;
		box-sizing: border-box;
		margin-bottom:-2px;
		border: none;
		
	}	

	.ui-status-icon
	{
		color: #666666;
		float: left;
		margin-right: 5px;
		font-size:14px;
		padding: 1px;
	}
	.ui-status-text
	{
		color: #666666;
	}

	#general-file-upload
	{
		display: none;
	}


}
.wysiwyg-tools
{
	background-color: #f0f0f0;
}
.adobe-typekit
{
	background-image: url("https://platform-assets.typekit.net/typekit-logo.svg");
	background-size: 	16px 16px;
	background-repeat: no-repeat;
}
.adobe-typekit-large
{
	background-image: url("https://platform-assets.typekit.net/typekit-logo.svg");
	background-size: 	21px 21px;
	background-repeat: no-repeat;
}


.adobe-typekit-icon-small
{
	background-image: url("../images/adobe-fonts-icon.svg");
	background-size: 	16px 16px;
	background-repeat: no-repeat;
}

.adobe-typekit-icon-large
{
	background-image: url("../images/adobe-fonts-icon.svg");
	background-size: 	21px 21px;
	background-repeat: no-repeat;
}



.real-favicon-icon-small
{
	background-image: url("../images/realfavicon.png");
	background-size: 	16px 16px;
	background-repeat: no-repeat;
}