@media screen and (max-width: 1280px) {

	span.articleUpdated,
	span.pageUpdated { display: none !important; }

}

@media screen and (max-width: 1120px) {

	span.articleId,
	span.pageId { display: none !important; }
	span.articlePath,
	span.pagePath {
		float: right !important;
		text-align: right !important;
	}

}

@media screen and (max-width: 1024px) {

	span.articleId,
	span.pageId { display: none !important; }
	span.articlePath,
	span.pagePath { display: none !important; }
	.tree li a { min-width: 0; !important }

}

@media screen and (max-width: 800px) {

	span.articleId,
	span.pageId { display: none !important; }
	span.articlePath,
	span.pagePath { display: none !important; }
	#articletree li a.category,
	#articletree li a.article,
	#pagetree li a.page { min-width: 0; !important }

}

@media screen and (max-width: 480px) {

	span.articleId,
	span.pageId { display: none !important; }
	span.articlePath,
	span.pagePath { display: none !important; }
	.tree li a { min-width: 0; !important }
	.tree a.category,
	.tree a.article,
	.tree a.page {
		float: none;
	}

	header {
		position: static;
		height: auto;
		min-height: 40px;
		overflow: hidden;

		padding: 0 0px 0 0px;
	}

	#crumbs {
		padding-top: 10px;
	}
	#crumbs li {
		padding-top: 0;
	}
	#crumbs a { border-bottom: none; }

	#profile {
		float: none;
	}
	#profile div#pimg {
		margin-top: -4px;
		margin-bottom: 0;
		float: right;
	}

	#profile > span.name,
	#profile > span.notices { display: none; }

	#loginInfo {
		clear: both;
		overflow: hidden;
		position: static;
		box-shadow: none;
		border-right: none;
		border-bottom: none;
		border-left: none;
		width: 100%;
	}
	#loginInfo:before, #loginInfo > div:before { display: none; }

	#loginInfo > div {
		background: pink;
	}

	#loginInfo span.logout { width: 100%; }

	aside {
		background: #fff !important;
		min-height: 0;
		width: auto;
		position: static;
		padding: 0;
		border-right: none;
	}
	aside ul {
		width: auto;
		margin-top: 0;
	}
	aside li,
	aside li.selected {
		border-left: none;
		border-bottom: 1px solid #e9e9e9;
	}
	aside nav a {
		background-image: -moz-linear-gradient(top, #F5F5F5 0%, #F1F1F1 100%);
		background-image: -ms-linear-gradient(top, #F5F5F5 0%, #F1F1F1 100%);
		background-image: -o-linear-gradient(top, #F5F5F5 0%, #F1F1F1 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F5F5), color-stop(1, #F1F1F1));
		background: -webkit-linear-gradient(top, #F5F5F5 0%, #F1F1F1 100%) repeat scroll 0 0 transparent;
	}
	aside nav .selected a {
		background-image: -moz-linear-gradient(top, #4D90FE 0%, #4787ED 100%);
		background-image: -ms-linear-gradient(top, #4D90FE 0%, #4787ED 100%);
		background-image: -o-linear-gradient(top, #4D90FE 0%, #4787ED 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4D90FE), color-stop(1, #4787ED));
		background: -webkit-linear-gradient(top, #4D90FE 0%, #4787ED 100%) repeat scroll 0 0 transparent;
		color: #fff;
	}
	#bc {
		border-right: none;
		position: static;
	}
	#bc:after { display: none; }

	ul.tabs {
		margin-left: 0;
		padding-top: 20px;
	}

	aside form {
		border-top: none;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #f1f1f1;
	}

	div#vSpacer1 { display: none; }

	#main {
		height: auto;
		min-height: 0;
		padding-top: 0;
	}
	#content {
		margin-left: 0;
	}

	label {
		float: none;
	}

	form section.size {
		width: 100%;
		float: none;
	}

	select,
	textarea,
	input[type="text"], input[type="password"] {
		width: 100% !important;
		display: block;
	}

	#editArticleForm_fromDate,
	#editArticleForm_toDate {
		width: 100px !important;
	}
	#editArticleForm_fromDate {
		float: left;
		margin-right: 10px;
	}

		#cmsLoginForm { padding: 90px 20px 20px 20px !important; background-position: 50% 20px !important; width: 100%; }
		#cmsLoginForm legend { display: none; }

		#ideaButton,
		aside form,
		ul#crumbs { display: none; }

		.tabs a:before { display: none; }
		.tabs a { padding: 0 6px; }

		#profile div#pimg { margin-top: 0; width: auto; }
		#profile #pimg button { display: none; }

		span#toggleMenu,
		span#toggleSearch {
			font-family: 'WebSymbolsRegular';
			display: block;
			content: "²";
			background: transparent;
			float: right;
			height: 28px;
			line-height: 28px;
			width: 28px;
			text-align: center;
			margin-right: 20px;
			margin-left: 10px;
			color: #909090;
			border: 1px solid #c6c6c6;
			border-radius: 2px;
			cursor: pointer;
			margin-top: 5px;
		}
		span#toggleSearch {
			margin-right: 0;
		}
		span#toggleSearch.open,
		span#toggleMenu.open {
			background: #909090;
			color: #fff;
		}

		aside nav#menu { display: none; }

		aside form { margin-bottom: 0; }
		#content,
		#mainContent { margin-bottom: 0; }

		#mainContent form { width: 100%; }


		#loginInfo > div:before,
		#loginInfo > div {
			width: auto;
		}
		#loginInfo img {
			margin-top: 0;
		}
		#loginInfo > div {
			margin-top: 0;
			background: transparent;
		}

		#main #editPageForm {
			padding-bottom: 50px;
			position: relative;
		}
		#main #editPageForm fieldset {
			width: 100%;
			padding-top: 10px;
			padding-right: 0;
			padding-left: 0;
		}
		#main form ul,
		#main form ul li { display: block; }
		#main form label,
		#main form input[type="text"],
		#main form input[type="password"],
		#main select,
		#main textarea {
			display: block;
			width: 100%;
		}

		#main #titler_og_sti,
		#main #visning_og_mal { padding-bottom: 0; }

		#main #editPageForm_save_wrapper {
			position: absolute;
			bottom: 0;
		}

		#editPageForm_status_wrapper { display: none !important; }

		#editPageForm_active_wrapper,
		#editPageForm_menuitem_wrapper { position: static; top: auto; left: auto; width: auto; }

		#editPageForm #editPageForm_menuitem_label,
		#editPageForm #editPageForm_active_label {
			float: left;
			width: auto;
		}
		#editPageForm_active,
		#editPageForm_menuitem {
			float: right;
		}

		section #dt section {
			width: 100% !important;
			float: none;
		}

		div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
			width: 100% !important;
			height: 100% !important;
			border: none;
			border-radius: 0;
			left: 0;
			box-shadow: none;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.modalOpen div#modal {
			height: 100% !important;
		}
		#plugs,
		#fileListing,
		#settings {
			Xbackground: magenta;
		}
		#plugs thead,
		#plugs tbody,
		#plugs th,
		#plugs td,
		#plugs tr,
		#fileListing,
		#fileListing thead,
		#fileListing tbody,
		#fileListing th,
		#fileListing td,
		#fileListing tr,
		#settings,
		#settings thead,
		#settings tbody,
		#settings th,
		#settings td,
		#settings tr {
			display: block;
		}

		#plugs tfoot,
		#fileListing tfoot,
		#settings tfoot { display: none; }
		#plugs thead tr,
		#fileListing thead tr,
		#settings thead tr {
			position: absolute;
			top: -99999px;
			left: -99999px;
		}
		#plugs tr,
		#fileListing tr,
		#settings tr {
			border: 1px solid #eee;
			border-bottom: none;
			margin-bottom: 10px;
			position: relative;
			Xbackground: #f00;

			background-color: #f5f5f5;
			background-image: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
			background-image: -ms-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
			background-image: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
			background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #f1f1f1));
			background: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%) repeat scroll 0 0 transparent;
			border-radius: 2px;
		}
		#plugs td,
		#settings td {
			border: none;
			border-bottom: 1px solid #e2e2e2;
			position: relative;
			padding-left: 25%;
			padding-left: 11%;
			word-wrap: break-word;
			width: auto !important;
			height: 39px;
			overflow: hidden;

			-moz-box-sizing: border-box;
			box-sizing: border-box;
			width: 100% !important;
		}

		#settings .icon16.setting { background: transparent; padding-left: 0; }

		#settings td:before {
			position: absolute;
			top: 0;
			left: 0;
			width: 20%;
			padding-right: 10px;
			padding-left: 6px;
			white-space: nowrap;
			background: rgba(255,0,0, 0);
		}
		#settings td:nth-of-type(1) { display: none; }
		#settings td:nth-of-type(2) {
			Xwidth: 60% !important;
			Xbackground: green;
		}
		#settings td:nth-of-type(2):before {
			width: 6%;
			content: "Nøkkel";
			text-indent: -9999px;
			background: rgba(255,0,0, 0) url(http://static.tornado.no/cms/images/icons/16x16/key.png) no-repeat 50% 50%;
		}
		#settings td:nth-of-type(3) {
			Xdisplay: none;
			Xwidth: 60% !important;
			Xbackground: #ff0;
			border: none;
		}
		#settings td:nth-of-type(3):before {
			width: 6%;
			content: "Verdi";
			text-indent: -9999px;
			background: rgba(255,0,0, 0) url(http://static.tornado.no/cms/images/icons/16x16/sum.png) no-repeat 50% 50%;
		}
		#settings td:nth-of-type(4) { display: none; }
		#settings td:nth-of-type(5):before { display: none; }
		#settings td:nth-of-type(5) {
			position: absolute; top: 0; right: 0;
			width: 30px !important;
			padding: 0;

			Xdisplay: none;
		}
		#settings td:nth-of-type(5) a { display: block; }

		.meow .inner { width: auto !important; }
		.CodeMirror  { margin-left: 0; }

		ul.tabs {
			float: none;
			clear: both;
		}
		.tabs li {
			Xmargin-left: 0;
			Xmargin-bottom: 4px;
			Xfloat: none;
		}
		.tabs .btn {
			Xtext-align: left;
		}
		.tabs a {
			Xdisplay: block;
		}

		#page12261 .size.w4 {
			width: 100%;
			padding: 0 0 20px 0;
		}
		.helplist a {
			line-height: 15px;
			padding-top: 12px;
			padding-bottom: 12px;
		}
}