* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	padding: 40px 20px 20px;
}
a {
	color: #004b91;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 19px;
	margin-bottom: 19px;
}
h3 {
	font-size: 18px;
	margin-bottom: 18px;
}
h4 {
	font-size: 17px;
	margin-bottom: 17px;
}
h5 {
	font-size: 16px;
	margin-bottom: 16px;
}
h6 {
	font-size: 15px;
	margin-bottom: 15px;
}
p {
	margin-bottom: 11px;
}
pre {
	font-family: Consolas;
	font-size: 12px;
}

.spacer {
	clear: both;
	float: none;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.boxSizing {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.borderRadius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.spacer {
	clear: both;
	float: none;
	width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

#Menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 999;
}
#Menu ul {
	color: #fff;
	list-style-type: square;
}
#Menu ul li {
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}
#Menu ul li a {
	display: block;
	color: #fff;
	padding: 5px 0;
}
#Menu ul li:hover ul {
	display: block;
}
#Menu ul ul {
	position: absolute;
	margin-left: -20px;
	list-style-type: disc;
	background: #333;
	display: none;
}

div.message {
	clear: both;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #ccc;
	color: #fff;
}
div.message.success {
	background: #1CB841;
}
div.message.warning {
	background: #DF7514;
}
div.message.error {
	background: #CA3C3C;
}
div.message h6 {
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 13px;
}
div.message ul {
	list-style-type: square;
}
div.message ul li {
	margin-left: 20px;
	font-size: 12px;
	font-family: Consolas;
}

#Loading {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
#Loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}

ul.options {
	float: left;
}
ul.options * {
	white-space: nowrap;
}


/* TABLE LIST */
table.list {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}
/* thead */
table.list thead th {
	text-align: left;
	padding: 4px 5px;
	border: 1px solid #000;
	background: #d8d8d8 no-repeat right 5px center;
	outline: none;
}
table.list thead th.tablesorter-header {
	cursor: pointer;
	padding: 4px 20px 4px 4px;
	background-image: url('/media/library/table_sorter/css/images/black-unsorted.gif');
}
table.list thead th.tablesorter-header.tablesorter-headerAsc {
	background-image: url('/media/library/table_sorter/css/images/black-asc.gif');
	background-color: #9fbfdf;
}
table.list thead th.tablesorter-header.tablesorter-headerDesc {
	background-image: url('/media/library/table_sorter/css/images/black-desc.gif');
	background-color: #9fbfdf;
}
table.list thead th.tablesorter-noSort {
	cursor: auto !important;
	background-image: none !important;
	padding-right: 4px !important;
}
/* tfoot */
table.list tfoot th {
	font-weight: normal;
	border: 1px solid #000;
	background: #eee;
	text-align: left;
	padding: 5px;
}
/* tbody */
table.list tbody td {
	border: 1px solid #000;
	padding: 2px 5px;
}
table.list tbody tr.empty td {
	color: gray;
	background: #fff !important;
	padding: 5px 10px;
	font-family: Consolas;
}
table.list tbody tr:nth-child(2n+0) td {
	background: #f8f8f8;
}
table.list tbody tr:hover td {
	background-color: #fffee3;
}
table.list tbody tr td.primary {
	background: #e0f0ff;
}
table.list tbody tr:nth-child(2n+0) td.primary {
	background: #cce3f9;
}
table.list tbody td.secondary,
table.list tbody td.tertiary {
	background: #f0f0ff;
}
table.list tbody tr:nth-child(2n+0) td.secondary,
table.list tbody tr:nth-child(2n+0) td.tertiary {
	background: #dce3f9;
}
table.list tbody tr.group-header td {
	background: #f0f0f0;
}
table.list tbody tr.group-header td span.group-name {
	font-weight: bold;
	text-transform: uppercase;
}
table.list tbody td.checkbox {
	width: 10px;
	text-align: center;
}
table.list tbody td.options {
	width: 58px;
	padding: 2px 4px;
	text-align: center;
}
table.list tbody td.options span {
	cursor: pointer;
	float: left;
}
table.list tbody td.mono {
	font-family: Consolas;
	font-size: 13px;
}
table.list tbody td.right {
	text-align: right;
}
table.list tbody td.ajaxSuccess {
	background: #cdff7f !important;
}
table.list td.ajaxError {
	background: #ff8080 !important;
}
table.list tbody td .msg {
	padding: 5px 0;
	font-weight: bold;
	font-size: 10px;
	display: none;
}
