html, body {
	height: 100%;
}

body {
	font-family: "Arial", "Helvetica", 'Meiryo', sans-serif;
	font-size: 12px;
	color: #202020;
	background: #dadad2;
	margin: 0;
	padding: 40px 0 0 0;
}

input, textarea, select, option {
	font-family: "Arial", "Helvetica", 'Meiryo', sans-serif;
}

#wrapper {
	/* sticky footer */
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -184px;
}

main {
    margin: 20px;
    text-align: center;
    min-width: 980px;
}

a	{
	color: #1111bb;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #991199;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

blockquote {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 1.3;
  font-size: 9pt;
  border: 1px solid #999999;
  border-left: 6px solid #999999;
  padding: 10px 16px;
  margin: 10px 10px 10px;
  background: #fff;
  border-radius: 4px;
  overflow-x: auto;
}

pre {
	max-width: none;
  display: block;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 1.3;
  font-size: 9pt;
  border: 1px solid #5d6b94;
  border-left: 6px solid #5d6b94;
  padding: 10px 16px;
  margin: 10px 10px 10px;
  background: #f0f3f9;
  border-radius: 4px;
  overflow: auto;
	white-space: pre-wrap;
}

table {
	border-collapse: separate;
  border-spacing: 1px;
}


/* Navigator */
nav {
	min-width: 960px;
  white-space: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*background: linear-gradient(to bottom, rgba(77,87,112,1) 0%, rgba(64,70,92,1) 50%, rgba(40,42,57,1) 100%);*/
  background: rgba(64,70,92,0.95);
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  height: 40px;
}

.nav-inner {
  margin: 0 30px;
  position: relative;
}

#navcontent>ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
  display: table;
}

#navcontent>ul>li {
	margin: 0;
	padding: 0;
	display: table-cell;
	color: #bbb;
}


#navcontent>ul>li>a,
#navcontent-r>ul>li>a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	transition: background-color 0.2s;
}

#navcontent>ul>li:hover>a,
#navcontent-r>ul>li:hover>a {
	background-color: #c8d6e8!important;
	transition: background-color 0.2s;
	color: #272939;
}

#navcontent a.home {
  background: url(./testersimgs2/home.png) no-repeat center -30px;
  width: 175px;
}

#navcontent a.home:hover {
	background-position: center 3px;
	background-color: #c8d6e8;
}

#navcontent ul li a.links {
	padding-left: 30px;
	background: url("./testersimgs2/links.png") no-repeat 8px -30px;
}

#navcontent ul li:hover>a.links {
	background-position: 8px 3px;
}

#navcontent ul li a.gears {
	padding-left: 35px;
	background: url("./testersimgs2/gears.png") no-repeat 8px -30px;
}

#navcontent ul li:hover>a.gears {
	background-position: 8px 3px;
}

#navcontent-r ul li.devider {
	line-height: 40px;
	font-weight: normal;
	color: #bbb;
}

/*************** sub menu ********************/
#navcontent div.sub_menu {
	position: absolute;
	top: 40px;
	left: -230px;
	margin: 0;
	padding: 0;
	height: auto;
	opacity: 0.95; filter: alpha(opacity=95);
	border: 1px solid #fff;
	background: #fff;
	box-shadow: 0 0 5px 1px #000;
	display: none;
}

#navcontent ul.sub_menu {
	position: absolute;
	top: 40px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;

	height: auto;
	border: 2px solid #fff;
	border-top: 1px solid #fff;
	background: #fff;
	box-shadow: 0 0 5px 1px #000;
	width: 17em;
}

#navcontent-r ul.sub_menu {
	position: absolute;
	top: 40px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
	border: 2px solid #fff;
	border-top: 1px solid #fff;
	background: #fff;
	box-shadow: 0 0 5px 1px #000;
	width: 17em;
}

#navcontent ul.sub_menu li,
#navcontent-r ul.sub_menu li {
	background: #666;
	margin: 1px 0 0 0;
	padding: 0;
	height: auto;
	width: 100%;
}

#navcontent .sub_menu a,
#navcontent-r .sub_menu a {
	padding: 4px 18px 4px 18px;
	margin: 0;
	display: block;
	color: #fff;
	line-height: 1.8;
	font-size: 10pt;
	text-decoration: none;
}

#navcontent .sub_menu a:hover,
#navcontent-r .sub_menu a:hover {
	background: #ccc;
	color: #c85500;
}


/** DEV links **/
#devlinks {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#devlinks td {
	border: solid 1px #ffffff;
	background: #666;
	padding: 0;
	margin: 0;
}

.sub_menu #devlinks a {
	padding: 4px 22px 4px 30px;
  margin: 0;
  display: block;
  color: #fff;
  background: url(./testersimgs/link_arrow.png) no-repeat 8px center;
  line-height: 1.6;
  font-size: 9pt;
}

.sub_menu #devlinks a:hover {
	text-decoration: none;
	background: #bbb url("./testersimgs/link_arrow.png") no-repeat 8px center;
	color: #c85500;
}

.sub_menu #devlinks a.mamedev {
	background: url("./testersimgs/ico_dev.png") no-repeat 6px center;
}
.sub_menu #devlinks a.mamedev:hover {
	background: #fff url("./testersimgs/ico_dev.png") no-repeat 6px center;
	color: #44d;
}

#devlinks a.maws {
	background: url("./testersimgs/ico_maws.png") no-repeat 6px center;
}
#devlinks a.maws:hover {
	background: #fff url("./testersimgs/ico_maws.png") no-repeat 6px center;
	color: #44d;
}

#devlinks a.tafa {
	background: url("./testersimgs/ico_tafa.png") no-repeat 6px center;
}

#devlinks a.tafa:hover {
	background: #fff url("./testersimgs/ico_tafa.png") no-repeat 6px center;
	color: #44d;
}

#devlinks a.archis {
	background: url("./testersimgs/ico_archis.png") no-repeat 6px center;
}

#devlinks a.archis:hover {
	background: #fff url("./testersimgs/ico_archis.png") no-repeat 6px center;
	color: #44d;
}

#devlinks a.sys16 {
	background: url("./testersimgs/ico_sys16.png") no-repeat 6px center;
}

#devlinks a.sys16:hover {
	background: #fff url("./testersimgs/ico_sys16.png") no-repeat 6px center;
	color: #44d;
}

#devlinks a.e2j {
	background: url("./testersimgs/ico_e2j.png") no-repeat 6px center;
}

#devlinks a.e2j:hover {
	background: #fff url("./testersimgs/ico_e2j.png") no-repeat 6px center;
	color: #44d;
}



/*** pulldown ***/
.has-submenu {
	position: relative;
}

.has-submenu > ul {
	display: none;
}

/***   ***/
div#navcontent-r {
  position: absolute;
  right: 0;
  top: 0;
}

div#navcontent-r ul {
	margin: 0;
	padding: 0;
}

div#navcontent-r ul li {
	display: block;
	list-style-type: none;
	float: right;
}



/**** Sub Navigator ****/
#navsub {
	background: #dddddd;
	box-shadow: 0 2px 1px rgba(0,0,0,0.4);
}

#login2 {
	width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
  min-width: 960px;
}

#login2 ul {
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}

#login2 ul li {
	display: table-cell;
	vertical-align: middle;
  padding: 5px 0px 5px 3px;
}

#login2 ul li:first-child {
  font-size: 10px;
  padding-right: 15px;
}
#utc {
	font-size: 12px;
}
/* form */
.inp_txt {
	border: 1px solid #888;
	font-size: 11pt;
	padding: 3px 4px;
}

.inp_txt_search {
	border: 1px solid #888;
	font-size: 11pt;
	padding: 3px 4px 3px 22px!important;
	width: 150px;
	background: #ffffff url(./testersimgs/magni_ico.png) no-repeat 5px 50%;
}

.btn_s {
	font-size: 8pt;
	height: 20px;
}

.opt_item {
	font-size: 8pt;
}



/* footer */
#ico_fds {
	float: right;
	margin: 8px 25px 0px 0;
}

#ico_mantis {
	width: 88px;
	height: 35px;
	border: none;
	margin-top: 8px;

}

#ico_valid {
	width: 88px;
	height: 31px;
	border: none;
	float: right;
	margin: 2px 15px 0 0;
}


/*** footer ***/
/* sticky footer */
.footer, .push {
	height: 184px;
  min-width: 1020px;
}


table#footer {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background: #272938 url(./testersimgs2/footer_back.png) repeat-x top;
	color: #ccc;
	line-height: 1.4;
	width: 100%;
	box-sizing: border-box;
	min-width: 960px;
}


table#footer td#logo {
	width: 30%;
	background: url("./testersimgs2/title.png") no-repeat center center;
	display: table-cell;
	height: 120px;
}


table#footer td {
	width: 35%;
	background: url("./testersimgs2/div_v.png") no-repeat left center;
	padding: 25px 0  25px 70px;
	display: table-cell;
	vertical-align: top;
}


/********* Bug list header *********/
table#buglist  {
	border: 1px #888 solid;
	border-spacing: 1px;
}

table#buglist td {
	text-align: center;
	padding: 5px;
}

.row-category td a,
.row-category2 td a {
	color: #fff;
  vertical-align: middle;
}

img.sort-icon {
  vertical-align: middle;
}

.hint {
  vertical-align: middle;
}

table#buglist td.left {
	text-align: left;
}

table#buglist td.right {
	text-align: right;
}

table#buglist tr.header td {
	background: #afc2d9 url("./testersimgs/th_bg_blue.png") repeat-x top;
	font-weight: bold;
}


/********* Overrides **********/
tr.odd {
	background: #e0e0e0;
}

tr.even {
	background: #f2f2f2;
}

tr.row-category,
tr.row-category-history,
tr.row-category2	{
	color: #fff;
	background: #5d6b94;
	padding: 3px 9px;
	font-weight: normal;
}

tr.row-category td, tr.row-category-history td, tr.row-category2 td {
	color: #fff;
	background: #5d6b94;
	padding: 3px 9px;
	font-weight: normal;
}

td.category {
	color: #fff;
	background: #5d6b94;
	padding: 3px 9px;
	font-weight: normal;
}
#mess td.category {
	background: #947c5d;
}
th {
	color: #fff;
	background: #5d6b94;
	padding: 5px 9px;
	font-weight: normal;
	text-align: left;
}
#mess th {
	background: #947c5d;
}

.row-category th {
	text-align: center;
}

td.category a,th a {
	color: #fff;
}

#mess tr.row-category,
#mess tr.row-category-history,
#mess tr.row-category2	{
	color: #fff;
	background: #947c5d;
	padding: 3px 9px;
	font-weight: normal;
}

#mess tr.row-category td,
#mess tr.row-category-history td,
#mess tr.row-category2 td {
	color: #fff;
	background: #947c5d;
	padding: 3px 9px;
	font-weight: normal;
}

#mess td.category {
	color: #fff;
	background: #947c5d;
	padding: 3px 9px;
	font-weight: normal;
}


#buglist tr		{ text-align: center ! important; }
#buglist td		{ font-size: 8pt; }

table.width100 { width: 100%; border: solid 1px #888; background: #f5f5f5; 	box-shadow: 0 1px 2px rgba(0,0,0,0.2);}
table.width75	{ width: 85%;  border: solid 1px #888; background: #f5f5f5; margin: 0 auto; 	box-shadow: 0 1px 2px rgba(0,0,0,0.2);}
table.width60	{ width: 60%;  border: solid 1px #888; background: #f5f5f5; margin: 0 auto; 	box-shadow: 0 1px 2px rgba(0,0,0,0.2);}
table.width50	{ width: 50%;  border: solid 1px #888; background: #f5f5f5; margin: 0 auto; 	box-shadow: 0 1px 2px rgba(0,0,0,0.2);}

.bracket-link	{ font-size: 8pt ! important; }
.border-center	{ width: 60%; border: solid 1px #aaa ! important; background: #f5f5f5 ! important; padding: 10px; }
tr.row-1		{ background-color: #dddddd; color: #000000; }
tr.row-2		{ background-color: #eeeeee; color: #000000; }

th.bugnote-public, th.bugnote-private	{
	color: #fff;
  background: #5d6b94;
  padding: 10px 10px;
  font-weight: normal;
  line-height: 1.5;
  width: 255px;
  box-sizing: border-box;
}

#mess th.bugnote-public		{
	background: #947c5d;
}

th.bugnote-private	{
	background: #aaa;
}

/* bug note user */
.bugnote th {
	line-height: 1.4;
}
.bugnote-id {
  font-size: 10px;
}
.bugnote-user {
	font-size: 135%;
	font-weight: bold;
}
.bugnote-user-level {
	font-size: 11px;
	margin-bottom: 7px;
}
.bugnote-submit {
	font-size: 11px;
}
.bugnote-modified {
	font-size: 11px;
}
.bugnote-buttons {
	clear: both;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 7px;
  margin-top: 7px;
	font-size: 0;
}
.bugnote-buttons input {
  margin-right: 5px;
  padding: 2px 4px;
}

.bugnote-buttons form:last-child input {
  margin-right: 0;
}

td.largefont	{
	font-size: 9pt ! important;
	line-height: 1.5 ! important;
}

td.form-title	{ background: none; font-size: 8pt; padding: 0; }

a.label	{
	color: #111;
	display: block;
	text-decoration: none;
	padding: 7px;
	font-size: 12px;
	font-weight: bold;
	transition: 0.2s;
}
a.label:hover {
	background: rgba(0,0,0,0.2);
	text-decoration: none;
}

.avatar {
	max-width: 75px;
	height: auto;
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	border: 1px solid #fff;
	margin-left: 5px;
}


a.gitlink {
  display: inline-block;
  background: url(testersimgs/github-logo.svg) no-repeat left center;
  background-size: 18px 18px;
  padding: 0 0 0 24px;
  line-height: 20px;
}
