@font-face {
	font-family: "Mark Pro Medium";
	src: url(../fonts/markpro-medium.otf);
}

@font-face {
	font-family: "Mark Pro Heavy";
	src: url(../fonts/markpro-heavy.otf);
}

body {
	background-color: #ffffff;
	color: #151c24;
	font-family: "Mark Pro Medium";
	font-size: 14pt;
	margin: 6px 4px;
}

p.compact {
	margin: 0;
}

pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

a {
	color: #F7931D;
}

a:active {}

a:link {
	text-decoration: none;
}

a:hover {
	color: #EF4229;
}

a:visited {}

a.resolved {
	text-decoration: line-through;
}

a>img {
	border: none;
}

form {
	display: inline;
}

input {
	font-family: "Mark Pro Medium";
	margin-bottom: 20px !important;
}

input:focus, select:focus, input[type=number]:focus, textarea:focus, input[type=text]:focus {
	border-color: #151C24 !important;
	outline: 0 !important;
}

input.button {
	font-family: "Mark Pro Medium";
}

input.button-small {
	font-size: 1em;
}

input[type=submit], input[type=button] {
	font-family: "Mark Pro Medium";
	background: #888888;
	color: #fff;
	border: none !important;
	border-radius: 5px;
	padding: 5px 10px;
	margin-top: 10px;
	height: 34px;
}

input[type=submit]:hover, input[type=button]:hover {
	background: #F7931D;
	cursor: pointer;
}

input[type=file] {
	font-family: "Mark Pro Medium";
}

input[type=checkbox], .checkbox {
	width: auto !important;
	justify-self: start;
}

textarea {
	height: 90px;
}

textarea:not(#manage-columns-form textarea) {
	font-family: "Mark Pro Medium";
	height: 70px !important;
	margin-bottom: 20px !important;
}

select, input[type=number], input[type=text] {
	width: 300px;
	font-family: "Mark Pro Medium";
	width: 300px;
	border-radius: 5px;
	border: 1px solid #888888;
	box-sizing: border-box;
	padding: 7px 10px;
	color: #151C24;
	letter-spacing: 0.03em;
}

select {
	min-height: 34px;
	padding: 0px 7px;
	/* margin-top: 2px; */
	margin-bottom: 20px !important;
	/* margin-right: 4px; */
	resize: both;
	overflow: auto;
}

span {
	font-size: 10pt;
}

span.print {
	font-size: 8pt;
}

span.required {
	font-size: 8pt;
	color: red;
}

span.small {
	font-size: 10pt;
	font-weight: normal;
}

span.pagetitle {
	font-size: 12pt;
	text-align: center
}

span.bracket-link {
	white-space: nowrap;
	padding-right: 20px;
}

table {
	border: none !important;
}

table input.button-small, table select {
	margin: 0 !important;
}

table tbody {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

table thead th, table thead tr td {
	color: #fff;
	padding: 10px;
}

table td, table th {
	border: none;
	border-spacing: 0px;
	font-weight: normal;
	padding: 10px;
	vertical-align: top;
}

table.hide {
	width: 100%;
	border: solid 0px #ffffff;
}

table.width100 {
	width: 100%;
}

table.width90 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border: solid 1px #999;
}

table.width75 {
	width: 74%;
	margin-left: 13%;
	margin-right: 13%;
	border: solid 1px #999;
}

table.width60 {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	border: solid 1px #999;
}

table.width50 {
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	border: solid 1px #999;
}

td, th {
	font-size: 10pt;
	padding: 4px;
	text-align: left;
}

td.center {
	text-align: center;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

tr:nth-of-type(even) {
	background-color: #F5F5F5;
}

tr:nth-of-type(even) td {
	border-right: 1px solid #FFF;
}

tr:nth-of-type(even) td:last-child {
	border-right: none;
}

tr:nth-of-type(odd) {
	background-color: #FFF;
}

tr:nth-of-type(odd) td {
	border-right: 1px solid #F5F5F5;
}

tr:nth-of-type(odd) td:last-child {
	border-right: none;
}

#status-legend-all tr td {
	border: none;
	height: 30px;
	color: #fff;
}

td.category, th.category {
	/* background-color: #888888; */
	background-color: #B2B2B2;
	color: #fff;
	vertical-align: top;
}

td.category2, th.category2 {
	/* background-color: #888888; */
	background-color: #B2B2B2;
	color: #fff;
	vertical-align: top;
}

td.overdue {
	background-color: #ff0000;
	color: #fff;
}

td.sticky-header {
	background-color: #999999;
}

td.width30, th.width30 {
	width: 30%;
}

td.col-1 {
	background-color: #ebebeb;
	color: #151c24000;
}

td.col-2 {
	background-color: #f3f3f3;
	color: #151c24000;
}

td.form-title {
	background-color: #ffffff;
	color: #151c24000;
	text-align: left;
}

td.form-title-caps {
	background-color: #ffffff;
	color: #151c24000;
	text-align: left;
	text-transform: uppercase;
}

td.nopad {
	padding: 0px;
}

td.small-caption, th.small-caption {
	padding: 10px;
}

.status-legend .small-caption {
	display: inline-block;
	/*word-break: break-all;
	white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}

.status-legend-width {
	width: calc(12.5% - 22px) !important;
	border: 1px solid #fff !important;
}

/* lezárva státusz */
.status-90-color {
	background-color: #8592ab;
}

td.print {
	text-align: left;
	padding: 2px;
}

td.print-category, th.print-category {
	color: #151c24000;
	text-align: right;
	padding: 2px;
}

td.print-overdue {
	color: #151c24000;
	padding: 2px;
}

td.print-bottom {
	border-bottom: 1px solid #999;
}

td.print-spacer {
	background-color: #ffffff;
	color: #151c24000;
	font-size: 1pt;
	line-height: 0.1;
	padding: 0px;
}

td.print>a:link.user {
	text-decoration: none;
	color: black;
}

tr.spacer {
	background-color: #ffffff !important;
	color: #151c24000;
	height: 5px;
}

tr.row-1 {
	background-color: #f1f1f1;
	color: #888888;
}

tr.row-1 a {
	padding: 10px;
	color: #fff;
}

tr.row-2 {
	background-color: #F5F5F5;
	color: #151c24000;
}

tr.row-category {
	/* background-color: #888888; */
	background-color: #B2B2B2;
	color: #151c24000;
}

tr.row-category td {
	text-align: center;
}

tr.row-category2 {
	/* background-color: #888888; */
	background-color: #B2B2B2;
	color: #fff;
}

tr.row-category2 a {
	color: #fff;
	padding: 10px;
}

tr.row-category2 a:hover {
	color: #151C24;
}

tr.row-category-history {
	/* background-color: #888888; */
	background-color: #B2B2B2;
	color: #151c24000;
}

tr.row-category-history td {
	text-align: left;
}

tr.vtop {
	vertical-align: top;
}

tr.vcenter {
	vertical-align: middle;
}

tr.print {
	vertical-align: top;
}

tr.print-category {
	color: #151c24000;
}

td.my-buglist-bug {
	width: 0;
}

td.my-buglist-description {
	padding: 10px;
	vertical-align: top;
	color: #888888;
}

tbody tr:hover {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .3)
}

/* .my-buglist-nav td.form-title {
	color: #888888;
} */

table#buglist tbody {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	margin-top: 0;
	padding-top: 0;
}

table#buglist thead {
	margin-bottom: 0;
	padding-bottom: 0;
}

table#buglist tr.spacer {
	display: none;
}

.my-buglist-nav td.form-title {
	/* background-color: #888888; */
	background-color: #B2B2B2;
	color: #fff;
}

.my-buglist-nav td.form-title a {
	color: #fff;
}

.my-buglist-nav td.form-title a:hover {
	color: #151C24;
}

.myview-left-col thead, .myview-right-col thead, .my-buglist thead {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	/* 	margin-top: 20px;
 */
	display: table-caption;
	/* background-color: #888888; */
	background-color: #B2B2B2;
	padding: 5px 0;
}

.myview-left-col tbody, .myview-right-col tbody, .my-buglist tbody {
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.buglist-nav-table tbody {
	box-shadow: none;
}

.my-buglist-id {
	width: 26%;
}

.my-buglist-id+.column-status {
	width: 20%;
	position: relative;
	padding-left: 30px;
}

.my-buglist-id+.column-status .table_status_background {
	position: absolute;
	top: 10px;
	left: 7px;
	margin: 0;
}

.my-buglist-id+.column-status * {
	display: inline-block;
	vertical-align: top;
}

.my-buglist-id+.column-status::after {
	content: '';
	width: 1px;
	height: 46px;
	display: inline-block;
	vertical-align: top;
	margin-right: -1px;
}

.my-buglist-id img {
	padding: 0 10px;
}

/*.my-buglist-id .small a {
	padding: 0 10px;
}*/

/* .myview-right-col .column-status, .myview-left-col .column-status, .my-buglist-private .column-status {
	display: flex;
} */

/* .my-buglist tr td:first-child {
	width: 30%;
}

.my-buglist tr .column-status {
	width: 150px;
} */

/**
 * view_all_bug_page.php
 */

#buglist {
	color: #888888;
}

#buglist td {
	text-align: left;
}

#buglist th, .my-buglist th {
	background-color: #B2B2B2;
	text-align: center;
}

#buglist .column-summary, #buglist .column-description, #buglist .column-notes, #buglist .column-steps-to-reproduce, #buglist .column-additional-information {
	text-align: left;
}

#buglist tr:nth-child(even), .my-buglist tr:nth-child(even) {
	background-color: #F5F5F5;
}

#buglist tr:nth-child(odd), .my-buglist tr:nth-child(odd) {
	background-color: #fff;
}

#buglist .column-last-modified {
	width: 80px;
}

.buglist-headers.row-category a, .buglist-headers.row-category {
	color: #fff;
	font-size: 14px;
}

.buglist-headers.row-category a:hover {
	color: #151C24;
}

.buglist-headers th.column-status img {
	position: absolute;
	margin-left: 5px;
}

.buglist_nav_titles {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

.buglist_arrows {
	color: #888888;
	line-height: 150%;
	font-family: "Mark Pro Heavy";
}

.buglist_arrows a {
	font-size: 14px;
	padding: 0 5px;
}

.buglist-nav a {
	padding: 0 5px;
}

tr.bugnote .bugnote-meta {
	background-color: #b2b2b2;
	color: #151c24;
	width: 25%;
	line-height: 1.4;
	vertical-align: top;
}

tr.bugnote .bugnote-meta .bugnote-buttons form {
	margin: 2px;
}

tr.bugnote .bugnote-meta a {
	color: #fff;
}

tr.bugnote .bugnote-meta a:hover {
	color: #EF4229;
}

tr.bugnote .bugnote-note {
	background-color: #f3f3f3;
	color: #151c24000;
	width: 75%;
	vertical-align: top;
}

tr.bugnote .time-tracked, .time-tracking-total .time-tracked {
	margin: 0 0 1em;
	padding: 0;
}

.time-tracking-total {
	text-align: right;
}

#page-title {
	font-size: 12pt;
	text-align: center
}

#login-info {
	clear: both;
	position: relative;
	display: block;
	float: left;
	padding: 2px 0;
	z-index: 100;
	line-height: 1em;
	color: #888888;
	padding-left: 8px;
	margin-bottom: 20px;
}

#logged-anon-label, #login-link, #signup-link {
	float: left;
	margin: .25em;
	padding: 0em;
	font-size: 1em;
}

#logged-anon-label {
	padding: 0 .5em;
}

#login-link a, #signup-link a {
	padding: 0 .5em;
}

#login-link:before, #signup-link:before {
	content: '|';
}

#login-div.form-container .input {
	height: 35px;
	display: grid;
}

#login-div.form-container fieldset {
	padding: 0 180px;
}

#login-div.form-container fieldset legend {
	padding-left: 0;
	margin-left: -2px;
}

#login-div fieldset legend span {
	margin-left: 40px;
	padding: 0;
	border: none;
	text-transform: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #151C24;
}

#login-div.form-container .submit-button input, #lost-password-form .submit-button input {
	text-align: center;
	float: none;
}

#login-div.form-container .submit-button input, #lost-password-form .submit-button input {
	background: #151C24;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	padding: 10px 70px;
	border: none;
	margin-top: 25px;
	cursor: pointer;
}

#login-div.form-container .submit-button input:hover, #lost-password-form .submit-button input:hover {
	background: #F7931D;
}

#login-div.form-container .input {
	float: none;
	width: auto;
}

#login-div.form-container .input input {
	width: auto;
}

#login-div .submit-button {
	padding-top: 10px;
}

#login-div span#session-msg {
	position: absolute;
	margin-left: 30px;
}

#login-link a, #signup-link a {
	padding: 0 .5em;
}

#login-link:before, #signup-link:before {
	content: '|';
}

div#login-div {
	width: 65%;
	max-width: 850px;
}

#logged-in-label {
	float: left;
	font-family: "Mark Pro Heavy";
}

#logged-in-label:after {
	content: ':';
}

#logged-in-user {
	float: left;
	margin: 0 .5em;
	font-size: 1em;
}

#logged-in-realname, #logged-in-accesslevel {
	font-size: 1em;
	margin: 0;
	padding: 0;
	z-index: 100;
}

#logged-in {
	display: block;
	float: left;
	font-size: .8em;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#logged-in:before {
	content: '(';
}

#logged-in:after {
	content: ')';
}

#logged-in-realname:after {
	content: ' - ';
}

#rss-feed {
	float: right;
	width: 16px;
	z-index: 0;
	padding: 0.2em 0;
	margin: 0;
	display: none;
}

#project-selector-div {
	border: none;
	float: right;
	z-index: 100;
	text-align: right;
	font-size: small;
	line-height: 1em;
	margin-right: 4px;
	padding: 0;
}

#project-selector-div label {
	padding: .5em;
	display: none;
}

#project-selector-div label:after {
	content: ':'
}

#project-selector-div select {
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #888888;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px 10px;
	letter-spacing: 0.03em;
	color: #151C24;
	font-family: "Mark Pro Heavy";
	font-size: small;
	line-height: 1em;
	margin-bottom: 0px !important;
	min-height: auto;
	height: 30px !important;
	margin-right: 0;
	width: 301px;
}

#project-selector-div .button {
	font-size: small;
	line-height: 1em;
	padding: 0;
	margin: 0;
	display: none;
}

#current-time {
	width: 20%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.info-bar {
	font-size: small;
	margin: 0.1em 0 0.4em 0;
	margin-top: 10px;
	padding: .2em 0;
}

.info-bar .section-links {
	background: none;
}

.info-bar .details-footer table tbody {
	box-shadow: none;
}

.info-bar .details-footer td {
	padding: 5px;
	padding-top: 2px;
	border: none;
}

.info-bar .details-footer td:first-child {
	padding-left: 0px;
}

.main-menu {
	float: left;
	width: 100%;
	padding: 0;
	z-index: 99;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

#menu-items {
	margin-top: -3px
}

.main-menu ul {
	clear: left;
	float: left;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 8px;
	width: calc(100% - 314px);
}

.main-menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
}

.main-menu ul li a {
	padding-right: 20px;
	text-decoration: none;
	color: #151C24;
	font-size: 16px;
	line-height: 200%;
	letter-spacing: 0.03em;
	font-family: "Mark Pro Heavy";
}

.main-menu ul li a:hover, .main-menu ul li a:active {
	color: #F7931D;
}

.main-menu .active {
	color: #F7931D;
}

.main-menu ul li>a#logout-link {
	border-right: none;
}

.main-menu div#bug-jump {
	float: right;
	margin: 0;
	margin-top: -15px;
	padding: 2px 0;
	position: relative;
	z-index: 100;
	border: none;
}

.main-menu input {
	border: 1px solid #888888;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px 10px;
	font-family: "Mark Pro Medium";
	width: 149px;
	height: auto;
	margin-bottom: 10px !important;
}

#main-menu-input-jump {
	background: #888888;
	color: #fff;
	padding: 6px 40px;
}

#main-menu-input-jump:hover {
	background: #F7931D;
	cursor: pointer;
}

/* sub-menus */

#manage-menu, #summary-menu, #summary-submenu, #manage-config-menu, #manage-user-filter-menu, #manage-tags-filter-menu, #admin-menu {
	float: left;
	width: 100%;
	padding: 0;
	overflow: hidden;
	font-size: 1em;
	position: relative;
	margin-bottom: 0.5em
}

#manage-menu {
	margin-top: 0.5em;
}

#manage-menu ul, #manage-config-menu ul, #summary-menu ul, #summary-submenu ul, #manage-user-filter-menu ul, #manage-tags-filter-menu ul, #admin-menu ul {
	clear: left;
	float: left;
	list-style: none;
	position: relative;
	left: 50%;
	padding: 0;
	margin: 0;
	text-align: center;
}

#manage-menu ul li, #manage-config-menu ul li, #summary-menu ul li, #summary-submenu ul li, #manage-user-filter-menu ul li, #manage-tags-filter-menu ul li, #admin-menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: .5em 0;
	padding: 0 .25em;
	position: relative;
	right: 50%;
}

#manage-menu ul a, #manage-config-menu ul a, #summary-menu ul a, #summary-submenu ul a, #account-menu ul a, #doc-menu ul a, #manage-user-filter-menu ul a, #manage-tags-filter-menu ul a, #admin-menu ul a {
	text-decoration: none;
	padding: 0 .25em;
}

#manage-menu ul span, #manage-config-menu ul span, #summary-menu ul span, #summary-submenu ul span, #account-menu ul span, #doc-menu ul span, #manage-user-filter-menu ul span, #manage-tags-filter-menu ul span, #admin-menu ul span {
	padding: 0 .25em;
}

#account-menu, #doc-menu {
	top: 0;
}

#account-menu ul, #doc-menu ul {
	margin: 0 auto;
	padding: .25em;
	float: right;
	text-align: center;
}

#account-menu ul li, #doc-menu ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

/* bracket links */

#manage-user-link:before, #manage-menu ul li:before, #manage-config-menu ul li:before, #summary-menu ul li:before, #summary-submenu ul li:before, #account-menu ul li:before, #doc-menu ul li:before, #admin-menu ul li:before, span.permalink:before, span.switch-view:before {
	content: "["
}

#manage-user-link:after, #manage-menu ul li:after, #manage-config-menu ul li:after, #summary-menu ul li:after, #summary-submenu ul li:after, #account-menu ul li:after, #doc-menu ul li:after, #admin-menu ul li:after, span.permalink:after, span.switch-view:after {
	content: "]"
}

#content {
	clear: both;
	position: relative;
	top: 0;
	margin: 0;
	padding: .5em;
	font-size: 14px;
}

.recently-visited {
	position: relative;
	text-align: right;
	font-size: x-small;
}

br {
	clear: both;
}

.field-default {
	color: #999;
}

td.menu {
	background-color: #f3f3f3;
	color: #151c24000;
	text-align: center;
	width: 100%;
	padding: 5px;
}

td.menu a {
	white-space: nowrap;
}

td.news-heading-public {
	background-color: #888888;
	color: #151c24000;
	text-align: left;
	border-bottom: 1px solid #999;
}

td.news-heading-private {
	background-color: #ebebeb;
	color: #151c24000;
	text-align: left;
	border-bottom: 1px solid #999;
}

td.news-body {
	background-color: #ffffff;
	color: #151c24000;
	padding: 16px;
}

div#news-items {
	clear: both;
}

div.news-item {
	border: 1px solid #151c24;
	padding: 0em;
	width: 75%;
	margin: 2em auto;
}

div#news-items div:first-child {
	margin-top: 3em;
}

h3.news-heading-public {
	background-color: #888888;
	color: #151c24000;
	text-align: left;
	border-bottom: 1px solid #999;
	margin: 0em;
	padding: .25em;
}

h3.news-heading-private {
	background-color: #ebebeb;
	color: #151c24000;
	text-align: left;
	border-bottom: 1px solid #999;
	margin: 0em;
	padding: .25em;
}

p.news-body {
	background-color: #ffffff;
	color: #151c24000;
	margin: 0em;
	padding: 1em;
}

.news-date-posted {
	font-style: italic;
	font-size: .8em;
	font-weight: normal;
}

.news-author {
	font-weight: normal;
}

.news-announcement, .news-private {
	font-weight: normal;
	font-size: .7em;
}

.news-title:after, .news-date-posted:after, .news-headline:after {
	content: ' - ';
	font-weight: normal;
}

.news-announcement:before, .news-private:before {
	content: '[';
	font-weight: normal;
}

.news-announcement:after, .news-private:after {
	content: ']';
	font-weight: normal;
}

#news-menu {
	clear: both;
	margin: 0em auto;
	width: 75%;
	text-align: center;
}

.news-headline {}

img {}

img.icon {
	width: 11px;
	height: 11px;
}

img.delete-icon {
	position: relative;
	top: 5px;
	border: 0;
	margin: 0 5px;
}

div {
	padding: 3px;
}

div.menu {
	background-color: #f3f3f3;
	color: #151c24000;
	text-align: center;
	width: 100%;
	padding: 1px;
}

div.center {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

div.border {
	background-color: #ffffff;
	border: solid 1px #999;
	text-align: center;
	position: relative;
}

div.quick-summary-left {
	width: 49%;
	padding: 2px;
	text-align: left;
	float: left;
}

div.quick-summary-right {
	width: 49%;
	padding: 2px;
	text-align: right;
	float: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.small {
	font-size: 8pt;
}

.small-normal {
	font-size: 8pt;
	font-weight: normal;
}

.small-subprojects {
	font-size: 8pt;
	width: 200px;
}

.bold {}

.bold-small {
	font-size: 8pt;
}

.italic {
	font-style: italic;
}

.italic-small {
	font-style: italic;
	font-size: 8pt;
}

.underline {
	text-decoration: underline;
}

.underline-small {
	text-decoration: underline;
	font-size: 8pt;
}

.strike {
	text-decoration: line-through;
}

.strike-small {
	text-decoration: line-through;
	font-size: 8pt;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.positive {
	color: green;
}

.negative {
	color: red;
}

.column-status {
	color: #fff;
	padding: 10px;
}

.table_status_background {
	width: 10px;
	height: 40px;
	border-radius: 5px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.table_status_text {
	display: flex;
}

.avatar {
	float: left;
	margin-right: 3px;
	border: 0;
	border-radius: 5px;
}

.issue-status {
	color: #fff;
}

.column-status a {
	color: #fff;
}

/* Roadmap */

tt>.strike {
	font-family: monospace;
}

.progress400 {
	position: relative;
	width: 400px;
	border: 1px solid #d7d7d7;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1px;
}

.progress400 .bar {
	display: block;
	position: relative;
	background: #6bba70;
	text-align: center;
	font-weight: normal;
	color: #333;
	height: 2em;
	line-height: 2em;
}

#footer {
	font-size: 8pt;
	color: #888888;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin-top: 2em;
	clear: both;
	box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.1);
}

#footer #powered-by-mantisbt-logo {
	float: right;
}

#footer address {
	font-style: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#footer address a {
	color: #F7931D;
}

#footer address a:hover {
	color: #EF4229;
}

#footer #user-copyright {
	font-size: 9pt;
}

#footer #log-event-list .duplicate-query {
	color: red;
}

td.tainted {
	color: red;
}

td.tainted input[type="text"], td.tainted select {
	background-color: #ffffff;
	color: red;
	border: 1px solid red;
}

select.tainted {
	background-color: #ffffff;
	color: red;
}

#filter_open, #filter_closed {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

#filter_open {
	display: block;
}

#filter_open_link, #filter_closed_link {
	float: left;
	position: relative;
	top: 1em;
	padding: 0 .5em;
	margin: 0;
	margin-top: 10px;
}

.search-box {
	float: left;
	position: relative;
	padding: 0 0 0 0.5em;
	margin: 0;
	color: #888888;
	margin-top: 10px;
}

.search-box input {
	border: 1px solid #888888;
	box-sizing: border-box;
	border-radius: 5px;
}

.filter-links, .manage-queries, .reset-query, .save-query, .search-box, .stored-queries, .submit-query {
	top: .3em;
}

.submit-query, .save-query {
	float: left;
	position: relative;
	padding: 0 .5em;
	margin: 0;
	font-size: 1em;
}

.filter-links, .stored-queries, .manage-queries, .reset-query {
	float: right;
	position: relative;
	padding: 0 2px;
	margin: 0;
	z-index: 100;
}

.save-query {
	padding: 0 2px;
}

.submit-query input, .save-query input, .filter-links input, .stored-queries input, .manage-queries input, .reset-query input {
	font-family: "Mark Pro Medium";
	background: #888888;
	color: #fff;
	/* border: 1px solid #888888;
	box-sizing: border-box; */
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
}

.submit-query input:hover, .save-query input:hover, .filter-links input:hover, .stored-queries input:hover, .manage-queries input:hover, .reset-query input:hover {
	/* background: #EF4229; */
	background: #F7931D;
	cursor: pointer;
}

.save-query {
	float: right;
}

.filter-box {
	margin: 0;
	padding: 0;
	font-size: .9em;
}

.filter-box table {
	margin: 0;
	padding: 0;
}

.filter-box select, .filter-box input {
	width: auto;
	max-width: 200px;
}

.filter-box tr.row-category2 a {
	padding: 0;
}

div#save-filter {
	text-align: center;
}

.stored-queries form {
	display: inline-flex;
}

.stored-queries select {
	font-size: .9em;
	margin-top: 10px;
	margin-right: 4px;
}

#error-msg {
	clear: both;
}

.error-msg {
	color: red;
	text-align: center;
}

div#error-msg {
	width: 60%;
	margin: 0em auto;
	border: 1px solid #999;
}

div.error-type {}

div.error-description {
	color: red;
	text-align: center;
	margin: 1.5em;
}

div.error-info {
	text-align: center;
	margin: 1em;
}

td.bug-attachments {
	margin: 0;
	padding: 0;
}

.bug-attachments>ul {
	list-style: none;
	margin: 0.5em;
	padding: 0;
}

.bug-attachments>ul>li {
	margin: 0.5em 0;
	padding: 0;
}

.bug-attachments>ul>li>div {
	margin: 0;
	padding: 0;
}

.bug-attachment-preview-text, .bug-attachment-preview-image {
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	margin: 1em;
	padding: 1em;
}

#dates label[for=start_date], #dates>label[for=end_date] {
	float: left;
	width: 3em;
}

.rule-table thead tr th {
	/* background-color: #888888; */
	background-color: #B2B2B2;
}

.myview-right-col tr:nth-child(even), .myview-left-col tr:nth-child(even), .timeline tr:nth-child(even), .rule-table tr:nth-child(even) {
	background-color: #F5F5F5;
}

.myview-right-col tr:nth-child(odd), .myview-left-col tr:nth-child(odd), .timeline tr:nth-child(odd), .rule-table tr:nth-child(odd) {
	background-color: #fff;
}

.myview-left-col, .myview-right-col {
	width: 50%;
	vertical-align: top;
}

.myview_boxes_area {
	width: 60%;
}

.myview_boxes_area table tbody:first-child {
	box-shadow: none;
}

.myview_boxes_area table tbody tr:nth-of-type(even) {
	background-color: #ffffff;
}

.myview_boxes_area table tbody tr table tbody tr:nth-of-type(even) {
	background-color: #F5F5F5;
}

.myview_boxes_area table tbody tr:hover {
	box-shadow: none;
}

.myview_boxes_area table tbody tr table tbody tr:hover {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
}

#manage-overview-table th {
	width: 30%;
}

#action-group-issues-div, div.section-container, div.form-container, div.table-container {
	clear: both;
	position: relative;
	margin: 0em auto 0em auto;
	padding: 1px;
	min-width: 50em;
	width: 90%;
	/* default width */
}

div.width100 {
	width: 100%;
}

div.width90 {
	width: 90%;
}

div.width75 {
	width: 74%;
}

div.width60 {
	width: 60%;
}

div.width50 {
	width: 50%;
}

#view-issue-details, #bug-update, #bugnote_add_open, #history_open {
	width: 100%;
	margin: 3px;
}

#view-issue-details select, #view-issue-details input {
	margin: 0 !important;
}

#view-issue-details input[type=submit] {
	margin-bottom: 5px !important;
}

.delete-button-red input[type=submit] {
	background: #DC143C;
}

.delete-button-red input[type=submit]:hover {
	background: #F7931D;
}

#view-issue-details .form-title {
	color: #151C24;
}

#view-issue-details .form-title span {
	padding-left: 10px;
}

#history_open table {
	border-spacing: 0;
}

#bug-change-status-div, #action-group-div, #send-reminder-div {
	width: 75%;
}

#action-group-issues-div {
	width: 75%;
	margin: 0 auto;
}

#manage-user-div {
	min-width: 57em;
}

#manage-user-div h2 {
	margin-top: 10px;
}

div.section-container h2, div.form-container h2, div.table-container h2 {
	float: left;
	background-color: #fff;
	color: #151c24;
	font-size: 1em;
	text-align: left;
	padding: .5em;
	margin: 0em;
}

div.section-container table, div.form-container table, div.table-container table, #action-group-issues-div table {
	width: 100%;
	border-spacing: 1px;
}

div.section-container table th, div.form-container table th, div.table-container table th {
	text-align: left;
}

/*div#verify-div,
div#reauth-div,
div#login-div,
div#lost-password-div,
div#signup-div,
div#select-project-div {
	width: 65%;
	max-width: 850px;
}*/

div#login-div {
	border: none;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 0;
}

div#adm-config-div {
	max-width: 95%;
	display: table;
}

p#adm-config-value {
	max-width: 400px;
	word-wrap: break-word;
}

pre#adm-config-value {
	max-width: 400px;
	max-height: 400px;
	overflow: auto
}

div#project-delete-div {
	text-align: center;
}

fieldset {
	border: none;
	margin: 0em;
	padding: 0em;
}

fieldset .field-container span {
	color: #888888;
	letter-spacing: 0.03em;
	font-size: 14px;
	line-height: 18px;
	font-family: "Mark Pro Medium";
}

.action-button fieldset {
	display: inline;
}

div.form-container fieldset {
	clear: both;
	margin: 0em;
	border: none;
	/* padding: 0 180px; */
	padding: 0;
}

div#form-container fieldset fieldset {
	margin: 0em 0em 1px 0em;
}

div.form-container fieldset legend {
	float: left;
	margin: 0em;
	margin-top: 10px;
	padding: .5em .15em;
	text-indent: .5em;
	border: none;
	margin-bottom: 20px;
}

div.form-container fieldset legend span {
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #151C24;
}

div.form-container fieldset label.required:after, th label.required:after, td label.required:after {
	font-size: 12pt;
	content: '* ';
	color: red;
}

/*div.form-container fieldset label.required:before,
th label.required:before,
td label.required:before {
	font-size: 8pt;
	content: '* ';
	color: red;
}*/

.pager-links {
	font-size: 8pt;
	font-weight: normal;
	text-align: right;
}

.section-link {
	padding: .5em;
	float: right;
}

/* Even/odd rows for tables and forms */

/*fieldset > .field-container:nth-child(odd),
form > table > tr:nth-child(odd),
div.table-container > table > tbody > tr:nth-child(odd),
div.table-container > table > tr:nth-child(odd),
div.summary-container > table > tbody > tr:nth-child(odd),
div.form-container > form > table > tbody > tr:nth-child(odd),
div.form-container > form > fieldset > table > tbody > tr:nth-child(odd),
div.form-container > table > tbody > tr:nth-child(odd),
div.form-container > table > tr:nth-child(odd),
div.form-container div.field-container:nth-child(odd),
div.section-container div.field-container:nth-child(odd)
	{ background-color: #f3f3f3; }

fieldset > .field-container:nth-child(even),
form > table > tr:nth-child(even),
div.table-container > table > tbody > tr:nth-child(even),
div.table-container > table > tr:nth-child(even),
div.summary-container > table > tbody > tr:nth-child(even),
div.form-container > form > table > tbody > tr:nth-child(even),
div.form-container > form > fieldset > table > tbody > tr:nth-child(even),
div.form-container > table > tbody > tr:nth-child(even),
div.form-container div.field-container:nth-child(even),
div.section-container div.field-container:nth-child(even),
div.form-container > table > tr:nth-child(even)
	{ background-color: #ebebeb; }

form > table > tr:last-child,
div.table-container > table > tbody > tr > td.buttons,
div.table-container > table > tbody > tr > td.right {
	background-color: white;
}*/

fieldset fieldset.field-container, div.field-container {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin: 0em 0em 1px 0em;
	outline: 1px solid #fff;
	padding: 0em;
	margin-left: 40px;
}

.field-container>.display-label, div.form-container .field-container>label, div.form-container fieldset fieldset legend {
	position: relative;
	float: left;
	margin: 0em;
	padding: .5em;
	text-indent: 0em;
	white-space: normal;
	z-index: 9999;
	width: 300px;
}

.field-container>label span.help-text {
	clear: both;
	display: block;
	font-size: .8em;
	font-weight: normal;
}

div.form-container .field-container>label span.help-text:before {
	content: '(';
}

div.form-container .field-container>label span.help-text:after {
	content: ')';
}

div#news-edit-div fieldset fieldset>label, div#account-prefs-update-div fieldset fieldset>label {
	width: auto;
	font-weight: normal;
}

#news-add-div.form-container .input {
	display: inline-block;
}

div#manage-user-actions-div {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#manage-user-filter {
	float: right;
}

#manage-project-subproject-add-form, #manage-project-category-copy-form, #manage-project-version-copy-form, #manage-project-custom-field-copy-form, #manage-project-users-copy-form {
	float: none;
}

fieldset fieldset legend label {
	z-index: 9999;
}

div.form-container .radio, div.form-container .checkbox, div.form-container .select, div.form-container .textarea, div.form-container .input, div.form-container .file, .display-value {
	position: relative;
	float: left;
	padding: .25em;
	margin: 0em .25em;
}

div.form-container .checkbox input, div.form-container .select select, div.form-container .textarea textarea, div.form-container .input input, div.form-container .file input, .display-value span {
	width: 300px;
	border-radius: 5px;
	border: 1px solid #888888;
	box-sizing: border-box;
	padding: 7px 10px;
	color: #151C24;
	letter-spacing: 0.03em;
	margin-bottom: 0px;
	font-family: "Mark Pro Medium";
}

.display-value span {
	min-height: 34px;
}

div.form-container .radio input, #report-bug-div.form-container #bug_report_page_input_radio {
	width: auto;
}

div.form-container .textarea #reminder {
	width: 100%;
}

div.form-container .spacer {
	margin-top: .5em;
	clear: both;
}

div.form-container .info-text {
	clear: both;
	display: block;
	padding: 1em;
}

.label-style {
	position: absolute;
	top: 0em;
	left: 0em;
	padding: 0em;
	margin: 0em;
	/* background-color: #888888; */
	height: 100%;
	border-right: 1px solid #fff;
	z-index: 0;
}

div.form-container .footer {
	clear: both;
	display: block;
	padding: .5em;
}

.section-links, div.form-container .submit-button {
	clear: both;
	display: block;
	text-align: center;
}

.section-links, div.form-container .submit-button input {
	/* 	background: #151C24;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	padding: 10px 70px;
	border: none;
	margin-top: 25px;
	cursor: pointer;
	float: left; */
	font-family: "Mark Pro Medium";
	background: #888888;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	float: left;
	margin: 30px 0;
}

.section-links, div.form-container .submit-button input:hover {
	background: #F7931D;
}

/* 30% label width - these are the defaults */

.label-style {
	padding: 0 .5em;
}

/*div.form-container label,
.display-label,
#account-prefs-update-div legend {
	width: 30%;
}*/

div.form-container .textarea, div.form-container .input, div.form-container .checkbox, .display-value {
	width: 300px;
}

#report-bug-div.form-container .input input {
	height: 35px;
}

#report-bug-div.form-container .input input, #report-bug-div.form-container textarea, #report-bug-div.form-container select, #report-bug-div.form-container .input {
	width: 600px;
	max-width: 100%;
}

#report-bug-div textarea {
	margin-bottom: 15px;
}

#report-bug-div.form-container select[tabindex] {
	width: auto;
	max-width: 100%;
	/*min-width: 600px;*/
}

#report-bug-div.form-container select[tabindex] option {
	width: 100%;
}

#report-bug-div.form-container .textarea {
	float: none;
}

/* fájl feltöltése */

#report-bug-div.form-container .input input[type="file"], #cityopscpv_import_file input[type="file"], #importexport-import-div input[type="file"], #cityops_template_file_config_file input[type="file"], .cityops_user_import_file input[type="file"], #view-issue-details input[type="file"], #upload_form_open input[type="file"], #bugnote_add_open input[type="file"], #importproduct_file input[type="file"] {
	opacity: 0;
	margin-bottom: 0 !important;
	width: 148px;
	position: relative;
	z-index: 1;
}

#report-bug-div.form-container .input .file_input, #cityopscpv_import_file .file_input, #importexport-import-div .file_input, #cityops_template_file_config_file .file_input, .cityops_user_import_file .file_input, #view-issue-details .file_input, #upload_form_open .file_input, #bugnote_add_open .file_input, #importproduct_file .file_input {
	height: 35px;
	border-radius: 5px;
	border: 1px solid #888;
	box-sizing: border-box;
	color: #888;
	letter-spacing: 0.03em;
	font-family: "Mark Pro Medium";
	/*margin-bottom: 20px;*/
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}

#report-bug-div.form-container .input .file_input:hover, #cityopscpv_import_file .file_input:hover, #importexport-import-div .file_input:hover, #cityops_template_file_config_file .file_input:hover, .cityops_user_import_file .file_input:hover, #view-issue-details .file_input:hover, #upload_form_open .file_input:hover, #bugnote_add_open .file_input:hover, #importproduct_file .file_input:hover {
	background: #F7931D;
	color: #fff;
}

#report-bug-div.form-container .input .file_input:before, #report-bug-div.form-container .input .file_input:after, #cityopscpv_import_file .file_input:before, #cityopscpv_import_file .file_input:after, #importexport-import-div .file_input:before, #importexport-import-div .file_input:after, #cityops_template_file_config_file .file_input:before, #cityops_template_file_config_file .file_input:after, .cityops_user_import_file .file_input:before, .cityops_user_import_file .file_input:after, #view-issue-details .file_input:before, #view-issue-details .file_input:after, #upload_form_open .file_input:before, #upload_form_open .file_input:after, #bugnote_add_open .file_input:before, #bugnote_add_open .file_input:after, #importproduct_file .file_input:before, #importproduct_file .file_input:after {
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
}

#report-bug-div.form-container .input .file_input:before, #cityopscpv_import_file .file_input:before, #importexport-import-div .file_input:before, #cityops_template_file_config_file .file_input:before, .cityops_user_import_file .file_input:before, #view-issue-details .file_input:before, #upload_form_open .file_input:before, #bugnote_add_open .file_input:before, #importproduct_file .file_input:before {
	cursor: pointer;
	content: attr(data-label);
	text-align: center;
	display: inline-block;
	right: 0;
	left: 0;
	line-height: 35px;
	padding: 0 10px;
}

#report-bug-div.form-container .input .file_input:after, #cityopscpv_import_file .file_input:after, #importexport-import-div .file_input:after, #cityops_template_file_config_file .file_input:after, .cityops_user_import_file .file_input:after, #view-issue-details .file_input:after, #upload_form_open .file_input:after, #bugnote_add_open .file_input:after, #importproduct_file .file_input:after {
	content: attr(data-choosen);
	left: 100%;
	padding: 7px 10px;
	width: 452px;
	pointer-events: none;
	text-align: left;
	color: #888;
}

/* fájl feltöltése vége */

#cityops_template_file_config_file input[type=button], #view-issue-details-submit, #importproduct_file button[type=button] {
	display: block;
}

/*#upload_form_open label {
	float: left;
	margin-bottom: 0 !important;
}

#upload_form_open  #view-issue-details-submit {
	float: left;
	margin-top: 0;
	margin-left: 300px;
}*/

#report-bug-div.form-container #report_stay, #report-bug-div.form-container .bug_report_page_view_state, #report-bug-div.form-container input[type="radio"] {
	height: auto;
	width: auto;
}

* input[type="radio"], * input[type="checkbox"] {
	padding: 0;
	margin: 0 3px 0 5px !important;
	display: inline-block;
	vertical-align: middle;
}

#account-prefs-update-div.form-container .checkbox {
	height: auto;
}

#account-prefs-update-div.form-container .email-on-severity-label {
	width: 300px;
}

#account-prefs-update-div.form-container .input {
	height: 50px;
}

div.success-msg, div.failure-msg, div.important-msg {
	display: block;
	width: 60%;
	margin: 2em auto;
}

div.success-msg, div.failure-msg {
	text-align: center;
}

div.important-msg {
	width: auto;
	color: red;
	border: 1px solid red;
	background-color: #fceded;
	margin-left: 0;
	text-align: center;
	padding: 10px;
}

div.important-msg ul, .success-msg, .failure-msg {
	margin: 0em;
	padding: 2em 2em 2em 4em;
}

div.important-msg ul li {
	margin-left: 2em;
	background-color: #fceded;
}

div.confirm-msg {
	width: 60%;
	margin: 2em auto;
	border-top: 2px solid gray;
	border-bottom: 2px solid gray;
}

ul.project-list {
	list-style: none;
	margin: .5em 0em 2em 0em;
	padding: 0em .5em;
}

ul.project-list li {
	margin: 0em;
	line-height: 1.25em;
	clear: both;
	min-width: 30em;
}

ul.project-list li span.access-level:before {
	content: ' [';
}

ul.project-list li span.access-level:after {
	content: '] ';
}

ul.project-list li span.view-state:before {
	content: ' (';
}

ul.project-list li span.view-state:after {
	content: ') ';
}

ul.project-list li span.project-name {
	display: block;
	float: left;
	min-width: 15em;
}

ul.project-list li span.access-level, ul.project-list li span.view-state {
	display: block;
	float: left;
	margin: 0em .25em;
}

.tag-list td span.tag-filter:before {
	content: ' [';
	padding: 0em .5em;
}

.tag-list td span.tag-filter:after {
	content: '] ';
	padding: 0em .5em;
}

.tag-link {
	margin: 0em .5em;
}

tr.bugnote-private td.bugnote-meta {
	background-color: #f3f3f3;
}

div#mantis.centered_page div#banner {
	text-align: center;
}

/* manage_plugin_page.php */

span.dependency_dated {
	color: maroon;
}

span.dependency_met {
	color: green;
}

span.dependency_unmet {
	color: red;
}

span.dependency_upgrade {
	color: orange;
}

/* summary page */

div.summary-container {
	position: relative;
	padding: 1px;
	width: 48.5%;
}

div.summary-container table {
	width: 100%;
	border-spacing: 1px;
	border: solid 1px #999;
	position: relative;
	margin-bottom: 10px;
}

div#summary {
	width: 100%;
	padding: 0 4px;
}

div#summary-left {
	float: left;
}

div#summary-right {
	float: right;
}

div#summary-bottom {
	width: 99.8%;
	clear: both;
}

/**
 * Timeline Styles
 */

/* timeline header styles */

.timeline .entry:nth-child(odd) {
	background: #F5F5F5;
}

div.timeline {
	width: 39%;
	float: right;
	margin: 15px 0;
	padding: 0;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

div.timeline div {
	padding: 0;
}

div.timeline .heading {
	font-size: x-large;
	padding: 10px;
}

div.timeline .date-range {
	font-size: small;
	color: #888888;
	margin-bottom: 20px;
	padding-left: 10px;
}

/* timeline entry styles */

div.timeline div.entry {
	padding: 10px;
}

div.timeline * div {
	overflow: hidden;
}

div.timeline * span.tag_name a {
	background-color: green;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

div.timeline * span.username {
	color: #151c24;
}

div.timeline p {
	margin-bottom: 5px;
	padding-left: 10px;
}

/* timeline avatar */

div.timeline div.no-avatar {
	display: none;
}

div.timeline div.avatar {
	float: left;
	padding-top: 2px;
	margin-right: 13px;
}

div.timeline * img.avatar {
	float: left;
	margin-right: 0;
}

/* timeline timestamp */

div.timeline * div.timestamp {
	color: #888888;
}

/* timeline action */

div.timeline * div.action {
	padding-top: 3px;
	color: #888888;
}

/* manage_config_* colors */

.color-global {
	background-color: LightBlue;
}

.color-project {
	background-color: LightGreen;
}

/* bug_view_inc bug action buttons */

.details-footer {
	padding: 3px 10px 2px 0;
}

.details-buttons {
	float: left;
	width: auto;
}

.details-buttons td {
	display: inline-block;
}

/* Hide collapsed sections for javascript disabled presentation  */

.collapse-section-closed {
	display: none;
}

.collapse-link {
	display: none;
	padding-right: 0.3em;
}

span.important-msg {
	color: red
}

span.api-token {
	font-size: 20pt;
}

/* SAJÁT KÓDOK */

/* HEADER LOGÓK */

.header {
	height: 120px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.header_cityops_logo {
	float: left;
	width: 43%;
	margin-left: 40px;
	margin-top: 40px;
}

.header_cityops_logo img {
	width: 125px;
}

.header_logo {
	float: left;
	margin-top: 13px;
}

.header_govern_logo {
	float: right;
	margin-right: 40px;
	margin-top: 35px;
}

/* div#report-bug-div fieldset, div#account-update-div fieldset, div#news-add-div fieldset {
	padding-left: 220px;
} */

fieldset legend {
	margin-bottom: 20px;
}

fieldset legend span {
	font-family: "Mark Pro Heavy" !important;
	padding-bottom: 5px;
	border-bottom: 4px solid transparent;
	border-image: linear-gradient(to right, #EB1E2F, #F7931D);
	border-image-slice: 1;
	text-transform: uppercase;
	font-size: 18px;
}

.udata_text {
	padding-top: 20px;
	text-align: left;
	margin-left: 90px;
}

.udata_text b {
	font-size: 16px;
	font-family: "Mark Pro Heavy";
}

/* .cityops_cpv_project table tbody tr:nth-of-type(even), #summary table tbody tr:nth-of-type(even), #manage-overview-div table tbody tr:nth-of-type(even), #manage-user-div table tbody tr:nth-of-type(even), .manage_proj_page table tbody tr:nth-of-type(even) {
	background-color: #F5F5F5;
}

.cityops_cpv_project table tbody tr:nth-of-type(odd), #summary table tbody tr:nth-of-type(odd), #manage-overview-div table tbody tr:nth-of-type(odd)#manage-user-div table tbody tr:nth-of-type(odd), .manage_proj_page table tbody tr:nth-of-type(odd) {
	background-color: #fff;
} */

#manage-overview-div .spacer {
	display: none;
}

#manage-user-edit-form fieldset {
	padding-left: 0;
	padding-top: 20px;
}

#manage-user-filter fieldset {
	padding-right: 0;
	padding-bottom: 10px;
}

#manage-user-div thead a, .manage_proj_page thead a, .manage_proj_page tr.row-category td {
	color: #fff;
	padding-right: 10px;
}

.manage_proj_page tr.row-category td {
	text-align: left;
}

#manage-user-div thead a:hover, .manage_proj_page thead a:hover {
	color: #151C24;
}

.manage_proj_page fieldset {
	float: right;
	padding: 0 !important;
	padding-bottom: 10px !important;
}

div.field-container.mid_al, div.field-container.mid_al_bug_report {
	background: none !important;
}

.bug-custom-field.mid_al {
	border-bottom: 4px solid transparent;
	border-image: linear-gradient(to right, rgb(235, 30, 47), rgb(247, 147, 29)) 1 / 1 / 0 stretch;
	border-right: 0;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
	background: #fff;
}

bug-custom-field.mid_al_bug_report {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
	background: #fff;
}

div.field-container.mid_al .maxwidth_lab {
	text-align: left;
	padding-top: 30px;
	text-transform: uppercase;
	padding-bottom: 30px;
}

div.field-container.mid_al_bug_report .maxwidth_lab {
	text-align: left;
	padding-top: 60px;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
	border-image: linear-gradient(to right, rgb(235, 30, 47), rgb(247, 147, 29)) 1 / 1 / 0 stretch;
	border-right: 0;
	width: auto !important;
	margin-bottom: 25px;
	margin-left: -40px;
}

div.field-container.mid_al .maxwidth_lab b {
	color: #151c24;
}

div.field-container.mid_al_bug_report .maxwidth_lab b {
	color: #151c24;
	font-size: 18px;
	text-transform: uppercase;
}

#separation-id {
	background-color: rgb(255, 255, 255) !important;
	margin-left: -40px;
	padding-bottom: 5px;
	color: #151c24;
	text-transform: uppercase;
	font-size: 14px;
}

#separation-id span {
	color: #151c24;
	text-transform: uppercase;
	text-align: left;
	font-family: "Mark Pro Medium";
	line-height: 150%;
}

#separation-id-bug-report {
	background-color: rgb(255, 255, 255) !important;
	padding-bottom: 5px;
	color: #151c24;
	/* text-transform: uppercase; */
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 35px;
	width: auto;
}

#separation-id-bug-report span {
	color: #151c24;
	text-transform: uppercase;
	text-align: left;
	font-family: "Mark Pro Medium";
	line-height: 150%;
}

#pw_setup div {
	text-align: left;
}

#Select_current_file p, #main_form p, #workflow_config_action p, #mail_config_action p {
	text-align: center;
}

#mail_config_action input {
	margin: auto;
	display: block;
}

.warning, .error-type {
	text-align: center;
	padding-top: 20px;
}

#account-prefs-reset-form .submit-button:last-child {
	margin-top: -86px;
	margin-left: 200px;
}

#project-delete-form {
	float: left;
	margin: -66px 0 30px 200px;
	/* display: flex; */
}

#project-delete-form input[type=submit] {
	background: #da0000;
}

#project-delete-form input[type=submit]:hover {
	background: #F7931D;
}

.manage_user_edit_page_user_default_pass_setup .submit-button input {
	margin-left: 100px;
}

#manage_user_edit_page_user_default_pass_setup_pw_setup {
	margin-left: 106px;
}

#userimportUpdate input[type=submit] {
	display: block;
}

#logout-link .fa.fa-power-off {
	color: #151c24;
}

#logout-link img {
	margin-top: -4px;
	margin-left: 20px;
	width: 18px;
}

#lost-password-form fieldset {
	margin: auto;
	margin-top: 40px;
	width: 40%;
}

#lost-password-form legend span {
	margin-left: 35px;
	padding: 0;
	border: none;
	text-transform: none;
	font-weight: 800;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.03em;
	color: #151C24;
}

#lost-password-form .info-text {
	margin-left: 35px;
}

#file_upload .checkbox label {
	position: absolute;
	margin-left: 30px;
	width: 270px;
}

#importexport-import-div #file_upload .checkbox label {
	position: relative;
	margin-left: 0;
}

.cityops_view_config.table-container {
	margin: 0;
}

.cityops_view_config.table-container table td {
	vertical-align: top;
}

.cityops_view_config.table-container select {
	width: 150px;
}

.view_user_page_set h1 {
	font-family: "Mark Pro Heavy" !important;
	padding-bottom: 5px;
	border-bottom: 8px solid transparent;
	border-image: linear-gradient(to right, #EB1E2F, #F7931D);
	border-image-slice: 1;
	text-transform: uppercase;
	font-size: 18px;
	float: left;
	margin: 0em;
	margin-top: 10px;
	text-indent: .5em;
	margin-bottom: 20px;
}

.view_user_page_set .display-value span {
	border: none;
}

#tag-view-div h1 {
	width: auto;
	max-width: 500px;
	font-family: "Mark Pro Heavy" !important;
	padding-bottom: 5px;
	border-bottom: 8px solid transparent;
	border-image: linear-gradient(to right, #EB1E2F, #F7931D);
	border-image-slice: 1;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0em;
	margin-top: 10px;
	margin-bottom: 20px;
}

.manage_tags_page_table thead tr.row-category td {
	text-align: left;
}

#tag-view-div .display-value {
	min-height: 35px;
	display: grid;
}

#manage-columns-form .textarea {
	display: grid;
	width: inherit;
}

#manage-columns-form textarea {
	/* height: inherit !important; */
	min-height: 100px !important;
	width: auto;
}

#custom-field-link-project .bracket-link {
	line-height: 3;
	background: #DC143C;
	border: none;
}

#custom-field-link-project .bracket-link:hover {
	background: #F7931D;
}

#custom-field-link-project .bracket-link a {
	color: #fff;
}

#custom-field-link-project .display-value {
	width: auto;
}

#manage-project-update-subprojects-div h2 {
	float: none;
}

#account-prefs-update-form input {
	width: auto;
}

#relationships_open {
	margin-top: -10px;
}

#relationships_open input, #upload_form_open input, #monitoring_open input {
	margin-bottom: 0 !important;
}

#monitoring_open .user {
	color: #888888;
}

#monitoring_open .small {
	color: #F7931D;
}

#custom-field-possible-values {
	margin-bottom: 35px !important;
}

#separate_list_items_by_label {
	position: absolute;
	margin-top: -30px;
}

#adm-config-div table input.button-small, #config-filter-div table input.button-small, #adm-config-div table select {
	margin: 0 !important;
	margin-right: 10px !important;
}

/* tooltip */

body .ui-tooltip {
	border: 0;
	border-radius: 5px;
	background: #151C24;
	color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	font-family: "Mark Pro Heavy";
	font-size: 14px;
	padding: 3px 8px;
	line-height: 18px;
}

#bug-change-status-div {
	width: 100%;
	margin: 0 5px;
}

#bug-change-status-div h1 {
	width: 100%;
	font-family: "Mark Pro Heavy" !important;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0em;
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
}

#bug-change-status-div select {
	margin-bottom: 5px !important;
}

#bug-change-status-div table tr td:first-child {
	background-color: #B2B2B2;
	color: #fff;
	width: 15%;
}

#bug-change-status-div select, #bug-change-status-div input, #bug-change-status-div textarea {
	width: 600px;
}

#bug-change-status-div input[type="radio"], #bug-change-status-div input[type="checked"] {
	width: auto;
}

#bug-change-status-div .submit-button input {
	width: auto;
}

#bug-change-status-div div.field-container.mid_al .maxwidth_lab {
	padding-top: 12px;
}

#bug-change-status-div .field-container.mid_al {
	margin-left: 0px;
	padding-left: 15px;
}

#buglist_hr hr {
	display: block;
	height: 1px;
	border: 0;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	margin: 1em 0;
	padding: 0;
}

#description {
	font-family: "Mark Pro Medium";
}

#manage-custom-field-link-div .select, #manage-custom-field-link-div .textarea, #manage-custom-field-link-div .input {
	float: none;
}

#manage-custom-field-link-div .select select, #manage-custom-field-link-div .textarea textarea, #manage-custom-field-link-div .input input {
	width: 600px;
	max-width: 100%;
}

#assigned_institution_name {
	width: auto;
}

#assigned_institution_name form {
	float: left;
	margin-right: 20px;
	padding-top: 0;
	margin-top: -18px;
}

#assigned_institution_name input[type=submit] {
	background: #DC143C;
	color: #fff;
}

#assigned_institution_name input[type=submit]:hover {
	background: #F7931D;
}

.data_update table th:first-child {
	text-align: center;
}

.data_update table td:first-child {
	text-align: center;
}

#bug-update tr td textarea {
	width: 600px;
	;
}

tr.add_new_relationship-tr td {
	padding-top: 0;
}

.updateCPV table tr td select, .updateCPV table tr td input[type=number], .updateCPV table tr td input[type=text], #inserCPV table tr td select, #inserCPV table tr td input[type=number], #inserCPV table tr td input[type=text], #bug-update table tr td select, #bug-update table tr td input[type=number], #bug-update table tr td input[type=text] {
	margin-bottom: 0 !important;
}

#bug-update table tr td select[tabindex] {
	width: auto;
	max-width: 100%;
}

#bug-update table tr td select[tabindex] option {
	width: 100%;
}

#manage-project-users-copy-form table input[type=submit], #threshold_config_action input[type=submit], #CityOpsDeleteUser_delete_button, #mail_config_action input[type=submit] {
	background: #DC143C;
}

#manage-project-users-copy-form table input[type=submit]:hover, #threshold_config_action input[type=submit]:hover, #CityOpsDeleteUser_delete_button:hover, #mail_config_action input[type=submit]:hover {
	background: #F7931D;
}