﻿/* ##############################
    Loading
############################## */
.loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: rotate 1s linear infinite;
}
.loading::before {
  content: '\f013';
  color: rgba(255, 255, 255, 0.15);
  font-family: FontAwesome;
  font-size: 3em;
}
/* ##############################
    /Loading
############################## */
html,
body,
.body-content,
#applicationHost,
.durandal-wrapper,
.router {
  height: 100%;
}
#site-iframe {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid #3d3c3c;
  width: calc(100% - 45px);
  height: 98%;
  position: relative;
  left: 15px;
  left: 25px;
  z-index: 899;
}
.row {
  height: 100%;
}
.row > .col {
  height: 100%;
  position: relative;
  padding: 0;
}
.list .header {
  width: 100%;
  z-index: 5;
}
.list .header .form-inline .lang {
  width: 25%;
}
.list .header .form-inline .filter {
  width: 30%;
  float: right;
}
.list .header .form-inline .checkbox {
  width: 25%;
}
.list .header .form-inline .dropdown {
  position: absolute;
  right: 5px;
  top: 5px;
}
.list .header .form-inline .dropdown li {
  cursor: pointer;
}
.list .header .form-inline .dropdown li .fa {
  color: #444444;
}
@media screen and (max-width: 1500px) {
  .list .header .form-inline .filter {
    width: 42%;
  }
}
@media screen and (max-width: 1090px) {
  .list .header .form-inline .filter {
    width: 40%;
  }
}
.list .loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: rotate 1s linear infinite;
}
.list .loading::before {
  content: '\f013';
  color: rgba(255, 255, 255, 0.15);
  font-family: FontAwesome;
  font-size: 3em;
}
.list .loading::before {
  content: '\f013';
  color: rgba(255, 255, 255, 0.15);
  font-family: FontAwesome;
  font-size: 3em;
}
.appview .header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  height: 82px;
  padding: 5px;
}
.appview .content {
  padding-top: 82px;
  height: 100%;
  position: relative;
}
.appview__language-label {
  float: left;
  color: white;
  margin-top: 6px;
  margin-left: 24px;
}
#newLanguage #saveButton {
  float: right;
}
#acceptAndProcess .pending-list {
  max-height: 550px;
  overflow-y: auto;
}
#acceptAndProcess .pending-list .form-inline {
  border-bottom: 1px solid #eee;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
#acceptAndProcess .pending-list .form-inline:hover {
  background-color: #d9edf7;
}
#acceptAndProcess .pending-list .form-inline input,
#acceptAndProcess .pending-list .form-inline select,
#acceptAndProcess .pending-list .form-inline textarea,
#acceptAndProcess .pending-list .form-inline .sourcetext,
#acceptAndProcess .pending-list .form-inline .pending-trans {
  width: 45%;
}
#acceptAndProcess .pending-list .form-inline .sourcetext {
  height: auto;
  box-shadow: none;
  border: none;
  background-color: transparent;
  padding-left: 35px;
  vertical-align: top;
}
#acceptAndProcess .pending-list .form-inline .pending-trans {
  display: inline-block;
  width: 54%;
}
#acceptAndProcess .pending-list .form-inline .pending-trans .input-group {
  width: 100%;
  margin: 5px auto;
}
#acceptAndProcess .pending-list .form-inline .pending-trans .input-group .input-group-btn {
  width: 1%;
}
#acceptAndProcess .pending-list .form-inline .pending-trans .input-group .trans {
  height: auto;
  min-height: 34px;
  width: 100%;
}
#acceptAndProcess #finalizeButton {
  margin-top: 3px;
  float: right;
}
/*#iframe-refresh {
    position: absolute;
    bottom: 5px;
    right: 5px;
}*/
.centre-screen {
  width: 400px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -200px;
}
.info-splash {
  width: 300px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -150px;
  border: 3px solid #555;
  padding: 2px;
  border-radius: 1px 1px 1px 1px;
}
.info-splash .content {
  border-radius: 1px 1px 1px 1px;
  background: #FFF;
  padding: 35px;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.white-popup {
  border: 3px solid #555;
  border-radius: 1px;
  max-width: 500px;
  padding: 2px;
  position: relative;
  width: auto;
}
.white-popup.w630 {
  width: 630px;
  max-width: none;
  min-height: 370px;
}
.white-popup.w630 .inner {
  min-height: 370px;
}
.white-popup .inner {
  border-radius: 1px;
  background: #FFF;
  padding: 35px;
  height: 100%;
  overflow: auto;
}
.white-popup .inner hgroup {
  margin: 5px 0;
}
.mfp-content.maxie-content {
  width: 100%;
  height: 100%;
}
/* #####################################################
TABS
  ##################################################### */
#tabs {
  clear: both;
}
.px-primary-tabs {
  padding: 0 5px;
  border-bottom: 1px solid #007b97;
  font-size: 13px;
}
@media screen and (min-width: 440px) {
  .px-primary-tabs {
    padding: 0 15px;
    font-size: 14px;
  }
}
.px-primary-tabs > li {
  border-radius: 2px 2px 0 0;
  border: 1px solid transparent;
}
.px-primary-tabs > li > a {
  background-color: #b4d1d9;
  padding: 8px 16px;
  text-align: center;
  margin: 2px 0 0 0;
  color: #03090c;
  -moz-transition: background-color 125ms ease;
  -o-transition: background-color 125ms ease;
  -webkit-transition: background-color 125ms ease;
  transition: background-color 125ms ease;
}
.px-primary-tabs > li > a:hover,
.px-primary-tabs > li > a :active,
.px-primary-tabs > li > a :focus {
  outline: none;
  background-color: #72a2b0;
  border-color: #72a2b0 !important;
}
.px-primary-tabs > li.active {
  border: 1px solid #007b97;
  border-bottom: none;
  position: relative;
  bottom: -1px;
}
.px-primary-tabs > li.active > a {
  padding-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  margin-top: 0px;
}
.px-primary-tabs > li.active > a:hover,
.px-primary-tabs > li.active > a:active,
.px-primary-tabs > li.active > a:focus {
  outline: none;
  border: 1px solid #fff !important;
}
/* #####################################################
END TABS
  ##################################################### */
.tab-content {
  background-color: #fff;
  border-bottom: 1px solid #007b97;
  padding: 45px 30px;
}
fieldset {
  margin-bottom: 30px;
}
fieldset legend {
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 1.25;
  color: #00A5CA;
}
.standard-table {
  width: 100%;
  background-color: #fff;
  /*@media screen and (min-width: 700px) {
        .row-header {
            padding-left: 15px;
            font-size: 16px;
        }
    }*/
  /*@media screen and (min-width: 700px) {
        .row-header {
            padding-left: 15px;
            font-size: 16px;
        }

        .row-subheader {
            padding-left: 18px;
        }
    }*/
}
.standard-table td,
.standard-table th {
  border-bottom: 1px solid #dcdcdc;
  padding: 6px;
  line-height: 1;
}
.standard-table th {
  font: normal 16px/1 'Calibri Light', helvetica, sans-serif;
}
.standard-table ul,
.standard-table ol {
  margin: 0;
}
.standard-table .row-header {
  font-weight: bold;
  padding-left: 6px;
  font-size: 13px;
}
.standard-table .row-subheader {
  color: #999;
  padding-left: 8px;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  margin-top: -6px;
  margin-bottom: 6px;
}
.standard-table .row-subheader b {
  font-style: normal;
}
.home .apps .app-panel {
  max-width: 400px;
  margin: 25px auto auto;
}
.home .apps .app-panel .panel-heading {
  text-align: center;
}
.home .apps .app-panel .panel-body {
  text-align: center;
}
.slash-screen {
  font-size: 3rem;
  font-weight: bold;
  left: 50%;
  top: 50%;
  padding: 2rem;
  position: absolute;
  text-align: center;
  width: 500px;
  height: 300px;
  z-index: 1000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 5px solid #4c4c4c;
  margin: -150px 0 0 -250px;
  opacity: 0;
  display: none;
  -moz-transition: all 0.25s ease 0.001s;
  -o-transition: all 0.25s ease 0.001s;
  -webkit-transition: all 0.25s ease 0.001s;
  transition: all 0.25s ease 0.001s;
}
.slash-screen.visible {
  opacity: 1;
  display: block;
}
.slash-screen .inner {
  position: relative;
  height: 100%;
  color: #444444;
}
.slash-screen .inner .icon {
  text-align: center;
  font-size: 8rem;
  color: #4c4c4c;
}
.slash-screen .inner .title {
  padding: 5px;
}
.slash-screen .inner .status {
  font-size: 1rem;
  position: relative;
  top: 10px;
}
.slash-screen .inner .progress-host {
  height: 50px;
  position: relative;
  top: 10%;
}
.slash-screen .inner .progress-host .progress-worker {
  display: inline-block;
  width: 37px;
  -moz-transition: all 0.2s ease-in 0.001s;
  -o-transition: all 0.2s ease-in 0.001s;
  -webkit-transition: all 0.2s ease-in 0.001s;
  transition: all 0.2s ease-in 0.001s;
}
.slash-screen .inner .progress-host .progress-worker i {
  margin: 0.1rem;
}
.slash-screen .inner .progress-host .progress-worker i.fa-antispin {
  position: relative;
  top: 10px;
}
@media screen and (max-width: 1150px) {
  .slash-screen {
    font-size: 2rem;
    height: 220px;
    width: 360px;
    margin: -120px 0 0 -180px;
  }
  .slash-screen .inner .icon {
    font-size: 5rem;
  }
  .slash-screen .inner .progress-host {
    height: 36px;
  }
  .slash-screen .inner .progress-host .progress-worker {
    width: 25px;
  }
  .slash-screen .inner .progress-host .progress-worker i.fa-antispin {
    top: 6px;
  }
}
#help img.help {
  border: 5px solid #F8F8F8;
  margin: 0 auto;
  display: block;
  box-shadow: #444444 0 0 30px 0;
}
#help .help-circle {
  margin-top: 20px;
  margin-left: 30px;
  position: absolute;
  background: transparent;
  -moz-transition: all 0.5s ease 0.001s;
  -o-transition: all 0.5s ease 0.001s;
  -webkit-transition: all 0.5s ease 0.001s;
  transition: all 0.5s ease 0.001s;
}
#help .help-circle .dot {
  width: 20px;
  height: 20px;
  border: 5px solid #d8501c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  z-index: 10;
  position: absolute;
  background: transparent;
}
#help .help-circle .pulse {
  border: 10px solid #ff0000;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 1.5s ease-out;
  -moz-animation: pulse 1.5s ease-out;
  -o-animation: pulse 1.5s ease-out;
  animation: pulse 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 1;
  opacity: 0;
}
#help .image-wrapper {
  position: relative;
  width: 885px;
  margin: 0 auto;
}
#help .authorise .help-circle.c0 {
  top: -10px;
  left: 591px;
}
#help .authorise .help-circle.c1 {
  top: 25px;
  left: 506px;
}
#help .authorise .help-circle.c2 {
  top: 25px;
  left: 534px;
}
#help .authorise .help-circle.c3 {
  top: 175px;
  left: 110px;
}
#help .authorise .help-circle.c4 {
  top: 860px;
  left: 619px;
}
#help .translate .help-circle.c0 {
  top: 48px;
  left: 59px;
}
#help .translate .help-circle.c1 {
  top: 48px;
  left: 295px;
}
#help .translate .help-circle.c2 {
  top: 86px;
  left: 416px;
}
#help .translate .help-circle.c3 {
  top: 113px;
  left: 416px;
}
#help .translate .help-circle.c4 {
  top: 156px;
  left: 416px;
}
#help .translate .help-circle.c5 {
  top: 100px;
  left: -19px;
}
#help .translate .help-circle.c6 {
  top: 275px;
  left: 170px;
}
#help .translate .help-circle.c7 {
  top: 285px;
  left: 300px;
}
#help .translate .help-circle.c8 {
  top: 277px;
  left: 456px;
}
#help .translate .help-circle.c9 {
  top: 325px;
  left: 170px;
}
/* NEW vars - BT */
/*
###################################
BUTTON MIXIN
Creates a standard button from zero or more colours.
Generally you'll want to call with just .button(startColour:#f00); or similar
Doesn't deal with layout or positioning.
###################################
*/
.chart-container {
  min-width: 336px;
  width: 100%;
  max-width: 414px;
  height: 145px;
  margin: 30px auto;
}
.chart-container .amcharts-chart-div {
  position: relative;
}
.chart-container .amcharts-main-div {
  height: 100%;
}
.chart-container .amcharts-legend-div {
  margin-left: -15px;
}
.amcharts-pie-slice {
  stroke: white;
  stroke-width: 0;
  stroke-opacity: 1;
}
.overview-chart__pie-slice--not-translated .amcharts-pie-slice {
  fill: #cc4748;
}
.overview-chart__pie-slice--pending-authorisation .amcharts-pie-slice {
  fill: #E69139;
}
.overview-chart__pie-slice--published .amcharts-pie-slice {
  fill: #469f40;
}
.amcharts-legend-div .overview-chart__pie-slice--not-translated .amcharts-legend-marker {
  fill: #cc4748;
}
.amcharts-legend-div .overview-chart__pie-slice--pending-authorisation .amcharts-legend-marker {
  fill: orange;
  stroke: orange;
}
.amcharts-legend-div .overview-chart__pie-slice--published .amcharts-legend-marker {
  fill: green;
  stroke: green;
}
.translate-chart-div {
  width: 360px;
  height: 95px;
  margin-right: 12px;
}
.translate-chart-div .amcharts-chart-div .amcharts-label {
  fill: white;
}
.translate-chart-div .amcharts-legend-label {
  fill: white;
}
.translate-chart-div .amcharts-legend-value {
  fill: white;
}
.translate-chart-div .amcharts-title {
  fill: white;
}
.dropzone {
  width: 70%;
  height: 340px;
  border: 3px dashed #b1b1b1;
  border-radius: 7px;
  margin-left: 15%;
  margin-right: auto;
  margin-top: 80px;
  padding: 40px;
}
.dropzone p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
.dropzone h3 {
  text-align: center;
  padding-bottom: 30px;
  color: #b1b1b1;
  font-weight: 100;
}
.export-container {
  width: 70%;
  margin-left: 15%;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
.import-container {
  width: 70%;
  margin-left: 15%;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
.import-container h4 {
  color: gray;
  font-weight: bold;
}
.import-container .filedrag.hover {
  border-color: darkgreen;
  border-style: solid;
}
.import-container__results {
  padding-left: 60px;
  margin: 30px auto 30px auto;
  text-align: left;
  width: 300px;
}
.import-item--success::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: green;
}
.import-item--error::before {
  content: "\f00d";
  font-family: FontAwesome;
  color: red;
}
.c-upload-complete__results {
  max-height: 400px;
  overflow: auto;
}
.import-editor--controls {
  position: relative;
}
.import-editor--controls .translation__btn--cancel,
.import-editor--controls .translation__btn--save {
  bottom: auto;
  top: 100%;
}
.import__content .js-required-item {
  cursor: pointer;
}
.import-footer--controls {
  text-align: center;
  padding: 10px;
}
.import-footer--controls button {
  border: none;
  color: black;
  background-color: white;
}
.import-footer--controls button:disabled {
  color: lightgray;
}
.translate--change {
  font-size: 11px;
}
.translation__export-details,
.translation__import-details {
  display: block;
  font-size: 21px;
}
.translation__export-details i,
.translation__import-details i {
  font-weight: normal;
  font-style: normal;
}
label.active-filter--alt span::before {
  color: #ccc;
  opacity: 1;
}
.modified-filter {
  padding: 0 0 20px 10px;
  float: right;
}
.submit-control {
  margin: 20px 20px 0 0;
  float: right;
}
.ok-highlight {
  color: #469f40;
}
.issues-highlight {
  color: #cc4748;
}
.missing-highlight {
  color: #E69139;
}
body {
  background-color: #555;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAgMAAADw5/WeAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEUAAAD///8AAABzxoNxAAAAAnRSTlMADQgisYUAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGBwYQoCMJANsEBmqVatGVAAAAAElFTkSuQmCC'), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQAgMAAADzfxo+AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEUAAAD///////8AAAA4fh26AAAAA3RSTlMAFAtDCsoDAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAACNJREFUOMtjCAWBVaiAwYEBCxgVHCjBhlHBUcFRwVHB4S8IAAC1LmAIBhU8AAAAAElFTkSuQmCC');
  overflow-y: auto;
}
*:active {
  outline: none !important;
}
/* ###########################################
     BASIC LAYOUT
 ########################################### */
.applications {
  clear: both;
}
@media screen and (min-width: 992px) {
  .applications {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.overview__application,
.publish {
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
  padding: 80px 1em 2em 1em;
  margin: 3em 1em 1em 1em;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .overview__application,
  .publish {
    flex-basis: 50%;
  }
}
.publish {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.overview__total-resources {
  border-top: 1px solid #dedede;
  position: relative;
  top: -40px;
  width: 322px;
  margin: auto;
  padding-left: 124px;
  padding-top: 6px;
  font-weight: bold;
}
.overview__total-resources--text {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  left: -40px;
  position: relative;
}
.overview__total-resources--value {
  font-size: 11px;
  left: 40px;
  position: relative;
  text-align: right;
  width: 42%;
}
.header--app-title {
  text-shadow: 0 0 34px #333;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
}
.application__header {
  position: absolute;
  margin: 0;
  top: -1px;
  left: -1px;
  right: -1px;
  font-size: 16px;
  padding: 15px;
  font-weight: bold;
  text-align: left;
  background-color: #2f2f2f;
  border: 1px solid #363636;
  color: #cfcfcf;
}
.language--selector span,
.language--selector select {
  font-size: 18px;
  padding: 5px;
  display: inline-block;
}
.language--selector span {
  color: #666;
}
/* ###########################################
     /BASIC LAYOUT
 ########################################### */
/* ###########################################
    OVERVIEW TABLE
 ########################################### */
.languages__league-table-wrapper {
  max-height: 300px;
  overflow: auto;
  margin-top: 3em;
}
.languages__league-table {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
  border-collapse: separate;
}
.languages__league-table td,
.languages__league-table th {
  padding: 10px 2px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  -moz-transition: border-color 175ms ease-in-out;
  -o-transition: border-color 175ms ease-in-out;
  -webkit-transition: border-color 175ms ease-in-out;
  transition: border-color 175ms ease-in-out;
}
.languages__league-table th {
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  vertical-align: bottom;
  color: #999;
}
.languages__league-table td {
  color: #777;
}
.languages__league-table tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
.languages__league-table .language__name {
  text-align: left;
}
.languages__league-table .current-language td {
  border-color: #929292;
  color: #000;
}
.languages__league-table .current-language td:not(:first-child) {
  font-weight: bold;
}
/* ###########################################
    /OVERVIEW TABLE
 ########################################### */
/* ###########################################
     AUTHORISE AND TRANSLATION COLUMN LAYOUT
###########################################*/
/*\\\\\\\\\\\\\\\\
    HEADER
    Flexible height?
\\\\\\\\\\\\\\\\*/
/*\\\\\\\\\\\\\\\\
    Content
    Height =  100% - header height - footer height;
    Overflowy scroll;
    pos:abs; trbl: 0000; ?
\\\\\\\\\\\\\\\\*/
/*\\\\\\\\\\\\\\\\
    Footer
    Fixed height
\\\\\\\\\\\\\\\\*/
.translate__header {
  position: absolute;
  top: 22px;
  width: calc(100% - 8px);
  padding: 0 15px;
  height: 240px;
  overflow-y: auto;
}
.translate__content {
  position: relative;
  height: calc(100% - 15px);
  overflow-x: auto;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.25);
  padding-top: 8px;
  -webkit-transition: 2s;
  opacity: 1;
}
.translate__content.translate__content--loading {
  opacity: 0;
}
.translate__loading-panel {
  background-color: #555;
  position: absolute;
  height: 100%;
  display: block;
  opacity: 1;
  top: 0;
  width: 100%;
  margin-left: -8px;
  z-index: 9999999;
}
.translate__loading-panel p {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.authorise__content {
  height: 100%;
}
.translate__footer {
  width: 100%;
  text-align: center;
  padding: 6px;
  color: #fff;
  background-color: #555;
  position: relative;
  border-top: 1px solid #929292;
}
.translate__footer .pull-left,
.translate__footer .pull-right {
  position: absolute;
  left: 8px;
  top: 12px;
}
.translate__footer .pull-left:disabled,
.translate__footer .pull-right:disabled {
  visibility: hidden;
}
.translate__footer .pull-left:hover,
.translate__footer .pull-right:hover {
  color: #E69139;
}
.translate__footer .pull-right {
  left: auto;
  right: 0;
}
.translations-column,
.authorise-column {
  height: 100%;
  padding: 15em 0 3em 8px !important;
  position: relative;
}
.authorise-column {
  padding-top: 12.5em !important;
}
.authorise-column .translate__content {
  height: calc(100% - 75px);
}
.authorise--instructions {
  overflow: hidden;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 10px;
  margin-top: 30px;
  font-size: 13px;
  border: 1px solid #333;
}
.authorise--instructions p {
  float: left;
  display: inline;
}
.authorise--instructions button {
  float: right;
}
.authorise--instructions button:disabled {
  background-color: #000;
}
/* ###########################################
     /AUTHORISE AND TRANSLATION COLUMN LAYOUT
 ########################################### */
/* ###########################################
     FILTERS
 ########################################### */
.c-translate-controls {
  text-align: center;
  margin: auto;
}
.c-translate-controls__search {
  width: 240px;
  padding: 8px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  border: none;
  margin: 10px 5px 5px 5px;
  font-weight: bold;
}
/*
    Replacing checkbox and radio inputs with FontAwesome.
    set the pseudo content on the adjacent span, 
    as IE (correctly) won't apply ::before/after to inputs.
*/
.c-translate-controls__resource-filters {
  color: #acacac;
  margin: 2px auto;
  font-size: 13px;
  overflow: hidden;
}
.c-translate-controls__resource-filters label {
  position: relative;
  font-weight: normal;
  cursor: pointer;
  background-color: #555;
  padding: 1px 15px 3px 30px;
  margin: 3px;
  border: 1px solid #646464;
  border-radius: 18px;
  line-height: 2;
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.03);
  -moz-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  -webkit-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
}
.c-translate-controls__resource-filters label:hover {
  background-color: #5F5F5F;
}
.c-translate-controls__resource-filters input {
  display: none;
}
.c-translate-controls__resource-filters span::before {
  content: '\f096';
  font-family: FontAwesome;
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 14px;
  cursor: pointer;
  opacity: 0.15;
  -moz-transition: all 125ms ease-in;
  -o-transition: all 125ms ease-in;
  -webkit-transition: all 125ms ease-in;
  transition: all 125ms ease-in;
  color: #fff;
}
.c-translate-controls__resource-filters input:checked + span::before {
  content: '\f046';
  opacity: 1;
  font-size: 16px;
  top: 1px;
  left: 11px;
}
.filters__location label {
  padding: 6px 15px 9px 30px;
  border-radius: 20px;
}
.filters__location span::before {
  color: #fff;
  content: '\f10c';
  top: 6px;
}
.filters__location input:checked + span::before {
  content: '\f192';
  opacity: 1;
  top: 5px;
  left: 12px;
}
.filters__status .pending input:checked + span::before,
.filters__status .for-review input:checked + span::before {
  color: #E69139;
}
.filters__status .not-translated input:checked + span::before,
.filters__status .rejected input:checked + span::before {
  color: #cc4748;
}
.filters__status .published input:checked + span::before,
.filters__status .approved input:checked + span::before {
  color: #469f40;
}
.filters__status .active-filter,
.filters__location .active-filter {
  background-color: #5F5F5F;
  border-color: #4e4e4e;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.c-translate-controls__loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: rotate 1s linear infinite;
}
.c-translate-controls__loading::before {
  content: '\f013';
  color: rgba(255, 255, 255, 0.15);
  font-family: FontAwesome;
  font-size: 3em;
}
.c-translate-controls__loading::before {
  content: '\f013';
  color: rgba(255, 255, 255, 0.15);
  font-family: FontAwesome;
  font-size: 3em;
}
.c-translate-content__languages {
  display: flex;
  background-color: #2f2f2f;
  border: 1px solid #363636;
  margin: 0;
  padding-right: 28px;
  border-top-right-radius: 1px;
  z-index: 99999;
  margin-top: 0;
}
.c-translate-content__languages p {
  font-size: 13px;
  line-height: 11px;
  flex-basis: 50%;
  text-align: center;
  color: #cfcfcf;
  padding: 8px;
  margin: 0;
}
.c-translate-content__languages p:first-child {
  border-right: 1px solid #484848;
}
/* ###########################################
     /FILTERS
 ########################################### */
/* ###########################################
     AUTHORISE AND TRANSLATION PANELS
 ########################################### */
.translation__text-form {
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px rgba(51, 51, 51, 0.15);
  margin-bottom: 8px;
  overflow: hidden;
  z-index: 1;
}
.translation__text-form.located {
  border-color: #80ca7b;
  box-shadow: 0 0 3px 2px rgba(70, 159, 64, 0.15);
}
.authorise__text--result {
  border: none;
}
.authorise__text-wrapper {
  position: relative;
  margin-bottom: 22.5px;
  padding: 15px;
}
.authorise__text-wrapper.authorise__text-wrapper--accepted .authorise__btn--reject {
  background-color: #ccc;
}
.authorise__text-wrapper.authorise__text-wrapper--rejected .authorise__btn--accept {
  background-color: #ccc;
}
.u-visible-inline-block {
  display: inline-block !important;
}
.translation__text--source,
.translation__text--result,
.authorise__text-wrapper div {
  font-size: 13px;
  display: block;
  width: 100%;
  font-family: monospace;
}
.translation__text--source {
  background-color: #efefef;
  background: linear-gradient(to bottom, #efefef 75%, #efefef 75%, #dcdcdc 100%);
  margin: 0;
  padding: 20px 15px 15px 15px;
  border-bottom: 1px solid #ccc;
}
.translation__text--result {
  padding: 5px;
  outline: none;
  width: calc(100% - 10px);
  margin: 15px auto 22.5px auto;
}
.authorise__text-wrapper {
  border: 1px solid #ccc;
  margin: 5px 5px 1.5em 5px;
}
.translation__tools {
  padding: 2px;
  font-size: 10px;
  border: 1px solid #dbdbdb;
  color: #999;
  line-height: 1;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.translation__tools label {
  font-weight: normal;
}
.translation__tools input {
  position: relative;
  bottom: -2px;
  margin-right: 3px;
}
.translate__summary {
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 10px;
  background-color: #eeeeee;
  padding: 0;
  margin: 0;
}
.translate__summary::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #cc4748;
  border-radius: 50%;
  margin-left: 3px;
}
.translate__summary.o-summary-status--pending::after,
.translate__summary.o-summary-status--changed::after {
  background-color: #E69139;
}
.translate__summary.o-summary-status--published::after {
  background-color: #469f40;
}
.translate__summary.o-summary-status--not-translated::after {
  background-color: #cc4748;
}
/* ###########################################
     /AUTHORISE AND TRANSLATION PANELS
 ########################################### */
/* ###########################################
     HEADER CHART ON TRANSLATE & AUTHORISE PAGE
 ########################################### */
.header #translateChartDiv {
  float: right;
  position: relative;
  top: -15px;
  right: 60px;
}
/* ###########################################
     /HEADER CHART ON TRANSLATE & AUTHORISE PAGE
 ########################################### */
/* ###########################################
     BUTTONS
 ########################################### */
/* basic button */
.btn {
  border: 1px solid #3e8d39;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  padding: 10px;
  color: #fff !important;
  -moz-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
  border-radius: 1px;
  outline: 0;
  background-image: none;
  background-color: #469f40;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#469f40), to(#5dbb57));
  background-image: -webkit-linear-gradient(bottom, #469f40, #5dbb57);
  background-image: -moz-linear-gradient(bottom, #469f40, #5dbb57);
  background-image: -ms-linear-gradient(bottom, #469f40, #5dbb57);
  background-image: -o-linear-gradient(bottom, #469f40, #5dbb57);
  background-image: linear-gradient(bottom, #469f40, #5dbb57);
}
.btn:hover {
  border-color: #2e682a;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.9);
  background-image: none;
  background-color: #5dbb57;
}
.btn:active,
.btn:focus {
  background-position: 0px -32px;
  outline: none;
}
.btn--plain,
.btn--cancel {
  border: 1px solid #ccc;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  padding: 10px;
  color: #666 !important;
  -moz-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
  border-radius: 1px;
  outline: 0;
  background-image: none;
  background-color: #fff;
  box-shadow: none;
  color: #999;
}
.btn--plain:hover,
.btn--cancel:hover {
  border-color: #b3b3b3;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: rgba(102, 102, 102, 0.9);
  background-image: none;
  background-color: #ffffff;
}
.btn--plain:active,
.btn--cancel:active,
.btn--plain:focus,
.btn--cancel:focus {
  background-position: 0px -32px;
  outline: none;
}
.translation__btn--cancel,
.translation__btn--save,
.translate__btn--discard,
.authorise__btn--reset {
  position: absolute;
  right: 6px;
  bottom: 3px;
  font-size: 11px;
  color: #fff;
  background-color: #469f40;
  border: none;
}
.translation__btn--cancel::before,
.translation__btn--save::before,
.translate__btn--discard::before,
.authorise__btn--reset::before {
  content: '\f00c';
  font-family: FontAwesome;
  margin-right: 3px;
}
.translate__btn--discard {
  background-color: #707070;
}
.translate__btn--discard::before {
  content: '\f014';
}
.translation__btn--cancel {
  right: 70px;
  background-color: #cc4748;
}
.translation__btn--cancel::before {
  content: '\f00d';
}
.translation__btn--reset {
  background: none;
  color: #727272;
  margin-top: 1px;
  right: 130px;
}
.translation__btn--reset::before {
  content: '\f0e2';
}
.authorise__btn--reject,
.authorise__btn--accept,
.authorise__btn--reset {
  top: 100%;
  bottom: auto;
}
.authorise__btn--reject {
  right: 78px;
}
.language__button--translate,
.language__button--authorise,
.language__button--publish,
.language__button--translations,
.language__button--public {
  margin: 0px;
  border: 1px solid #484848;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  padding: 10px;
  color: #fff !important;
  -moz-transition: all 125ms ease;
  -o-transition: all 125ms ease;
  -webkit-transition: all 125ms ease;
  transition: all 125ms ease;
  border-radius: 1px;
  outline: 0;
  background-image: none;
  background-color: #555;
  border-color: #469f40;
  border-radius: 2px;
}
.language__button--translate:hover,
.language__button--authorise:hover,
.language__button--publish:hover,
.language__button--translations:hover,
.language__button--public:hover {
  border-color: #2f2f2f;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.9);
  background-image: none;
  background-color: #6f6f6f;
}
.language__button--translate:active,
.language__button--authorise:active,
.language__button--publish:active,
.language__button--translations:active,
.language__button--public:active,
.language__button--translate:focus,
.language__button--authorise:focus,
.language__button--publish:focus,
.language__button--translations:focus,
.language__button--public:focus {
  background-position: 0px -32px;
  outline: none;
}
.language__button--translate::before,
.language__button--authorise::before,
.language__button--publish::before,
.language__button--translations::before,
.language__button--public::before {
  content: '\f061';
  font-size: 80%;
  font-family: FontAwesome;
  margin: 1px 3px 0 0;
  display: inline-block;
  position: relative;
  top: -2px;
  color: #469f40;
}
.language__button--translate:disabled::before,
.language__button--authorise:disabled::before,
.language__button--publish:disabled::before,
.language__button--translations:disabled::before,
.language__button--public:disabled::before {
  color: #aaa;
}
.language__button--translate {
  border-color: #cc4748;
}
.language__button--translate::before {
  color: #cc4748;
}
.language__button--authorise {
  border-color: #E69139;
}
.language__button--authorise::before {
  color: #E69139;
}
.language__button--public {
  border-color: #478fcc;
}
.language__button--public::before {
  color: #478fcc;
}
.language__button--translate:disabled,
.language__button--authorise:disabled,
.language__button--publish:disabled {
  background: #ccc;
  border: 1px dotted #bbb;
}
.c-translate-controls__navigate-back {
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 9999;
  border: none;
  padding: 6px 3px 6px 32px;
  font: 13px/1 sans-serif;
  background-color: transparent;
  color: #ccc;
}
.c-translate-controls__navigate-back::before {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  margin-right: 3px;
  line-height: 2.1;
}
.c-translate-controls__navigate-back:hover::before,
.c-translate-controls__navigate-back:focus::before {
  background-color: #469f40;
  color: #fff;
}
.translate__footer .pull-left,
.translate__footer .pull-right {
  padding: 0;
  background: none;
  border: none;
}
/* ###########################################
     /BUTTONS
 ########################################### */
/* ###########################################
     IMPORT EXPORT
 ########################################### */
.language__bulk-upload {
  font-size: 13px;
  margin: 15px 0 0 0;
  padding: 10px;
  background-color: #efefef;
  cursor: pointer;
}
.language__bulk-upload a {
  display: block;
  text-decoration: underline;
}
.language__bulk-upload p {
  margin: 0;
}
.bulk-translate__tabs-content {
  margin: auto;
  padding: 15px;
  background-color: #555;
}
.bulk-translate__instructions {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  margin: 15px;
  padding: 15px 45px;
  counter-reset: help-items-count;
}
.bulk-translate__instructions h1 {
  font-size: 24px;
  margin-top: 0;
}
.bulk-translate__instructions ol {
  list-style: none;
  margin-top: 2em;
}
.bulk-translate__instructions li {
  counter-increment: help-items-count;
  position: relative;
  padding: 0 0 1.5em 1.75em;
  display: block;
}
.bulk-translate__instructions li::before {
  content: counter(help-items-count) '.';
  font-size: 2em;
  font-family: serif;
  font-style: italic;
  color: #ccc;
  position: absolute;
  top: -0.35em;
  left: 0;
}
/* ###########################################
     /IMPORT EXPORT
 ########################################### */
/* #########################################
    IFRAME 'browser tools'
 ######################################### */
.iframe-tools {
  background: rgba(0, 0, 0, 0.25);
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.iframe-tools__btn {
  font-size: 11px;
  background-color: transparent;
  border: none;
  color: #ccc;
}
.iframe-tools__btn::before {
  content: '\F021';
  font-family: FontAwesome;
  margin-right: 4px;
}
.iframe-tools__btn:hover {
  color: #fff;
}
.iframe-tools__btn--back::before {
  content: '\f060';
}
.iframe-tools__btn--forward::before {
  content: '';
}
.iframe-tools__btn--forward::after {
  content: '\f061';
  font-family: FontAwesome;
  margin-left: 5px;
}
.iframe-tools__btn--inspect::before {
  content: '\f00e';
}
.iframe-tools__btn--inspect.enabled {
  color: Highlight;
  font-weight: bold;
}
.resource-placeholder-element {
  background-color: #ededed;
  border: 1px solid gray;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-family: monospace;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 2px;
}
/* #########################################
   /IFRAME 'browser tools'
 ######################################### */
/* #########################################
    ANIMATIONS DECLARATIONS
 ######################################### */
/*#######################
   Keyframes
*/
@-webkit-keyframes shrinkToNothing {
  0%,
  75% {
    opacity: 1;
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-156px) scale(0.75);
    -ms-transform: translateY(-156px) scale(0.75);
    -o-transform: translateY(-156px) scale(0.75);
    -webkit-transform: translateY(-156px) scale(0.75);
    transform: translateY(-156px) scale(0.75);
  }
}
@-webkit-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#######################
   End keyframes
*/
/* #########################################
   /ANIMATIONS
 ######################################### */
/* #########################################
   STATUS CHANGES for TRANSLATIONS
 ######################################### */
.translation__text-form {
  -moz-animation: fadeIn 0.25s ease-out;
  -o-animation: fadeIn 0.25s ease-out;
  -webkit-animation: fadeIn 0.25s ease-out;
  animation: fadeIn 0.25s ease-out;
}
/* When a translation changes to a status that is currently not available due to filter selections, 
    the filter that hides it glows briefly to indicate how it can be re-accessed. */
.button-highlight {
  color: #fff !important;
  background-color: #444 !important;
}
.form-status--remove {
  -webkit-animation: shrinkToNothing 1s ease-in-out;
  -moz-animation: shrinkToNothing 1s ease-in-out;
  -o-animation: shrinkToNothing 1s ease-in-out;
  animation: shrinkToNothing 1s ease-in-out;
  opacity: 0;
  z-index: 0;
}
.form-status__icon--submit::before,
.form-status__icon--discard::before,
.form-status__icon--reject::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  border-radius: 50%;
  content: '\f00c';
  font-family: fontAwesome;
  line-height: 72px;
  font-size: 32px;
  text-align: center;
  width: 72px;
  height: 72px;
  z-index: 89;
  color: #49892c;
}
.form-status__icon--submit::after,
.form-status__icon--discard::after,
.form-status__icon--reject::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  border: 3px dotted #ccc;
  z-index: 9;
  box-shadow: 0 0 0 500px rgba(255, 255, 255, 0.5);
  -moz-animation: rotate 1s infinite ease-in;
  -o-animation: rotate 1s infinite ease-in;
  -webkit-animation: rotate 1s infinite ease-in;
  animation: rotate 1s infinite ease-in;
}
.form-status__icon--discard::before {
  content: '\f014';
  color: #777;
}
.form-status__icon--reject::before {
  content: '\f00d';
  color: #cc4748;
}
/* #########################################
   /STATUS CHANGES for TRANSLATIONS
 ######################################### */
/* #########################################
   EMPTY TRANSLATION SET
 ######################################### */
.notification--empty-translation-set {
  color: #fff;
  padding: 15px;
}
.notification--empty-translation-set h2 {
  margin-top: 0;
}
.notification--empty-translation-set .filters__location {
  text-align: center;
  margin-top: 30px;
}
.notification--empty-translation-set .filters__status {
  text-align: center;
}
.empty-translation-set--tip {
  font-size: 11px;
  padding: 2em;
}
/* #########################################
   /EMPTY TRANSLATION SET
 ######################################### */
/* #########################################
   RESIZABLE COLUMNS
######################################### */
.translations-column,
.appview {
  position: absolute;
}
.translations-column {
  left: 0;
}
.appview {
  right: 0;
}
.c-handle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 100%;
  cursor: w-resize;
  z-index: 999;
}
.c-handle::before {
  content: '\f07e';
  font-family: fontawesome;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  text-align: center;
  color: #fff;
  opacity: 0.35;
}
.c-handle:active::before {
  background-color: rgba(0, 0, 0, 0.15);
}
.c-handle:hover::before {
  opacity: 1;
}
.preventFocusLoss {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 899;
}
/* #########################################
   / RESIZABLE COLUMNS
######################################### */
/* #########################################
  MODALS
######################################### */
.modal--options {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  padding: 15px;
  border-top: 1px solid #ccc;
  background-color: #dedede;
  text-align: right;
}
#acceptAndProcess ul {
  margin: 30px 0;
}
/* #########################################
   /MODALS
######################################### */
/* #########################################
   PUBLISH PAGE
######################################### */
.publish-results__table {
  text-align: left;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
}
.publish__checkbox {
  border-left: 1px solid #ebebeb;
  text-align: right;
  vertical-align: middle;
}
.publish__message {
  display: block;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 15px;
}
.publish__message--success::before {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 48px;
  color: #148621;
}
.publish__message--header {
  font-size: 24px;
  font-weight: bold;
}
.publish__current-status {
  display: flex;
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.publish__current-status .secondary,
.publish__current-status .primary {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background-color: #efefef;
  margin: 0 0.5em;
  padding: 1em;
  text-align: center;
  font-size: 80%;
  border: 1px solid #ccc;
}
.publish__current-status .primary {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  font-size: 100%;
}
.publish__current-status .primary strong {
  font-size: 2.5em;
}
.publish__current-status strong {
  display: block;
  font-size: 2em;
}
.publish__current-status .pending strong {
  color: #E69139;
}
.publish__current-status .not-translated strong {
  color: #cc4748;
}
.publish__current-status .primary strong,
.publish__current-status .published strong {
  color: #469f40;
}
.publish__current-status .ok strong {
  color: #469f40;
}
.publish__current-status .issues strong {
  color: #cc4748;
}
.publish__current-status .missing strong {
  color: #E69139;
}
.publish-button {
  font-size: 120%;
  float: right;
  padding: 15px 30px;
}
/* ####################################
    Updated help
#################################### */
.nav--utilities {
  list-style: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav--utilities a {
  color: #fff;
  padding: 5px;
  font-family: inherit;
}
.nav--utilities a::before {
  margin-right: 5px;
  font-family: FontAwesome;
}
.nav--utilities a:hover,
.nav--utilities a:active {
  text-decoration: none;
}
.nav--utilities a:hover::before,
.nav--utilities a:active::before {
  color: #E69139;
}
.nav--utilities li {
  display: inline-block;
}
/* ####################################
    Updated help
#################################### */
.help--back {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  z-index: 999999;
  border-radius: 0 0 5px 0;
}
.help--back::before {
  content: '\f0a8';
  font-family: FontAwesome;
  margin-right: 5px;
}
.help--back:hover {
  text-decoration: none;
}
.help--back:hover::before {
  color: #E69139;
  text-decoration: none;
}
.help__navigation-column {
  padding-top: 3em;
}
.help__navigation-column li {
  margin-bottom: 1px;
}
.help__navigation-column li a {
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.25);
}
#help {
  margin: 3em auto;
  max-width: 1200px;
}
#help h2 {
  font-size: 18px;
}
#help h3 {
  font-size: 16px;
}
#help p + h3 {
  margin-top: 2em;
}
.help-content--authorise h2 {
  margin-left: -1em;
}
.help-content--screenshot,
.help-content--figure {
  padding: 5px;
  border: 1px solid #ccc;
  margin: 15px 15px 30px 15px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
  max-width: 100%;
}
.help-content--screenshot--overview {
  margin: 15px 15px 30px 15px;
}
.help__staged-list {
  list-style: none;
}
.help__staged-list > li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 2em;
  margin-left: 3em;
  margin-top: 4em;
  border-left: 1px solid #ededed;
}
.help__staged-list > li::before {
  content: 'stage ' counter(my-counter) ':';
  font-weight: bold;
  position: absolute;
  left: -4.5em;
  font-style: italic;
  color: #929292;
  border-bottom: 1px solid #ccc;
}
.navigation__help {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 0 0 0 5px;
  z-index: 999999;
}
.callout {
  padding: 1em 2em 2em 2em;
  margin: 2em auto;
  text-align: center;
  background-color: #ededed;
  line-height: 2;
}
.callout::before {
  content: '\f071';
  font-family: FontAwesome;
  position: relative;
  top: 0.15em;
  margin-right: 0.5em;
  color: #c4c4c4;
  font-size: 200%;
}
.callout--header {
  margin-top: 15px;
}
.page-not-found--container {
  background-color: white;
  text-align: center;
  max-width: 480px;
  margin: 45px auto;
  padding: 30px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
}
.c-admin__main-header {
  text-align: center;
  color: #fff;
}
/*  ####################################
    / Updated help
    ####################################
*/
/*  ####################################
    px auto complete
    ####################################
*/
.px-ac {
  position: relative;
}
.px-ac__editor {
  border: 1px solid #ccc;
}
.px-ac__editor__filtered-list {
  list-style: none;
  padding: 10px;
  max-height: 200px;
  border: 1px solid #999;
  overflow: auto;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 1001;
}
.px-ac__editor__filtered-list li {
  padding: 0.5em;
  cursor: pointer;
}
.px-ac__editor__filtered-list li:hover {
  background-color: #f5f5f0;
}
.px-ac__viewer__edit {
  float: right;
}
.px-ac__editor__selected-items {
  display: inline-block;
  margin-left: 3px;
  padding-right: 30px;
}
.px-ac__editor__search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 8px 1px 3px 15px;
  height: 28px;
  border-bottom-right-radius: 0;
  resize: none;
  overflow: hidden;
  outline: 0;
  text-align: left;
  vertical-align: top;
  max-width: none;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
}
.px-ac__editor__actions-wrapper {
  background-color: #ddd;
  position: absolute;
  right: 0;
  margin-top: 1px;
  padding: 2px;
}
.px-ac__viewer__selected-items {
  list-style: none;
  display: inline-block;
  padding-left: 0;
}
.px-ac__selected-item {
  border: 1px solid #999;
  font-weight: normal;
  font-size: 10px;
  border-radius: 10px;
  padding: 5px 10px 6px 10px;
  display: inline-block;
  background-color: #e6e6e6;
  margin-bottom: 5px;
}
.px-ac__viewer__edit {
  cursor: pointer;
  margin-left: 5px;
  border: 1px solid #999;
  padding: 2px;
  width: 25px;
  height: 25px;
  color: #efefef;
  background-color: #aaa;
}
.px-ac__remove-item {
  margin-left: 1px;
  color: #c00;
  cursor: pointer;
}
.px-ac__select {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* #################
    /px auto complete
   ##################
*/
.c-admin__users table {
  margin-left: 30px;
}
.c-admin__users table caption {
  text-align: left;
  margin: 10px;
  font-weight: bold;
}
.c-admin__applications caption {
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.05);
}
.c-admin__applications th {
  background-color: #fff;
}
.c-admin__applications th:nth-child(-n+4),
.c-admin__applications td:nth-child(-n+4) {
  width: 100px;
  text-align: center;
}
.c-admin__applications th:last-child {
  text-align: center;
}
.c-admin__applications td:last-child {
  text-align: right;
}
.user-admin__form--oneuser {
  border-left: 1px solid #00A5CA;
  margin: 45px 15px 0 15px;
  padding: 45px 15px;
  position: relative;
}
.user-admin__form--oneuser .standard-table {
  margin: 0;
  max-width: 100%;
}
.user-admin__form--oneuser .c-admin__applications {
  margin-top: 30px;
}
.user-admin__legend {
  position: absolute;
  left: -15px;
  top: 0;
  background-color: #fff;
  text-transform: capitalize;
}
.user-admin__legend:hover .user-admin__delete-user {
  opacity: 1;
}
.user-admin__legend:hover .user-admin__delete-user::before {
  opacity: 1;
}
.user-admin__delete-user {
  font-size: 13px;
  margin-left: 15px;
  cursor: pointer;
  opacity: 0.25;
  color: #333;
  transition: opacity 250ms ease-in;
}
.user-admin__delete-user::before {
  content: '\F057';
  margin-right: 4px;
  font-family: FontAwesome;
  opacity: 0;
  transition: inherit;
  color: #333;
}
.user-admin__delete-user:hover {
  text-decoration: none;
}
.user-admin__delete-user:hover::before {
  color: #c00;
}
/* ##############
   Hacky css incoming due to limited time
   ################# */
#newUser {
  /*#######################
  TEMPORARY FIXES for when we have different markup patterns.
*/
}
#newUser .required:after {
  content: "*";
  color: red;
}
#newUser label,
#newUser .faux-label {
  text-align: left;
  margin: 15px 15px 30px 15px;
  width: auto;
  display: block;
  font-weight: bold;
  position: relative;
}
#newUser label + input,
#newUser label + textarea,
#newUser label + select {
  margin: -25px 15px 30px 15px;
}