﻿@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@font-face {
  font-family: GDS-Logo;
  src: local("HelveticaNeue"), local("Helvetica Neue"), local("Arial"), local("Helvetica");
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

.banner-destructive-without-action, .banner-destructive-with-action, .banner-warning-with-action, .banner-warning-without-action, .banner-success-with-action, .banner-success-without-action, .banner-temporary-message-without-action {
  font-family: "nta", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  padding: 20px;
  margin-top: 15px;
  border-width: 5px;
  border-style: solid;
}

@media (min-width: 641px) {
  .banner-destructive-without-action, .banner-destructive-with-action, .banner-warning-with-action, .banner-warning-without-action, .banner-success-with-action, .banner-success-without-action, .banner-temporary-message-without-action {
    font-size: 24px;
    line-height: 1.25;
  }
}

.banner-destructive-without-action, .banner-destructive-with-action {
  color: #b10e1e;
}

.banner-warning-with-action, .banner-warning-without-action {
  color: #cd4c0b;
}

.banner-success-with-action, .banner-success-without-action {
  color: #00823b;
}

.banner-action {
  margin-top: 10px;
  margin-bottom: 5px;
}

.banner-message {
  font-family: "nta", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 641px) {
  .banner-message {
    font-size: 24px;
    line-height: 1.25;
  }
}

.banner-temporary-message-without-action {
  border: none;
  margin-bottom: 30px;
}

@media (min-width: 641px) {
  .banner-temporary-message-without-action {
    margin-bottom: 10px;
  }
}

.banner-temporary-message-without-action h2 {
  font-family: "nta", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.04167;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 15px;
}

@media (min-width: 641px) {
  .banner-temporary-message-without-action h2 {
    font-size: 36px;
    line-height: 1.11111;
  }
}

@media (min-width: 641px) {
  .banner-temporary-message-without-action h2 {
    margin-bottom: 20px;
  }
}

.banner-temporary-message-without-action .banner-message {
  font-family: "nta", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  text-transform: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

@media (min-width: 641px) {
  .banner-temporary-message-without-action .banner-message {
    font-size: 19px;
    line-height: 1.31579;
  }
}

@media (min-width: 641px) {
  .banner-temporary-message-without-action .banner-message {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width: 641px) {
  .banner-temporary-message-without-action .banner-message {
    float: none;
  }
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

.button-secondary {
  background-color: #dee0e2;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0.3em 0.6em 0.2em;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 0 #b5babe;
  -moz-box-shadow: 0 2px 0 #b5babe;
  box-shadow: 0 2px 0 #b5babe;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #0b0c0c;
}

.button-secondary:visited {
  background-color: #dee0e2;
}

.button-secondary:hover,
.button-secondary:focus {
  background-color: #d0d3d6;
}

.button-secondary:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 #dee0e2;
  -moz-box-shadow: 0 0 0 #dee0e2;
  box-shadow: 0 0 0 #dee0e2;
}

.button-secondary.disabled,
.button-secondary[disabled="disabled"],
.button-secondary[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.button-secondary.disabled:hover,
.button-secondary[disabled="disabled"]:hover,
.button-secondary[disabled]:hover {
  cursor: default;
  background-color: #dee0e2;
}

.button-secondary.disabled:active,
.button-secondary[disabled="disabled"]:active,
.button-secondary[disabled]:active {
  top: 0;
  -webkit-box-shadow: 0 2px 0 #b5babe;
  -moz-box-shadow: 0 2px 0 #b5babe;
  box-shadow: 0 2px 0 #b5babe;
}

.button-secondary:link,
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:visited {
  color: #0b0c0c;
}

.button-secondary:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.button-secondary:active:before {
  top: -10%;
  height: 120%;
}

.button-secondary[rel="external"]:after {
  display: none;
  content: none;
  margin-left: 0;
  margin-right: 0;
}

.button-destructive {
  background-color: #b10e1e;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0.3em 0.6em 0.2em;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 0 #6a0812;
  -moz-box-shadow: 0 2px 0 #6a0812;
  box-shadow: 0 2px 0 #6a0812;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #fff;
}

.button-destructive:visited {
  background-color: #b10e1e;
}

.button-destructive:hover,
.button-destructive:focus {
  background-color: #990c1a;
}

.button-destructive:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 #b10e1e;
  -moz-box-shadow: 0 0 0 #b10e1e;
  box-shadow: 0 0 0 #b10e1e;
}

.button-destructive.disabled,
.button-destructive[disabled="disabled"],
.button-destructive[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.button-destructive.disabled:hover,
.button-destructive[disabled="disabled"]:hover,
.button-destructive[disabled]:hover {
  cursor: default;
  background-color: #b10e1e;
}

.button-destructive.disabled:active,
.button-destructive[disabled="disabled"]:active,
.button-destructive[disabled]:active {
  top: 0;
  -webkit-box-shadow: 0 2px 0 #6a0812;
  -moz-box-shadow: 0 2px 0 #6a0812;
  box-shadow: 0 2px 0 #6a0812;
}

.button-destructive:link,
.button-destructive:hover,
.button-destructive:focus,
.button-destructive:visited {
  color: #fff;
}

.button-destructive:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.button-destructive:active:before {
  top: -10%;
  height: 120%;
}

.button-destructive[rel="external"]:after {
  display: none;
  content: none;
  margin-left: 0;
  margin-right: 0;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

b, strong {
  font-weight: bold;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

h1 {
  font-size: 32px;
  margin: 0.25em 0 0.5em 0;
}

@media (min-width: 641px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 18px;
  margin: 0.25em 0;
}

@media (min-width: 641px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 18px;
  margin: 0.25em 0;
}

@media (min-width: 641px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 16px;
  margin: 0.25em 0;
}

@media (min-width: 641px) {
  h4 {
    font-size: 19px;
  }
}

header.page-header div h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.09375;
}

@media (min-width: 641px) {
  header.page-header div h1 {
    font-size: 48px;
    line-height: 1.04167;
    margin-top: 7px;
    margin-bottom: 13px;
  }
}

dl {
  margin-top: 10px;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 641px) {
  .dl-horizontal dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 200px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}

.validation-summary.validation-summary-valid {
  display: none;
}

.validation-summary.validation-summary-errors {
  border: 4px solid #b10e1e;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px 10px;
}

@media (min-width: 641px) {
  .validation-summary.validation-summary-errors {
    border: 5px solid #b10e1e;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 20px 15px 15px;
  }
}

.validation-summary.validation-summary-errors li {
  color: #b10e1e;
  font-weight: bold;
}

.validation-summary.validation-summary-errors span:first-of-type {
  font-weight: bold;
}

.field-validation-valid {
  display: none;
}

.error-message span.error {
  border-left: 0;
  padding-left: 0;
}

#map {
  height: 900px;
  width: 600px;
  border: #bfc1c3 1px solid;
  margin-bottom: 15px;
}

.start-right {
  display: block;
  text-align: right;
}

.link-right {
  text-align: right;
  padding-right: 0;
}

#steps {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 300;
  text-transform: none;
  font-family: "nta",Arial,sans-serif;
}

.back-to-previous {
  display: block;
  text-decoration: none;
  border-bottom: #0b0c0c 1px solid;
  width: 2.25em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QoIDgAbbYtx+QAAACJ0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUCBvbiBhIE1hY4eod0MAAABTSURBVAjXdc49DYAwAAXhj5+JAR2YwQIWcIAWDOCEFSGsDJSFkqYpN94lL48yUy4qLAipbLG98gs9jkQGGHBmMtS4cf2c0GHPpyIN1lKIzH8BxgdJRReqUrPXtgAAAABJRU5ErkJggg==") left 0.2em no-repeat;
  padding-left: 0.75em;
  text-align: right;
  overflow: hidden;
  color: #0b0c0c;
  position: absolute;
  margin: 0;
}

#steps p {
  text-align: left;
  padding-left: 4.5em;
  color: #6f777b;
  margin: 0 0 1em;
}

.form-control-full {
  width: 100%;
}

.centered {
  text-align: center;
}

.column-full-width {
  padding: 0 15px;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table.table {
  margin-bottom: 20px;
}

table.table-nonfluid {
  width: auto;
}

.highlight {
  color: #0076c0;
}

ul ul.indented-list {
  padding-left: 30px;
  list-style: disc;
}

div.form-actions {
  margin: 20px 0 15px 0;
}

.form-control[disabled], .form-control[readonly] {
  background-color: #eee;
}

div.form-group {
  margin-bottom: 15px !important;
}

label.checkbox input {
  margin-right: 10px;
}

span.radio input {
  margin-right: 10px;
}

/* some jQuery datatables overrides*/
.dataTables_wrapper {
  padding-top: 0;
  padding-bottom: 10px;
}

/* "dom": '<"top"lf>t<"bottom"ip>'  */
.dataTables_wrapper div.top {
  border: 0 solid black;
  overflow: auto;
  margin-bottom: 10px;
}

.table.dataTable {
  margin-bottom: 0;
}

.dataTables_wrapper .dataTables_length {
  width: 25%;
  margin-bottom: 8px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .dataTables_wrapper .dataTables_length {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 5px;
  }
}

/* Minor fix to make select box same height as search box on datatable */
.dataTables_wrapper .dataTables_length .form-control {
  width: 65px;
  margin: 0px 5px 0px 0px;
  height: 37px;
}

.asset-table-filter {
  float: left;
  width: 100%;
  height: 37px;
}

.dataTables_wrapper .dataTables_filter {
  width: 50%;
  margin-bottom: 8px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .dataTables_wrapper {
    width: 100%;
  }
  .dataTables_filter {
    display: none;
  }
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    text-align: left;
  }
}

table.dataTable.no-footer {
  /*border-bottom: 2px solid #6f777b;*/
  border-top: 2px solid #6f777b;
}

table.dataTable thead td {
  border-bottom: 2px solid #111;
}

/* Fixes indentation of column names */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_disabled {
  padding-left: 10px;
}

/*Fixes for datatables images when used in bundles*/
table.dataTable thead .sorting {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}

table.dataTable thead .sorting_asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

table.dataTable thead .sorting_desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=");
}

/*Breadcrumbs and user details*/
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.userdetails-switch {
  padding-top: .05em !important;
  padding-bottom: .05em !important;
}

.breadcrumbs {
  float: left;
  width: 70%;
  overflow: hidden;
  padding-bottom: .25em;
}

.userdetails {
  float: right;
  width: 30%;
  overflow: hidden;
  font-size: 14px;
  padding-top: .05em;
  padding-bottom: .75em;
}

@media (min-width: 641px) {
  .breadcrumbs {
    float: left;
    width: 70%;
    overflow: hidden;
    padding-bottom: .75em;
  }
  .userdetails {
    float: right;
    width: 30%;
    text-align: right !important;
    overflow: hidden;
    font-size: 16px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

.word_break {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* Asset column settings to fix widths and hide columns */
.col_asset_name {
  width: auto;
}

.col_asset_ref, .col_severity, .col_last_changed, .col_type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  width: 16%;
}

.col_view {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
  width: 5%;
}

@media (max-width: 767px) {
  .col_asset_ref, .col_last_changed, .col_type {
    width: 0;
  }
  .col_asset_name {
    width: auto;
  }
  .col_severity {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    width: 35%;
  }
}

.btn-mapping {
  background-color: rgba(0, 60, 136, 0.5);
}

.btn-mapping:hover,
.btn-mapping:focus {
  background-color: rgba(0, 60, 136, 0.7);
}

/*fudge to align legend swatches where we don't have an checkbox*/
.legend span.cb-md {
  display: inline-block;
  width: 31px;
}

/*same size as standard font-size input table*/
@media (min-width: 641px) {
  input.cb-md, input.rb-md {
    width: 19px;
    height: 19px;
    margin-bottom: 4px;
  }
}

/*keep larger cb for mobile?*/
@media (max-width: 640px) {
  input.cb-md, input.rb-md {
    width: 19px;
    height: 19px;
    margin-bottom: 4px;
  }
}

/*same size as input inside .block-label*/
@media (min-width: 641px) {
  input.cb-lg, input.rb-lg {
    width: 29px;
    height: 29px;
  }
}

/* smaller block label if used inside nested list elements*/
li .block-label {
  padding: 8px 8px 8px 32px;
  margin-bottom: 8px;
  line-height: 19px;
}

li .block-label input {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 19px;
  height: 19px;
}

li .block-label:last-child {
  margin-bottom: 10px;
}

li .block-label.no-click {
  background-color: #fff;
  border: 2px solid #dee0e2;
  cursor: auto;
}

.waitingHolder {
  text-align: center;
  vertical-align: middle;
  display: none;
  position: absolute;
  z-index: 1000;
  margin: auto;
  background-color: rgba(200, 200, 200, 0.6);
}

@media (min-width: 641px) {
  table th, table td {
    font-size: 16px;
  }
}

/*collapsible tree https://github.com/jhfrench/bootstrap-tree */
.tree {
  min-height: 20px;
  padding: 19px 19px 19px 0;
  margin-bottom: 20px;
  background-color: #fff;
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}

.tree li::before, .tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}

.tree li::before {
  border-left: 1px solid #6f777b;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

.tree li::after {
  border-top: 1px solid #6f777b;
  height: 20px;
  top: 25px;
  width: 25px;
}

.tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #6f777b;
  border-radius: 5px;
  display: inline-block;
  /*padding:3px 8px;*/
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 1px;
  padding-left: 5px;
  text-decoration: none;
  margin-right: 5px;
}

.tree li span span {
  padding-right: 5px;
  border: none;
  padding: 0;
}

.tree li.parent_li > span {
  cursor: pointer;
}

.tree > ul > li::before, .tree > ul > li::after {
  border: 0;
}

.tree li:last-child::before {
  height: 30px;
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #6f777b;
  color: #000;
}

.banner-destructive-without-action, .banner-destructive-with-action, .banner-success-with-action, .banner-success-without-action {
  margin-bottom: 15px;
}

.ol-zoomslider, .ol-zoomslider-thumb {
  border: 1px solid rgba(0, 60, 136, 0.5);
  opacity: 1;
  height: 206px;
}

.zeroHeight {
  height: 0;
}

@media (min-width: 641px) {
  .column-three-quarters {
    float: left;
    width: 75%;
  }
}

.popover {
  position: relative;
  background: #0b0c0c;
  color: #fff;
  width: 300px;
  -moz-min-width: 300px;
  -ms-min-width: 300px;
  -o-min-width: 300px;
  -webkit-min-width: 300px;
  min-width: 300px;
  min-height: 80px;
  padding: 5px;
  border: 2px solid white;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.popover-title {
  margin: 0;
  background-color: #0b0c0c;
  border-bottom: 1px solid #fff;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.popover.top > .arrow:after {
  border-top-color: #0b0c0c;
}

.popover.bottom > .arrow:after {
  border-bottom-color: #0b0c0c;
}

.popover a {
  color: #fff;
}

.popover a .close {
  float: right;
  border: solid 1px white;
  width: 20px;
  height: 20px;
  text-align: center;
}

.severityIcon {
  width: 70px;
  height: 66px;
}

.severityIcon50 {
  width: 50px;
  height: 47px;
}

.button-warning {
  background-color: #cd4c0b;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0.3em 0.6em 0.2em;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 0 #843107;
  -moz-box-shadow: 0 2px 0 #843107;
  box-shadow: 0 2px 0 #843107;
  font-size: 1em;
  line-height: 1.25;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: #fff;
  /*color: $accessible-orange;*/
}

.button-warning:visited {
  background-color: #cd4c0b;
}

.button-warning:hover,
.button-warning:focus {
  background-color: #b4430a;
}

.button-warning:active {
  top: 2px;
  -webkit-box-shadow: 0 0 0 #cd4c0b;
  -moz-box-shadow: 0 0 0 #cd4c0b;
  box-shadow: 0 0 0 #cd4c0b;
}

.button-warning.disabled,
.button-warning[disabled="disabled"],
.button-warning[disabled] {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.button-warning.disabled:hover,
.button-warning[disabled="disabled"]:hover,
.button-warning[disabled]:hover {
  cursor: default;
  background-color: #cd4c0b;
}

.button-warning.disabled:active,
.button-warning[disabled="disabled"]:active,
.button-warning[disabled]:active {
  top: 0;
  -webkit-box-shadow: 0 2px 0 #843107;
  -moz-box-shadow: 0 2px 0 #843107;
  box-shadow: 0 2px 0 #843107;
}

.button-warning:link,
.button-warning:hover,
.button-warning:focus,
.button-warning:visited {
  color: #fff;
}

.button-warning:before {
  content: "";
  height: 110%;
  width: 100%;
  display: block;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.button-warning:active:before {
  top: -10%;
  height: 120%;
}

.button-warning[rel="external"]:after {
  display: none;
  content: none;
  margin-left: 0;
  margin-right: 0;
}

.find-asset-container {
  border: 1px solid gray;
  padding: 10px;
}

.find-asset-container input {
  margin-bottom: 10px;
}

.find-asset-container a {
  font-size: 14px;
}

.pad-bottom-15px {
    padding-bottom: 15px;
}

.status-info {
    border:2px solid black;
    text-align:center;
    color:black;
}

.si-red {
    border:2px red solid;
    color:red;
}

.si-orange {
    border:2px orange solid;
    color:orange;
}

.si-green {
    border:2px green solid;
    color:green;
}

.si-yellow {
    border:2px yellow solid;
    color:yellow;
}

.si-blue {
    border: 2px #005ea5 solid;
    color: #005ea5;
}

.th-centre {
    text-align:center;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.govuk-button--secondary {
    background-color: #005ea5;
    box-shadow: 0 2px 0 #002F52;
}

.govuk-button--secondary:hover,
.govuk-button--secondary:focus {
    background-color: #004B84;
}

.govuk-button--destructive {
    background-color: #b10e1e;
    box-shadow: 0 2px 0 #58070f;
}

.govuk-button--destructive:hover,
.govuk-button--destructive:focus {
    background-color: #8e0b18;
}

/*# sourceMappingURL=jba.css.map */