@CHARSET "UTF-8";

::-moz-selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #222;
	color: #fff;
	text-shadow: none;
}

:-moz-placeholder {
	color: #a6a6a6;
	font-weight: bold;
}

::-moz-placeholder {
	color: #a6a6a6;
	font-weight: bold;
}

:-ms-input-placeholder {
	color: #a6a6a6;
	font-weight: bold;
}

::-webkit-input-placeholder {
	color: #a6a6a6;
	font-weight: bold;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.box {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box.ui-button {
	height: 27px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size: 62.5%;
}

a {
	color: #000;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

dd {
	margin: 0;
}

em {
	font-style: normal;
	color: #444;
}

p {
	margin: 8px 0 16px 0;
}

p.block {
	margin-top: 24px;
}

#wrap {
	min-height: 100%;
}

#grid {
	position: relative;
	margin: 0;
	padding: 0 0 40px 0;
}

#header {
	position: relative;
}

#footer {
	position: relative;
}

#main {
	position: relative;
	padding: 20px 40px 40px 40px;
}

#main .inner {
	padding: 20px 0 0 0;
}

#navigation {
	margin: -20px -40px 0 -40px;
	padding: 8px 40px 7px 40px;
	position: relative;
	background: url(lib/jquery-ui/themes/nm/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 66.7% #eee;
	border-bottom: 1px dotted #ccc;
	color: #444;
}

#top {
	position: relative;
	height: 40px;
	overflow: hidden;
	background: url(lib/jquery-ui/themes/nm/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 33.3% #eee;
	border-bottom: 1px dotted #ccc;
	color: #222;
}

#top h2 {
	margin: 11px 0 0 40px;
}

#top div {
	position: absolute;
	top: 7px;
	right: 40px;
}

#top .message {
	padding-right: 12px;
	font-weight: bold;
}

#top .ui-button {
	border: 1px solid #ddd;
	color: #000;
}

#top .ui-button .ui-icon {
	background-image: url(lib/jquery-ui/themes/nm/images/ui-icons_222222_256x240.png);
}

#bottom {
	position: relative;
	height: 39px;
	margin: -40px 0 0 0;
	padding: 0;
	clear: both;
	overflow: hidden;
	background: url(lib/jquery-ui/themes/nm/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% #eee;
	color: #444;
	border-top: 1px dotted #ccc;
}

#bottom > p {
	position: relative;
	top: 50%;
	margin-top: -.5em;
	padding: 0 40px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
}

#bottom p a {
	color: #444;
	font-weight: bold;
}

header {
}

footer {
}

hgroup > h1:first-child,
hgroup > h2:first-child,
hgroup > h3:first-child,
hgroup > h4:first-child,
hgroup > h5:first-child,
hgroup > h6:first-child {
	margin-top: 40px;
}

hgroup > h1:last-child,
hgroup > h2:last-child,
hgroup > h3:last-child,
hgroup > h4:last-child,
hgroup > h5:last-child,
hgroup > h6:last-child {
	margin-bottom: 40px;
}

hgroup.sub > h1:last-child,
hgroup.sub > h2:last-child,
hgroup.sub > h3:last-child,
hgroup.sub > h4:last-child,
hgroup.sub > h5:last-child,
hgroup.sub > h6:last-child {
	margin-bottom: 20px;
}

hr {
	margin: 20px 0 20px 0;
	border: 0 none;
	border-bottom: 1px dotted #ccc;
	outline: none;
}

.fixed {
	width: 960px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

ul.grid {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.grid > li {
	width: 50%;
	margin: 0;
	float: left;
}

ul.grid > li > div {
	padding: 0 40px 0 0;
}

ul.grid > li:last-child > div {
	padding-right: 0;
}

.content-accordion {
	margin: 40px 0 0 0;
}

.content-accordion.ui-widget {
	font-size: 1em;
}

.content-group {
	margin: 24px 0 0 0;
	padding: 16px;
	background: #fcfcfc;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.content-group hgroup h1:first-child,
.content-group hgroup h2:first-child,
.content-group hgroup h3:first-child,
.content-group hgroup h4:first-child,
.content-group hgroup h5:first-child,
.content-group hgroup h6:first-child {
	margin-top: 0;
}

.content-group .list td {
	border-color: #fcfcfc;
}

.content-group .datatable td {
	border-color: #fcfcfc;
}

.menu {
	margin: 40px 0 0 0;
	padding: 20px 0 20px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.info {
	color: #ccc;
	font-weight: bold;
}

.notification {
	padding: 4px;
	background: #eee url(lib/jquery-ui/themes/nm/images/ui-bg_diagonals-medium_50_eeeeee_40x40.png);
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #666;
}

.notification-header {
	margin: 48px 0 0 0;
	padding: 4px 24px;
}

.notification-header p {
	font-size: 112.5%;
}

table.notification {
	width: 100%;
	margin: 8px 0;
}

table.notification td {
	padding: 4px 8px 4px 4px;
}

table.notification td:first-child {
	width: 1%;
	min-width: 80px;
	white-space: nowrap;
}

ul.errors {
	list-style: none;
	margin: 0 0 4px 0;
	padding: 4px;
	background: #ffdddd url(lib/jquery-ui/themes/nm/images/ui-bg_diagonals-medium_100_ffeeee_40x40.png);
	border: 1px solid #cc0000;
	border-radius: 2px;
	color: #cc0000;
}

ul.errors li {
}

code.errors {
	display: block;
	margin: 0 0 4px 0;
	padding: 4px;
	background: #ffdddd url(lib/jquery-ui/themes/nm/images/ui-bg_diagonals-medium_100_ffeeee_40x40.png);
	border: 1px solid #cc0000;
	border-radius: 2px;
	color: #cc0000;
}

.file {
	opacity: 0;
}

.file-element-outer {
	display: block;
	position: relative;
}

.file-element-outer:after {
	content: '\00a0';
	display: inline-block;
	padding: 6px 0 7px 0;
	font-family: monospace !important;
	font-size: 11px !important;
}

.file-element-inner {
	position: absolute;
	left: 0;
	top: 0;
}

.file-btn-group {
	float: left;
}

.file-input {
	float: left;
	width: 200px !important;
	height: 25px !important;
	margin: 0 -1px 0 0 !important;
	padding: 0 4px !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	outline: none;
}

form input[type="text"],
form input[type="password"],
form select,
form textarea {
	padding: 4px;
	border: 1px solid #ccc;
	font-family: monospace !important;
	font-size: 11px !important;
}

form select option {
	padding: 2px;
	font-size: 11px !important;
}

form select option:focus,
form select option:active {
	outline: none;
	background: #ccc;
}

form input[type="text"],
form input[type="password"] {
	width: 240px;
}

form textarea:not(.no-cms) {
	width: 320px;
}

form div {
	margin: 20px 0;
}

form label {
	font-weight: bold;
}

form p {
	color: #666;
}

form table td {
	padding: 4px 8px 4px 0;
	vertical-align: middle;
}

form table td:last-child {
	padding-right: 0;
}

form table td select {
	width: 100%;
}

form.no-decorators div {
	padding: 0;
	border: 0 none;
}

form.no-decorators .errors {
	margin-top: -8px;
	margin-bottom: 12px;
}

form .password-widget {
}

form .password-widget-change {
	padding-left: 12px;
	font-weight: bold;
	cursor: pointer;
}

form .password-widget-no-change {
	padding-left: 12px;
	font-weight: bold;
	cursor: pointer;
}

form .password-widget-set {
	padding-left: 12px;
	font-weight: bold;
	cursor: pointer;
}

form .password-widget-no-set {
	padding-left: 12px;
	font-weight: bold;
	cursor: pointer;
}

.partial {
}

.partial form div {
	padding: 0;
	border: 0 none;
}

.partial form .errors {
	margin-top: -8px;
	margin-bottom: 8px;
}

input[type="text"],
input[type="password"] {
	padding: 2px;
}

[readonly="readonly"] {
	background: #f6f6f6;
	color: #666;
	border: 1px solid #ccc;
}

.checkbox {
	display: block;
	margin: 4px 0;
	padding: 2px 0 0 0;
}

.enableRowClick td {
	cursor: pointer !important;
}

.disableSorting th {
	cursor: default !important;
}

.hideSearch .dataTables_filter {
	display: none !important;
}

.hideAdvancedSearch tfoot {
	display: none !important;
}

.noHeader > div > div:first-child {
	display: none;
}

.noHeader > div > table {
	border-top: 1px solid #ccc;
}

.noFooter > div > div:last-child {
	display: none;
}

.noFooter > div > table > tfoot > tr > th:last-child {
	border-bottom: 1px solid #ccc;
}

.hideIdCol > tbody > tr > td:first-child,
.hideIdCol > thead > tr > th:first-child,
.hideIdCol > tfoot > tr > th:first-child {
	display: none !important;
}

.list .ui-button {
	white-space: nowrap;
}

.list {
	width: 100%;
	background: #fcfcfc;
}

.list tbody tr:nth-child(even) {
	background: #f6f6f6;
}

.list tbody tr:nth-child(even):hover {
	background: #e6e6e6;
}

.list tbody tr:nth-child(odd) {
	background: #f6f6f6;
}

.list tbody tr:nth-child(odd):hover {
	background: #e6e6e6;
}

.list th {
	padding: 4px 4px 4px 4px;
	background: url(lib/jquery-ui/themes/nm/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) repeat-x scroll 50% 50% #eee;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-transform: uppercase;
}

.list td {
	padding: 4px 4px 4px 4px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}

.list {
	border-bottom: 1px solid #ccc;
}

.list-action,
.datatable-action {
	width: 1%;
}

.cell {
	margin: 1px 0 0 0;
	padding: 4px;
	background: #f6f6f6;
}

.datatable-wrapper {
}

.datatable-wrapper .ui-widget-header {
	background: url(lib/jquery-ui/themes/nm/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) repeat-x scroll 50% 62.5% #eee;
	border: 1px solid #ccc;
	color: #222;
}

.datatable-wrapper th .ui-icon {
	margin: -2px 0 0 -4px;
	float: left;
}

.datatable {
	width: 100%;
}

.datatable .ui-button {
	white-space: nowrap;
}

.datatable.full > tbody > tr > td:nth-child(2),
.datatable.full > thead > tr > th:nth-child(2),
.datatable.full > tfoot > tr > th:nth-child(2) {
	display: none;
}

.datatable.order .datatable-search-inputs,
.datatable.order .datatable-search-label,
.datatable.order .datatable-search-reset {
	display: none;
}

.datatable > tbody > tr.order {
	background: #222 !important;
}

.datatable > tbody > tr.order > td {
	color: #fff !important;
	font-weight: bold;
}

.datatable > tbody > tr.order > td > table > tbody > tr > td {
	font-weight: bold;
	color: #fff !important;
}

.datatable > tbody > tr.order > td > table > tbody > tr:not(:last-child) > td {
	border-bottom: 1px solid #fff;
}

.datatable > tbody > tr > td {
	padding: 4px 4px 4px 4px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #444;
	vertical-align: middle;
}

.datatable > tbody > tr:last-child > td {
	border-bottom: 0 none;
}

.datatable > tbody em,
.datatable > tbody a:not(.ui-button) {
	color: #444;
	font-weight: bold;
}

.datatable > tbody > tr > td > table {
	width: 100%;
}

.datatable > tbody > tr > td > table td {
	border-bottom: 1px solid #fff;
	padding: 2px;
	color: #444;
}

.datatable > tbody > tr > td > table td.id {
	width: 1%;
	font-weight: bold;
}

.datatable > tbody > tr > td > table td:first-child {
	border-left: 0 none;
}

.datatable > tbody > tr > td > table td:last-child {
	border-right: 0 none;
}

.datatable > tbody > tr > td > table tr:first-child td {
	border-top: 0 none;
}

.datatable > tbody > tr > td > table tr:last-child td {
	border-bottom: 0 none;
}

.datatable-cols > th {
	border-top: 0 none;
	padding: 6px 4px 4px 4px;
	text-transform: uppercase;
	cursor: pointer;
}

.datatable-search-label > th,
.datatable-search-reset > th {
	border-bottom: 0 none;
	text-align: left;
}

.datatable-search-inputs > th {
	padding: 6px 4px 4px 4px;
	border-bottom: 0 none;
}

.datatable-search-inputs > th > div {
	padding: 0 7px 0 0;
}

.datatable-search-inputs > th > div > input {
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #ddd;
	width: 100%;
	min-width: 40px;
}

.dataTables_wrapper .ui-toolbar {
	padding: 4px;
}

.dataTables_wrapper .ui-buttonset {
	margin: 0;
}

.dataTables_wrapper table.datatable {
}

.dataTables_wrapper table.datatable > tbody > tr.even {
	background: #f6f6f6;
}

.dataTables_wrapper table.datatable > tbody > tr.even:hover {
	background: #e6e6e6;
}

.dataTables_wrapper table.datatable > tbody > tr.odd {
	background: #f6f6f6;
}

.dataTables_wrapper table.datatable > tbody > tr.odd:hover {
	background: #e6e6e6;
}

.dataTables_empty {
	color: #ccc !important;
	font-weight: bold;
}

.dataTables_length {
	float: left;
	padding: 1px 0 0 5px;
}

.dataTables_length select {
	height: 20px;
}

.dataTables_filter {
	float: right;
}

.dataTables_filter input {
	margin-left: 2px;
	width: 168px;
}

.dataTables_colFilter {
	display: block;
	padding: 4px 4px 4px 8px !important;
}

.dataTables_colFilter a {
	color: #222 !important;
	text-decoration: underline !important;
}

.dataTables_processing {
	padding-top: 3px;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
}

.dataTables_info {
	float: left;
	padding: 5px;
}

.dataTables_paginate {
	float: right;
}

.dataTables_paginate .ui-button {
	height: auto;
	margin: 0;
	padding: 4px;
}

.ui-widget-header {
	border: 1px solid #ccc;
	background: #ccc url(lib/jquery-ui/themes/nm/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
	color: #222;
	font-weight: bold;
}

.ui-widget-header .ui-icon {
	background-image: url(lib/jquery-ui/themes/nm/images/ui-icons_222222_256x240.png);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #ccc;
	background: #f6f6f6 url(lib/jquery-ui/themes/nm/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #111111;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #ccc;
	background: #ffffff url(lib/jquery-ui/themes/nm/images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
	color: #222;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	background: #ffcccc url(lib/jquery-ui/themes/nm/images/ui-bg_diagonals-medium_100_ffeeee_40x40.png) 50% 50% repeat;
}

.ui-widget .ui-widget {
	font-size: 1.1em;
}

.ui-widget-header .ui-state-hover {
	border: 1px solid #ccc !important;
}

.ui-widget :active {
	outline: none;
}

.ui-timepicker, .ui-datepicker {
	box-shadow: 4px 4px 24px rgba(0, 0, 0, .25);
}

.ui-timepicker-div .ui-widget-header {
	padding-top: 2px;
	padding-bottom: 2px;
}

.ui-timepicker-div dl {
	padding-left: 8px;
}

.ui-state-disabled .ui-icon {
	display: none;
}

.ui-accordion-header {
	font-size: 112.5%;
}

.ui-accordion .ui-accordion-content {
	padding: 40px;
}

.ui-accordion .ui-accordion-content hgroup:first-child *:first-child {
	margin-top: 0;
}

.ui-button {
	height: 25px;
}

.ui-button .ui-icon {
	margin-top: -9px;
}

.ui-button .ui-button-text {
	margin-top: 1px;
}

.ui-button-text-icons .ui-button-text,
.ui-button-text-icon-primary .ui-button-text {
	padding: 4px 10px 0 26px;
}
