/**
 * @package     hubzero-cms
 * @file        components/com_tools/site/assets/css/tools.css
 * @copyright   Copyright 2005-2015 HUBzero Foundation, LLC.
 * @license     http://opensource.org/licenses/MIT MIT
 */

/*

	-- -- -- -- -- -- --
	com_tools CSS
	-- -- -- -- -- -- --

*/

/* Intro */
	#introduction:after {
		content: "\2692";
	}
/* Table */
	.com_tools table {
		margin: 1em 0;
	}
	.source-code.open {
		color: #7AAB69;
	}
	.source-code.closed {
		color: #CC0000;
	}
/* Columns */
	.section>h3 {
		display: none;
	}
	#content-header h2 {
		cursor: pointer;
	}
	#content-header form {
		margin: 0 0 0 15px;
		padding: 1.5em 0 1em;
	}
/* Storage Management */
	.filebrowser {
		margin: 1.5em 0 0 0;
		padding: 0;
	}
	#imgManager {
		border: 1px solid #ccc;
	}
	#filelist {
		background: #FFF;
	}
	#small-page {
		background: #FFF;
	}
	#small-page #filepath {
		list-style: none;
		margin: 0.5em;
	}
	#small-page #filepath li {
		display: inline;
		margin: 0;
		padding: 0.3em;
	}
	#small-page #filepath li.home a,
	#small-page #filepath li.home span {
		background: url("/core/components/com_tools/site/assets/img/home.gif") 0 0 no-repeat;
		padding-left: 25px; 
		padding-top: 0.2em;
		padding-bottom: 0.2em;
	}
	#small-page #filepath li.folder a,
	#small-page #filepath li.folder span {
		background: url("/core/components/com_tools/site/assets/img/folder.gif") 0 0 no-repeat;
		padding-left: 20px; 
	}
	#small-page #filepath li.arrow {
		margin: 0;
		padding: 0;
	}
	#small-page #filepath li span {
		font-weight: bold;
	}
	.file-size {
		white-space: nowrap;
		text-align: right;
	}
/* Tool Session */
	#session {
		margin: 0;
		padding: 0;
	}
	#app-wrap {
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		margin: 30px;
		padding: 0;
		float: left;
		position: relative;
		background: #000;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-border-radius: 0.27em;
		   -moz-border-radius: 0.27em;
		    -ms-border-radius: 0.27em;
		     -o-border-radius: 0.27em;
		        border-radius: 0.27em;
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, .1);
		   -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, .1);
		    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, .1);
		     -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, .1);
		        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), 0 1px 4px rgba(0, 0, 0, .1);
	}
	#app-wrap * {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#app-content {
		outline: 0;
		position: relative;
		/* [!] HACKS - IE 7 */
		*z-index: 2;
	}
	#app-content .warning,
	#app-content .error {
		margin: 0;
	}
	.readonly-warning {
		margin:30px 30px 30px 30px;
		top:30px;
	}
	#app {
		margin: 0 0 -1px;
		padding: 0;
		line-height: 1;
		overflow: hidden;
	}
	#app-header {
		overflow: hidden;
		zoom: 1;
		padding: 0;
		z-index: 1;
		margin: 0; 
		background: #2b2b2b;
		background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#2b2b2b));
		background: -webkit-linear-gradient(#474747, #2b2b2b);
		background: -moz-linear-gradient(center top, #474747 0%, #2b2b2b 100%);
		background: -moz-gradient(center top, #474747 0%, #2b2b2b 100%);
		background: -o-linear-gradient(#474747, #2b2b2b);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#474747,endColorstr=#2b2b2b);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#474747, endColorstr=#2b2b2b)";
		-webkit-border-radius: 0.27em 0.27em 0 0;
		   -moz-border-radius: 0.27em 0.27em 0 0;
		    -ms-border-radius: 0.27em 0.27em 0 0;
		     -o-border-radius: 0.27em 0.27em 0 0;
		        border-radius: 0.27em 0.27em 0 0;
		position: relative;
		-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		   -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		    -ms-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		     -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		color: #696969;
		text-shadow: 0 1px 1px #111111;
		border-bottom: 1px solid #2d2e2e;
	}
	#app-header ul {
		overflow: hidden;
		zoom: 1;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#app-header ul {
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		border-right: none;
		width: auto;
		float: none;
		position: absolute;
		top: 0;
		right: 0;
	}
	#app-header ul li {
		margin: 0;
		padding: 0 0 0 2px;
		float: right;
		background: url("/core/components/com_tools/site/assets/img/bg-nav-seperator.png") 0 0 repeat-y;
	}
	#app-header ul#app-options {
		float: left;
		background: url("/core/components/com_tools/site/assets/img/bg-nav-seperator.png") right top repeat-y;
	}
	#app-header h2,
	#app-header ul li a {
		display: block;
		color: #999a9b;
		text-shadow: 0 1px 1px #111111;
		border: none;
	}
	#app-header h2 {
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 1em;
		line-height: 1.2em;
		float: left;
		margin: 0;
		width: 45%;
		padding: 10px 20px 10px 20px;
	}
	#app-header ul li a:hover,
	#app-header ul li.active a {
		background: #4e5052;
		background: -webkit-gradient(linear, left top, left bottom, from(#4e5052), to(#7f8284));
		background: -webkit-linear-gradient(#4e5052, #7f8284);
		background: -moz-linear-gradient(center top, #4e5052 0%, #7f8284 100%);
		background: -moz-gradient(center top, #4e5052 0%, #7f8284 100%);
		background: -o-linear-gradient(#4e5052, #7f8284);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4e5052,endColorstr=#7f8284);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4e5052, endColorstr=#7f8284)";
		border-bottom: none;
		color: #eee;
		cursor: pointer;
	}
	#app-header ul li.active a {
		background: #0b0b0b;
		background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#0b0b0b));
		background: -webkit-linear-gradient(#272727, #0b0b0b);
		background: -moz-linear-gradient(center top, #272727 0%, #0b0b0b 100%);
		background: -moz-gradient(center top, #272727 0%, #0b0b0b 100%);
		background: -o-linear-gradient(#272727, #0b0b0b);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#272727,endColorstr=#0b0b0b);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#272727, endColorstr=#0b0b0b)";
	}
	#app-header ul:first-child {
		border-left: none;
		border-right: 1px solid rgba(255, 255, 255, 0.085);
	}
	#app-header ul:first-child,
	#app-header ul:first-child li {
		float: left;
		-webkit-border-radius: 0.27em 0 0 0;
		   -moz-border-radius: 0.27em 0 0 0;
		    -ms-border-radius: 0.27em 0 0 0;
		     -o-border-radius: 0.27em 0 0 0;
		        border-radius: 0.27em 0 0 0;
	}
	#app-header ul li:last-child {

	}
	#app-header ul li:first-child a {
		-webkit-border-radius: 0 0.27em 0 0;
		   -moz-border-radius: 0 0.27em 0 0;
		    -ms-border-radius: 0 0.27em 0 0;
		     -o-border-radius: 0 0.27em 0 0;
		        border-radius: 0 0.27em 0 0;
	}
	/*#app-header form {
		border: 1px solid #c00;
		position: relative;
	}
	#app-header form input {
		display: none;
	}
	#app-header form button {
		position: absolute;
		right: 0;
		top: 0;
	}*/
	#app-options {
		padding: 1em;
		display: none;
		color: #aaa;
	}
	#app-options .input-wrap {
		margin-left: 1.5em;
	}
	#app-options strong {
		color: #ccc;
	}
	#app-footer {
		overflow: hidden;
		zoom: 1;
		padding: 0;
		z-index: 1;
		margin: 0;
		background: #2b2b2b;
		background: -webkit-gradient(linear, left top, left bottom, from(#474747), to(#2b2b2b));
		background: -webkit-linear-gradient(#474747, #2b2b2b);
		background: -moz-linear-gradient(center top, #474747 0%, #2b2b2b 100%);
		background: -moz-gradient(center top, #474747 0%, #2b2b2b 100%);
		background: -o-linear-gradient(#474747, #2b2b2b);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#474747,endColorstr=#2b2b2b);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#474747, endColorstr=#2b2b2b)";
		-webkit-border-radius: 0 0 0.27em 0.27em;
		   -moz-border-radius: 0 0 0.27em 0.27em;
		    -ms-border-radius: 0 0 0.27em 0.27em;
		     -o-border-radius: 0 0 0.27em 0.27em;
		        border-radius: 0 0 0.27em 0.27em;
		position: relative;
		-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		   -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		    -ms-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		     -o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		        box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.085);
		color: #999a9b;
		text-shadow: 0 -1px 1px #111111;
		border-bottom: 1px solid #2d2e2e;
		min-height: 3em;
	}
	.ui-resizable-handle,
	#app-footer a {
		color: #999a9b;
		text-shadow: 0 -1px 1px #111111;
		cursor: pointer;
		border-bottom: none;
	}
	#app-footer ul {
		overflow: hidden;
		zoom: 1;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#app-footer ul {
		float: right;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
		border-right: none;
	}
	#app-footer ul li {
		margin: 0;
		padding: 0 0 0 2px;
		float: left;
		background: url("/core/components/com_tools/site/assets/img/bg-nav-seperator.png") 0 0 repeat-y;
	}
	#app-footer ul li a {
		display: block;
		color: #999a9b;
		text-shadow: 0 -1px 1px #111111;
		border: none;
	}
	#app-footer ul li a:hover,
	#app-footer ul li.active a {
		background: #4e5052;
		background: -webkit-gradient(linear, left top, left bottom, from(#4e5052), to(#7f8284));
		background: -webkit-linear-gradient(#4e5052, #7f8284);
		background: -moz-linear-gradient(center top, #4e5052 0%, #7f8284 100%);
		background: -moz-gradient(center top, #4e5052 0%, #7f8284 100%);
		background: -o-linear-gradient(#4e5052, #7f8284);
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4e5052,endColorstr=#7f8284);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4e5052, endColorstr=#7f8284)";
		border-bottom: none;
		color: #fff;
	}
	#app-footer ul li:first-child a {
		-webkit-border-radius: 0 0.27em 0 0;
		   -moz-border-radius: 0 0.27em 0 0;
		    -ms-border-radius: 0 0.27em 0 0;
		     -o-border-radius: 0 0.27em 0 0;
		        border-radius: 0 0.27em 0 0;
	}
	.ui-resizable-handle {
		position: absolute;
		right: 0;
		bottom: -3.2em; /* -37px */
		display: block;
		height: 3em;
		width: 8.3em;
		padding: 0 0 0 30px;
		background-image: none;
		border: 1px solid transparent;
		z-index: 666;
		font-size: 12px;
		/* [!] HACKS - IE 7 */
		*z-index: 50;
		/* IE 7 Needs a background of some sort to allow areas directly above text to be used as drag handles. 
		So we then make it near invisible to keep it looking OK. */
		*background: #fff;
		*filter: alpha(opacity = 1);
	}
	#app-zone {
		background: #4e5052;
		-webkit-border-radius: 0 0 0.27em 0.27em;
		   -moz-border-radius: 0 0 0.27em 0.27em;
		    -ms-border-radius: 0 0 0.27em 0.27em;
		     -o-border-radius: 0 0 0.27em 0.27em;
		        border-radius: 0 0 0.27em 0.27em;
		padding: 1em;
		color: #999a9b;
	}
	#app-zone p {
		margin: 0;
		padding: 0;
	}
	#app-zone .zone-identity {
		width: 100px;
		max-height: 100px;
		overflow: hidden;
		margin: 0 1em 0 0;
		padding: 0;
		-webkit-border-radius: 0.27em;
		   -moz-border-radius: 0.27em;
		    -ms-border-radius: 0.27em;
		     -o-border-radius: 0.27em;
		        border-radius: 0.27em;
		float: left;
	}
	#app-zone form {
		margin: 0;
		padding: 0.5em;
		border: 1px solid #666;
		-webkit-border-radius: 0.27em;
		   -moz-border-radius: 0.27em;
		    -ms-border-radius: 0.27em;
		     -o-border-radius: 0.27em;
		        border-radius: 0.27em;
		font-size: 90%;
	}
	/*#app-zone form select {
		max-width: 10em;
	}*/
/* Disk usage */
	#diskusage { 
		margin: 0;
		padding: 0;
		border-left: none;
		border-right: 1px solid rgba(255, 255, 255, 0.085);
	}
	#diskusage dt {
		float:left;
		font-weight: normal;
		padding: 0.61803399em 1.218em;
		margin: 0;
	}
	#diskusage dt a:hover {
		color: #eee;
	}
	#diskusage #du-amount { 
		width: 200px;
		float: left;
		position: relative; /* IE is dumb */
		display: inline-block;
		height: 1.4em; 
		margin: 0.71803399em 1.218em 0 0;
		padding: 0 0 0 0;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		    -ms-border-radius: 10px;
		     -o-border-radius: 10px;
		        border-radius: 10px;
		background: #272727;
		background: -webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#272727));
		background: -webkit-linear-gradient(#0b0b0b, #272727);
		background: -moz-linear-gradient(top, #0b0b0b, #272727);
		background: -moz-gradient(center top, #0b0b0b 0%, #272727 100%);
		background: -o-linear-gradient(#0b0b0b, #272727);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b0b0b', endColorstr='#272727');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0b0b0b, endColorstr=#272727)";
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.085);
	}
	#diskusage #du-msg { 
		margin: 0;
		padding: 0;
	}
	#diskusage #du-amount span {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 1em;
		text-indent: 7px;
	}
	#diskusage #du-amount span {
		color: #fff;
	}
	#diskusage #du-amount div {
		padding: 0;
		position: relative; 
		background: #c9d9c0;
		margin: .2em 0 0 .2em;
		height: 1em; 
		width: 75%; 
		text-align:right; 
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		    -ms-border-radius: 10px;
		     -o-border-radius: 10px;
		        border-radius: 10px;
		-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
		   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
		    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
		     -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
		        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	}
	#diskusage #du-amount div {
		background: #ccc; 
		background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#aaaaaa));
		background: -webkit-linear-gradient(#cccccc, #aaaaaa);
		background: -moz-linear-gradient(top,  #cccccc,  #aaaaaa);
		background: -moz-gradient(center top, #cccccc 0%, #aaaaaa 100%);
		background: -o-linear-gradient(#cccccc, #aaaaaa);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#cccccc, endColorstr=#aaaaaa)";
	}
	#diskusage #du-amount div strong {
		position: absolute;
		right: -3px;
		top: 2px;
		display: block;
		height: 24px;
		width: 9px;
		text-align: left;
		text-indent: -9999px;
		overflow: hidden;
	}
	#diskusage #du-amount div span {
		display: block;
		width: 190px;
		font-size: 85%;
		text-align: right;
		color: #6b6b6b;
		padding: 0 10px 0 0;
		text-shadow: none;
		top: 0.1em;
	}
	#app-footer li a,
	#app-footer li a span,
	#app-header li a,
	#app-header li a span {
		position: relative;
		z-index: 1;
		overflow: hidden;
		padding: 0;
		display: block;
	}
	#app-footer li a span,
	#app-header li a span {
		padding: 8px 10px 8px 30px;
	}

	#app-header a.terminate span {
		background: url("/core/components/com_tools/site/assets/img/session.png") 8px -182px no-repeat;
	}
	#app-header a.terminate:hover span {
		background-position: 8px -230px;
	}
	#app-header a.keep span {
		background: url("/core/components/com_tools/site/assets/img/session.png") 8px -278px no-repeat;
	}
	#app-header a.keep:hover span {
		background-position: 8px -326px;
	}

	#app-header a.options span,
	#app-footer a.refresh span {
		white-space: nowrap;
		line-height: 1;
	}

	#app-header a.options span {
		width: 1.3em;
		padding: 0.2em 0.3em;
		font-size: 2em;
	}
	#app-header a.options span:before {
		content: "\2699";
		font-family: "Fontcons";
		margin-right: 5em;
	}
	#app-header ul li.active a.options span,
	#app-header a.options:hover span {
		color: #fff;
		font-weight: normal;
	}
	/* Refresh */
	#app-footer a.refresh span {
		width: 1.7em;
		padding: 0.4em 0.5em;
		font-size: 1.6em;
	}
	#app-footer a.refresh span:before {
		content: "\21BB";
		font-family: "Fontcons";
		margin-right: 5em;
	}
	#app-footer a.refresh:hover span {
		background-position: 8px -134px;
	}
	/* Resize */
	#app-footer a.resize,
	.ui-resizable-handle {
		cursor: move;
	}
	#app-footer a.resize span {
		background: url("/core/components/com_tools/site/assets/img/session.png") 8px 10px no-repeat;
	}
	#app-footer a.resize:hover span {
		background-position: 8px -38px;
	}
	/* Popout */
	#app-footer a.popout span {
		width: 2px;
		padding-right: 0px;
		text-indent: 555em;
		white-space: nowrap;
	}
	#app-footer a.popout span {
		background: url("/core/components/com_tools/site/assets/img/session.png") 8px -374px no-repeat;
	}
	#app-footer a.popout:hover span {
		background-position: 8px -422px;
	}

/* Share form */
	#app-share {
		margin: 2em 0 0 0;
		padding: 25px;
		-webkit-border-radius: 0 0 0.27em 0.27em;
		   -moz-border-radius: 0 0 0.27em 0.27em;
		    -ms-border-radius: 0 0 0.27em 0.27em;
		     -o-border-radius: 0 0 0.27em 0.27em;
		        border-radius: 0 0 0.27em 0.27em;
		background: #f4f4f4;
		color: #999;
	}
	#app-share p.share-member-photo {
		float: left;
		margin: 0;
		padding: 0 20px 0 0;
		width: 50px;
		height: 50px;
		overflow: hidden;
		color: #777;
		font-size: 11px;
		text-align: right;
		position: relative;
	}
	#app-share .share-anchor {
		border-color: transparent #d8d8d8 transparent transparent;
		border-style: dashed solid dashed dashed;
		border-width: 10px;
		height: 0;
		width: 0;
		display: block;
		overflow: hidden;
		position: absolute;
		top: 20px;
		right: 0px;
	}
	#app-share fieldset {
		background: #f4f4f4;
		border: 10px solid #d8d8d8;
		margin: 0;
		padding: 0 1em 0em 1em;
		text-align: left;
		color: #777;
	}
	#app-share legend {
		margin: 0;
		padding: 0;
		font-size: 10px;
		line-height: 10px;
		background-color: #d8d8d8;
		color: #d8d8d8;
		margin-top: -10px\9;
	}
	#app-share .sidenote {
		border: 1px solid #ececec;
		padding: 0 1em;
		margin: 0 -1em 0 -1em;
		color: #aaa;
		background-color: #ececec;
	}
	#app-share label {
		padding-top: 1em;
		position: relative;
		display: block;
	}
	#app-share input,
	#app-share select,
	#app-share textarea {
		margin-top: 0.25em;
		width: 100%;
	}
	#app-share ul.textboxlist-holder li.bit-input input.smallinput, 
	ul.textboxlist-holder li.bit-input input.smallinput {
		width: 1px;
	}
	#app-share .submit {
		clear: both;
		margin: -1.5em 0 1em 0;
		padding: 0;
		text-align: right;
	}
	#app-share .submit input,
	#app-share .option {
		width: auto;
	}
	#app-share #readonly-label {
		width: 70%;
	}

	#app-share table {
		border: 2px solid #e9e9e9;
		border-top: none;
		background-color: #fff;
		margin: 0;
		padding: 0;
	}
	#app-share table thead th {
		font-size: 115%;
		background: #f8f8f8 url("/core/components/com_tools/site/assets/img/light-stripes.png");
		border: 2px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
		margin-right: -2px; /* Fix 2px issue */
	}
	/* tbody */
	#app-share table tbody td {
		text-align: left;
		border-bottom: 1px solid #eee;
		padding: 10px;
	}
	#app-share table tbody th {
		width: 50px;
		padding: 10px;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	#app-share table tbody th img {
		margin: 0;
		padding: 0;
	}
	#app-share table .entry-details {
		font-size: 85%;
		color: #999;
	}
	#app-share table .entry-id {
		display: none;
	}
	#app-share table .entry-remove {
		width: 16px;
		height: 16px;
		background: url("/core/components/com_tools/site/assets/img/close-light.gif") 0 0 no-repeat;
		display: block;
		overflow: hidden;
		text-indent: -555em;
		border: none;
		text-decoration: none;
		float: right;
	}
	#app-share table .entry-remove:hover {
		border: none;
		text-decoration: none;
		background-position: 0 -24px;
	}
	#app-share-overlay {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.7);
		box-shadow:inset 0 0 50px #333;
		z-index:999999999999;
	}
	#app-share-overlay:after {
		content:attr(data-message);
		position:absolute;
		top:65%;
		left:0;
		width:100%;
		height:25%;
		text-align:center;
		font-size:30px;
		font-weight:400;
		color:#FFF;
	}
	#app-share-overlay.open:before,
	#app-share-overlay.close:before {
		content:"\f097";
		position:absolute;
		top:30%;
		left:0;
		width:100%;
		height:100px;
		text-align:center;
		color:#FFF;
		font-size:100px;
		font-family:'Fontcons';
	}
	#app-share-overlay.close:before {
		content:"\f098";
	}
	span.readonly {
		padding: 2px 4px;
		background: #ccc;
		color: #fff;
		font-size: 11px;
		text-transform: uppercase;
		border-radius: 2px;
	}
/* Misc. */
	#powered-by {
		color: #999;
		font-size: 90%;
	}
	.ntools { 
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.ntools li { 
		margin: 0;
		padding: 0;
	}
	#connectingTool { 
		text-align: center;
		font-size: 1.5em;
		width: 15em;
		margin: 0 auto;
		padding: 3em 0 0 0;
	}
	.hide,
	.hidden { 
		display: none;
	}

/* Error Message */
	#error-wrap {
		margin: 0;
		padding: 3em 0 3em 0;
		border: none;
		text-align: center;
	}
	#error-box {
		margin: 0 auto;
		padding: 10px 10px 10px 45px;
		width: 500px;
		text-align: left;
		border: 1px solid #EFCCC2; 
		color: #CC0000;
		background: #FFF2EF url("/core/components/com_tools/site/assets/img/error-large.png") 10px 10px no-repeat;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		    -ms-border-radius: 10px;
		     -o-border-radius: 10px;
		        border-radius: 10px;
		-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		   -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		     -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
		        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	}
	#error-box.code-403 {
		border-color: #fbd894;
		color: #CC6633; 
		background: #FFFDEF url("/core/components/com_tools/site/assets/img/warning-large.png") 10px 10px no-repeat;
	}
	#error-box h2 {
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 1.4em;
		line-height: 1.4em;
		color: #CC0000;
	} 
	#error-box h3, 
	#error-box h4 {
		color: #CC0000;
	}
	#error-box.code-403 h2, 
	#error-box.code-403 h3, 
	#error-box.code-403 h4 {
		color: #CC6633;
	}
	#error-box ol {
		margin: 1em 0 1em 2em;
		padding: 0;
	}
	#error-box ol li {
		line-height: 1.5em;
	}
	.error-reasons {
		padding: 1em;
		background-color: #fff;
		border: 1px solid #ddd;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		    -ms-border-radius: 10px;
		     -o-border-radius: 10px;
		        border-radius: 10px;
	}
	.com_tools #app-manager {
		margin: 0;
		background-color: #FFFDEF;
		padding: 25px;
		color: #CC6633;
	}
/* Session list */
	.com_tools table.sessions .disconnect,
	.com_tools table.sessions .closetool {
		display: block;
		overflow: hidden;
		text-indent: -55em;
		border: none;
	}
	.com_tools table.sessions .disconnect {
		width: 28px;
		height: 14px;
		background: url("/core/components/com_tools/site/assets/img/disconnect.gif") 0 0 no-repeat;
	}
	.com_tools table.sessions .closetool {
		width: 14px;
		height: 14px;
		background: url("/core/components/com_tools/site/assets/img/close-light.gif") 0 0 no-repeat;
	}
	.com_tools table.sessions .disconnect:hover {
		background-position: 0 -14px;
		border: none;
	}
	.com_tools table.sessions .closetool:hover {
		background-position: 0 -24px;
		border: none;
	}
	.com_tools table.sessions .owner {
		font-size: 90%;
	}
	table.list td.t {
		width: 30px;
		background: black;
	}
