/* vim: set ff=unix tabstop=4 shiftwidth=0 softtabstop=-1 noexpandtab fileencoding=utf-8 fileformat=unix filetype=css : */

/* load the default Redmine stylesheet */
@import url("/assets/application-881e9b7c.css");
@font-face {
	font-family: 'Impact';
	src: local('Impact'), url("/assets/themes/insaneworks3/Impact-8deca5c4.ttf");
}

body, #wrapper {
	color: #333;
	-webkit-font-smoothing: antialiased;
	font-size: .9em;
}

#ajax-indicator {
	color: #FF9900;
	border-radius: 4px;
	border-color: #ddd;
	background-color: #eee;
}

#content .tabs a, a:link, a:visited { color: #FF9900; outline:none; margin: 0px;border-radius: 4px 4px 0 0;}
div.journal ul.details a, ul.revision-info a { color: #FF9900; }
a.journal { margin-top: 3px; }
.journal { padding-bottom: 5px; }
#header a { color: #FF9900; }
#sidebar label, #sidebar a:link, #sidebar a:hover, #sidebar a:active, #sidebar a:visited { font-size: 12px; color: #f0f0f0; color: #222; margin-bottom; 2px }

#header a { color: #FF9900; }
#project-jump .drdn-items>a:hover { background-color: #fff7ea; border-radius: 0; color: #555 !important }
.contextual .drdn-items>a:hover { background-color: #fff7ea; border-radius: 0; color: #555 !important }
.contextual .drdn-items>a { color: #555; border-color: #FFF! important; }
#header #quick-search { margin: 24px; }
#top-menu { margin: 0; }
#top-menu { background-color: #333333; font-size: .9em; position: relative; margin-left: -.3em; padding: 0; height: 21px }
#top-menu ul { padding: 0 21px; }
#top-menu li, #top-menu #loggedas { color: #ddd; line-height: 21px; margin-right: 0px;}
#top-menu li a { font-weight: normal; }
#top-menu li a:hover { color: #fff; text-decoration: none; }

#header, #main, #footer {
	background: #F1F1F1;
	border-color: #CCC;
}

#header {
	padding-bottom: 25px;
	font-size: 11px;
	border-bottom: 2px solid #E1E1E1;
	border-collapse: collapse;
}

#main {
	background: #FFF;
}

#main-menu {
	position: absolute;
	float: right;
}
#history {
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
}

#header h1 {
	font-family: 'Impact', sans-serif;
	font-size: 36px;
	margin: 15px 20px;
}


.splitcontentleft { margin-left: 4px; }
.splitcontentright { margin-top: 12px; }
ul.projects.root { margin: 0 4px; }

p.subtitle { font-style:normal; }

/* Headers */
h1 {
	text-align: left;
	font-size: 36px;
	font-weight: normal;
	color: #373737;
}

h2 {
	padding: 0px 0px 5px 0px;
}

h4 {
	padding: 2px 10px 10px 0px;
}

div#activity h3 {
	border: 1px solid #e3e5ec;
	background-color: #FFF;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #E1E1E1;
	font-size: 1.5em;
	text-decoration: none;
}

/* Wikis */
.wiki h1, .wiki h2, .wiki h3, .wiki h4, .wiki h5 .wiki table not(#sidebar) {
	padding: 10px;
}

div.wiki table, div.wiki td, div.wiki th {
	white-space: nowrap;
	margin-left: 2em;
	padding: 8px;
	border: 1px solid #e3e5ec;
}

div.wiki th {
	background: #FFF;
}

div.wiki tr:nth-child(even) {
	background: #F7F7F7;
}

div.wiki tr:nth-child(odd) {
	background: #FFF;
}

div.wiki img {
	height: auto;

}

.wiki h1 ~p { margin-left: 10px; }
.wiki h1 {
	border-bottom: thin solid #ddd;
	background-color: #fff;
}

.wiki h2 ~p { margin-left: 15px; }
.wiki h2 {
	border-bottom: thin solid #ddd;
	margin-left: 10px;
}

.wiki h3 ~p not(#sidebar) { margin-left: 25px; }
.wiki h3 not(#sidebar) {
	border-bottom: thin solid #ddd;
	margin-left: 15px;
}

.wiki h4 ~p { margin-left: 30px; }
.wiki h4 {
	border-bottom: thin solid #ddd;
	margin-left: 20px;
}

.wiki h5 ~p { margin-left: 35px; }
.wiki h5 {
	border-bottom: thin solid #ddd;
	margin-left: 25px;
}

#sidebar h3 {
	color: #FF9900;
	border-bottom:2px solid #FF9900;
}

#sidebar {
	min-height: 700px;
}

/* Links */
/* #sidebar a:hover { background-color:#FF9900; color:#FFFFFF; text-decoration: none;} */

/* Menu */
#main-menu {
	margin: -8px 1.5em 0;
	float: left;
}
#main-menu li a { font-weight: normal; padding: 6px 8px 8px; color: #888; }
#main-menu li a:hover {
	color: #333;
	background: transparent;
	text-decoration: none;
}

#main-menu li a.selected, #main-menu li a.selected:hover {
	background: transparent;
	border-bottom: 2px solid #FF9900;
	border-radius: 0px;
	font-family: sans-serif;
	margin-bottom: -2px;
}

select {
	background-image: url("/assets/themes/insaneworks3/chevron-down-solid-1d1c1d10.svg");
	background-size: 10px;
}

#project-jump .drdn-trigger {
	background-image: url("/assets/themes/insaneworks3/chevron-down-solid-1d1c1d10.svg");
	background-size: 10px;
}

div.issue {
	background: #fff7ea;
}

div.wiki ul.toc {
	background-color: #fff7ea;
}

/* Settings menu */
#content {
	border-right: none;
	margin: none;
	padding: 20px;
}

#content .tabs ul li a {
	font-weight: normal;
	font-size: .9em;
}

#content .tabs ul li a:hover {
	background: #fff;
	color: #333;
}

#content .tabs ul li a.selected {
	font-weight: normal;
	color:#455138;
}

/* Tables */
table.list { border-top: none; }
table.list th { background-color: #fff; }
tbody tr.context-menu-selection:hover , tr.context-menu-selection {background-color: #FF9900 !important; }
table.list thead th {
	border: none;
	border-bottom:thin solid #999999;
	font-size:9px;
	font-weight:normal;
	padding:0pt 3px 3px;
	text-transform:uppercase;
}
img.ui-datepicker-trigger { src("../images/calendar-alt-solid.svg"); }

table.list thead th a { color: #333333; }
table.list thead th a:hover { color: #333333; }

/* Issues grid styles by priorities (provided by Wynn Netherland) */
table.list tr.issue a { color: #3c3c3c; }
table.progress td.closed { background-size: contain; background-color: #FF9900; }

tr.odd.priority-7, table.list tbody tr.odd.priority-7:hover { color: #900; font-weight: bold; }
tr.odd.priority-7 { background: #ffc4c4; }
tr.even.priority-7, table.list tbody tr.even.priority-7:hover { color: #900; font-weight: bold; }
tr.even.priority-7 { background: #ffd4d4; }
tr.priority-7 a, tr.priority-7:hover a { color: #900; }
tr.odd.priority-7 td, tr.even.priority-7 td { border-color: #ffb4b4; }

tr.odd.priority-6, table.list tbody tr.odd.priority-6:hover { color: #900; }
tr.odd.priority-6 { background: #ffc4c4; }
tr.even.priority-6, table.list tbody tr.even.priority-6:hover { color: #900; }
tr.even.priority-6 { background: #ffd4d4; }
tr.priority-6 a { color: #900; }
tr.odd.priority-6 td, tr.even.priority-6 td { border-color: #ffb4b4; }

tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; }
tr.odd.priority-5 { background: #fee; }
tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; }
tr.even.priority-5 { background: #fff2f2; }
tr.priority-5 a { color: #900; }
tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #fcc; }

tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #559; }
tr.odd.priority-3 { background: #eaf7ff; }
tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #559; }
tr.even.priority-3 { background: #f2faff; }
tr.priority-3 a { color: #559; }
tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #add7f3; }

/* Fields */
input[type="submit"]{
	-webkit-appearance: none;
	border: none;
	vertical-align: middle;
	margin-top: 1px;
	border-radius: 3px;
	padding: 5px 15px;
	background-color: #eee;
	color: #FF9900;
}

input[type="text"], input[type='password']{
	border: thin #989898 solid;
	border-color: #C6C6C6;
	-webkit-appearance: none;
	vertical-align: middle;
	margin-top: 1px;
	border-radius: 3px;
	padding: 5px;
}

option {  }
input#issue_subject { height: 200%; font-size: 200%; box-sizing: content-box; }
input#issue_subject, #project_description { width: 92.5%; }
textarea#issue_description { width: 93%; }

input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="date"]:focus, input[type="date"]:active, input[type="number"]:focus, input[type="number"]:active, select:focus, select:active, textarea:focus, textarea:active {
	border: 1px solid #ccc;
	outline: none;
}

#login-form table {
	border-radius: 3px;
}

/* Misc */
#q { /* search/query input */
	background-repeat: no-repeat;
	background-position: 10px;
	border: thin solid #CCC;
	margin: 1px 0;
}

.new_issue input[type="text"], textarea {
	font-size: 14px;
}

.nodata, div.flash.notice, div.warning {
	color: #FDBF3B;
	border-radius: 3px;
	border-width: 1px;
	background-color: #FFEBC1;
	border: 1px solid #FDBF3B;
}

div.flash.notice {
	color: #455138;
	background-color: #FFF;
	border: 1px solid #D5D5D5;
}

#login-form table {
	border-radius: 3px;
	border-width: 1px;
}

.warning { margin: 0px;
	color: #FF9900;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
	border-color: #ddd;
	background-color: #eee;
}

.box {
	background-color: #fff;
	border: thin #eee solid;
	padding: 15px;
	border-radius: 4px;
}

#attachments_fields input[type="text"] {
	width: 39%;
}

.jstElements { margin-right: 3.5em;}
.tabular label { font-weight: normal;}

.contextual a{ position: relative; }

#sidebar > div.contextual > a {
	top: 15px;
}

table.list thead th { font-size:.8em; }

tr.message td.last_message {  font-size:.9em; }

div#activity dl, #search-results { margin-left:0em; }
div#activity dd, #search-results dd { font-size:1em; }

span.description { margin: .5em 0;}

hr { background:#eee none repeat scroll 0% 0%; }

div.wiki-page .contextual a { margin: 10px; line-height: 20px; }
h1:before { margin-top: 20px; }

.warning { margin: 0px;
	color: #FF9900;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
	border-color: #ddd;
	background-color: #eee;
}

pre { overflow: auto; white-space: pre-wrap; word-wrap: break-word; }

/* Flat Icons *//
[class^="icon"] {
	background-position: 8% !important;
	background-repeat: no-repeat;
}

.icon-comment:not(:has(svg)), .icon-issue-closed:not(:has(svg)), .icon-issue-edit:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/comment-alt-lines-solid-6ac8bf0d.svg");
	background-size: 15px;
}

a.atom {
	background-image: url("/assets/themes/insaneworks3/rss-square-solid-921f5823.svg");
	background-size: 12px;
}

.icon-issue:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/tasks-solid-0d03ce0c.svg");
	background-size: 12px;
}

.icon-wiki-page:not(:has(svg)), .icon-edit:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/pencil-solid-ad1c003e.svg");
	background-size: 12px;
}

div.contextual > span > a.icon-only.icon-comment {
	background-image: url("/assets/themes/insaneworks3/reply-solid-06f809f0.svg");
	background-size: 12px;
}

.icon-actions:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/ellipsis-h-solid-b2fc9f90.svg");
	background-size: 12px;
}

.icon-time-add:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/clock-solid-46cbaf2b.svg");
	background-size: 12px;
}

.icon-copy:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/copy-solid-8b9d7f4a.svg");
	background-size: 12px;
}

.icon-copy-link:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/link-solid-9b5e2885.svg");
	background-size: 12px;
}

.icon-fav:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/star-solid-b0d506bd.svg");
	background-size: 12px;
}

.icon-fav-off:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/star-regular-c243d46e.svg");
	background-size: 12px;
}

.icon-zoom-in:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/search-plus-solid-9b9ac1a0.svg");
	background-size: 12px;
}

.icon-zoom-out:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/search-minus-solid-f84a021d.svg");
	background-size: 12px;
}

.icon-time:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/clock-solid-46cbaf2b.svg");
	background-size: 12px;
}

.icon-group:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/users-solid-5586f586.svg");
	background-size: 15px;
}

.icon-issue-note:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/comment-alt-lines-solid-6ac8bf0d.svg");
	background-size: 15px;
}

.icon-changeset:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/code-commit-solid-007a1d97.svg");
	background-size: 15px;
}

.icon-news:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/megaphone-solid-e2566253.svg");
	background-size: 15px;
}

.icon-attachment:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/file-upload-solid-757ea716.svg");
	background-size: 12px;
}

.icon-message:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/comments-solid-49ab2b8d.svg");
	background-size: 15px;
}

.icon-document:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/file-alt-solid-437c5e73.svg");
	background-size: 12px;
}

.icon-save:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/save-solid-f4c5f885.svg");
	background-size: 12px;
}

.icon-reload:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/redo-alt-solid-2aa1c70e.svg");
	background-size: 12px;
}

.icon-checked:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/check-solid-bd71b79a.svg");
	background-size: 12px;
}

.icon-stats:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/analytics-solid-16722427.svg");
	background-size: 12px;
}

.icon-settings:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/cog-solid-d02f972d.svg");
	background-size: 12px;
}

.icon-import:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/file-import-solid-b34c01c1.svg");
	background-size: 12px;
}

.icon-del:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/trash-alt-solid-f6f7eb57.svg");
	background-size: 12px;
}

.icon-projects:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/project-diagram-solid-99f40a19.svg");
	margin-left: 10px;
	background-size: 12px;
}

.icon-collapsed:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/chevron-right-solid-526ad7f2.svg");
	background-size: 7px;
}

.icon-expended:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/chevron-down-solid-1d1c1d10.svg");
	background-size: 10px;
}

.icon-move:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/file-export-solid-7fec79f6.svg");
	background-size: 15px;
}

.icon-download:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/cloud-download-alt-solid-6e131a6a.svg");
	background-size: 15px;
}

.icon-user:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/user-solid-f77c8602.svg");
	background-size: 12px;
}

.icon-sort-handle:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/sort-solid-bddc5532.svg");
	background-size: 10px;
}

.icon-close:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/times-square-solid-e3612199.svg");
	background-size: 12px;
}

.icon-history:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/history-solid-7d613d70.svg");
	background-size: 12px;
}

.icon-email-add:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/envelope-solid-588afef4.svg");
	background-size: 12px;
}

.icon-passwd:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/key-solid-569238fe.svg");
	background-size: 12px;
}

.icon-calendar:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/calendar-alt-solid-a898b02b.svg");
	background-size: 12px;
}

.icon-summary:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/bolt-solid-695a6061.svg");
	background-size: 8px;
}

.icon-custom-fields:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/cabinet-filing-solid-76429434.svg");
	background-size: 14px;
}

#admin-menu .icon-workflows:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/users-class-solid-5d4f828f.svg");
	background-size: 15px;
}

#admin-menu .icon-roles:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/poll-people-solid-592e4ec8.svg");
	background-size: 15px;
}

.icon-list:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/list-solid-c3d30adb.svg");
	background-size: 15px;
}

.icon-server-authentication:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/id-card-solid-29b11d00.svg");
	background-size: 15px;
}

.icon-plugins:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/puzzle-piece-solid-19f9d5d8.svg");
	background-size: 15px;
}

.icon-help:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/info-circle-solid-fe796eb7.svg");
	background-size: 15px;
}

.icon-ok:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/check-solid-bd71b79a.svg");
	background-size: 10px;
}

.icon-warning:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/exclamation-triangle-solid-f78c027e.svg");
	background-size: 15px;
}

.icon-link-break:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/unlink-solid-2c9eb045.svg");
	background-size: 12px;
}

.icon-bookmarked-project:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/bookmark-solid-6f0ce69f.svg");
	background-size: 10px;
}

.icon-bookmark:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/bookmark-solid-6f0ce69f.svg");
	background-size: 10px;
}

.icon.icon-reply:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/comments-solid-49ab2b8d.svg");
	background-size: 15px;
}

.icon-bookmark-off:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/bookmark-regular-9f83380e.svg");
	background-size: 10px;
}

#query_form_with_buttons > p > a.icon.icon-checked:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/filter-solid-ff07084a.svg");
	background-size: 10px;
}

input.autocomplete {
	background-image: url("/assets/themes/insaneworks3/search-solid-67ce0322.svg");
	background-size: 12px;
}

img.ui-datepicker-trigger {
	position: relative;
	top: -1px;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	background-image: url("/assets/themes/insaneworks3/calendar-alt-solid-a898b02b.svg");
	background-repeat: no-repeat;
	background-position:center center
}

div.wiki .external {
	background-image: url("/assets/themes/insaneworks3/external-link-solid-be1c0c23.svg");
	background-size: 10px;
}

.open .icon-folder:not(:has(svg)), .icon-folder:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/folder-solid-837ec078.svg");
	background-size: 15px;
}

dt {
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

div.members h3 {
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

#admin-menu a {
	background-position: 0% 50%;
	background-repeat: no-repeat;
}

#sidebar a.selected {
	background-color: #FF9900;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background-color: #ccc;
	border-color: #f6f6f6;
}

.drdn-items>a:hover {
	background-color:#FF9900;
}

tr.group span.count {
	background: #FF9900;
}

#main-menu li a.new-object {
	background-color: transparent;
}

.pagination ul.pages li.current {
	background: #FF9900;
	border-color: #ddd;
}

.pagination ul.pages li.page a:hover,
.pagination ul.pages li.page a:active {
	color: #FF9900;
}

#history div:target h4 {
	background: none;
}

#history div:target h4.note-header {
	background-color: #fff7ea;
}

#history div:target {
	background-color: #fff7ea;
	border: 2px solid;
	border-color: #FF9900;
	border-radius: 4px;
}

#replies .reply:target h4.reply-header {
	background: none;
}

#replies .reply:target {
	background-color: #fff7ea;
	border: 2px solid;
	border-radius: 4px;
	border-color: #FF9900;
}

div.wiki a:target + h1, div.wiki a:target + h2, div.wiki a:target + h3, div.wiki a:target + h4, div.wiki a:target + h5, div.wiki a:target + h6 {
	background-color: #fff7ea;
}

#content p.other-formats {
	margin-bottom: 25px;
}

#main-menu .menu-children li a:hover {
	background-color: #fff7ea;
	border-radius: 0;
	color: #555 !important
}

.tribute-container li.highlight {
	background-color: #fff7ea;
	color: #555 !important
}

#main-menu .menu-children {
	border: 1px solid #ccc;
}

.badge {
	margin-left: 10px
}

.badge-status-open {
	color: #FF9900;
	border: 1px solid #FF9900;
}

.badge-status-closed {
    color: #d7d7d7;
    border: 1px solid #d7d7d7;
}

.drdn-content .autocomplete:focus {
	border-color: #ccc;
}

.projects ul {
	list-style: none;
}

.add-filter {
	white-space: nowrap;
}

.tooltip span.tip a {
	color: #FF9900 !important;
}

.icon-add:not(:has(svg)), .icon-add-bullet:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/plus-solid-a656a7bf.svg");
	background-size: 10px;
}

.icon-clear-query:not(:has(svg)) {
	background-image: url("/assets/themes/insaneworks3/window-close-solid-f3693ee9.svg");
	background-size: 10px;
}

svg.icon-svg {
    stroke: #FF9900 !important;
    fill: none;
}

#activity dt img.gravatar {
	margin: 5px;
}
