@media screen, projection {
  #notification {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: white;
    font-size: 200%;
  }
  #notification #notificationcontent {
    display: none;
    border: 5px solid;
    margin: 0px;
    padding: 10px 25px;
    text-align: center;
  }
  #notification #notificationcontent.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-color: #4F8A10;
  }
  #notification #notificationcontent.info {
    color: #00529B;
    background-color: #BDE5F8;
    border-color: #00529B;
  }
  #notification #notificationcontent.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    border-color: #9F6000;
  }
  #notification #notificationcontent.error {
    color: #4D926F;
    background-color: #FFBABA;
    border-color: #4D926F;
  }
}
/* IMPORT DRAFT STYLES */
.editDraft .utilityLinks {
  overflow: hidden;
  margin: 0 0 20px;
}
.editDraft .utilityLinks:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: "";
  width: 100%;
  height: 0;
}
.editDraft .utilityLinks p {
  float: left;
  max-width: 50%;
  margin: 0;
  line-height: 30px;
  padding: 0;
}
.editDraft .utilityLinks p a {
  float: left;
}
.editDraft .utilityLinks p.toggler {
  float: right;
  margin: 0;
  line-height: 30px;
}
.editDraft .utilityLinks p.toggler a {
  float: right;
}
.editDraft .blockReports {
  position: relative;
  margin: 0;
}
.editDraft .blockReports h3 {
  position: relative;
  margin: -2px -2px 0;
}
.editDraft .blockReports .content {
  margin: 0;
  padding: 5px 10px;
}
.editDraft .blockReports .content .fieldset {
  margin: 0 -10px;
  padding: 5px 10px;
}
.editDraft p,
.hasTooltip {
  position: relative;
  padding-right: 26px;
}
.editDraft p:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: "";
  width: 100%;
  height: 0;
}
.editDraft .field label {
  float: left;
  width: 160px;
  margin: 0 8px 0 0;
  padding: 6px 0;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.editDraft .field label em {
  color: #ef8e2d;
  font-size: 24px;
  font-style: normal;
}
.editDraft .field input[type=text],
.editDraft .field input[type=email],
.editDraft .field input[type=password] {
  width: 390px;
  height: 32px;
  padding: 6px 10px;
  border: 3px solid #e6e6e6;
  background: #fff;
  color: #a1bd30;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
}
.editDraft .field textarea {
  width: 390px;
  min-height: 138px;
  padding: 6px 10px;
  border: 3px solid #e6e6e6;
  background: #fff;
  color: #a1bd30;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  resize: none;
}
.js .editDraft .field span.select {
  width: 390px;
  height: 32px;
  border: 3px solid #e6e6e6;
  background: #fff url('/images/select-b.png') 100% 50% no-repeat;
  color: #a1bd30;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}
.editDraft .field input[type=text],
.editDraft .field input[type=email],
.editDraft .field input[type=password],
.editDraft .field textarea,
.editDraft .field span.select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.editDraft .field.upload {
  height: 32px;
  overflow: hidden;
}
.editDraft .reportImage {
  width: 200px;
  height: 200px;
  position: relative;
  border: 3px solid #C9C9C9;
  line-height: 200px;
  text-align: center;
}
.editDraft .reportImage img {
  max-width: 200px;
  max-height: 200px;
}
.editDraft .reportImage input.button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.editDraft .button.deleteReport {
  float: right;
}
.editDraft .panelDelete hr:first-child {
  margin-top: -20px;
}
.editDraft .field.upload label {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0;
  padding: 0 400px 0 0;
  color: #898989;
  line-height: 32px;
}
.editDraft .field.upload label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.editDraft .field.upload label:before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -3;
  width: 384px;
  height: 26px;
  border: 3px solid #e6e6e6;
  background: #fff;
}
.editDraft .field.upload label span.fLabel {
  position: absolute;
  top: 0;
  right: 114px;
  z-index: -2;
  width: 266px;
  height: 32px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  color: #a1bd30;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editDraft .field.upload label:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 104px;
  height: 32px;
  content: 'Browse';
  border: none;
  background: #c9c9c9;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.editDraft .field.upload:hover label:after {
  background-color: #a9a9a9;
}
.editDraft .field.upload input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 26px;
  z-index: 2;
  width: 390px;
  height: 32px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 240px;
  cursor: pointer;
  opacity: 0;
}
.ie8 .editDraft .field.upload input[type=file] {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
}
.editDraft .info,
.addSafetyLearning .info {
  position: absolute;
  top: 6px;
  right: 0;
  width: 19px;
  height: 19px;
  overflow: hidden;
  background: url('/images/ico-info.png') no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  cursor: pointer;
}
.editDraft .field.date {
  padding-right: 276px;
}
.editDraft .field.date .calendar {
  position: absolute;
  top: 3px;
  right: 279px;
  width: 32px;
  height: 26px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url('/images/ico-calendar.png') no-repeat;
  text-indent: 105%;
  white-space: nowrap;
  cursor: pointer;
}
.editDraft .field.date img {
  position: absolute;
  top: 3px;
  right: 292px;
  width: 32px;
  height: 26px;
  margin: 0;
  border: none;
  cursor: pointer;
}
.editDraft .field.date input {
  width: 140px;
  padding-right: 40px;
}
.editDraft .blockReports .actions {
  margin: 0 -10px;
  padding: 20px 10px 15px;
}
.editDraft .blockReports .actions:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: "";
  width: 100%;
  height: 0;
}
.editDraft .blockReports .actions p.back {
  float: left;
  margin: 0;
}
.editDraft .blockReports .actions p.submit {
  float: right;
  margin: 0;
}
.editDraft .rating {
  margin: 30px 0 20px;
  padding: 20px 12px;
  background: #a1bd30;
}
.editDraft .rating:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: "";
  width: 100%;
  height: 0;
}
.editDraft .rating .field {
  float: left;
  width: 50%;
  margin: 0;
  text-align: right;
}
.editDraft .rating .field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.editDraft .rating .field label {
  display: inline-block;
  float: none;
  width: auto;
  padding: 0;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.editDraft .rating .field span.select {
  font-size: 16px;
  line-height: 24px;
}
.editDraft .rating .field.severity span.select {
  width: 200px;
}
.editDraft .rating .field.potential span.select {
  width: 125px;
}
.editDraft select option.imported {
  color: #ef8e2d;
}
.editDraft .summary {
  margin: 20px 0;
  padding: 0;
}
.editDraft .summary + div.summary.actions {
  padding-top: 20px;
  border-top: 1px solid #C9C9C9;
}
.editDraft .summary.actions > div {
  padding-bottom: 20px;
}
.editDraft .summary:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: "";
  width: 100%;
  height: 0;
}
.draftList p.checkbox {
  float: none;
  margin: -50px 20px 20px 10px;
  max-width: 200px;
}
/* Table related */
.tableReports.tableSearch th.severity,
.tableReports.tableSearch td.severity {
  width: auto;
  min-width: 65px;
}
.tableReports.tableSearch th.severity,
.tableReports.tableSearch td.severity {
  width: auto;
  min-width: 65px;
}
.tableReports.tableSearch th.category,
.tableReports.tableSearch td.category {
  border-left: 1px solid #e6e6e6;
}
.tableReports.tableSearch th.id,
.tableReports.tableSearch td.id {
  width: 40px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
.uploadContainer .upload {
  margin-bottom: 50px;
}
.uploadContainer .grid_8 > div {
  float: left;
}
.uploadContainer .grid_8 > div:first-child {
  width: 40%;
}
.uploadContainer .grid_8 > div:first-child + div {
  width: 60%;
}
.uploadContainer span.select {
  height: 32px;
  border: 3px solid #e6e6e6;
  background: #fff url('/images/select-b.png') 100% 50% no-repeat;
  color: #a1bd30;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}
.uploadContainer label {
  display: block;
}
.uploadContainer input[type=file] {
  border: 3px solid #e6e6e6;
  padding: 2px;
}
.uploadContainer input[type=file].error {
  border: 3px solid #ff0000;
}
.uploadContainer .message {
  font-weight: bold;
}
.uploadContainer .message span.error {
  color: #ff0000;
}
.uploadContainer .message span.success {
  color: #84A70B;
}
.node {
  border: solid 1px white;
  line-height: 0.95;
  overflow: hidden;
  position: absolute;
  -ms-background-size: cover !important;
  background-size: cover !important;
  cursor: pointer;
}
.node div {
  padding: 5px 9px;
  background: rgba(12, 7, 3, 0.8);
  display: inline-block;
  font-size: 13px;
  color: white;
}
div.tooltip {
  position: absolute;
  text-align: center;
  padding: 20px;
  font: 1em sans-serif;
  background: white;
  border: 0px;
}
.c3 svg {
  font: 10px sans-serif;
}
.c3 line main,
.c3 path {
  fill: none;
  stroke: #000;
}
.c3 .c3-axis path {
  stroke: #e2e2e2;
  stroke-width: 0;
  fill: #e2e2e2;
}
.c3 .c3-axis path.domain {
  /*stroke: #e2e2e2!important;*/
  stroke-width: 0;
  fill: #e2e2e2;
}
.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
  shape-rendering: crispEdges;
}
.c3-chart-arc path {
  stroke: #fff;
}
.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}
.c3-grid line {
  stroke: #aaa;
}
.c3-grid text {
  fill: #aaa;
}
.c3-xgrid,
.c3-ygrid {
  stroke-dasharray: 3 3;
}
.c3-text.c3-empty {
  fill: gray;
  font-size: 2em;
}
.c3-line {
  stroke-width: 1px;
}
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: #fff;
}
.c3-selected-circle {
  fill: #fff;
  stroke-width: 2px;
}
.c3-bar {
  stroke-width: 0;
}
.c3-bar._expanded_ {
  fill-opacity: .75;
}
.c3-target.c3-focused {
  opacity: 1;
}
.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}
.c3-target.c3-defocused {
  opacity: .3 !important;
}
.c3-region {
  fill: #4682b4;
  fill-opacity: .1;
}
.c3-brush .extent {
  fill-opacity: .1;
}
.c3-legend-item {
  position: absolute;
  top: 10px;
  font-size: 12px;
}
.c3-legend-item-hidden {
  opacity: .15;
}
.c3-legend-background {
  opacity: .75;
  fill: #fff;
  stroke: #d3d3d3;
  stroke-width: 1;
}
.c3-tooltip-container {
  z-index: 10;
}
.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777;
  -moz-box-shadow: 7px 7px 12px -9px #777;
  box-shadow: 7px 7px 12px -9px #777;
  opacity: .9;
}
.c3-tooltip tr {
  border: 1px solid #CCC;
}
.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}
.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}
.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}
.c3-tooltip td.value {
  text-align: right;
}
.c3-area {
  stroke-width: 0;
  opacity: 0;
}
/*.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max, .c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777;
}

.c3-chart-arc .c3-gauge-value {
    fill: #000;
}*/
.list-icon {
  background: url('/images/list_grey.png') no-repeat;
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
}
.graph-icon {
  background: url('/images/graph_grey.png') no-repeat;
  background-size: 23px 22px;
  width: 23px;
  height: 22px;
  margin-top: -2px;
}
.style-tabs {
  background: none;
  padding: 0;
}
.style-tabs .ui-tabs-nav li a,
.style-tabs .ui-tabs-nav {
  padding: 0;
}
.style-tabs .ui-tabs-panel {
  padding: 0;
}
.style-tabs .ui-widget-header {
  border: none;
  width: 100%;
  height: 55px;
}
.style-tabs .ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.style-tabs .ui-widget-header .ui-state-default {
  background: none;
  border: none;
}
.style-tabs .ui-tabs-nav li {
  position: relative;
  height: 100%;
  cursor: pointer;
  margin: 0;
  top: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.style-tabs .ui-tabs-nav li a {
  color: #4d4d4d;
  line-height: 22px;
}
.style-tabs .ui-tabs-nav li a > div {
  float: left;
  display: inline-block;
}
.style-tabs .ui-tabs-nav li.ui-tabs-active,
.style-tabs .ui-tabs-nav li:hover {
  background: #007ba5;
  /*padding:17px 20px 17px;*/
}
.style-tabs .ui-tabs-nav li.ui-tabs-active a,
.style-tabs .ui-tabs-nav li:hover a {
  color: #84a70b;
}
.style-tabs .ui-tabs-nav li.ui-tabs-active .list-icon,
.style-tabs .ui-tabs-nav li:hover .list-icon {
  background: url('/images/list_white.png') no-repeat;
  background-size: 22px 17px;
  width: 22px;
  height: 17px;
}
.style-tabs .ui-tabs-nav li.ui-tabs-active .graph-icon,
.style-tabs .ui-tabs-nav li:hover .graph-icon {
  background: url('/images/graph_white.png') no-repeat;
  background-size: 23px 22px;
  width: 23px;
  height: 22px;
}
.style-tabs .ui-tabs-nav li .icon {
  margin-right: 15px;
}
.style-tabs .ui-tabs-nav li.ui-tabs-active .icon,
.style-tabs .ui-tabs-nav li:hover .icon {
  color: white;
}
.style-tabs .ui-tabs-nav li a {
  outline: none;
  padding: 17px 20px 0;
}
.style-tabs .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
  color: white;
}
.data-view {
  border: 2px solid #e2e2e2;
  border-top: 0;
}
#mainChart {
  margin-top: 40px;
  margin-bottom: 50px;
}
.graph-view-graphs {
  padding: 50px 30px 0 15px;
}
.graph-info-text-blue {
  background: #007ba5;
  padding-top: 40px;
  border-bottom: 2px solid white;
}
.graph-info-text {
  width: 100%;
  background: #f2f2f2;
  padding: 6px 0 10px;
  margin: 0;
  border-bottom: 1px solid white;
}
.graph-info-text p {
  padding: 0 20px;
  margin: 0;
}
.graph-info-text .donut-amount-dropdown {
  float: right;
  padding: 0 20px;
}
.graph-info-text .donut-amount-dropdown label {
  font-size: 0.875em;
}
.graph-dropdown-label {
  font-size: 19px;
  font-weight: bold;
}
.graph-dropdown-label small {
  font-size: 14px;
  font-weight: normal;
}
.optional-text-field {
  background: #f7f7f7;
  border-top: 1px solid white;
  border-bottom: 1px solid #e2e2e2;
  border-left: 2px solid #e2e2e2;
  border-right: 2px solid #e2e2e2;
  padding: 0 60px 40px 60px;
}
.optional-text-field h1 {
  margin: 40px 0;
  text-transform: uppercase;
  font-size: 20px;
}
.optional-text-field input[type=text],
.optional-text-field textarea {
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 10px;
  background: #fff;
  color: #a1bd30;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 10px;
}
.optional-text-field ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a1bd30;
}
.optional-text-field :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1bd30;
  opacity: 1;
}
.optional-text-field ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1bd30;
  opacity: 1;
}
.optional-text-field :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1bd30;
}
