/* Color variables */
/* kuler.adobe.com compound colors based on base color #2E96D1 */
/* other colors */
/* colors based on SA bg-color-purple (qipath-purple), jarviswidget-color-purple (qipath-purple-dark) */
/*
**** brand guide ****
* from the swoosh, the three blues (from lightest to darkest):
aedff4
7dc4e9
61aedf

* headings:
3b8abd (darker blue)
3597d6 (lighter blue)

* heading bg:
f5f5f5 (light gray)

* from the navigation scheme:
4297d0 (blue)

*/
textarea {
  font-family: Tahoma, Arial, Helvetica;
}

a img {
  border: none;
}

ul {
  list-style-type: none;
}

/* Override bootstrap default */
.label {
  color: #888;
}

/* Per Tom, nav to emulate project fixed with buttons */
#navigation .nav-tabs > li.flow a {
  padding-left: 15px;
  padding-right: 15px;
}

#navigation .nav-tabs > li.analysis a {
  padding-left: 30px;
  padding-right: 30px;
}

#navigation .nav-tabs > li.actionplan a {
  padding-left: 20px;
  padding-right: 20px;
}

#navigation .nav-tabs > li.summary a {
  padding-left: 25px;
  padding-right: 25px;
}

.nav-secondary {
  padding-left: 0;
  margin-left: 0;
  margin-top: 8px;
}

.nav-secondary > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
}

.nav-secondary > li:first-child {
  margin-left: 0;
}

.nav-secondary li a.active {
  background-color: #b2dbf2;
  font-weight: bold;
  box-shadow: 0 -1px 0 #2e96d1;
  border-color: #2e96d1;
}

div {
  position: relative;
}
div p {
  margin: 0;
  padding: 0;
}
div p.title {
  font-weight: bold;
  float: left;
  width: 150px;
}
div p.content {
  margin-left: 150px;
}
div .tasksicon {
  position: absolute;
  top: 3px;
  right: 3px;
  padding-left: 8px;
}

div.project {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div.summary {
  padding: 0 0 10px;
}
div.summary p.fmtothaz {
  text-align: right;
  float: right;
  width: 160px;
  padding: 0;
  margin-right: 5px;
}
div.summary .gray {
  font-style: italic;
  padding: 0 15px 0 0;
}
div.summary div.stepwrap {
  border: 1px solid #aaa;
  margin-bottom: 10px;
  position: relative;
}
div.summary div.stepbox {
  padding-bottom: 10px;
  overflow: hidden;
  position: static;
}
div.summary div.stepbox .steptitle {
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
  min-height: 40px;
}
div.summary div.stepbox .steplink {
  display: block;
  font-weight: bold;
}
div.summary p.fmsbox span {
  border-right: 1px solid #aaa;
  line-height: 8pt;
  color: #666;
  text-align: center;
}
div.summary p.fmsbox span.last {
  border-right: none;
  margin-right: 0;
}
div.summary div.hazbox {
  border: none;
  margin-bottom: 0;
}
div.summary div.graph .stepbaseline {
  background-color: #e60066;
}
div.summary div.graph .stepcount {
  background-color: #aae;
}
div.summary div.graph .countbaseline {
  background-color: #647;
}
div.summary div.graph .countbar {
  height: 13px;
}
div.summary div.graph .countbar span {
  top: 0;
}
div.summary div.first {
  margin-top: 10px;
}
div.summary div.count p.label {
  height: 12px;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 12px;
}
div.summary div.fmsbox p {
  margin-bottom: 3px;
}
div.summary div.summarycounts p {
  float: none;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 15px;
  font-style: italic;
}
div.summary div.summarycounts p span {
  font-style: normal;
  font-weight: bold;
  margin-left: 4px;
}
div.summary h5 {
  margin: 10px 0 5px 15px;
}

div.descr {
  clear: left;
  width: 800px;
  height: auto;
  padding: 5px;
  margin: 0;
}

.fmtable span.description {
  display: block;
  font-weight: normal;
  font-size: 13px;
}

.fmtable td label.control-label {
  /* Removed by CB 11/18/2014 - why was this here? */
  /* font-weight: normal !important; */
  padding-left: 0 !important;
}

.strong, .bold {
  font-weight: bold;
}

div.section {
  display: none;
  float: none;
  clear: left;
  overflow: hidden;
  border: 1px solid #666;
  color: #000;
}
div.section h4.title {
  background: #c6c6c6;
  color: #444;
  font-weight: bold;
  margin: 0 -10px 0;
  width: auto;
  border-top: none;
}
div.section form {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
}
div.section form h4.title {
  margin: 0 0 5px 0;
}
div.section table {
  border: none;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 auto;
}
div.section table td {
  border: 1px dotted #8c8c8c;
  width: 750px;
  margin: 0;
  padding: 5px;
  font-size: 11px;
}
div.section table td .type {
  float: right;
}
div.section table td .label {
  font-weight: bold;
}
div.section table td h4 {
  color: #444;
  font-weight: bold;
  font-size: 9pt;
  border: none;
  margin: 0;
  width: auto;
}
div.section table tr:first-child td {
  border-top: none;
}
div.section table tr:last-child td {
  border-bottom: none;
}
div.section table td:last-child {
  border-right: none;
}
div.section table td.name {
  border-top: none;
}
div.section table td.right {
  border-right: none;
}
div.section table tr.current td {
  border-top: 2px solid #996;
  border-bottom: 2px solid #996;
  background: #ffc;
}
div.section table td.date {
  width: 120px;
}
div.section table td.tools {
  width: 250px;
  font-weight: normal !important;
}
div.section table td.tools span {
  color: #888;
}
div.section table tr.unviewed td {
  font-weight: bold;
}
div.section div.projects table td {
  width: 30px;
  text-align: center;
}
div.section div.projects table td.title {
  width: 500px;
  text-align: left;
}
div.section #workspace {
  border: 1px solid #3B8ABD;
  margin: 10px;
  padding: 10px;
  height: 192px;
  border-radius: 8px;
}
div.section #workspace h1 {
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 16pt;
}
div.section #workspace span.saving {
  margin: 0 15px;
}
div.section #workspace img.wait {
  margin-top: 70px;
}
div.section #workspace form textarea {
  width: 95%;
}

#workspace .form-group {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

div.active {
  display: block;
}

div.center {
  text-align: center;
}

div.section h2 .edit, div.section h2 .cancel {
  float: right;
  font-size: 8pt;
  margin-right: 7px;
  font-weight: normal;
  color: #3b8abd;
}

#scoring table {
  margin: 10px auto;
}

div.section table tr.save td, div.section table td.title {
  width: 150px;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  border-left: none;
  font-style: italic;
}

table tr.title td, table tr.title th {
  color: #3B8ABD;
  font-weight: bold;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #8c8c8c;
}
table tr td.left {
  text-align: left !important;
}

div.section form a.cancel, div.section table tr.save td a {
  font-weight: bold;
  font-size: 8pt;
  margin-right: 10px;
  font-style: italic;
}

.pinfo input.project {
  font-weight: bold;
  width: 100%;
}
.pinfo input.date {
  width: 80px;
  margin-right: 0;
}

.pinfo textarea.description, .pinfo textarea.aim {
  min-width: 300px;
  height: 90px;
}

span.project_count {
  float: right;
  font-size: 8pt;
  font-style: normal;
  margin-right: 30px;
  color: black;
  font-weight: normal;
}

p.pstat {
  width: auto;
  text-align: right;
  float: right;
  font-size: 9pt;
  font-weight: normal;
  color: black;
}
p.pstat a {
  font-weight: bold;
}

div.team {
  padding: 0 0 10px;
  font-size: 11px;
}
div.team > div {
  clear: left;
}
div.team > div > p.nofloat {
  float: none;
}
div.team > div > p {
  clear: none;
  float: right;
  padding: 1px 5px;
  width: 30%;
}
div.team .gray {
  font-style: italic;
  padding: 0 15px 0 0;
}
div.team div.teamlead {
  margin: 0 auto;
  padding: 5px 0 5px 15px;
  font-weight: bold;
  border-bottom: 1px dotted #8c8c8c;
}
div.team div.summary {
  font-weight: normal;
}
div.team div.first {
  margin-top: 10px;
}
div.team div.count p.label {
  height: 12px;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 12px;
}
div.team div.graph p.countbar {
  height: 12px;
}
div.team div.graph p.countbar span {
  top: -1px;
  font-size: 11px;
}
div.team div.fmsbox p {
  margin-bottom: 3px;
}

div.team div.teamlead span.gray, div.team div.gray {
  color: #000;
}

div.section div p, div.section div.teamlead p {
  border-left: 1px dotted #8c8c8c;
}

div.team div p:last-child, div.team div.teamlead p:last-child {
  border-left: none;
}

.grey {
  color: #666;
  margin: 0;
  padding: 0;
}

div.team div.graph p.hazbar, div.team div.graph p.countbar {
  z-index: 99;
  border: none;
  height: 15px;
  margin: 0;
  padding: 0;
  width: 0;
  position: relative;
}

div.team div.graph p.hazbar span, div.team div.graph p.countbar span {
  position: absolute;
  top: -1px;
  left: -0.5em;
  color: white;
  text-shadow: 1px 0 black, -1px 0 black, 0 1px black, 0 -1px black;
  font-size: 13px;
}

div.team div.stepbox p, div.team div.fmsbox p, div.team div.hazbox p {
  width: 100%;
  text-align: left;
}

div.sectiontabs a {
  display: block;
  float: left;
  height: 25px;
  width: 120px;
  line-height: 25px;
  padding: 0 7px;
  border: 1px solid #aaa;
  background: url(../images/tab_bg.png) center left repeat-x;
  margin: 0 -1px 0 0;
  text-align: center;
  font-size: 8pt;
  color: #666;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative;
}
div.sectiontabs a span.count {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-weight: bold;
  color: white;
  background: #666;
  height: 15px;
  line-height: 13px;
  width: 15px;
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
}

/*
div.sectiontabs a.curlink,div.sectiontabs a.active {
    background: none;
    height: 27px;
    margin-top: -3px;
    border-bottom: 2px solid white;
    color: black;
}
*/
span {
  width: auto;
  margin: 0;
  padding: 0;
}

.b {
  font-weight: bold;
}

.csub {
  float: right;
  text-align: right;
  margin-right: 60px;
  font-weight: normal;
  font-size: 8pt;
}

.eight {
  font-size: 8pt;
}

.bfmp {
  color: black;
  margin-top: -4pt;
}

.bfm {
  font-size: 12pt;
}

.clear {
  clear: left;
  width: 500px;
  height: 1px;
}

.filter {
  margin: 0 0 5px;
  width: auto;
  overflow: hidden;
  /* override bootstrap defaults to make thinner space between lines */
  /* max width to restrict large step titles */
}
.filter a.add_manage {
  color: #827c7c;
  font-weight: bold;
  background: url(../images/add_manage.png) center right no-repeat;
  padding: 0 26px 0 0;
  display: block;
  height: 15px;
  width: 50px;
  line-height: 15px;
}
.filter .step_id {
  width: 125px;
}
.filter label {
  margin: 0 1px 0 8px;
  color: #666;
}
.filter label.filter-title {
  float: left;
  font-weight: bold;
  color: #444;
  font-size: 1.1em;
  margin-top: 7px;
}
.filter form {
  padding: 4px 5px 4px 2px;
  width: 100%;
  text-align: right;
}
.filter .conditional-spacer {
  width: 3em;
  display: inline-block;
}
.filter input[type=text] {
  font-size: 85%;
}
.filter .form-group {
  margin-bottom: 5px;
}
.filter select#sid {
  max-width: 15em;
}
.filter .form-group {
  margin-bottom: 0;
}

.filter select.group_by_select, .filter select.archived {
  width: auto;
}

.showdesc {
  font-size: 11px;
  color: #666;
  margin: 0;
  height: 25px;
  line-height: 25px;
}
.showdesc a {
  padding: 0 4px;
  border-right: 1px solid #ccc;
  font-size: 11px;
  line-height: 11px;
  color: #009;
}
.showdesc a.current {
  font-weight: bold;
  color: #888;
  text-decoration: none;
}
.showdesc #nonedescr {
  border-right: none;
}

.breadcrumb {
  font-size: 8pt;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px 0;
  text-align: left;
}
.breadcrumb .backlink {
  float: right;
}
.breadcrumb strong {
  font-weight: inherit;
}
.breadcrumb .arrow {
  margin: 0 3px 0 4px;
}
.breadcrumb .currentpage {
  font-weight: bold !important;
  color: #444;
  font-style: italic;
}

.tabhead {
  display: none;
}

#content .tabarea {
  border-image: none;
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
  padding: 10px;
}

#dashboard div h4 a.title {
  font-size: 10pt;
}
#dashboard div h4 a.title:hover span {
  background: #3B8ABD;
  color: white;
  text-decoration: none;
}
#dashboard div .liner {
  padding: 0 10px 8px 10px;
  width: auto;
}
#dashboard div table tr.unviewed td {
  font-weight: bold;
}
#dashboard div table tr .toolswrap {
  height: 15px;
  padding-top: 2px;
  margin-bottom: 0;
}
#dashboard div table tr .tools a {
  color: #009;
  font-weight: normal;
  padding: 0 4px 0 6px;
  margin: 0;
  border-left: 1px dotted #8c8c8c;
  font-size: 8pt;
}
#dashboard div table tr .tools .view {
  border-left: none;
  padding-left: 0;
}
#dashboard div table tr .tools .delete {
  color: #900;
}
#dashboard div table tr td.newitem {
  text-align: center;
}
#dashboard div table tr td.newitem a {
  color: #009;
}
#dashboard div table tr td .dim {
  font-size: 8pt;
  color: #666;
}
#dashboard div.section {
  width: 880px;
  border: 1px solid #AAAAAA;
}
#dashboard div.section .header, #dashboard div.section > h2 {
  margin: 0 1em 0;
}
#dashboard div.topicwidget {
  /*
  td.project {
      width: 250px;
  }
  td.view {
      width: 70px;
      text-align: center;
      border-right: 1px dotted #8c8c8c;
      border-left: 1px dotted #8c8c8c;
      padding: 5px;
  }
  td.count {
      text-align: center;
      width: 70px;
  }
  td.status {
      font-weight: bold;
      width: 100px;
  }
  tr.projecttitle {
      td.viewtitle {
          text-align: center;
          border-right: 1px dotted #8c8c8c;
          border-left: 1px dotted #8c8c8c;
      }
  }
  */
}
#dashboard div.topicwidget table tr.topic > td {
  padding-bottom: 0;
  border-bottom: none;
}
#dashboard div.topicwidget h4.title {
  font-size: 11px;
  color: #000;
  font-style: italic;
  border: none;
  border-bottom: 1px dotted #8c8c8c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #aedff4;
  margin: 0 0 0 0;
  padding-left: 10px;
}
#dashboard div.topicwidget td h4.title .edit {
  font-size: 11px;
}
#dashboard div.otherproj table tr.onteam {
  background: #ffd;
}
#dashboard div.templatewidget table {
  margin-top: 10px;
  width: 900px;
}
#dashboard div.permanent .liner {
  margin: 0;
}
#dashboard div#workspace table td {
  width: 80%;
}
#dashboard div#workspace table td.lft {
  width: 20%;
  background: white;
}

div#dashboard div h4 a.title span, div#dashboard #visualization_toggle span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #61aedf;
  padding: 2px;
  height: 10px;
  line-height: 10px;
  font-size: 9pt;
  color: white;
  margin-right: 3px;
  width: 10px;
  text-align: center;
  border-radius: 3px;
}

div#dashboard div h2 a, div#dashboard div h4 a, div#dashboard form.launch_group_by a {
  float: right;
  color: white;
  font-size: 12px;
}

div#dashboard div table tr.pastdue td, div#dashboard div table tr.pastdue td > a {
  color: #600;
}

div#dashboard div.topicwidget tr.projecttitle td, div#dashboard div tr.title td {
  font-style: italic;
  color: #3B8ABD;
  background: #f5f5f5;
  font-weight: normal;
}

.dashboard form .task {
  width: 600px;
  margin-left: 170px;
  opacity: 0.6;
}
.dashboard form .task td.title {
  width: 80px;
}
.dashboard form .task td.field {
  width: 510px;
}
.dashboard .thread {
  width: 600px;
  margin-left: 170px;
}
.dashboard .thread h5 {
  border-bottom: 1px solid #888;
  margin-bottom: 0;
  color: #888;
  font-size: 9pt;
}
.dashboard .thread .message {
  width: auto;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding: 3px 0;
}
.dashboard .thread .message .date {
  width: 100px;
  display: block;
  float: left;
  color: #666;
}
.dashboard .thread .message .date .from {
  display: block;
  color: #888;
  margin-top: 3px;
}
.dashboard .thread .message .message {
  float: none;
  clear: none;
}

td .tasksicon {
  position: relative;
  top: auto;
  right: auto;
  float: right;
  padding-left: 8px;
}

.tasksicon .icon {
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 100;
}
.tasksicon .icon:hover {
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  opacity: 1;
  z-index: 100;
}
.tasksicon .liner {
  position: relative;
  float: none !important;
  text-align: left;
  padding: 0;
  margin-top: -2px;
  background: transparent;
  z-index: 2500;
  height: auto;
}
.tasksicon .liner div {
  position: absolute;
  top: 0;
  right: -8px;
  border: 1px solid #bbb;
  background: white;
  width: 160px;
  display: none;
  margin: 0;
  padding: 0;
  text-align: left;
  box-shadow: 2px 2px 1px #777;
}
.tasksicon .liner .tasktitle {
  display: block;
  background: #bbb;
  color: #222;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 0 5px;
  width: auto;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  text-shadow: 1px 1px 0 white;
}
.tasksicon .liner .header {
  display: block;
  background: #ddd;
  color: #444;
  font-size: 8pt;
  font-weight: bold;
  margin: 0;
  padding: 0 5px;
  width: auto;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  text-shadow: 1px 1px 0 white;
  border-bottom: 1px solid #aaa;
}
.tasksicon .liner .header .count {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #888;
  color: white;
  text-shadow: none;
  font-weight: bold;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.tasksicon .liner a {
  position: relative !important;
  font-size: 8pt !important;
  font-weight: normal !important;
  color: #444 !important;
  display: block !important;
  padding: 2px 5px !important;
  border-bottom: 1px dotted #ccc;
  width: auto !important;
  text-align: left !important;
  float: none !important;
  height: auto !important;
  margin: 0 !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
.tasksicon .liner a:hover {
  text-decoration: underline !important;
  background: #ffa !important;
}

.tasksicon:hover .liner div, .tasksicon.hover .liner div {
  display: block;
}

.reusegroup {
  position: relative;
  margin-left: 4px;
  padding: 3px 0;
}

.reuselink {
  color: #888 !important;
  font-weight: normal !important;
  font-size: 8pt;
}

.reuselist {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  width: 250px;
  border: 1px solid #888;
  background: white;
  padding: 2px 0 0 0;
  z-index: 2500;
}
.reuselist a {
  font-weight: normal !important;
  display: block;
  border-bottom: 1px dotted #888;
  padding: 2px 5px;
  color: #444 !important;
}
.reuselist a:hover {
  text-decoration: underline !important;
  background: #ffa !important;
}

.hover .reuselist {
  display: block;
}

a.button {
  display: block;
  background: #cce;
  font-weight: bold;
  border: 1px solid black;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 1px 1px 0 white;
  width: 190px;
  color: #009;
  font-size: 9pt;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
}

form span.tip {
  color: #666;
  font-size: 11px;
}

#team form {
  min-width: 700px;
  width: 100%;
  padding: 10px 24px;
}
#team div.name {
  margin: 10px 0;
}
#team div.name input {
  width: 400px;
}

#availlist-container #availlist {
  height: 20em;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  overflow-x: hidden;
  overflow-y: scroll;
}
#availlist-container #availlist select {
  display: none;
}

#availlist li:hover, #teamlist li:hover {
  border-color: #71BDE7;
  background-color: #b2dbf2;
}

#teamlist {
  padding: 0;
}

#availlist li, #teamlist li {
  display: block;
  border: 1px solid #fafafa;
  border-radius: 3px;
  padding: 3px 10px;
  margin: 3px 0;
  height: auto;
  background-color: #c8e6f6;
  min-height: 2.6em;
}
#availlist li span, #teamlist li span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 1px;
  height: auto;
  line-height: 16px;
  width: 170px;
  color: black;
}
#availlist li span.usertitle, #teamlist li span.usertitle {
  width: 160px;
  font-style: italic;
  color: #8c8c8c;
  height: 16px;
  line-height: 16px;
}

#availlist li button.action-remove {
  display: none;
}

#teamlist li button.action-add {
  display: none;
}

div.reuseliner {
  width: 100%;
  position: relative;
  overflow: visible;
}

ul.reusechoices {
  border: 1px solid #aaa;
  position: absolute;
  list-style-type: none;
  padding: 0;
  background: white;
  left: 0;
  height: auto;
  z-index: 5000;
  margin: 0;
  box-shadow: 0 2px 4px #666;
}
ul.reusechoices li {
  font-size: 9pt;
  color: black;
  padding: 3px 5px;
  margin: 0;
  cursor: pointer;
  font-style: normal;
}
ul.reusechoices li.hover {
  color: #009;
  background: #eee;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 2px 5px;
}
ul.reusechoices li.more {
  background: #eee;
  font-style: italic;
  color: #888 !important;
  border: none !important;
  cursor: default;
}

div.messagenag {
  border: 1px solid #666;
  box-shadow: 1px 1px 2px #888;
  background: #ffc;
  font-weight: bold;
  font-size: 8pt;
  text-align: left;
  width: auto;
  height: auto;
  padding: 5px 20px;
  margin-left: 10px;
}
div.messagenag p {
  background: transparent url(../images/error_msg_icon.gif) center left no-repeat;
  margin: 0;
  padding: 0 0 0 20px;
}
div.messagenag a {
  color: #3597D6;
}

div.section table td.tools a, div.section table td.tools span {
  margin: 0 5px;
}

div.template {
  width: 560px;
}
div.template ul {
  list-style-type: none;
}
div.template div.description {
  margin: 10px 0;
}
div.template h3 {
  background-color: #6EADDD;
  color: white;
  font-size: 9pt;
  font-weight: bold;
  border: none;
  width: auto;
}
div.template li.steps {
  margin: 4px 0;
}
div.template li.substeps {
  font-style: italic;
}
div.template .hint {
  font-size: 8pt;
  color: #666;
}

a.submit {
  font-weight: bold;
}

div.submit {
  text-align: right;
  margin-bottom: 0.3em;
}

div.templates div.addnew {
  display: none;
}

div.priority, div.prioritylegend {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 1px;
  height: 18px;
}

div.priority {
  overflow: hidden;
  border: 2px solid #aaa;
  border-radius: 3px;
}
div.priority a.active {
  background: #aaf;
  color: #eee;
}
div.priority span.active {
  background: #ccc;
}
div.priority span.current {
  background: #888;
  font-weight: bold;
  color: white;
}
div.priority a.hoverbelow {
  background: #66d;
  color: #ddd;
}
div.priority input {
  display: none;
}

div.prioritylegend {
  text-align: center;
}
div.prioritylegend span {
  font-weight: bold;
  font-size: 8pt;
  float: left;
}
div.prioritylegend span.high {
  float: right;
}

div.priority a, div.priority span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 21px;
  height: 14px;
  line-height: 13px;
  text-align: center;
  background: white;
  color: #888;
  border-left: 1px solid #888;
  font-size: 9pt;
  font-weight: normal;
  vertical-align: top;
}

div.priority a.first, div.priority span.first {
  border-left: none;
}

div.priority a.current, div.priority a.hover {
  background: #009;
  font-weight: bold;
  color: white;
}

div.priority a.hover, div.priority a:hover {
  text-decoration: none;
  background-color: #009;
  color: #ff0;
}

div.summary div.teamlead span.gray, div.summary div.gray {
  color: #000;
}

div.summary div.fmsbox {
  display: block;
  float: left;
  clear: none;
  text-align: left;
  width: 100px;
  min-height: 70px;
  margin: 0 0 0 5px;
  padding: 2px 5px;
}

div.summary div.graph {
  margin: 8px 0;
}
div.summary div.graph + .graph {
  margin-top: 0;
}
div.summary div.graph .hazbar,
div.summary div.graph .countbar {
  height: 28px;
  margin: 0 0 1px 0;
  padding: 0;
  width: 0;
  position: relative;
}
div.summary div.graph .hazlabel {
  z-index: 3;
  position: absolute;
  top: -1px;
  left: 1px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  margin-left: 3px;
  line-height: 23px;
}
div.summary div.graph .hazlabel.zero {
  color: black;
}
div.summary div.graph .stepcount,
div.summary div.graph .countbaseline,
div.summary div.graph .secondarybar {
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
div.summary div.graph .secondarybar {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
  height: 18px;
  background: #b8f68e;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
div.summary div.graph.with-secondary .hazlabel {
  color: #222;
}
div.summary div.graph .bar-wrap {
  position: relative;
  max-width: calc(100% - 25px);
  overflow: hidden;
  height: 28px;
}
div.summary div.graph .tick {
  position: absolute;
  bottom: 0;
  height: 28px;
  width: 1px;
  background: #fff;
  opacity: 0.5;
  z-index: 5;
  display: none;
}
div.summary div.graph .bar-legend {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 4;
}
div.summary div.graph .bar-legend span {
  display: block;
  text-align: right;
  font-size: 13px;
  line-height: 26px;
}
div.summary div.graph .bar-legend span strong {
  display: inline-block;
  min-width: 20px;
  text-align: right;
}
div.summary div.graph .bar-legend.with-secondary span {
  line-height: 13px;
}
div.summary div.graph .stepcount {
  z-index: 1;
  background-color: #6773ad;
}
div.summary div.graph .countbaseline {
  z-index: 1;
  background-color: #953735;
}
div.summary div.graph .secondarybar {
  background: #b8f68e;
}

div.summarycounts {
  text-align: left;
  margin-left: 15px;
  padding: 0;
}

div.messages table td, div#dashboard div.permanent table td {
  width: 28%;
}

div.messages table td.date, div#dashboard div.permanent table td.date {
  width: 15%;
}

div.messages table td.description, div#dashboard div.permanent table td.description {
  width: 57%;
}

ul.terms {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul.terms li {
  margin-left: 0;
  list-style-type: none;
}

select.terms {
  margin-bottom: 10px;
}

a.add_term {
  opacity: 0.6;
}

.inplacerow a.add_term,
.inplacerow div.newterm.form-group {
  display: block !important;
}

a.add_term:hover {
  opacity: 1;
}

div.ror form label {
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 120px;
}

.dashboard div.ror form textarea, .dashboard div.ror form input.text {
  width: 650px;
}

.input-group-addon {
  height: 32px;
}

.inplaceanalysis .fmtable {
  margin: 0;
  width: 100%;
}

.inplaceanalysis .details,
.inplaceanalysis .details:hover {
  background: white !important;
}

table.actions td {
  padding: 0 7px;
}
table.actions td:first-child {
  padding-left: 0;
}
table.actions td:last-child {
  padding-right: 0;
}
/**
 * Lame-tastic workaround for IE10 not respecting colgroup widths
 * per workaround here: https://connect.microsoft.com/IE/feedback/details/781009/ie-10-fails-to-render-tables-width-fixed-layout-correctly
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  table colgroup {
    display: table-row;
  }

  table colgroup col {
    display: table-cell;
  }
}
/** IE 10 hack to fix scrollbars not appearning **/
html {
  -ms-overflow-style: scrollbar;
}

/*# sourceMappingURL=project.css.map */
