.menu--main {
  background-color: #1185b6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .menu--main ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0 2.5em; }
    .menu--main ul.menu .menu-item {
      padding: 5px 10px;
      list-style: none; }
      .menu--main ul.menu .menu-item a {
        color: white; }
        .menu--main ul.menu .menu-item a:hover,
        .menu--main ul.menu .menu-item a:focus .menu--main ul.menu .menu-item a.is-active {
          color: white;
          text-decoration: underline; }

.block-local-tasks-block nav.is-horizontal {
  background: #ebebeb;
  padding-left: 2.1rem;
  padding-right: 2.1rem; }

.adminimal h1 {
  margin: 0; }

.block-system-branding-block {
  line-height: 0;
  margin-top: 10px; }

.content-header .page-title .field--name-title {
  margin: 0; }

.block-page-title-block {
  margin: auto 0; }

.adminimal .content-header {
  background-color: #1185b6;
  padding: 30px 0 20px; }

.views-field-field-guarantee,
.views-field-field-incident-settled {
  font-size: 20px; }
  .views-field-field-guarantee .boolean-check--1,
  .views-field-field-incident-settled .boolean-check--1 {
    color: green; }
  .views-field-field-guarantee .boolean-check--0,
  .views-field-field-incident-settled .boolean-check--0 {
    color: black; }

.region-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/* Wide screens */
@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
  .layout-region-node-main,
  .layout-region-node-footer {
    float: left;
    /* LTR */
    width: 65%;
    padding-right: 20px;
    /* LTR */
    box-sizing: border-box; }
  .layout-region-node-secondary {
    float: right;
    /* LTR */
    width: 35%; } }

.incident-listing .vbo-multipage-selector {
  display: none; }

.incident-listing .views-exposed-form {
  position: relative;
  padding-right: 110px; }

.incident-listing .form-item-items-per-page {
  position: absolute;
  top: -23px;
  right: 0;
  margin-top: 0; }

.incident-listing .form-type-textfield {
  max-width: 150px; }

.incident-listing .form-type-checkbox {
  margin-top: 25px; }

.incident-listing .form-radios {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px; }

.incident-listing .seven-details {
  clear: both; }
  .incident-listing .seven-details__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.node-incident-report-edit-form .layout-region-node-secondary,
.node-incident-report-form .layout-region-node-secondary {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  margin-top: 13px; }

.node-incident-report-edit-form .tabledrag-toggle-weight-wrapper,
.node-incident-report-form .tabledrag-toggle-weight-wrapper {
  display: none; }

.taxonomy-term-form #edit-relations {
  display: none; }

.node-incident-report-form .tabledrag-toggle-weight-wrapper {
  display: none; }

.print-link__wrapper {
  padding: 30px 0; }

.incident caption {
  padding: 10px 12px;
  font-size: 1.5em;
  line-height: 1; }

.incident__total {
  border-top: 1px solid #e6e4df;
  border-bottom: 1px solid #e6e4df;
  background-color: #f9f9f9;
  padding: 1em;
  text-align: right;
  font-size: 16px; }
  .incident__total span {
    font-weight: bold; }

td {
  padding: 5px 12px;
  vertical-align: top; }

/*# sourceMappingURL=maps/styles.css.map */
