/*
main blue bg:      #0966bb;
*/
html,body{
	margin: 0;
	padding: 0;
	font-family: trebuchet ms,ubuntu,sans-serif;
	font-size: 13px;
	color: #111;
}

.top_user_bar {
	background: #0966bb;
	height: 30px;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	box-shadow: 0 0 10px #000;
	margin-bottom: 4px;
}
.breadcrumb {
	margin-bottom: 10px;
	padding: 0 5px;
	font-size: 80%;
	color: #888;
}
.breadcrumb a {
	color: #888;
}
.bottom_footer {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	color: #999;
	font-size: 11px;
}
a, .faux_link {
	text-decoration: underline;
	cursor: pointer;
	color: #0966BB;
}
a:hover, .faux_link:hover, a:focus, .faux_link:focus {
	color: #094488;
}
a.no_decor, .faux_link.no_decor {
	text-decoration: none;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 3px 0 3px 0;
}
h2 {
	font-size: 130%;
	margin: 0 0 4px 0;
	padding: 3px 0 3px 0;
}
h3 {
	font-size: 115%;
	margin: 0 0 4px 0;
	padding: 3px 0 3px 0;
	font-style: normal;
}
.subtle {color: #888;}
.bold {font-weight: bold;}
.very_small {font-size: 75%;}
.small {font-size: 85%;}
.large {font-size: 115%;}
.very-large {font-size: 150%;}
.align_left {text-align: left}
.align_center {text-align: center}
.align_right {text-align: right}
.float_left {float: left}
.float_right {float: right}
.nowrap { white-space: nowrap;}
.hide{display:none}

.very-large {font-size: 150%;}
.align-left {text-align: left}
.align-center {text-align: center}
.align-right {text-align: right}
.float-left {float: left}
.float-right {float: right}
.clear {
	clear: both;
	height: 0;
	overflow:hidden;
}
.blue_box  {
	background: #0966bb;
	color: #fff;
}
.blue_box .faux_link, .blue_box a, #modal .inner a, #modal .inner .faux_link {
	color:#fff;
}
.blue_box .subtle {
	color: #9bd;
}
.shadow_box {
	box-shadow: 0 0 10px #000;
}

.login_box {
	width: 340px;
	margin: 100px auto;
	padding: 5px 10px 30px  10px;
	text-align: left;
}
hr {
	height: 0px;
	border: none;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 5px;
}
label.std {
	width: 118px;
	margin-right: 2px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
input.text {
	width: 150px;
	background: #fff;
	color: #111;
	border: 1px solid #58b;
	font-family: trebuchet ms;
	margin: 2px 0;
}
textarea.std {
	display: inline-block;
	margin: 2px 0;
	width: 330px;
	background: #fff;
	color: #111;
	border: 1px solid #58b;
	font-family: trebuchet ms;
	padding: 1px 0;
	height: 90px;
}
input.semi-wide, textarea.semi-wide {
	width: 350px;
}
input.wide, textarea.wide {
	width: 450px;
}
textarea.high {
	height: 250px;
}
.button, input.submit {
	display: inline-block;
	padding: 0 12px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #000;
	background: #093377;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
 .blue_box .button, .blue_box input.submit,
 #modal .button, #modal input.submit{
	background: #093377;
	box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	border: 1px solid #000;
	color: #fff;
}
.button.label_margin, input.submit.label_margin{
	margin-left: 120px;
}
 .blue_box .button:hover,  .blue_box .button:focus, .blue_box  input.submit:hover, .blue_box input.submit:focus,
 #modal .button:hover,  #modal .button:focus, #modal  input.submit:hover, #modal input.submit:focus{
	background: #0955aa;
	color: #fff;
}
.button:hover, .button:focus, input.submit:hover, input.submit:focus {
	background: #fff;
	color: #0966bb;
	background: #0955aa;
	color: #fff;
}
input.submit:disabled {
	color: #aaa;
	cursor: default;
	background: #666;
	border: 1px solid #444;
}

.modal_buttons {
	text-align:center;
	padding: 10px 0;
}
.modal_buttons .button {
	margin: 0 5px;
}
#modal {
	border-radius: 0;
	color:#fff;
	background-color:#094488;
}
#modal.wide {
	width: 700px;
}
#modal_outer  {
}
#modal .inner {
	background-color: #0966bb;
	border-radius: 0;
}
.std_error {
	background: #900 url(/gfx/icons/exclamation.png) no-repeat 2px center;
	padding: 2px 2px 2px 23px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	min-height: 20px;
}
.std_check {
	background: #090 url(/gfx/icons/checkmark.png) no-repeat 2px center;
	padding: 2px 2px 2px 23px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	min-height: 20px;
}
.odd {
	background: #eee;
}
.main {
	padding: 10px;
}
table.std {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.std td, 
table.std th {
	border: none;
}
table.std > tr > td, 
table.std > tr > th,
table.std > tbody > tr > td, 
table.std > thead > tr > th
{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-spacing:0;
	padding: 2px 4px;
}
table.sort th.header {
	cursor:pointer;
}
th.headerSortDown, th.headerSortUp {
	background: #0966BB;
	color: #fff;
}
tr.closed_bug, tr.closed_bug a {
	color: #888;
}
tr.assigned {
	background: #feb;
}

tr.linked_bug, tr.linked_bug a{
	color: #999;
	background: #eee;
}
tr.high_prio, tr.high_prio a {
	font-weight: bold;
	color: #b00;
}
tr.complete_bug {

}
tr.complete_bug td.resolution {
	background: #dfd;
	color: #097722;
}
tr.linked_bug a:hover, tr.closed_bug a:hover, tr.assigned a:hover {
	color: #094488;
}
#bug_table td.name, #bug_table th.name {
	border-left: none;
}
label.checked {
	font-weight: bold;
	text-decoration: underline;
}

/** bug page **/
.tag {
	display: inline-block;
	padding: 2px 4px;
	border-radius: 4px;
	background: #0966BB;
	margin: 2px;
	color: #fff;
	font-size: 85%;
}
.tag .tag_remove{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 4px;
	cursor: pointer;
	position: relative;
	top: 1px;
	background: url(/gfx/icons/x_sprite.png) no-repeat 0 0;
}
.tag.hover .tag_remove{
	background-position: 0 -10px;
}
.suggest_box {
	background: #fff;
	color: #000;
	border: 1px solid #888;
	border-top: 0px solid #fff;
	border-radius: 0 0 4px 4px;
	min-width: 180px;
	padding-top: 3px;
}
.suggestion {
	padding: 3px;
}
.suggestion.selected {
	background: #ffb;
}
#comments {
	max-width: 750px;
	float:left;
	min-width: 607px;
}
.comment {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px;
	margin: 10px 0 10px 40px;
}
.comment.head {
	margin: 10px 0;
	font-size: 110%;
}
.comment:hover {
	background: #ffd;
	color: #111;
}
.comment.linked, .comment.linked a, .comment.linked, .comment.linked .faux_link {
	background: #0966BB;
	color: #fff;
}
.comment .options{
	display: none;
}
.comment:hover .options {
	display: inline-block;
}
.comment_top {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.comment_text{
	padding: 10px 0;
}
.comment_text img {
	max-width: 400px;
	max-height: 400px;
	height: auto !important;
	width: auto !important;
}
.option_text {
	font-weight:bold;
}
.option_select {
	display: none;
	width: 175px;
	height: 24px;
	box-sizing: border-box;
}
.edit_hover {
	cursor:pointer;
	background: #ffd;
	color: #094488;
	text-decoration: underline;
}
.option_row {
	line-height: 24px;
	white-space: nowrap;
}
.option_row_resolution {
	background: #FFD874;
}
.option_row_resolution_6 {
	background: #DFD;
}
.option_row_resolution_6 .faux_link {
	color: #097722;
}
/** News **/
.news_story {
	padding: 10px;
	margin: 10px;
	max-width: 700px;
	border: 1px solid #888;
	border-radius: 6px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.6);
	background: #ffb;
}
.bubbles {
	background: deeppink;
	color:#fff;
	font-weight: bold;
}

/** Scrum **/
.w100 { width: 100%;}
.w90 { width: 90%;}
.w75 { width: 75%;}
.w66 { width: 66.6666666666666666%;}
.w50 { width: 50%;}
.w33 { width: 33.3333333333333333%;}
.w25 { width: 25%;}
.w10 { width: 10%;}

.flex {
	display: flex;
}
.flex-row {
	flex-direction: row;
}
.flex-column {
	flex-direction: column;
}
.flex-item {
	flex-grow: 1;
}

.board-column {
	border-right: 1px solid #ccc;
}
.board-column:last-child {
	border-right: none;
}
.board-column h1 {
	border-bottom: 1px solid #ccc;
}
.column-list {
	min-height: 500px;
}
.form {
	line-height: 24px;
}
/*
 * sortable 
 */
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged, tr.dragged {
	position: absolute;
	opacity: 0.9;
	z-index: 2000;
	background: #9cf;
	transition: background 0s;
}
tr.drag-placeholder td {
	border: 2px dashed #aaa;
}
ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
tr {
	transition: background 1s;
}
tr.save-success {
	background: #8AFF90;
	transition: background .01s;
}
tr.save-error {
	background: #d00;
	transition: background .01s;
}
.button-margin {
	margin: 5px;
}

.story_left {
	width: 300px;
	overflow: hidden;
}
.story_right {
	padding-left: 10px; 
	position:relative; 
	left: -1px; 
	
}
#scrum_sprints {
	padding-bottom: 10px;
	display: none;
}
.stories-header {
	margin-right: 15px;
}
#bug_filters {
	padding: 10px;
	margin: 10px 0;
}
.subheader {
	font-size: 120%;
	font-weight: bold;
	color: #777;
	font-style: italic;
	padding-bottom: 10px;
}
.sprint-calendar {
	margin-bottom: 10px;
}
.sprint-block {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 120%;
	margin: 2px;
	color: #333;
}
.sprint-date, .sprint-month {
	display: inline-block;
	height: 30px;
	width: 30px;
}
.sprint-date {
	border: 1px solid rgba(0,0,0,.4);
	vertical-align: bottom;
	box-shadow: 1px 2px 2px rgba(0,0,0,.4);
}
.sprint-month {
	color: #000;
}
.sprint-date-lastday {
	background: rgb(0, 190, 17);
}
.sprint-date-previous {
	color: #666;
	border: 1px solid rgba(0,0,0,.3);
	position: relative;
	top: -2px;
	box-shadow: 1px 4px 2px rgba(0,0,0,.4);
	background: #fff;
}
.sprint-date-weekend {
	background: #888;
	color: #ddd;
}
.sprint-date-today {
	position: relative;
	top: -5px;
	box-shadow: 2px 7px 3px rgba(0,0,0,.4);
}
.sprint-date-check {
	border: none;
	box-shadow: none;
}
.pos-relative {
	position: relative;

}
.center-center {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#modal .attachment,
.comment .attachment {
	display: inline-block;
	text-align: center;
	margin: 5px;
	white-space: nowrap;
	position: relative;
}
#modal .attachment-img,
.comment .attachment-img {
	max-width: 100px;
	overflow: hidden;
}
#modal .attachment img,
.comment .attachment img {
	max-height: 70px;
	max-width: 70px;
	border: 1px solid #444;
}
#modal .attachment .attachment-delete {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: #f00;
	border-radius: 100%;
	border: 2px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
}
#modal .attachment .attachment-delete:before,
#modal .attachment .attachment-delete:after {
	content: "";
	height: 2px;
	width: 12px;
	background: #fff;
	position: absolute;
	top: 6px;
	left: 2px;
	transform: rotate(45deg);
}
#modal .attachment .attachment-delete:after {
	transform: rotate(-45deg);
}
.comment_top .options .faux_link {
	margin-left: 5px;
}
.ticket-id-sticky {
	font-size: 40px;
}
.raquo {
	display: inline-block;
}
.raquo:after {
	content: "\00a0\00bb ";
}
