/*
 *  Reset.css - by Eric Meyer
 *  Modified for NewsStand
 *  By Jared Pace
 *  Codeword: Studios
 */

 
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
 	margin: 0;
 	padding: 0;
 	border: 0;
 	outline: 0;
 	font-size: 100%;
 	vertical-align: baseline;
 	background: transparent;
 }
 body {
 	line-height: 1;
 }
 ol, ul {
 	list-style: none;
 }
 blockquote, q {
 	quotes: none;
 }
 td {
	vertical-align: top;
}

 /* remember to define focus styles! */
 :focus {
 	outline: 0;
 }

 /* remember to highlight inserts somehow! */
 ins {
 	text-decoration: none;
 }
 del {
 	text-decoration: line-through;
 }

 /* tables still need 'cellspacing="0"' in the markup */
 table {
 	border-collapse: collapse;
 	border-spacing: 0;
 }
 
 sup, sub {
 	height: 0;
 	line-height: 1;
 	vertical-align: baseline;
 	_vertical-align: bottom;
 	position: relative;
 	font-size: 0.8em;
 }

 sup {
 	bottom: 1ex;
 }

 sub {
 	top: .5ex;
 }

p { margin-bottom: 1em; }
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(alerts/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(alerts/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(alerts/info.gif);
}

#popup_content.confirm {
	background-image: url(alerts/important.gif);
}

#popup_content.prompt {
	background-image: url(alerts/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
html {
  margin: 0; padding: 0;
  color: #585858;
  background-color: #e6e6e6;
  font-size: 62.8%; font-family: Helvetica, "Lucida Grande","Lucida Sans",Arial,sans-serif;
}
body {
  margin: 0; padding: 0;
  font-size: 1.3em; line-height: 1.4em;
}

/* Convenience Classes */
.float-left   { float: left; }
.float-right  { float: right; }
.clear        { clear: both; }
.clear-left   { clear: left; }
.clear-right  { clear: right; }
.nowrap       { white-space: nowrap; }

/* Headings */
h1, h2, h3, h4, h5, h6 { padding: 0.2em 0; margin-bottom: 1em; border-bottom: 1px solid #dedede;}
h1 { font-size: 2.0em; line-height: 1.2em; text-shadow: 1px 1px 0px #FFF; -webkit-text-shadow: 1px 1px 0px #FFF;}
h2 { font-size: 1.7em; line-height: 1.2em; }
h3 { font-size: 1.5em; line-height: 1.2em; }
h4 { font-size: 1.3em; line-height: 1.2em; }
h5 { font-size: 1.1em; line-height: 1.2em; }
h6 { font-size: 0.9em; line-height: 1.2em; }

/* General */
p { margin-bottom: 1em; }

/* Links */
a         { color: #0069cc; text-decoration: none;}
a:visited { color: #0069cc;}
a:hover   { color: #0069cc; text-decoration: underline; }
a.action  { float: right; font-size: 0.9em;}

#header > div, #content-wrapper, #footer {
  width: 930px;
  margin: 0 auto;
  position: relative;
}

/* Header */
#header {
  margin-bottom: 24px;
  height: 71px;
  border-bottom: 1px solid #fff;
  position:relative;
  background: #000000;
}
#header > div {
  height: 71px;
}
#header #site-name {
  display: block;
  width: 88px;
  height: 31px;
  position: absolute;
  top: 22px;
  left: 2px;
  background: transparent url(images/logo.png) 0 0 no-repeat;
  text-indent: -5000em;
}

#header #session-links {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 0.9em;
}
#header #session-links li {
  float: right;
  margin-left: 10px;
  color: #ccc;
  background-color: #1e1e1e;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border: 1px solid #484B4F;
  font-size: 14px;
}
#header #session-links li:hover {
  box-shadow: 0 0 3px #69c;
  -moz-box-shadow: 0 0 3px #69c;
  -webkit-box-shadow: 0 0 3px #69c;
}
#header #session-links li:hover a {
  color: white;
}
#header #session-links a {
  color: #ccc;
  padding: 0 14px;
  line-height: 30px;
}
#header #session-links #sign-out {
  background: transparent url(images/icons/bullet-red-sm.png) 12px 50% no-repeat;
  padding-left: 29px;
}
#header #session-links a:hover {
  text-decoration: none;
}

/* Navigation */
#nav-bar {
  position: absolute;
  bottom: 0;
  left: 172px;
}
#nav-bar li {
  float: left;
  height: 34px;
  margin-right: 12px;
  color: #666;
  background-color: #d0d0d0;
  background-image: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -moz-border-top-left-radius: 12px;
  -moz-border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  border: 1px solid #bbb;
}
#nav-bar li.active {
  border-color: #fff;
  background: #FFF url(images/button-bg.png) 0 -2px repeat-x;
  border-width:1px 1px 0;
  margin-bottom:-2px;
  height: 37px;
}
#nav-bar li.active a {
  color: #333;
}

#nav-bar li a {
  color: #666;
  display: block;
  padding: 0 20px 0 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 37px;
  text-decoration: none;
  text-shadow: 1px 1px 0px #FFF;
  -webkit-text-shadow: 1px 1px 0px #FFF;
  background: transparent 10px 6px no-repeat;
}
#nav-bar li a:hover { color: #666;}
#nav-bar li.apps a { background-image: url(images/icons/briefcase.png); }
#nav-bar li.errs a { background-image: url(images/icons/error.png); }
#nav-bar li.users a { background-image: url(images/icons/user.png); }
#nav-bar li:not(.active):hover {
  box-shadow: 0 0 3px #69c;
  -moz-box-shadow: 0 0 3px #69c;
  -webkit-box-shadow: 0 0 3px #69c;
}

/* Content Wrapper */
#content-wrapper {
  border: 1px solid #C6C6C6;
}

/* Content Title and Comments */
#content-title, #content-comments {
  padding: 30px 24px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background-color: #f2f2f2;
}

/* Make err title bar bigger to fit more buttons */
#content-title.err_show {
  padding: 43px 24px 37px;
}

#content-title.err_show.resolved{
  background-color: #90EE90;
}

#content-comments {
  background-color: #ffffff;
}
#content-title h1, #content-comments h3 {
  padding: 0; margin: 0;
  width: 85%;
  border: none;
  color: #636363;
  font-size: 2em; line-height: 1em; font-weight: bold; font-family: arial, sans-serif;
  word-wrap: break-word;
}
#content-comments h3 {
  font-size: 1.5em;
  margin-bottom: 14px;
}

#content-title .meta { font-size: 0.9em; color: #787878; }

/* Action Bar */
#action-bar {
  position: absolute;
  text-align: right;
  top: 22px; right: 24px;
}
#action-bar span {
  display: inline-block;
  margin-left: 18px;
  margin-bottom: 16px;
  text-decoration: none;
  color: #666;
  background: #FFF url(images/button-bg.png) 0 bottom repeat-x;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 1px solid #bbb;
}
#action-bar span a {
  color: #666;
  display: block;
  padding: 0 20px 0 40px;
  font-size: 14px; font-weight: bold; line-height: 39px; text-decoration: none;
  text-shadow: 1px 1px 0px #FFF; -webkit-text-shadow: 1px 1px 0px #FFF;
  background: transparent 10px 8px no-repeat;
}
#action-bar a:hover { text-decoration: none;}
#action-bar span:hover {
  box-shadow: 0 0 3px #69c;
  -moz-box-shadow: 0 0 3px #69c;
  -webkit-box-shadow: 0 0 3px #69c;
}
#action-bar a.add {
  background-image: url(images/icons/add.png);
}

#action-bar .calendar_link {
  background: url(images/icons/ical.png) no-repeat scroll 12px 6px transparent;
  padding-left: 47px;
}

#action-bar span.github a { background: url(images/icons/github.png) no-repeat 6px 5px; }
#action-bar span.unlink_github a { background: url(images/icons/unlink_github.png) no-repeat 6px 5px; }

/* Content */
#content {
  padding: 20px; border-top: 1px solid #C6C6C6;
  background-color: #FFF;
}

#content a.button {
  float: right;
  display: block;
  margin-bottom: 10px;
}

/* Footer */
#footer {
  padding: 20px 0;
  font-size: 0.8em; text-align: center;
  color: #929292;
}

/* Flash Messages */
#flash-messages li {
  padding: 13px 45px;
  margin-bottom:25px;
  border: 1px solid #C6C6C6;
  background-color: #F9F9F9;
  line-height: 1em;
}
#flash-messages li.notice {
  padding-left: 20px;
  background-color: #b5eeff;
  border: 1px solid #6cf;
}
#flash-messages li.success {
  background: #cfc url(images/icons/success.png) 16px 50% no-repeat;
  border: 1px solid #6c3;
}
#flash-messages li.error {
  background: #fcc url(images/icons/error.png)   16px 50% no-repeat;
  border: 1px solid #f99;
}
#flash-messages .alert {
  background: #ffc url(images/icons/warning.png) 10px 7px no-repeat;
  border-color: #e4bb69;
}

/* Forms */
form#new_user,
form.edit_user,
form#new_app,
form.edit_app {
  width: 620px;
}
form > div, form fieldset > div { margin: 1em 0;}
form fieldset {
  padding: 0.8em; margin-bottom: 1em;
  background-color: #F0F0F0; border: 1px solid #C6C6C6; border-left: none; border-right: none;
}
form fieldset legend {
  font-size: 1.2em; font-weight: bold; text-transform: uppercase;
  color: #555;
}
form label {
  font-weight: bold; text-transform: uppercase; line-height: 1.6em;
  display: inline-block;
}
form label.inline { display: inline; }
form .checkbox label { display: inline; }
form .required label { padding-right: 20px; background: transparent url(images/icons/required.png) right 50% no-repeat; }
form .field_with_errors label { color: #900; }
form input[type=text], form input[type=password], form input[type=email] {
  width: 96%; padding: 0.8em;
  font-size: 1em;
  color: #787878; border: 1px solid #C6C6C6;
}
form textarea {
  width: 100%; padding: 0.8em;
  font-size: inherit; font-family: inherit;
  color: #787878; border: 1px solid #C6C6C6;
}
form textarea.short { height: 8em; }
form textarea.supershort { height: 4em; }
form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form textarea:focus {
  box-shadow: 0px 0px 4px #69C;
  -moz-box-shadow: 0px 0px 4px #69C;
  -webkit-box-shadow: 0px 0px 4px #69C
}
form input[type=checkbox]:focus + label{
  color: #69C;
}
form input[type=submit] {
  display:block; width: auto; padding: 0.5em;
  font-size: 1.2em; line-height: 1em; text-transform: uppercase;
  border: none; color: #FFF; background-color: #387fc1;
  cursor: pointer;
}
form input[type=submit].button {
  font-size: 1em;
  text-transform: none;
}
form div.buttons {
  color: #666;
  background: #FFF url(images/button-bg.png) 0 bottom repeat-x;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border: 1px solid #bbb;
  display: inline-block;
}
form div.buttons:hover {
  color: #666;
  box-shadow: 0 0 3px #69c;
  -moz-box-shadow: 0 0 3px #69c;
  -webkit-box-shadow: 0 0 3px #69c;
}
form div.buttons input, form div.buttons button {
  padding: 0 20px;
  color: #666;
  background: none;
  display: inline-block;
  height: 36px;
  font-size: 14px; font-weight: bold; line-height: 36px; text-decoration: none;
  text-shadow: 1px 1px 0px #FFF;
  -moz-text-shadow: 1px 1px 0px #FFF;
  -webkit-text-shadow: 1px 1px 0px #FFF;
  border: none;
}
form div.buttons button.sign_in {
  padding-left: 40px;
  background: transparent url(images/icons/right-arrow.png) 3px 3px no-repeat;
}
form strong.option {
  display: block;
  margin: 0.7em 0;
  color: #999;
}

form .nested {
  border-top: 1px dotted #BBB;
  margin-top: 1.5em;
  padding-top: 1.5em;
}

form legend + .nested {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

form .error-messages {
  padding: 13px;
  background: #fcc;
  border: 1px solid #f99;
}

form .error-messages h2 {
  font-size: 1.2em;
  border-color: #F99;
}
form .error-messages ul {
  margin-left: 2em;
  list-style-type: square;
}

form .field-helpertext {
  display: inline;
}

form input#app_email_at_notices {
  width: 130px;
  margin: 0 5px;
}


/* Tables */
table {
  width: 100%;
  border: 1px solid #C6C6C6;
  margin-bottom: 1.5em;
  border-collapse: separate;
}
table thead th {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
table th, table td {
  border-top: 1px solid #C6C6C6;
  padding: 10px 8px;
  text-align: left;
}
table tbody tr:first-child th, table tbody tr:first-child td {
  border-top: none;
}
table thead + tbody tr:first-child td {
  border-top: 1px solid #C6C6C6;
}
table th { background-color: #ececec; font-weight: bold; text-transform: uppercase; white-space: nowrap; }
table tbody tr:nth-child(odd) td { background-color: #F9F9F9; }
table .main { width: 100%; }

table.single_user {
  border-top: none;
}

.raw_data {
  width: 100%;
  color: #f0f0f0;
  background-color: #222;
  overflow: auto;
}

/* Code */
pre {
  padding: 0.8em;
  margin-bottom: 1em;
  font-family: monaco, courier, monospace;
  font-size: 1.1em;
}

/* HTML Styling */
.html { padding-left: 1em; border-left: 2px solid #C6C6C6;}
.html h1, .html h2, .html h3, .html h4, .html h5, .html h6 {
  border: none;
}
.html ul, .html ol  { margin-left: 2em; margin-bottom: 1em; }
.html ul li   { margin-bottom: 0.5em; list-style: disc; }
.html ol li   { margin-bottom: 0.5em; list-style: decimal; }

/* Pagination */
.pagination {
  margin: 0 0 25px;
  font-size: 17px;
  text-align: center;
}
.pagination em {
  font-style: normal;
  font-weight: bold;
}


/* Buttons */
input[type="submit"].button,
a.button {
  display: inline-block;
  padding: 0 0.8em;
  margin-left: 0.5em;
  color: #666;
  background-color: #dadada;
  border: 1px solid #BBB;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  line-height: 30px;
  min-width: 54px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
}
input[type="submit"]:hover.button,
a:hover.button {
  box-shadow: 0px 0px 4px #bfbfbf;
  -moz-box-shadow: 0px 0px 4px #bfbfbf;
  -webkit-box-shadow: 0px 0px 4px #bfbfbf;
  text-decoration: none;
  background-color: #e5e5e5;
}
a.button.active {
  border-color: #fff;
  background-color: #CCC;
  background-image: none;
}


/* Tab Bar */
.tab-bar {
  margin-top: 12px;
}
#content .tab-bar a.button {
  border-bottom:0;
  margin-bottom:0;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  height:30px;
}
#content .tab-bar a.button.active {
  background: #FFF;
  color: #444;
  border-color:#ccc;
  border-style:solid;
  border-width:1px 1px 0;
  margin-bottom:-1px;
  height:31px;
}
.tab-bar ul {
  padding: 9px 0 0;
  line-height:0;
}
.tab-bar li {
  display: inline-block;
}

/* Watchers / Issue Tracker / Notification Forms */
div.watcher.nested .watcher_params, div.issue_tracker.nested .tracker_params, div.notification_service.nested .notification_params {
  display: none;
}

div.nested .chosen {
  display: block !important;
}
div.nested .choose {
  margin-bottom: 0.5em;
}

div.issue_tracker.nested .choose, div.notification_service.nested .choose  {
  background-color: #ebebeb;
  border: 1px solid #dddddd;
  margin: 0 0 15px;
  padding: 12px;
}
div.issue_tracker.nested img, div.notification_service.nested img {
  vertical-align: middle;
}

/* Icons for Issue Tracker Radio Buttons */
div.issue_tracker.nested label.label_radio, div.notification_service.nested label.label_radio  {
  color: #929292;
  padding-left: 33px;
  margin-bottom: 6px;
  margin-right: 8px;
  line-height: 30px;
}
div.issue_tracker.nested .choose, div.notification_service.nested .choose {
  padding-bottom: 6px;
}
div.issue_tracker.nested label.label_radio:hover, div.notification_service.nested label.label_radio:hover {
  color: #696969;
}
div.issue_tracker.nested .label_radio input, div.notification_service.nested .label_radio input {
  position: absolute; left: -9999px;
}

div.issue_tracker.nested label.r_on, div.issue_tracker.nested label.r_on:hover, div.notification_service.nested label.r_on, div.notification_service.nested label.r_on:hover {
  color: #191919;
}

/* Icons need to be preloaded, otherwise it looks bad */
.image_preloader { display: none; }

/* Apps Table */
table.apps tbody tr:hover td ,table.errs tbody tr:hover td { background-color: #F2F2F2;}

table.apps td.name, table.errs td.message { width: 100%; }
table.apps td { padding: 16px 20px; }
table.apps th { padding: 10px 20px; }

table.apps td.issue_tracker, table.apps td.count, table.apps td.deploy {
  text-align: center;
}
table.apps td.issue_tracker, table.apps td.count {
  padding: 10px 8px;
}
table.apps td.issue_tracker img { vertical-align: top; }

td.message .line {
  display:inline-block;
  margin-left:1em;
}
td.deploy {
  white-space: nowrap;
}
td.latest {
  white-space: nowrap;
}
td.count, td.issue_link {
  text-align: center;
}

.count a {
  display: inline-block;
  padding: 0.1em 0.7em;
  margin-top: 3px;
  color: #fff;
  background: #cc0033 url(images/error-badge-bg.png) 0 bottom repeat-x;
  border: 1px solid #900;
  border-radius: 18px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  font-weight: bold;
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8
}
.count a.resolved {
  background: #05B81d url(images/resolved-badge-bg.png) 0 bottom repeat-x;
  border: 1px solid #080;
}
.count a:hover {
  text-decoration: none;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* Err Tables */
table.errs td.app {
  padding-right: 2em;
  width: 20%;
}
table.errs td.app .environment {
  font-size: 0.8em;
  color: #999;
}
table.errs td.message a {
  display: block;
  word-wrap: break-word;
  /* PjpG - configuration in WHAT & WHERE table's columns using ellipsis to avoid oversizing table's width */
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  /* ------ */
}
table.errs td.message em {
  color: #727272;
  font-size: 0.9em;
}

table.errs tr.resolved td > * {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
}

/* Tally tables */
table.tally {
  border:none;
}
table.tally td,
table.tally th {
  border:none !important;
  background:none !important;
  padding:8px 0 0;
}
table.tally tbody tr:first-child td,
table.tally tbody tr:first-child th {
  padding-top:0;
}
table.tally td.percent {
  padding-right: 10px;
}
table.tally th.value {
  width: 100%;
  text-transform: none;
}

/* Deploys table */
table.deploys td.when {
  width: 102px;
}

/* Resolve Errs */
#action-bar a.resolve {
  background: transparent url(images/icons/thumbs-up.png) 6px 5px no-repeat;
}

/* Go Up */
#action-bar a.up {
  background: transparent url(images/icons/up.png) 6px 5px no-repeat;
}

/* Notices Pagination */
.notice-pagination {
  float: left;
  margin-right: 10px;
}

.notice-pagination-loader {
  visibility: hidden;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 1em;
}
.notice-pagination-loader img {
  vertical-align: middle
}


/* Backtrace */
.window {
  width: 100%;
  margin-bottom: 1em;
  overflow: auto;
  border:1px solid #ccc;
  padding:1px;
}

.window table {
  margin: 0;
}

table.backtrace {
  padding: 8px 0;
  background-color: #222;
}

table.backtrace td {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #C7C7C7;
  background-color: #222;
}

table.backtrace td, table.backtrace th {
  border-top: none;
}

/* remove alternating color rules */
table.backtrace tr:nth-child(2n+1) td { background-color: #222; }
table.backtrace tr:first-child td { border-top: 0; }

table.backtrace th.line-numbers {
  border-bottom: 1px solid #F0F0F0;
  font-size: 13px;
  text-align: right;
  vertical-align: top;
  padding: 1px 6px 1px 7px;
}

table.backtrace td.line {
  font-size: 13px;
  padding: 2px 8px;
  vertical-align: top;
  white-space: nowrap;
}
table.backtrace td.line .file {
  font-weight: bold;
}
table.backtrace td.line .method {
  color: #aaa;
  font-weight: bold;
}

table.backtrace td.line.in-app {
  color: #2adb2e;
  background-color: #2f2f2f;
}
table.backtrace td.line.in-app .path,
table.backtrace td.line.in-app .number { color: #2ACB2E; }
table.backtrace td.line.in-app .file   { color: #3AFB3E; }
table.backtrace td.line.in-app .method { color: #2ACB2E; }

table.backtrace td.line.in-app a .path,
table.backtrace td.line.in-app a .number,
table.backtrace td.line.in-app a:hover { color: #21B4FF; }
table.backtrace td.line.in-app a .file { color: #31C4FF; }

/* External backtrace classes and separators */
table.backtrace tr.hidden_external_backtrace {
  display: none;
}
table.backtrace td.backtrace_separator span {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 0px 11px 5px;
  margin: 4px 0;
  background-color: #444444;
  border: 1px solid #555555;
}
table.backtrace td.backtrace_separator span:hover {
  background-color: #666666;
  border: 1px solid #777777;
}



/* Extra empty rows at top and bottom of table */
table.backtrace tr.padding th, table.backtrace tr.padding td {
  height: 10px;
  margin: 0;
  padding: 0;
}

h3#watchers_toggle, h3#repository_toggle, h3#deploys_toggle {
  cursor: pointer;
}

span.click_span {
  font-size: 0.7em;
}

#deploys_div, #repository_div, #watchers_div {
  display: none;
}

/* Comments */
#content-comments form p {
  margin: 30px 0 0 0;
  text-transform: uppercase;
}
table.comment tbody th {
  text-transform: none;
  font-weight: normal;
  height: 20px;
  line-height: 0.5em;
}
table.comment th span, table.comment th img {
  vertical-align: middle;
}
table.comment th span.comment-info {
  line-height: 21px;
  float: left;
}
table.comment img.gravatar {
  margin-right: 7px;
  float: left;
}

table.comment tbody td {
  background-color: #F9F9F9;
}
#content-comments a.destroy-comment {
  color: #EE0000;
  margin-right: 5px;
  margin-top: 2px;
  font-size: 21px;
  line-height: 1;
  float: right;
}
#content-comments a.destroy-comment:hover {
  text-decoration: none;
  color: #AA0000;
}
#content-comments #comment_submit {
  margin-top: 15px;
}
/* Inline comments in tables */
table.errs tr td.message .inline_comment {
  display: inline-block;
  padding: 3px 7px;
  margin: 6px 0;
  background-color: #DAE5FF;
  border: 1px solid #E2E2E2;
  text-shadow: 0 1px 0 #FAFAFA;
  font-style: normal;
}
table.errs tr:hover td.message .inline_comment {
  background-color: #D5E0FA;
  border-color: #DBDBDB;
  text-shadow: 0 1px 0 #FFFFFF;
}
table.errs tr td.message .inline_comment em {
  color: #444;
}
table.errs tr td.message .inline_comment em.commenter {
  color: #777;
}

textarea#comment_body {
  width: 420px;
  height: 80px;
}

.current.asc:after { content: ' ↑'; }
.current.desc:after { content: ' ↓'; }


table.users td {
  vertical-align: middle;
}
table.users td img.gravatar {
  vertical-align: middle;
  margin-left: 3px;
}
/* Issue Tracker inactive, select, create and goto icons */


div.issue_tracker.nested label.bitbucket {
  background: url(bitbucket_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.bitbucket {
  background: url(bitbucket_create.png) no-repeat;
}
#action-bar a.bitbucket_create {
   background: transparent url(bitbucket_create.png) 6px 5px no-repeat;
}
#action-bar a.bitbucket_goto {
  background: transparent url(bitbucket_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.fogbugz {
  background: url(fogbugz_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.fogbugz {
  background: url(fogbugz_create.png) no-repeat;
}
#action-bar a.fogbugz_create {
   background: transparent url(fogbugz_create.png) 6px 5px no-repeat;
}
#action-bar a.fogbugz_goto {
  background: transparent url(fogbugz_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.github {
  background: url(github_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.github {
  background: url(github_create.png) no-repeat;
}
#action-bar a.github_create {
   background: transparent url(github_create.png) 6px 5px no-repeat;
}
#action-bar a.github_goto {
  background: transparent url(github_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.gitlab {
  background: url(gitlab_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.gitlab {
  background: url(gitlab_create.png) no-repeat;
}
#action-bar a.gitlab_create {
   background: transparent url(gitlab_create.png) 6px 5px no-repeat;
}
#action-bar a.gitlab_goto {
  background: transparent url(gitlab_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.jira {
  background: url(jira_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.jira {
  background: url(jira_create.png) no-repeat;
}
#action-bar a.jira_create {
   background: transparent url(jira_create.png) 6px 5px no-repeat;
}
#action-bar a.jira_goto {
  background: transparent url(jira_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.lighthouseapp {
  background: url(lighthouseapp_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.lighthouseapp {
  background: url(lighthouseapp_create.png) no-repeat;
}
#action-bar a.lighthouseapp_create {
   background: transparent url(lighthouseapp_create.png) 6px 5px no-repeat;
}
#action-bar a.lighthouseapp_goto {
  background: transparent url(lighthouseapp_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.mingle {
  background: url(mingle_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.mingle {
  background: url(mingle_create.png) no-repeat;
}
#action-bar a.mingle_create {
   background: transparent url(mingle_create.png) 6px 5px no-repeat;
}
#action-bar a.mingle_goto {
  background: transparent url(mingle_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.pivotal {
  background: url(pivotal_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.pivotal {
  background: url(pivotal_create.png) no-repeat;
}
#action-bar a.pivotal_create {
   background: transparent url(pivotal_create.png) 6px 5px no-repeat;
}
#action-bar a.pivotal_goto {
  background: transparent url(pivotal_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.redmine {
  background: url(redmine_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.redmine {
  background: url(redmine_create.png) no-repeat;
}
#action-bar a.redmine_create {
   background: transparent url(redmine_create.png) 6px 5px no-repeat;
}
#action-bar a.redmine_goto {
  background: transparent url(redmine_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.unfuddle {
  background: url(unfuddle_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.unfuddle {
  background: url(unfuddle_create.png) no-repeat;
}
#action-bar a.unfuddle_create {
   background: transparent url(unfuddle_create.png) 6px 5px no-repeat;
}
#action-bar a.unfuddle_goto {
  background: transparent url(unfuddle_goto.png) 6px 5px no-repeat;
}
div.issue_tracker.nested label.none {
  background: url(none_inactive.png) no-repeat;
}
div.issue_tracker.nested label.r_on.none {
  background: url(none_create.png) no-repeat;
}
#action-bar a.none_create {
   background: transparent url(none_create.png) 6px 5px no-repeat;
}
#action-bar a.none_goto {
  background: transparent url(none_goto.png) 6px 5px no-repeat;
}

  /* Notification Service inactive, select, create and goto icons */


div.notification_service.nested label.campfire {
  background: url(campfire_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.campfire {
  background: url(campfire_create.png) no-repeat;
}
#action-bar a.campfire_create {
  background: transparent url(campfire_create.png) 6px 5px no-repeat;
}
#action-bar a.campfire_goto {
  background: transparent url(campfire_goto.png) 6px 5px no-repeat;
}
div.notification_service.nested label.flowdock {
  background: url(flowdock_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.flowdock {
  background: url(flowdock_create.png) no-repeat;
}
#action-bar a.flowdock_create {
  background: transparent url(flowdock_create.png) 6px 5px no-repeat;
}
#action-bar a.flowdock_goto {
  background: transparent url(flowdock_goto.png) 6px 5px no-repeat;
}
div.notification_service.nested label.gtalk {
  background: url(gtalk_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.gtalk {
  background: url(gtalk_create.png) no-repeat;
}
#action-bar a.gtalk_create {
  background: transparent url(gtalk_create.png) 6px 5px no-repeat;
}
#action-bar a.gtalk_goto {
  background: transparent url(gtalk_goto.png) 6px 5px no-repeat;
}
div.notification_service.nested label.hipchat {
  background: url(hipchat_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.hipchat {
  background: url(hipchat_create.png) no-repeat;
}
#action-bar a.hipchat_create {
  background: transparent url(hipchat_create.png) 6px 5px no-repeat;
}
#action-bar a.hipchat_goto {
  background: transparent url(hipchat_goto.png) 6px 5px no-repeat;
}
div.notification_service.nested label.hoiio {
  background: url(hoiio_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.hoiio {
  background: url(hoiio_create.png) no-repeat;
}
#action-bar a.hoiio_create {
  background: transparent url(hoiio_create.png) 6px 5px no-repeat;
}
#action-bar a.hoiio_goto {
  background: transparent url(hoiio_goto.png) 6px 5px no-repeat;
}
div.notification_service.nested label.hubot {
  background: url(hubot_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.hubot {
  background: url(hubot_create.png) no-repeat;
}
#action-bar a.hubot_create {
  background: transparent url(hubot_create.png) 6px 5px no-repeat;
}
#action-bar a.hubot_goto {
  background: transparent url(hubot_goto.png) 6px 5px no-repeat;
}
div.notification_service.nested label.pushover {
  background: url(pushover_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.pushover {
  background: url(pushover_create.png) no-repeat;
}
#action-bar a.pushover_create {
  background: transparent url(pushover_create.png) 6px 5px no-repeat;
}
#action-bar a.pushover_goto {
  background: transparent url(pushover_goto.png) 6px 5px no-repeat;
}
div.notification_service.nested label.webhook {
  background: url(webhook_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.webhook {
  background: url(webhook_create.png) no-repeat;
}
#action-bar a.webhook_create {
  background: transparent url(webhook_create.png) 6px 5px no-repeat;
}
#action-bar a.webhook_goto {
  background: transparent url(webhook_goto.png) 6px 5px no-repeat;
}
div.notification_service.nested label.none {
  background: url(none_inactive.png) no-repeat;
}
div.notification_service.nested label.r_on.none {
  background: url(none_create.png) no-repeat;
}
#action-bar a.none_create {
  background: transparent url(none_create.png) 6px 5px no-repeat;
}
#action-bar a.none_goto {
  background: transparent url(none_goto.png) 6px 5px no-repeat;
}

/*






 */

// Allow any gems named 'errbit_*' to require their own assets

