/* stylesheet file for layout 'admin' */

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
}

div#site-header {
	background: #212121 url("/static/img/admin/header_background.png") repeat-x bottom left;
	color: white;
	padding: 10px 0px;
	min-width: 800px;
}

	div#site-header h1 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		font-size: 14px;
		margin-left: 16px;
		float: left;
	}

		div#site-header h1 a {
			text-decoration: none;
			color: white;
		}

	div#site-header div.userinfo {
		float: right;
	}

		div#site-header div.userinfo div {
			font-size: 12px;
			float: left;
			border-right: 2px solid #343434;
			padding: 0px 16px;
		}

		div#site-header div.userinfo a {
			color: #f98e00;
			text-decoration: none;
		}

	div#site-header span.logo {
		background: transparent url("/static/img/admin/bme_logo_small.png") no-repeat;
		width: 84px;
		height: 18px;
		float: right;
		margin: 0px 16px;
	}

div#site-menu {
	background: #212121;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

		div#site-menu ul.menu {
			padding: 0px;
		}

		div#site-menu div.menu-level-0 {
			border-bottom: 1px solid black;
		}

		div#site-menu div.menu-level-1 {
			background: #474747 url("/static/img/admin/menu_level1_background_top.png") repeat-x top left;
			border-bottom: 1px solid black;
		}

		div#site-menu div.menu-level-2 {
			background: #616161;
			border-bottom: 1px solid black;
		}

		div#site-menu ul li {
			list-style: none;
			float: left;
		}

			div#site-menu ul li.active {
			}

			div#site-menu ul li:hover {
				background: #efbb75;
			}


			div#site-menu ul li a {
				text-decoration: none;
				padding: 8px 16px;
				display: block;
				color: white;
				font-size: 12px;
			}

			div#site-menu ul li.active a {
				background: #f98e00;
			}

			div#site-menu div.menu-level-1 ul li a {
				padding: 6px 16px;
			}

			div#site-menu div.menu-level-2 ul li a {
				padding: 4px 16px;
			}

div#site-content {
	min-height: 600px;
	padding: 16px;
}

	div#site-content a {
		color: #4040a0;
		text-decoration: none;
	}

	div#site-content div.x-grid-cell-inner a:hover {
		text-decoration: underline;
	}

	div#site-content div.x-grid-cell-inner img.x-action-col-icon {
		margin: 0px 2px;
	}

div.clear {
	clear: both;
}


/* button classes for ExtJS */

span.x-btn-button span.add {
	background-image: url('/static/img/icons/add.png') !important;
}
span.x-btn-button span.cross {
	background-image: url('/static/img/icons/cross.png') !important;
}
span.x-btn-button span.modify {
	background-image: url('/static/img/icons/wrench.png') !important;
}
span.x-btn-button span.delete {
	background-image: url('/static/img/icons/delete.png') !important;
}
span.x-btn-button span.export {
	background-image: url('/static/img/icons/table.png') !important;
}
span.x-btn-button span.user-add {
	background-image: url('/static/img/icons/user_add.png') !important;
}
span.x-btn-button span.user-modify {
	background-image: url('/static/img/icons/user_edit.png') !important;
}
span.x-btn-button span.user-delete {
	background-image: url('/static/img/icons/user_delete.png') !important;
}
span.x-btn-button span.up {
	background-image: url('/static/img/icons/arrow_up.png') !important;
}
span.x-btn-button span.set_as_default {
	background-image: url('/static/img/icons/tick.png') !important;
}
span.x-btn-button span.upload {
	background-image: url('/static/img/icons/image_add.png') !important;
}
span.x-btn-button span.renumber {
	background-image: url('/static/img/icons/cog.png') !important;
}
span.x-btn-button span.finish {
	background-image: url('/static/img/icons/bullet_go.png') !important;
}
span.x-btn-button span.show {
	background-image: url('/static/img/icons/magnifier.png') !important;
}
span.x-btn-button span.undo {
	background-image: url('/static/img/icons/arrow_undo.png') !important;
}
span.x-btn-button span.copy {
	background-image: url('/static/img/icons/page_copy.png') !important;
}
span.x-btn-button span.save {
	background-image: url('/static/img/icons/disk.png') !important;
}
span.x-btn-button span.picture {
	background-image: url('/static/img/icons/picture_add.png') !important;
}

/* list row backgrounds for menu item */
tr.menu-item-inactive td.x-grid-cell {
	background: #faf4ff;
}
tr.menu-item-will-be-active td.x-grid-cell {
	background: #e0ffe0;
}
tr.menu-item-active td.x-grid-cell {
	background: transparent;
}
tr.menu-item-has-been-active td.x-grid-cell {
	background: #e0e0e0;
}

/* admin-permission list backgrounds */

tr.permission-system td.x-grid-cell {
	background: #fff0f0;
}

tr.permission-virtual td.x-grid-cell {
	background: #f0f0ff;
}

tr.x-grid-row-over td.x-grid-cell {
	background: #efefef;
}

div#admin-articles-listContainer-body {
	background: #f1f1f1;
}



table.admin-results-upload {
	border: 1px solid #a0a0a0;
}

	table.admin-results-upload th {
		padding: 10px;
		font-weight: bold;
		text-align: center;
	}

	table.admin-results-upload td {
		padding: 10px;
	}

	table.admin-results-upload td.submit {
		text-align: center;
	}

	table.admin-results-upload input.submit {
		padding: 5px 10px;
	}

table.admin-results {
	border: 1px solid #a0a0a0;
}

	table.admin-results th {
		padding: 5px;
		font-weight: bold;
	}

	table.admin-results td {
		padding: 5px;
	}

div.login-options {
	text-align: center;
}

	div.login-options div.login-option-container {
		width: 45%;
		min-width: 400px;
		margin: 20px auto;
		padding: 0px 20px;
	}

		div.login-options div.login-option-container h3 {
			margin: 20px 10px;
			font-size: 16px;
			text-align: center;
		}

	div.login-options a.eduid-button {
		background-image: url('/static/img/default/eduid_button_belepes_retina_gray.png');
		background-repeat: no-repeat;
		background-size: 122px 21px;
		display: block;
		height: 21px;
		margin: 20px auto;
		width: 122px;
	}

span.boolean-yes {
}

span.boolean-no {
	color: #808080;
}
