#x-logo
{
	display:none;
}

#x-title
{
	display:none;
}

#x-mini-logo
{
	background-image: url('../images/minidede.png');
	background-repeat: no-repeat;
	background-position: center;
	width:49px;
	height:64px;
	display:block;
	float:left;
}

#x-branding
{
	color: #FFFFFF;
	text-shadow: 2px 2px 8x #000000;
	font-size: 18pt;
}

#x-mini-branding
{
	padding: 10px 0px;
	width: 450px;
	color: #FFFFFF;
	font-size: 20pt;
}

#x-organize
{
	width: 500px;
	display: block;
	color: #000000;
}

#x-header-space
{
	background: #e09f67;
	//background: #f8fafd
}

#x-header-bar
{
	background-color:#9d571c;
	color:white;
	padding:2px 5px;
}

#x-header-bar a:link, #x-header-bar a:visited
{ 
	color: #FFFF00;
	cursor: auto;
}

#x-header-bar a:link:active, #x-header-bar a:visited:active
{ 
	color: #f9bab8;
}

#x-mini-header
{
	background-color: #e09f67;
	width: 100%;
	text-align: left;
	margin: 0;
	padding:0;margin:0;
	min-height: 100px;
}

#x-mini-header-space
{
	min-width:492px;
	height: 80px;
	background: #e46c0a;
	padding: 0px 10px 0px 10px;
}

#x-body
{
	background-color: #FFFFFF;
	overflow: hidden;
	word-wrap: break-word;
	width: 100%;
	min-height: calc(100vh - 197px);
}

#x-menu-bar
{
	background-color : #4472c4;
	color: #FFFFFF;
	width: 100%;
}

#x-message-bar
{
	position: absolute;
	display: table;
    z-index: 1;
	margin-top: 15%;
    margin-left: 20%;
	width: 60%;
	height: 100px;
	text-align:center;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	filter: alpha(opacity=80);
    opacity: 0.9;
}

#x-message-bar x-message
{
	width : 100%;
	height : 100%;
	display: table-cell;
	vertical-align: middle;
}

#x-message-bar ul
{
	list-style: none;
}

#x-error-bar
{
	border: 0px solid #ffece7;
	padding: 0;
	background-color : #ffece7;
	color : #e71b25;
	margin: 5px 0px 0px 0px;
}

#x-error-bar x-error
{
	width : 100%;
	height : 100%;
	display: table-cell;
}

#x-error-bar ul
{
	list-style: none;
}

#x-content
{
	background-color: #ededed;
	overflow: hidden;
	word-wrap: break-word;
	padding : 3px;
	min-height:calc(100vh - 243px);
}

#x-content #left-sidebar
{
	float:left;
	background-color: #99b3e4;
	display:none;
	min-height: 790px;
}

#x-content #main
{
	background: #f1f1f1;
	overflow: hidden;
	word-wrap: break-word;
	min-height: 790px;
}

#x-content #workspace
{
	padding : 5px;
}

#x-footer
{
	background-color : #e09f67;
	//background-color: #f1f1f1;
	padding : 3px 4px;
	color: #ffffff;
}

#x-navigator
{
    display: inline-block;
}

#x-navigator .cn-menu-topic
{
	padding: 1px 5px;
	overflow: hidden;
	cursor:pointer;
	border-right:1px solid #bbb;
	display:inline-block;
}

#x-navigator .cn-menu
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    
	-webkit-box-shadow: 10px 12px 9px -8px rgba(0,0,0,0.22);
	-moz-box-shadow: 10px 12px 9px -8px rgba(0,0,0,0.22);
	box-shadow: 10px 12px 9px -8px rgba(0,0,0,0.22);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
    z-index: 1;
}

#x-navigator .cn-menu a
{
    color: #000000;
}

#x-navigator:hover .cn-menu
{
    display: block;
}

#x-navigator .cn-menu-topic:last-child
{
    border-right: none;
}

#x-navigator a
{
	color: #FFFFFF;
	padding: 7px 6px;
	text-decoration: none;
	display:block;
}

#x-navigator a:hover
{
    background-color: #666;
    color: white;
} 

#x-vertical-navigator
{
	width : 100%;
	margin: auto;
	display: block;
}

#x-vertical-navigator .cn-menu-topic
{
	background-color: #dae3f3;
	display:block;
	padding: 5px;
	cursor:pointer;
}

#x-vertical-navigator .cn-menu-topic a
{
	color: black;
	font-weight: bold;
}

#x-vertical-navigator a
{
	text-decoration: none;
}

#x-user-name
{
	padding: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color:#FFFFFF;
}

#x-user
{
	padding: 3px;
	text-align: center;
	text-decoration: none;
	background-color : transparent;
	border: 0px;
	display: inline-block;
	cursor:pointer;
}

#x-user .cn-menu
{
    display: none;
	position: absolute;
    background-color: #f9f9f9;
    
	-webkit-box-shadow: 10px 12px 9px -8px rgba(0,0,0,0.22);
	-moz-box-shadow: 10px 12px 9px -8px rgba(0,0,0,0.22);
	box-shadow: 10px 12px 9px -8px rgba(0,0,0,0.22);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	z-index: 1;
}

#x-user .cn-menu a
{
    color: #000000;
}

#x-user:hover .cn-menu
{
    display: block;
	width: 160px;
}

#x-user a:hover
{
    background-color: #666;
    color: white;
}

#x-menu
{
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#x-menu a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
	color: #FFFFFF;
}


@media only screen and (min-width:1024px)
{
	#x-content #left-sidebar
	{
		display: table-cell;
	}
	
	#x-title
	{
		display: block;
	}
	
	#x-menu-bar
	{
		display: none;
	}
	
	#x-logo
	{
		background-image: url('../images/dede.png');
		background-repeat: no-repeat;
		background-position: center;
		width:63px;
		height:93px;
		display:block;
		margin:auto;
	}
	
	#x-branding
	{
		font-size: 20pt;
	}

	#x-mini-branding
	{
		font-size: 18pt;
		width: 469px;
	}
}

@media only screen and (min-width:600px)
{
	#x-title
	{
		display:block;
	}
}


#x-target-space
{
	background-color:#fac090;
	color: #000000;
	text-align: left;
}

#x-prj-target1
{
	padding : 10px 10px 10px 10px;
}

#x-prj-target2
{
	padding : 10px 10px;
	text-align: right;
}

#x-target-total
{
	border: 2px solid #71893f;
	background-color: #9bbb59;
	padding: 5px;
	width: 170px;
	display: inline-block;
	text-align: center;
}