/* Minification failed. Returning unminified contents.
(4123,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4124,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4125,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8702,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8703,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8704,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}
@charset "UTF-8";
html {
  font-size: 20px; }

body {
  padding-top: 16px;
  padding-bottom: 20px;
  font-family: "Depot", Arial, Sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  line-height: 1.3; }

body > div:first-child {
  background-color: #09577c !important; }

p {
  margin: 0em 0em 1em 0em; }
  p:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0.75em; }

h1, h2 {
  font-weight: 300; }

h3, h4 {
  font-weight: 500; }

h1 {
  font-size: 300%; }

h2 {
  font-size: 220%; }

h3 {
  font-size: 135%;
  text-transform: uppercase; }

h4 {
  font-size: 100%;
  text-transform: uppercase; }

h6 {
  font-size: 1em; }

a,
a:hover,
a:focus,
.text-primary,
.btn-primary .badge,
.btn-link,
.btn-link:hover,
.btn-link:focus,
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.panel-primary > .panel-heading .badge,
.navbar-inverse .badge,
.text-primary,
.text-primary:hover {
  color: #df441a;
  text-decoration: none; }

a:focus {
  outline: none; }

:focus {
  outline-width: 1px; }

.btn:active, .btn.active {
  box-shadow: none; }

/* Set padding to keep content from hitting the edges */
.body-content {
  font-size: 100%; }

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*max-width: 280px;*/ }

textarea, .form-control, textarea.form-control {
  box-shadow: none; }

.clickable {
  cursor: pointer;
  color: #df441a; }

.divided {
  margin-top: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5em; }

.a-side-content {
  width: 30%;
  float: right;
  padding-left: 2em; }
  .a-side-content a {
    font-weight: 400; }
  .a-side-content p {
    font-size: 90%; }
  .a-side-content > h3:not(:first-child) {
    margin-top: 2em; }
  .a-side-content > div:not(:first-child) > h3 {
    margin-top: 2em; }

.a-left-content:not(:only-child) {
  width: 70%;
  float: left; }

/* BOOTSWATCH SUPERHERO OVERRIDES */
body,
.img-thumbnail,
.table .table,
.dropdown-menu .divide,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.thumbnail {
  background-color: #31353e; }

output,
.form-control,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-header,
.input-group-addon,
textarea {
  color: #222222; }

table, .table {
  font-size: 16px; }
  table td, table th, .table td, .table th {
    padding: 0.4em; }
  table td, .table td {
    color: #595959; }

.modal-dialog {
  margin: 0px; }

.dropdown-menu li a {
  font-size: 0.9rem;
  padding: 0.4em 3em 0.5em 1em; }

.row {
  margin-left: 0;
  margin-right: 0; }

.a-form .col-md-12, .a-form .col-md-8, .a-form-supervision .col-md-12, .a-form-supervision .col-md-8 {
  transition: width 0.1s ease;
  -ms-transition: width 0.1s ease;
  -moz-transition: width 0.1s ease;
  -webkit-transition: width 0.1s ease; }

​
.a-top {
  height: 60px; }

.a-top-logo {
  float: left;
  background-image: url("graphics/ascent-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 173px 64px;
  width: 173px;
  height: 64px; }

@media only screen and (max-width: 600px) {
  .a-top-logo {
    background-size: 128px 64px;
    width: 128px; } }
.a-top-user {
  float: right;
  color: #ebebeb; }

.a-top-user a, .a-top-user a:visited {
  color: #ebebeb; }

.a-top-user a:hover {
  color: #ffffff;
  text-decoration: none; }

.a-top-user-profile {
  background-image: url("graphics/profile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33px 30px;
  width: 33px;
  height: 60px; }

.a-top-user-name {
  float: right;
  margin-right: 43px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 13px;
  font-size: 14px;
  line-height: 17px; }

.a-top-exit {
  float: right;
  margin-right: 43px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px; }

.a-page {
  background-color: #ffffff;
  color: #222222; }

.a-page-report {
  background-color: #ffffff;
  color: #222222; }

.a-body {
  padding-top: 100px; }

.a-clickable {
  cursor: pointer; }

.a-row-sep-vertical {
  border-right: solid 1px #bbbbbb; }

.a-row-sep-vertical-left {
  border-left: solid 1px #bbbbbb; }

.a-btn-disabled {
  background-color: #aaaaaa !important;
  color: #dddddd !important; }

.a-note-orange, .a-note-orange-flush {
  background-color: #ff6a00;
  color: #ffffff;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }

.a-note-orange {
  padding-left: 0.75em;
  padding-right: 0.75em; }

.a-note-black, .a-note-black-flush {
  background-color: #31353e;
  color: #ffffff;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }

.a-note-black {
  padding-left: 1em;
  padding-right: 1em; }

.bg-primary,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.navbar-inverse,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary > .panel-heading {
  background-color: #df441a; }

a.btn, div.btn, input.btn {
  display: inline-block;
  padding: 0.4em 1em 0.6em 1em;
  border: 0;
  border-radius: 0;
  font-family: "Depot", Arial, Sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1em;
  line-height: inherit; }

.btn-default {
  background-color: #09577c; }
  .btn-default:hover {
    background-color: #0a618a; }
  .btn-default.active, .btn-default.active:hover {
    background-color: #df441a;
    color: #ffffff; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-color: #67bd67; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: #df441a; }

.container {
  padding: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-sm-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-sm-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-xs-12, .col-md-12, .col-lg-12 {
  padding: 0; }

.modal-content,
.modal-header,
.modal-footer,
.modal-body {
  background-color: #ffffff;
  border: 0; }

.modal-header,
.modal-footer {
  border-color: #31353e; }

.modal-100 {
  margin-top: 105px;
  width: 100%;
  font-size: 20px; }
  .modal-100 .modal-content {
    padding: 1.5em 0 0.5em 0; }

.modal {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.modal-header .close {
  color: #df441a;
  font-size: 200%; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #df441a;
  color: #ffffff;
  border: solid 0px; }

.daterangepicker .ranges li {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: solid 0px;
  color: #555;
  background-color: #ffffff; }

/*.a-page-report .daterangepicker .ranges li {
  color: #fff;
  background-color: #4e5d6c;
}*/
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #df441a;
  border-color: #df441a;
  color: #ffffff; }

.daterangepicker td.in-range {
  background-color: #f8d2bb; }

/*.glyphicon-bell:before {
  content: "\d83d\dd14";
}
.glyphicon-bookmark:before {
  content: "\d83d\dd16";
}
.glyphicon-briefcase:before {
  content: "\d83d\dcbc";
}
.glyphicon-calendar:before {
  content: "\d83d\dcc5";
}
.glyphicon-camera:before {
  content: "\d83d\dcf7";
}
.glyphicon-fire:before {
  content: "\d83d\dd25";
}
.glyphicon-lock:before {
  content: "\d83d\dd12";
}
.glyphicon-paperclip:before {
  content: "\d83d\dcce";
}
.glyphicon-pushpin:before {
  content: "\d83d\dccc";
}
.glyphicon-wrench:before {
  content: "\d83d\dd27";
}*/
/*.glyphicon-calendar:before {
  content: "\e109"!important;
}*/
.dropdown-menu {
  background-color: #e6e6e6; }
  .dropdown-menu ul {
    width: 100%; }
  .dropdown-menu li {
    width: 100%; }
  .dropdown-menu > li > a {
    background-color: transparent !important;
    color: #5a5d5e;
    width: 100%; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      background-color: rgba(0, 0, 0, 0.1) !important;
      color: #5a5d5e;
      cursor: pointer; }
  .dropdown-menu li.selected {
    background-color: #09577c !important; }
    .dropdown-menu li.selected > a {
      color: #ffffff !important; }

.input-group-addon {
  background-color: #df441a;
  color: #ffffff; }

/* DASHBOARD + ISOTOPE */
#dbd {
  margin: 0px;
  padding: 0px; }

.a-dbd-box {
  padding: 0px 10px 10px 0px; }

.a-dbd-box-content {
  position: relative;
  width: 100%;
  height: 100px;
  border: 0px solid #ffffff;
  padding: 10px 15px 15px 15px;
  margin: 0px 0px 0px 0px;
  float: left;
  background-color: #f69356;
  color: #ffffff; }

.a-dbd-box-content h2 {
  color: #ffffff;
  width: 100%;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.15em;
  margin-top: 0em;
  line-height: 1.2em; }

.a-dbd-dark {
  background-color: #df441a;
  color: #ffffff; }

.a-dbd-dark h2 {
  color: #fef2ea; }

.a-dbd-light {
  background-color: #fac6a6;
  color: #df441a; }

.a-dbd-light h2 {
  color: #df441a; }

.a-dbd-vlight {
  background-color: #fcdbc7;
  color: #df441a; }

.a-dbd-vlight h2 {
  color: #df441a; }

.a-dbd-icon {
  position: absolute;
  top: 0px;
  right: 0px; }

.a-dbd-icon i {
  display: block;
  float: left;
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  opacity: 0.9; }

i.a-icon-touch {
  background-image: url("graphics/icons/touch60.png"); }

i.a-icon-ascent {
  background-image: url("graphics/icons/ascent60.png"); }

i.a-icon-survey {
  background-image: url("graphics/icons/survey60.png"); }

i.a-icon-vacancies {
  background-image: url("graphics/icons/vacancies60.png"); }

i.a-icon-ctrack {
  background-image: url("graphics/icons/ctrack60.png"); }

i.a-icon-cornerstone {
  background-image: url("graphics/icons/cornerstone60.png"); }

.a-dbd-box-content ul {
  margin-top: 0.35em;
  overflow: hidden;
  text-overflow: ellipsis; }

.a-dbd-box-content li {
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  width: 100%;
  white-space: nowrap;
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis; }

.a-dbd-box-tall {
  height: 210px; }

.a-dbd-box-vtall {
  height: 320px; }

.a-dbd-grid-4 .grid-sizer, .a-dbd-grid-4 .a-dbd-box {
  width: 25%; }

.a-dbd-grid-3 .grid-sizer, .a-dbd-grid-3 .a-dbd-box {
  width: 33.333%; }

.a-dbd-grid-2 .grid-sizer, .a-dbd-grid-2 .a-dbd-box {
  width: 50%; }

.a-dbd-grid-1 .grid-sizer, .a-dbd-grid-1 .a-dbd-box {
  width: 100%; }

.a-dbd-box-2 {
  width: 50%;
  float: left; }

.a-dbd-box-2:first-of-type {
  border-right: solid 10px transparent; }

.a-dbd-box a, .a-dbd-box a:hover, .a-dbd-box a:visited {
  color: #ffffff; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/* FORM */
.a-form.a-form-padding {
  padding-bottom: 1em; }

.a-form-padding-review {
  position: relative; }

.a-form-section-link {
  width: auto;
  position: absolute;
  right: 1.5em;
  top: 4em; }

/* Bootstrap xs breakpoint */
@media only screen and (max-width: 768px) {
  .a-form-section-link {
    position: inherit;
    clear: both;
    margin-top: 0em;
    margin-bottom: 0em;
    zoom: 0.85;
    display: inline-block;
    right: auto;
    top: auto; } }
.a-form h3 {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  float: left; }

.a-form-padding-review h3 {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding-top: 2em; }

.a-form-padding-review h3.nosep {
  border-top: solid 0px #bbb;
  padding-top: 0px;
  float: none; }

.a-sidehelp h3 {
  float: none; }

.a-form-section-intro {
  clear: both;
  font-style: italic;
  margin: 0em 0em 0em 0em; }

.a-form-section-content {
  margin: 1em 0em 0em 0em; }

.a-form-question-off, .a-form-question-on {
  padding: 0.5em 0.8em 0.7em 0.8em;
  color: #ffffff;
  background-color: #df441a;
  margin: 1em 0em 0em 0em;
  line-height: 1.1; }

.a-form-question-on {
  background-color: #df441a; }

.a-form-error {
  padding: 0.5em 0em 0.5em 0em;
  color: #ec350a; }

.a-form textarea {
  width: 100%;
  border-width: 0px;
  padding: 1em;
  /*  font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #5a5d5e;
  background-color: #f3f3f3;
  resize: vertical !important;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  /*font: 400 130px/0.8 'Cookie', Helvetica, sans-serif;*/
  font-style: italic; }

.a-form textarea:disabled {
  background-color: #D3D3D3; }

.a-form textarea.strong:disabled {
  background-color: #C3C3C3; }

.a-form-supervision textarea, .input-group input {
  color: #5a5d5e;
  background-color: #f3f3f3;
  padding: 1em; }

.a-form-prev-skill-header {
  padding: 10px 0px 10px 1.25em;
  margin: 1em 0em 0em 0em; }

.a-form-prev-skill-header h3 {
  margin: 0px;
  padding: 0px;
  font-size: 120%; }

.a-form-skill {
  margin-bottom: 1px;
  padding: 4px 6px 4px 8px;
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #5cb85c;
  color: #555; }

.a-form-skill.a-disabled {
  background-color: #eeeeee;
  border-left-color: #ababab;
  color: #ababab; }

.a-form-skill.a-selected {
  border-left-color: #df441a;
  color: #df441a; }

.a-form-prev-skill {
  margin-bottom: 1px;
  padding: 4px 6px 4px 1.25em; }

.a-form-skill-placeholder {
  color: #df441a;
  margin-top: 5px; }

.a-form-skill-star-on, .a-form-skill-star-off, .a-form-skill-star-hide, .a-form-skill-star-none {
  float: right;
  margin-left: 5px; }

.a-form-prev-skill-star-on, .a-form-prev-skill-star-off, .a-form-prev-skill-star-hide, .a-form-prev-skill-star-none {
  float: left;
  margin-right: 5px; }

.a-form-skill-star-on, .a-form-skill-star-off, .a-form-skill-star-hide, .a-form-skill-star-none,
.a-form-prev-skill-star-on, .a-form-prev-skill-star-off, .a-form-prev-skill-star-hide, .a-form-prev-skill-star-none {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px; }

.a-form-skill-star-on {
  background-image: url("graphics/stars/star_on.png"); }

.a-form-skill-star-off {
  background-image: url("graphics/stars/star_off.png"); }

.a-form-prev-skill-star-on {
  background-image: url("graphics/stars/star_prev_on.png"); }

.a-form-prev-skill-star-off {
  background-image: url("graphics/stars/star_prev_off.png"); }

.a-form-skill-star-none {
  display: none; }

.modal-rating {
  margin-top: 40px;
  width: 100%; }

.a-form-rating {
  padding: 0em 0em 0em 0em; }

.a-form-rating h2 {
  margin-top: 0em;
  margin-bottom: 0.25em; }

.a-form-rating h3 {
  margin-top: 0px;
  font-size: 110%; }

.a-instructions {
  color: #808080;
  font-style: italic;
  padding-bottom: 0.75em; }

.a-form-rating .a-instructions {
  padding-bottom: 0px;
  font-size: 100%; }

.a-form-rating .a-note-black {
  padding-left: 0em;
  padding-right: 0em; }

.a-form-rating-self-margin {
  margin-bottom: 0em; }

.a-form-rating-row {
  margin: 1em 0em 1em 0em; }

.a-note-black .a-form-rating-row {
  margin: 0em; }

/* For sizes beyond Bootstrap's xs breakpoint */
@media only screen and (min-width: 768px) {
  .a-form-rating-row {
    position: relative; }

  .a-form-rating-description, .a-form-rating-row {
    min-height: 120px; }

  .a-form-rating-description {
    border-right: solid 1px #aaa; }

  .a-form-rating-row:first-of-type, .a-note-black .a-form-rating-row {
    min-height: 1px; }

  .a-form-rating-rates {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%); } }
.a-form-rating-hsep {
  border-top: solid 1px #ababab;
  margin: 0em 0em 0em 0em; }

.a-form-rating-full-width, .a-form-rating-full-width-target {
  position: relative; }

.a-form-rating-full-width-target {
  background-color: #fff;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }

.a-form-rating-marker-target {
  width: 130px;
  position: absolute;
  right: 10px;
  padding-top: 0.5em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%); }

.a-form-rating-rate .a-form-rating-marker-target {
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%); }

.a-form-rating-marker-target i {
  /* apps.eky.hk/css-triangle-generator */
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 30px 42px 0px;
  border-color: transparent #df441a transparent #df441a;
  margin-right: 0px;
  margin-top: 0px; }

.a-form-rating-marker-target-dev i {
  border-color: transparent #31353e transparent transparent; }

.a-form-rating-marker-target div {
  float: left;
  display: inline-block;
  height: 84px;
  background-color: #df441a;
  color: #ffffff;
  width: 99px;
  /*For ghost lines on iOS*/
  padding: 0px 0px 0px 0px;
  position: relative;
  border-left: solid 1px #df441a;
  /*For ghost lines on iOS*/
  margin-left: 0px; }

.a-form-rating-marker-target-dev div {
  background-color: #31353e;
  border-left: solid 1px #31353e;
  /*For ghost lines on iOS*/ }

.a-form-rating-marker-target div span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  padding-right: 10px; }

.a-form-rating-description {
  font-size: 85%;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  padding-right: 1em !important;
  padding-left: 1em !important; }

.a-form-rating-description br {
  /*
  vertical-align:top;
  line-height:2em;
  */ }

.a-form-rating-description p {
  display: block;
  height: 0.6em;
  margin: 0px;
  overflow: hidden;
  line-height: 1px; }

.a-form-rating-rate {
  position: relative;
  line-height: 2em;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 0.5em;
  display: inline-block;
  width: 100%;
  /*
    border:solid 1px;
  */ }

.a-form-rating-rate-boxes {
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%); }

.a-form-rating-rate.a-disabled {
  cursor: default; }

.a-form-rating-rate a, .a-form-rating-rate a:hover, .a-form-rating-rate a:visited {
  display: inline-block;
  outline: none;
  color: #31353e;
  text-decoration: none;
  height: 2em; }

.a-form-rating-rate a:hover {
  color: #000000;
  font-weight: bold; }

.a-form-rating-rate.a-disabled a {
  cursor: default; }

.a-form-rating-rate.a-disabled a:hover {
  font-weight: normal; }

.a-form-rating-checked i, .a-form-rating-unchecked i {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em; }

.a-form-rating-unchecked i {
  background-color: #ffffff;
  border: solid 2px #999999; }

.a-form-rating-rate.a-disabled .a-form-rating-unchecked i {
  background-color: #eeeeee; }

.a-form-rating-checked i {
  background-color: #df441a;
  border: solid 2px #df441a; }

.a-form-rating-rate span {
  vertical-align: middle;
  font-size: 90%; }

.a-form-rating-selected {
  color: #000000;
  font-weight: bold !important; }

.a-form-rating-rate .tooltip {
  margin-left: 1em !important; }

.a-form-rating-close {
  text-align: right;
  padding: 0.5em 1.5em 0.5em 0.5em; }

.a-form-rating-close-top {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  z-index: 10; }

.aa-form-rating-close-top {
  text-align: right;
  float: right; }

.a-form-rating-close-bottom {
  width: 100%;
  background-color: #4e5d6c;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 110%;
  font-weight: normal; }

.a-form-rating-close-bottom.success {
  background-color: #5cb85c; }

.a-form-rating-close-bottom:hover {
  color: #fff; }

.a-form-footer {
  padding: 4em 0em 1em 0em;
  display: inline-block;
  width: 100%; }
  .a-form-footer b {
    font-weight: normal;
    color: #df441a; }
  .a-form-footer > div {
    line-height: 1.2; }
    .a-form-footer > div a {
      margin: 0.7em 0 1.5em 0; }

.a-form-save-draft, .a-form-save-back {
  float: left;
  clear: both; }

.a-form-save-submit, .a-form-save-delete {
  float: right;
  text-align: right; }

@media only screen and (max-width: 768px) {
  .a-form-footer {
    font-size: 80%; } }
@media only screen and (max-width: 539px) {
  .a-form-footer > div {
    width: 100%;
    text-align: right; } }
@media only screen and (max-width: 500px) {
  .a-form-save-submit {
    padding-top: 2em;
    clear: both;
    float: left;
    text-align: left; }

  .a-hide-500w {
    display: none; } }
.a-form-save-submit a {
  margin-top: 0.5em;
  min-width: 200px; }

.a-form-save-loader {
  height: 15px; }

/* FORM SUPERVISION */
.a-form-supervision {
  min-height: 400px; }

.a-form-supervision textarea, .a-form-supervision input[type="text"], .a-form-supervision select, .a-form-supervision .btn, .input-group {
  font-size: 0.9rem; }

.a-form-supervision textarea, .a-form-supervision input[type="text"], .a-form-supervision select, .input-group {
  width: 100%; }

.a-form-supervision .dropdown-toggle, .open > .dropdown-toggle.btn-default {
  background-color: #f3f3f3;
  color: #5a5d5e; }

span.select-help {
  display: inline-block;
  border-radius: 1em;
  font-size: 0.7em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000000;
  color: #000000;
  opacity: 0.7;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-left: 0.8em;
  transform: translateY(-2px);
  cursor: pointer; }

.dropdown-toggle {
  margin: 0px !important;
  border-width: 0px !important; }

.dropdown-toggle .filter-option {
  padding: 1px 0px 1px 0px; }

.dropdown-toggle .caret {
  right: 16px !important;
  color: #5a5d5e;
  font-size: 200%;
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px; }

.btn-group.bootstrap-select .dropdown-menu {
  min-width: 100%; }

.dropdown-menu {
  padding: 0px; }

.dropdown-menu > li > a:focus {
  background-color: #df441a;
  color: #fff; }

.a-form-supervision textarea, .a-form-supervision input[type="text"], .a-form-supervision select {
  color: #555;
  border: solid 0px; }

.a-form-supervision textarea {
  padding: 8px 16px 8px 16px;
  /*  font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-size: 120%; }

.a-form-supervision label {
  font-size: 100%;
  color: #444; }

.a-form-supervision label.admin {
  margin-top: 0px;
  float: right; }

.a-form-supervision-field {
  margin: 1em 0em 0em 0em; }

.a-form-supervision .a-icon70 {
  margin-bottom: 1.75em; }

.a-form-supervision-buttons {
  margin: 1em 0em 1.5em 0em; }

.a-form-supervision-finish .a-form-supervision-buttons {
  float: left; }

.a-form-supervision .hLoader {
  float: left;
  padding: 2.25em 0em 0em 0em; }

.a-form-supervision-error {
  width: 100%;
  background-color: #df441a;
  color: #fff;
  margin: 1.75em 0em 0em 0em;
  padding: 8px 16px 8px 16px;
  font-size: 90%; }

.a-supervision-warning {
  background-color: #df441a;
  color: #fff;
  padding: 16px 16px 16px 16px; }

.a-supervision-history-notes .a-supervision-history-notes-content {
  display: block;
  height: auto;
  margin: 0;
  background-color: #f3f3f3;
  padding: 0;
  /*    font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-size: 0.8rem;
  color: #5a5d5e; }
  .a-supervision-history-notes .a-supervision-history-notes-content > * {
    padding-left: 1em;
    padding-right: 1em; }
    .a-supervision-history-notes .a-supervision-history-notes-content > *:first-child {
      padding-top: 1em; }
    .a-supervision-history-notes .a-supervision-history-notes-content > *:last-child {
      padding-bottom: 1em; }

.a-supervision-history-field {
  margin-bottom: 0.25em; }

.a-supervision-history-notes p {
  margin-top: 0; }

.a-supervision-history-field.a-supervision-history-logged-by {
  margin: 1em 0em 0em 0em;
  color: #888;
  font-size: 90%; }

.a-supervision-history-field.a-supervision-history-logged-by .btn {
  float: right;
  padding: 0px 8px 2px 8px;
  margin: 0px; }

.a-sidehelp {
  padding: 0;
  font-size: 90%; }

.a-sidehelp h3 {
  margin-top: 0px; }

.a-help-square {
  clear: both;
  padding-bottom: 10px; }

.a-help-squares ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }

.a-help-squares ol > li:before {
  /* number */
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  background-color: #ababab;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center; }

.a-help-squares ol > li.a-highlight:before {
  background-color: #df441a; }

.a-help-squares ol > li {
  /* text */
  font-size: 85%;
  line-height: 125%;
  color: #555555;
  position: relative;
  list-style: none;
  padding-left: 70px;
  margin-bottom: 10px;
  min-height: 60px;
  max-width: 275px; }

.a-help-squares ol > li.a-highlight {
  color: #222222; }

/*
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}​
  */
.a-help-square .text {
  max-width: 250px;
  font-size: 85%;
  line-height: 125%; }

.a-title.roletitle {
  font-weight: 500;
  font-size: 110%;
  color: #09577c;
  display: inline-block; }
  .a-title.roletitle + .btn {
    margin-top: 0;
    float: right; }

.a-icon70 {
  min-height: 70px;
  line-height: 1; }
  .a-icon70 i {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background-color: #df441a;
    margin-right: 1em;
    background-position: center center;
    background-size: 70px 70px;
    background-repeat: no-repeat; }
    .a-icon70 i.transparent {
      background-color: transparent; }
    .a-icon70 i.a-icon-profile {
      background-image: url("graphics/icons/profile70.png"); }
  .a-icon70 .a-title {
    font-weight: 500;
    font-size: 160%;
    color: #333333;
    margin-left: 90px; }
  .a-icon70 .a-title-small {
    font-weight: 500;
    font-size: 140%;
    color: #333333;
    margin-left: 90px; }
  .a-icon70 .a-title-group {
    font-weight: 400;
    font-size: 120%;
    color: #333333;
    margin-left: 90px;
    margin-top: 0.25em; }
  .a-icon70 .a-subtitle {
    padding-top: 0.3em; }

.a-icon70.inmodal {
  margin-bottom: 1em; }

.a-icon60 {
  min-height: 60px;
  margin-bottom: 0.75em; }

.a-icon60 i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background-color: #df441a;
  margin-right: 10px;
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat; }

.a-icon60 i.transparent {
  background-color: transparent; }

.a-icon60 i.a-icon-profile {
  background-image: url("graphics/icons/profile60.png"); }

.a-icon60 i.a-icon-pdf {
  background-image: url("graphics/icons/pdf60.png"); }

.a-icon60 i.a-icon-question {
  background-image: url("graphics/icons/question60.png"); }

.a-icon60 .a-title {
  font-size: 180%;
  color: #333333; }

.a-icon40 {
  min-height: 50px;
  display: inline-block;
  position: relative; }

.a-icon40 i {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 50px;
  background-position: center center;
  background-size: 40px 50px;
  background-repeat: no-repeat; }

.a-icon40 i.a-icon-pdf {
  background-image: url("graphics/icons/pdf40.png"); }

.a-icon40 i.a-icon-doc {
  background-image: url("graphics/icons/doc40@2x.png"); }

.a-icon40 i.a-icon-touch {
  background-image: url("graphics/touch-icon.svg"); }

.a-icon40 i.a-icon-info {
  background-image: url("graphics/info-icon.svg"); }

.a-icon40 .a-title {
  font-size: 1.1rem;
  color: #333333;
  line-height: 1em;
  white-space: nowrap;
  padding-left: 46px;
  font-weight: 400; }

.a-side-content .a-icon40 {
  padding-left: 0.7em; }
  .a-side-content .a-icon40 i {
    left: 0.4em; }
  .a-side-content .a-icon40 .a-title {
    font-size: 1rem;
    white-space: normal; }

.a-icon40 .a-subtitle {
  font-size: 80%;
  color: #777777;
  line-height: 1.3em;
  display: inline-block;
  padding-left: 46px; }

.a-note-black .a-icon40 {
  opacity: 0.8; }

.a-note-black .a-icon40 .a-title {
  color: #ddd; }

.a-note-black .a-icon40 .a-subtitle {
  color: #aaa; }

.a-note-black .a-icon40 i.a-icon-pdf {
  background-image: url("graphics/icons/pdfw40.png"); }

/* PDF */
.a-pdf {
  background-color: #ffffff;
  color: #333333;
  padding: 0px;
  margin: 0px;
  font-size: 12pt; }

.a-pdf .a-logo-hcone, .a-logo-hcone-pdf {
  float: left;
  width: 256px;
  height: 80px;
  background-image: url("graphics/pdf/logo_pdf.gif");
  background-size: cover; }

.a-pdf .a-logo-ascent, .a-logo-ascent-pdf {
  float: right;
  width: 173px;
  height: 64px;
  background-image: url("graphics/ascent-logo-dark.svg");
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 173px 64px;
  width: 173px;
  height: 64px; }

.a-pdf .a-body {
  clear: both;
  padding-top: 3em; }

.a-pdf h1 {
  background-color: #df441a;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  margin: 0px; }

.a-pdf-header {
  background-color: #555555;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 0px; }

.a-pdf-header-reviewer {
  float: left;
  font-size: 120%; }

.a-pdf-header-date {
  float: right;
  padding-right: 2em; }

.a-pdf-notice {
  margin: 1em 0em 1em 0em;
  padding: 0.5em 0em 0.5em 0em;
  background-color: #ababab;
  color: #ffffff;
  text-align: center;
  font-size: 150%; }

.a-pdf-notice-sub {
  font-size: 80%; }

.a-pdf-content {
  padding: 0px 0px 0px 0px; }

.a-pdf-content h2 {
  color: #e04909; }

.a-pdf h2 {
  margin: 1em 0em 0em 0em;
  padding-top: 0em;
  border-top: solid 0px; }

.a-pdf .a-pdf-content-form h2.pbreak {
  page-break-before: always; }

.a-pdf .a-pdf-content-form h2:first-of-type {
  page-break-before: avoid; }

.a-pdf .a-pdf-notice.reviewer-only {
  page-break-before: always;
  border-top: solid 1px #ffffff; }
  .a-pdf .a-pdf-notice.reviewer-only div {
    text-transform: uppercase; }

.a-pdf-field-section {
  position: relative;
  page-break-inside: avoid;
  bborder-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em 0em; }

.a-pdf-field-section-av {
  position: relative;
  page-break-inside: avoid; }

.a-pdf h3 {
  margin: 0;
  font-size: 150%; }

.a-pdf .a-field {
  border: solid 1px #dadada;
  background-color: #fafafa;
  padding: 0.5em;
  /*  font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-weight: 400;
  font-size: 140%;
  color: #555555;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.a-pdf .a-field.ratings {
  margin-top: 2em;
  margin-bottom: 0em;
  min-height: 55px; }

.a-pdf .a-field-with-header {
  border: solid 1px #dadada;
  background-color: #fafafa;
  padding: 0.5em;
  /*    font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-weight: 400;
  font-size: 140%;
  color: #555555;
  margin-top: 0px; }

.a-pdf .a-field-label {
  font-weight: 400;
  font-size: 120%;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.a-pdf .a-field.xlarge {
  min-height: 550px; }

.a-pdf .a-field.large {
  min-height: 400px; }

.a-pdf .a-field.medium {
  min-height: 200px; }

.a-pdf .a-field.small {
  min-height: 75px; }

.a-pdf .a-field br {
  vertical-align: top;
  line-height: 1em; }

.a-pdf .a-field p {
  display: block;
  height: 0.8em;
  margin: 0px;
  overflow: hidden; }

.a-pdf-stars {
  font-size: 150%;
  float: right; }

.a-pdf-star-on, .a-pdf-star-off, .a-pdf-star-none {
  display: inline-block;
  width: 1.1em;
  height: 1.6em;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.1); }

.a-pdf-stars .a-pdf-star-on {
  background-image: none; }
  .a-pdf-stars .a-pdf-star-on:nth-child(-n+3) {
    background-color: #ffc61d; }
  .a-pdf-stars .a-pdf-star-on:nth-child(n+4):nth-child(-n+6) {
    background-color: #f48010; }
  .a-pdf-stars .a-pdf-star-on:nth-child(n+7):nth-child(-n+9) {
    background-color: #ea4f25; }
  .a-pdf-stars .a-pdf-star-on:nth-child(10) {
    background-color: #01718e; }
  .a-pdf-stars .a-pdf-star-on.previous {
    border-color: #dddddd;
    font-weight: 300;
    color: #bbbbbb;
    background-color: #98999a !important; }
.a-pdf-stars .a-pdf-star-off {
  background-image: none; }

.pdf-star-count {
  float: right;
  display: block;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  width: 1.6em;
  text-align: center;
  height: 1.6em;
  font-size: 150%;
  box-sizing: border-box;
  margin-left: 0.5em;
  padding-top: 0.05em; }
  .pdf-star-count.previous {
    border-color: #dddddd;
    font-weight: 300;
    color: #98999a; }

.pdf-star-labels {
  font-size: 80%;
  width: 100%;
  text-align: center;
  padding-right: 1.6em;
  line-height: 0.8;
  box-sizing: border-box; }
  .pdf-star-labels span:first-child {
    float: left; }
  .pdf-star-labels span:last-child {
    float: right; }

.a-pdf-star-notrated {
  color: #df441a;
  font-size: 70%; }

.pdf-skill-rated {
  color: #000000; }

.pdf-skill-required-higher {
  color: #CC0000; }

.pdf-skill-desc {
  margin: 0.5em 0em 0.5em 0em;
  width: 750px;
  font-size: 85%;
  color: #666666;
  line-height: 1.3em; }

.pdf-skill-desc br {
  /*
  vertical-align:top;
  line-height:1.8em;
  */ }

.pdf-skill-desc p {
  display: block;
  height: 0.6em;
  margin: 0px;
  overflow: hidden;
  line-height: 1px;
  overflow: hidden; }

.pdf-skill-boxes {
  display: inline-block;
  width: 100%;
  margin-top: 0.75em; }

.pdf-skill-box-label, .pdf-skill-box-off, .pdf-skill-box-on {
  height: 20px;
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #666666; }

.pdf-skill-box-off, .pdf-skill-box-on {
  width: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999; }

.pdf-skill-box-off div, .pdf-skill-box-on div {
  margin: 3px 3px 3px 3px;
  width: 10px;
  height: 10px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden; }

.pdf-skill-box-on div {
  background-color: #888888; }

.pdf-skill-box-label {
  padding: 0px 20px 0px 6px; }

.dataTables_filter {
  display: none; }

.dataTables_empty {
  line-height: 34px;
  padding-left: 16px; }

.dataTables_info {
  padding: 20px 0px 0px 10px;
  font-style: italic;
  color: #ababab; }

#adminHistory .a-report-export {
  padding-top: 0.5em;
  clear: both; }

.a-report-export {
  margin: 0em 0em 0.5em 0em;
  text-align: right; }
  .a-report-export .a-report-button {
    display: inline-block;
    background-color: #9a9ea1;
    color: #ffffff;
    padding: 0.1em 0.5em;
    font-size: 80%;
    margin: 0; }

.a-button-grey {
  display: inline-block;
  background-color: #9a9ea1;
  color: #ffffff;
  padding: 0.1em 0.5em;
  font-size: 80%;
  margin: 0; }
  .a-button-grey :hover {
    background-color: #df441a;
    color: #ffffff; }

.a-report-export .a-report-button:hover {
  background-color: #df441a;
  color: #ffffff; }

.a-report-table thead .sorting,
.a-report-table thead .sorting_asc,
.a-report-table thead .sorting_desc,
.a-report-table thead .sorting_asc_disabled,
.a-report-table thead .sorting_desc_disabled {
  cursor: pointer; }

.a-report-table thead .sort {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: middle;
  text-align: right;
  margin-right: 0px; }

.a-report-table thead .sorting .sort {
  background: url("DataTables-1.10.4/images/sort_both.png") no-repeat center right; }

.a-report-table thead .sorting_asc .sort {
  background: url("graphics/report/sort_asc.png") no-repeat center right; }

.a-report-table thead .sorting_desc .sort {
  background: url("graphics/report/sort_desc.png") no-repeat center right; }

.a-report-table thead .sorting_asc_disabled .sort {
  background: url("DataTables-1.10.4/images/sort_asc_disabled.png") no-repeat center right; }

.a-report-table thead .sorting_desc_disabled .sort {
  background: url("DataTables-1.10.4/images/sort_desc_disabled.png") no-repeat center right; }

.a-report-table.dataTable th:active {
  outline: none; }

.a-report-table tr {
  page-break-inside: avoid; }

.a-report-processing {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 10000;
  color: #333333; }

.a-report-processing img {
  margin-left: 50%;
  margin-top: 200px; }

.a-report-search {
  float: right;
  padding: 0;
  width: 35%; }
  .a-report-search table {
    font-size: 1em; }
  .a-report-search td input {
    border: 0;
    padding: 0.2em 0.5em; }

.a-report-filter {
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  margin: 1em 0 0.5em 0;
  padding: 10px 10px 10px 20px;
  overflow: auto;
  background-color: #09577c;
  color: #ffffff; }
  .a-report-filter .btn-group {
    display: inline-block; }
  .a-report-filter table td {
    padding: 0;
    color: #ffffff; }
  .a-report-filter input[type="checkbox"] ~ label {
    margin: 0;
    font-weight: 300;
    padding: 2px 0 4px 0; }
  .a-report-filter.filterrows.nobackground label:first-child {
    min-width: 2em;
    margin-right: 0.7em; }
  .a-report-filter.filterrows label:first-child {
    min-width: 7em;
    text-align: right;
    margin-right: 0.7em; }
  .a-report-filter.filterrows select {
    background-color: #ffffff;
    background-image: url("graphics/dropdown-dark.svg");
    background-size: 0.9em 0.9em;
    background-position: right 0.3em center;
    color: #222222;
    padding: 0.1em 2.1em 0.15em 0.5em;
    margin-right: 0.5em; }
  .a-report-filter.filterrows select + input[type="checkbox"] ~ label {
    margin-left: 1em;
    padding: 0;
    vertical-align: text-bottom; }
  .a-report-filter.filterrows span {
    display: inline-block;
    font-weight: 500;
    margin-right: 0.6em; }
  .a-report-filter.filterrows a.delete {
    display: inline-block;
    font-size: 0.9em;
    width: 1em;
    height: 1em;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.5em;
    transform: translateY(-0.1em);
    margin-left: 0.1em;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAECAMAAACjvQ8qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAA5JREFUeNpiYKA9AAgwAABkAAEodompAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: 0.45em 0.1em;
    background-position: center center;
    opacity: 0.4; }
  .a-report-filter.filterrows a.filter.add {
    color: #ffffff;
    vertical-align: top; }
    .a-report-filter.filterrows a.filter.add:before {
      content: '+';
      display: inline-block;
      width: 1em;
      height: 1em;
      background-color: #df441a;
      margin-right: 0.3em;
      text-align: center;
      line-height: 0.9; }

.a-report-filter.filterrows > div {
  padding: 0.3em 0 0 0;
  display: block;
  vertical-align: middle; }
  .a-report-filter.filterrows > div:last-child {
    margin-bottom: 0.5em; }
  .a-report-filter.filterrows > div > label + div {
    display: inline-block;
    max-width: calc(100% - 9em);
    vertical-align: top; }
    .a-report-filter.filterrows > div > label + div > div {
      display: inline; }
    .a-report-filter.filterrows > div > label + div span.filter {
      margin-left: 0; }
      .a-report-filter.filterrows > div > label + div span.filter a {
        margin-left: 0.25em !important; }
    .a-report-filter.filterrows > div > label + div a.add {
      margin-left: 0.8em !important;
      white-space: nowrap; }

.a-report-filter-left.newline {
  display: block;
  padding-top: 0.4em; }

.a-report-header {
  color: #ffffff; }

.a-report-filter .btn {
  padding: 2px 16px 4px 16px;
  border: 0;
  font-size: 18px;
  font-weight: 500; }

.a-report-table {
  width: 100%;
  padding: 0px;
  margin: 0px;
  table-layout: fixed; }

.a-report-table tr {
  border-bottom: solid 1px #e5e5e5; }

.a-report-table tr:hover {
  background-color: #eeeeee; }

.a-report-table th {
  font-weight: bold;
  background-color: #ffffff;
  color: #444444;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: ns-resize; }

.a-report-legend {
  font-size: 90%;
  line-height: 1em;
  margin: -1.25em 0 1em 0em;
  vertical-align: middle;
  list-style-type: none;
  padding: 0;
  float: right; }

@media only screen and (max-width: 1200px) {
  .a-report-legend {
    margin-top: 0;
    float: none; } }
.a-report-legend li {
  display: inline;
  margin-right: 2em;
  padding: 0px;
  white-space: nowrap; }

.a-report-legend-block {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em; }

.a-r-cell-dn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-cell-sn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-cell-tot .sort {
  margin-right: -20px !important; }

.a-r-cell-tot {
  text-align: right !important;
  overflow: visible; }

.a-r-ch-s {
  background-color: #df441a; }

.a-r-ch-ns {
  background-color: #ababab; }

.a-r-cell-cc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-cell-ct {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-cell-cm {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-row-cm {
  background-color: #ffede2 !important; }

.a-r-cell-erfn i {
  font-size: 80%;
  color: #df441a; }

.glyphicon-exclamation-sign {
  margin-left: 0.3em; }

.a-r-cell-lr {
  text-align: center; }

@media only screen and (max-width: 600px) {
  div[class*="a-r-progress-"] {
    width: 80px; } }
.a-r-p-l {
  float: left;
  padding-right: 10px; }

.a-r-progress- div, .a-r-progress-0 div, .a-r-progress-1 div, .a-r-progress-2 div, .a-r-progress-3 div {
  float: right;
  width: 20px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: dashed 1px #cccccc;
  height: 22px;
  margin: 6px 0px 6px 0px; }

.a-r-p-r {
  border-left: dashed 1px #cccccc; }

.a-r-cell-p {
  width: 35%;
  text-align: center; }

.a-r-cell-p div {
  text-align: center; }

.a-progress-wrapper {
  float: right;
  position: relative; }

.a-progress-wrapper .a-p-n, .a-progress-wrapper .a-p-g, .a-progress-wrapper .a-p-0, .a-progress-wrapper .a-p-1, .a-progress-wrapper .a-p-2, .a-progress-wrapper .a-p-3, .a-progress-wrapper .a-p-l {
  float: left;
  font-size: 10px;
  height: 3em;
  line-height: 3em;
  color: #fff;
  text-align: center;
  font-family: Verdana;
  letter-spacing: -1px; }

/*
.a-r-cell-hc .a-p-g, .a-r-cell-hc .a-p-3, .a-r-cell-hc .a-r-er, .a-r-cell-hc .a-r-ee, .a-r-cell-hc .a-r-cmp
{
  height:34px;
}
*/
.a-p-l {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

/* completed - green */
.a-p-3 {
  background-color: #27b86f; }

/*reviewee confirm - purple*/
.a-p-2 {
  background-color: #b24385; }

/*reviewer prep/meeting - orange*/
.a-p-1 {
  background-color: #df441a; }

/*reviewee prep - yellow*/
.a-p-0 {
  background-color: #c5b500; }

/*not started - blue*/
.a-p-n {
  background-color: #2a9bd4; }

/* grey - not completed */
.a-p-g {
  background-color: #bbbbbb; }

.a-p- {
  background-color: transparent; }

/* with reviewer - orange */
.a-r-er {
  background-color: #f1610a; }

/* with reviewee - yellow */
.a-r-ee {
  background-color: #c5b500; }

/* on action required - green */
.a-r-cmp {
  background-color: #27b86f; }

.a-report-pdf h1 {
  font-size: 200%; }

.a-report-pdf .sort {
  display: none !important; }

.a-report-pdf .a-report-table th {
  font-weight: bold !important;
  color: #777 !important; }

.a-report-pdf .a-report-table {
  margin-top: 3em; }

.a-cm-title {
  font-size: 130%; }

.a-cm-header {
  margin: 0em 0em 1.5em 0em;
  padding: 1em;
  font-size: 140%;
  font-style: italic;
  color: #fff;
  background-color: #31353e; }

.a-cm-back {
  float: left;
  width: 40%; }

.a-cm-skill-sep {
  clear: both;
  height: 2em; }

.a-cm-skill {
  clear: both;
  font-size: 150%;
  padding: 0em 0.5em 0em 0.5em;
  font-weight: normal; }

.a-cm-skill-label {
  float: left;
  width: 40%;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-cm-skill-levels {
  float: left;
  display: inline-block;
  padding-bottom: 15px; }

.a-cm-skill-boxw {
  float: left;
  padding-right: 30px; }

.a-cm-skill-box {
  display: inline-block;
  width: 27px;
  height: 27px;
  border: solid 2px #ababab;
  margin-right: 0.5em;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer; }

.a-cm-skill-box.n_a {
  border: solid 2px #ccc;
  color: #bbb; }

.a-cm-skill .a-cm-skill-box.selected {
  background-color: #df441a;
  border: solid 2px #df441a;
  color: #fff; }

.a-cm-skill.n_a {
  color: #bbb; }

.a-cm-skill.n_a .a-cm-skill-box {
  border: solid 2px #ccc;
  color: #bbb; }

.a-cm-skill.n_a .a-cm-skill-box.selected {
  background-color: #666;
  border: solid 2px #666;
  color: #fff; }

.a-dev-opp h3 {
  font-size: 140%;
  margin-top: 0.5em;
  margin-bottom: 0.75em; }

.a-dev-opp ul {
  clear: both;
  margin-top: 1em;
  padding-left: 1em; }

.sa-dev-opp li {
  margin-bottom: 1em;
  padding-top: 18px;
  list-style-image: url("graphics/bullet-orange.png"); }

.a-dev-opp li {
  background-image: url("graphics/bullet-orange.png");
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding: 0px 0px 3px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0em 0em 1em 0em; }

.a-dev-opp li.ticked {
  background-image: url("graphics/bullet-ticked.png"); }

.a-dev-opp-status {
  font-size: 80%;
  color: #777777; }

@media only screen and (max-width: 720px) {
  #overviewtable {
    font-size: 14px; } }
@media only screen and (max-width: 600px) {
  .a-report-table {
    table-layout: auto;
    font-size: 14px; }

  .a-report-filter {
    padding-bottom: 16px; }

  .a-report-filter label {
    font-size: 85%;
    padding: 8px 12px; }

  .a-report-filter .btn-group {
    text-align: center;
    width: 100%; }
    .a-report-filter .btn-group .btn {
      font-size: 0.85em;
      float: none;
      padding: 2px 8px 4px 8px; }

  .a-report-filter-left > label:first-child {
    display: none; }

  .a-report-filter.filterrows label:first-child {
    display: block;
    width: 100%;
    font-size: 1.3em;
    text-align: left;
    padding: 0.5em 0 0.2em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.4em;
    font-weight: 500; }

  .a-report-filter.filterrows.nobackground {
    padding-bottom: 0; }

  .a-report-filter.filterrows.nobackground label:first-child {
    display: inline-block;
    width: auto;
    font-size: 1em;
    padding: 0;
    margin: 0 0.7em 5px 0;
    border: 0;
    font-weight: inherit; }

  .a-report-filter.filterrows > div:first-child label:first-child {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }

  .a-report-filter.filterrows select {
    margin-bottom: 0.5em; }

  .a-report-filter.filterrows > div > label + div {
    max-width: 100%; }

  .btn-group-admin {
    text-align: center; }

  .a-r-cell-p div {
    color: transparent; }

  .a-report-search {
    float: left;
    width: 100%;
    margin: 0.7em 0 1em 0; }

  .a-report-table td, .a-report-table th {
    font-size: 110%; }

  .a-r-cell-rs {
    width: 90px;
    padding-right: 10px; }

  #overviewtable th, #overviewtable td {
    padding: 0.6em 0.8em; }
  #overviewtable th:nth-of-type(2) {
    width: 100px; }
  #overviewtable th:nth-of-type(4) {
    width: 100px; }
  #overviewtable .a-r-cell-rs {
    width: 95px; }

  #overviewtable thead tr:nth-child(2) th:nth-child(2),
  #overviewtable thead tr:nth-child(2) th:nth-child(4),
  #overviewtable thead tr:nth-child(2) th:nth-child(6) {
    font-size: 14px !important; }

  #overviewtable {
    font-size: 14px; }

  .a-r-p-l, .a-r-cell-ds, .a-r-cell-lr, .a-r-cell-er-last, .a-r-cell-er-action, #overviewtable .a-r-cell-erfn:not(span), #overviewtable tbody td:nth-of-type(3), #overviewtable thead th:nth-of-type(3), #overviewtable thead tr:first-of-type {
    display: none; }

  #selectedReviewer, #selectedReviewee {
    display: inline-block;
    margin-bottom: 1em;
    margin-left: 0.5em; }

  .a-r-cell-er-name {
    width: 65%; }

  .a-r-cell-er-status {
    width: 35%; }

  .a-hide-600w {
    display: none; }

  .a-r-cell-ct {
    width: 80%; }

  .a-r-cell-cm {
    width: 0%;
    display: none; }

  .a-cm-skill {
    padding-top: 1em;
    padding-bottom: 0em; }

  .a-cm-skill-label {
    float: none;
    width: 100%; }

  .a-cm-skill-levels {
    float: none;
    width: 100%;
    padding-bottom: 1em; }

  .a-report-legend {
    float: none;
    margin-top: 0.5em; }

  ul.a-report-legend li {
    margin-top: 0.3em; } }
@media only screen and (max-width: 360px) {
  #overviewtable th, #overviewtable td {
    padding: 0.6em 0.4em; } }
.a-report-user-history {
  margin: 0.5em 0em 0em 0em;
  /*clear: both;*/
  clear: both; }

.a-report-user-history .a-completed {
  float: right;
  text-align: right;
  margin-bottom: 0.6em; }

.a-report-user-history ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both; }

.a-report-user-history ul li {
  position: relative;
  background-color: #ececec;
  padding: 0.75em 1em 1em 1em;
  margin: 0.5em 0em 0.5em 0em; }
  .a-report-user-history ul li .a-supervision-history-notes-content {
    background-color: #dfdfdf; }

.a-report-user-history .edit {
  cursor: pointer; }

.a-admin-page .a-report-user-history ul li {
  background-color: rgba(0, 0, 0, 0.1); }

.a-report-user-history ul ul {
  margin: 0px 0px 0px 2em;
  padding: 0px;
  list-style: square; }

.a-report-user-history ul ul li {
  background-color: transparent;
  padding: 0px;
  margin: 0.25em 0em 0.25em 0em; }

.a-report-user-history .a-highlight {
  background-color: #df441a;
  color: #ffffff; }

.a-report-user-history .a-highlight a {
  color: #ffffff; }

.a-report-user-history .btn {
  margin-top: 0.5em; }

.a-report-user-history .a-highlight .btn-default {
  background-color: #ffffff;
  color: #df441a;
  font-size: 100%; }

.a-report-user-history .a-report-user-history-detail-wrapper {
  margin-top: 0.5em; }

.a-report-user-history-detail {
  margin: 0.25em 0em 0em 0em;
  padding: 10px;
  font-size: 90%;
  background-color: #cccccc; }

.a-report-user-history .a-highlight .a-report-user-history-detail {
  background-color: #f39f6c; }

/* for the horizontal help menu */
.a-admin-help-detail-wrapper {
  margin-top: 0.5em; }

.a-admin-help-detail-wrapper > a {
  color: #09577c;
  font-weight: 400; }

.a-admin-help-detail {
  margin: 0.25em 0em 0em 0em;
  padding: 10px;
  font-size: 90%; }

/* GRID BREAKPOINTS */
/* Bootstrap sm breakpoint */
@media only screen and (max-width: 992px) {
  .a-row-sep-vertical {
    border-right: solid 0px #bbbbbb; }

  .a-form-padding-review, .a-form-padding-review-top {
    padding-right: 0px; }

  .a-report-legend li {
    float: none;
    margin: 1em 0; }

  .a-side-content {
    width: 70%;
    float: none;
    padding-left: 0;
    padding-bottom: 2em;
    display: initial !important; }

  .a-left-content:not(:only-child) {
    width: 100%;
    float: none; } }
/* Bootstrap xs breakpoint */
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 180%; }

  .a-report-legend li {
    display: block;
    margin-bottom: 2px; }

  .a-icon70 .a-title {
    font-size: 150%;
    margin-top: 0.25em; }

  .a-form-rating-marker-target, .a-form-rating-marker-target-dev {
    right: 0px; }

  .a-form-rating-description {
    padding-right: 5px;
    padding-left: 5px; }

  .a-form-rating-close {
    padding-left: 5px;
    padding-right: 5px; }

  .a-form .btn {
    font-size: 100%; }

  .a-form-supervision-buttons .btn {
    font-size: 100%; }

  .a-form-supervision-buttons .btn-default {
    margin-bottom: 0.5em; }

  .a-form-supervision .hLoader {
    padding: 0em 0em 0em 0em;
    margin-top: -1em; }

  .a-form-rating .btn {
    font-size: 110%; }

  .a-form-button {
    font-size: 130% !important; }

  .a-form .dropdown-menu {
    width: 100% !important; }

  .a-side-content {
    display: initial !important;
    width: 100%; } }
.a-form-survey {
  margin-bottom: 2em; }

.a-form-survey h3 {
  color: #ff6a00; }

.a-form-survey-graded, .a-form-survey-txt {
  display: inline-block;
  margin-top: 2em;
  width: 100%; }

.a-form-survey-graded-q {
  float: left;
  font-size: 100%;
  margin-bottom: 0.5em;
  color: #333;
  max-width: 26em; }

.a-form-survey-txt-q {
  clear: both;
  font-size: 100%;
  margin-bottom: 0.5em;
  color: #333; }

.a-form-survey-graded-index {
  color: #ff6a00;
  font-weight: bold;
  font-size: 110%;
  display: inline; }

.a-form-survey-boxes {
  float: right;
  white-space: nowrap; }

.a-form-survey-boxes div.box {
  width: 30px;
  height: 30px;
  margin-left: 0.25em;
  display: inline-block;
  background-color: #bbbbbb;
  cursor: pointer;
  border-radius: 1em; }

.a-form-survey-boxes div.box.selected {
  background-color: #ff6a00; }

.a-form-survey-boxes .tooltip-inner {
  white-space: nowrap !important; }

.col-xs-12.col-sm-8 {
  padding-right: 1em; }

.col-xs-12.col-sm-4 {
  padding-left: 1em; }

@media only screen and (max-width: 767px) {
  .col-xs-12.col-sm-8, .col-xs-12.col-sm-4 {
    padding-left: 0.5em;
    padding-right: 0.5em; } }
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .a-top-user-profile {
    background-image: url("graphics/profile@2x.png"); }

  .a-icon70 i.a-icon-profile {
    background-image: url("graphics/icons/profile70@2x.png"); }

  .a-icon60 i.a-icon-profile {
    background-image: url("graphics/icons/profile60@2x.png"); }

  .a-icon60 i.a-icon-pdf {
    background-image: url("graphics/icons/pdf60@2x.png"); }

  .a-icon40 i.a-icon-pdf {
    background-image: url("graphics/icons/pdf40@2x.png"); }

  .a-note-black .a-icon40 i.a-icon-pdf {
    background-image: url("graphics/icons/pdfw40@2x.png"); }

  .a-form-skill-star-on {
    background-image: url("graphics/stars/star_on@2x.png"); }

  .a-form-skill-star-off {
    background-image: url("graphics/stars/star_off@2x.png"); }

  .a-form-prev-skill-star-on {
    background-image: url("graphics/stars/star_prev_on@2x.png"); }

  .a-form-prev-skill-star-off {
    background-image: url("graphics/stars/star_prev_off@2x.png"); }

  i.a-icon-survey {
    background-image: url("graphics/icons/survey60@2x.png"); }

  i.a-icon-vacancies {
    background-image: url("graphics/icons/vacancies60@2x.png"); }

  i.a-icon-ctrack {
    background-image: url("graphics/icons/ctrack60@2x.png"); }

  i.a-icon-cornerstone {
    background-image: url("graphics/icons/cornerstone60@2x.png"); } }
.hLoader {
  padding: 0.5em 0em 0.5em 0em;
  font-size: 80%; }

.hLoader span {
  display: block;
  margin: 0 auto; }

.hLoaderLabel {
  display: inline; }

.hLoaderCss, .hLoaderGif {
  margin-left: 25px;
  display: inline; }

.hLoader span[class*="l-"] {
  display: inline-block;
  background: #000;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 2px 4px;
  position: relative;
  -webkit-animation: loader 4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loader 4s infinite;
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loader 4s infinite;
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loader 4s infinite;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-fill-mode: both; }

.hLoader span.l-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s; }

.hLoader span.l-2 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.hLoader span.l-3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.hLoader span.l-4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.hLoader span.l-5 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.hLoader span.l-6 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -webkit-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes loader {
  0% {
    -moz-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -moz-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes loader {
  0% {
    -ms-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -ms-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes loader {
  0% {
    transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }
.a-sliding-wrapper {
  position: relative;
  /* For better performance */
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000; }

.a-sliding-page {
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 100%;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /* For better performance */
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000; }

.a-sliding-page h1 {
  margin-top: 0.75em; }

.a-report-wrapper .a-sliding-page h1 {
  font-size: 200%;
  margin-left: 0px;
  margin-top: 0px; }

/*
.a-pdf h1 {
  background-color: $ascentorange;
  color: #ffffff;
  padding:20px 20px 20px 20px;
  margin:0px;
}
*/
.aa-page-slide-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6; }

.a-page-slide-mask {
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6; }

.a-page-slide {
  position: absolute;
  z-index: 10000;
  background-color: #fff; }

.a-anim-left-out {
  animation: left-out 500ms;
  -webkit-animation: left-out 500ms;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes left-out {
  0% {
    left: 0;
    opacity: 1; }
  100% {
    left: -150%;
    opacity: 0; } }
@keyframes left-out {
  0% {
    left: 0;
    opacity: 1; }
  100% {
    left: -150%;
    opacity: 0; } }
.a-anim-left-in {
  animation: left-in 500ms;
  -webkit-animation: left-in 500ms;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes left-in {
  0% {
    left: -150%;
    opacity: 0; }
  100% {
    left: 0%;
    opacity: 1; } }
@keyframes left-in {
  0% {
    left: -150%;
    opacity: 0; }
  100% {
    left: 0%;
    opacity: 1; } }
.a-anim-right-in {
  animation: right-in 500ms;
  -webkit-animation: right-in 500ms;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes right-in {
  0% {
    right: -150%;
    opacity: 0; }
  100% {
    right: 0%;
    opacity: 1; } }
@keyframes right-in {
  0% {
    right: -150%;
    opacity: 0; }
  100% {
    right: 0%;
    opacity: 1; } }
.a-anim-right-out {
  animation: right-out 500ms;
  -webkit-animation: right-out 500ms;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes right-out {
  0% {
    right: 0%;
    opacity: 1; }
  100% {
    right: -150%;
    opacity: 0; } }
@keyframes right-out {
  0% {
    right: 0%;
    opacity: 1; }
  100% {
    right: -150%;
    opacity: 0; } }
.a-anim-bottom-in {
  animation: bottom-in 500ms;
  -webkit-animation: bottom-in 500ms; }

@-webkit-keyframes bottom-in {
  0% {
    top: 400px;
    opacity: 0.0; }
  100% {
    top: 0px;
    opacity: 1.0; } }
@keyframes bottom-in {
  0% {
    top: 400px;
    opacity: 0.0; }
  100% {
    top: 0px;
    opacity: 1.0; } }
.a-anim-bottom-out {
  animation: bottom-out 500ms;
  -webkit-animation: bottom-out 500ms; }

@-webkit-keyframes bottom-out {
  0% {
    top: 0px;
    opacity: 1.0; }
  100% {
    top: 400px;
    opacity: 0.0; } }
@keyframes bottom-out {
  0% {
    top: 0px;
    opacity: 1.0; }
  100% {
    top: 400px;
    opacity: 0.0; } }
.a-side-button {
  position: fixed;
  bottom: 335px;
  right: 0;
  width: 50px;
  height: 100px;
  opacity: 0.5;
  display: none;
  z-index: 100; }

@media only screen and (max-width: 1200px) {
  .a-side-button {
    display: block; } }
@media only screen and (max-width: 992px) {
  .a-side-button {
    display: none; } }
.a-side-button.a-open {
  background-image: url("graphics/side-close.png"); }

.a-side-button.a-close {
  background-image: url("graphics/side-open.png"); }

.a-admin-page ul {
  margin-top: 2em;
  margin: 2em 0em;
  padding: 0px; }

.hd-box-list li {
  margin: 0px 0px 2px 0px;
  padding: 0.75em 3em 0.75em 0.75em;
  list-style-type: none;
  background-color: #09577c;
  color: #fff;
  font-weight: 400;
  font-size: 100%;
  line-height: 120%;
  min-height: 2.5em;
  display: block;
  position: relative; }

.hd-box-list li:hover {
  background-color: #df441a; }

.hd-box-list li.warning {
  background-color: #df441a;
  /*#f1350a;*/ }

.hd-box-list li .glyphicon-play {
  position: absolute;
  top: 0.8em;
  right: 0.75em; }

.inactiveLink {
  pointer-events: none;
  cursor: default; }

.hd-box-list li.loading .glyphicon-play {
  display: none; }
.hd-box-list li.loading:hover {
  background-color: #09577c; }
.hd-box-list li.loading:after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.8em;
  right: 0.75em;
  background-image: url("graphics/spinner-onblue.gif");
  background-size: contain; }

.hd-box-list li .glyphicon-exclamation-sign {
  opacity: 0.95; }

.hd-box-list li a {
  padding: 0em;
  color: #fff;
  font-weight: 600;
  display: block; }

.hd-box-list li a div {
  font-size: 90%;
  color: #ddd;
  padding-top: 0.25em;
  font-weight: 400; }

.a-admin-help-link {
  padding-top: 0.4em;
  margin-top: 0.4em; }

#refresh.loading:after, #refreshSite.loading:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  right: -0.75em;
  background-image: url("graphics/spinner-onblue.gif");
  background-size: contain; }

.reportgrid {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased; }
  .reportgrid li {
    display: block;
    overflow: auto;
    margin-bottom: 1.333333%;
    width: 49.3333%; }
    .reportgrid li.thumbnailbox {
      width: 24%; }
    .reportgrid li a {
      display: block;
      height: 100%;
      background-color: #09577c;
      padding: 0.8em 1em 1em 1em;
      color: #ffffff; }
      .reportgrid li a:hover {
        background-color: #df441a; }
      .reportgrid li a h4 {
        text-transform: initial;
        font-size: 1.2em;
        margin-bottom: 0.2em; }
      .reportgrid li a p {
        font-size: 0.9em;
        margin-bottom: 0; }
      .reportgrid li a img {
        margin-top: 0.7em; }
    .reportgrid li:not(.thumbnailbox) a {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 8 8'%3E%3Cpolygon fill='%23fff' points='0,0 8,4 0,8'/%3E%3C/svg%3E");
      background-size: 0.65em 0.65em;
      background-repeat: no-repeat;
      background-position: right 1em top 1.2em; }

a.rightlink {
  float: right;
  font-weight: 400;
  color: #0078a4;
  margin-top: 1em; }

@media only screen and (max-width: 768px) {
  .reportgrid li.thumbnailbox {
    width: 49.3333%; }
  .reportgrid li a h4 {
    padding-right: 1em; } }
label, .radio label, .checkbox label, .help-block {
  font-size: 1em; }

.overallrating {
  font-weight: 500; }

.overallrating span {
  margin-left: 0.5em; }

#currentratings, #reviewoverallrating {
  float: right;
  text-align: center; }
  #currentratings ul, #reviewoverallrating ul {
    list-style: none;
    padding: 0; }
    #currentratings ul li, #reviewoverallrating ul li {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 1.5em; }
      #currentratings ul li label, #reviewoverallrating ul li label {
        margin-right: 1em;
        margin-bottom: 0;
        line-height: 1em; }
  #currentratings div.rating, #reviewoverallrating div.rating {
    pointer-events: none; }
    #currentratings div.rating:after, #reviewoverallrating div.rating:after {
      top: 1.2em;
      opacity: 0.6; }

div.ratingstrip {
  display: flex;
  justify-content: flex-end;
  float: right;
  clear: right;
  margin-bottom: 1.5em; }
  div.ratingstrip label {
    margin-right: 1em;
    margin-bottom: 0;
    line-height: 1em;
    font-weight: 500; }
  div.ratingstrip div.rating {
    pointer-events: none; }
    div.ratingstrip div.rating:after {
      top: 1.2em;
      opacity: 0.6; }
    div.ratingstrip div.rating span {
      border-right-color: transparent;
      background-clip: padding-box; }

div.overall.rating {
  pointer-events: none; }

div.static.rating {
  pointer-events: none; }

div.rating {
  display: flex;
  position: relative;
  margin-top: 0.2em; }
  div.rating span {
    display: block;
    height: 20px;
    width: 13px;
    border-right: 3px solid #ffffff;
    background-color: #df441a;
    opacity: 0.22; }
  div.rating.r1 span:nth-child(1), div.rating.r2 span:nth-child(-n+2), div.rating.r3 span:nth-child(-n+3), div.rating.r4 span:nth-child(-n+4), div.rating.r5 span:nth-child(-n+5), div.rating.r6 span:nth-child(-n+6), div.rating.r7 span:nth-child(-n+7), div.rating.r8 span:nth-child(-n+8), div.rating.r9 span:nth-child(-n+9), div.rating.r10 span {
    opacity: 1; }
  div.rating:not(:hover).r1 span:nth-child(1) ~ span, div.rating:not(:hover).r2 span:nth-child(2) ~ span, div.rating:not(:hover).r3 span:nth-child(3) ~ span, div.rating:not(:hover).r4 span:nth-child(4) ~ span, div.rating:not(:hover).r5 span:nth-child(5) ~ span, div.rating:not(:hover).r6 span:nth-child(6) ~ span, div.rating:not(:hover).r7 span:nth-child(7) ~ span, div.rating:not(:hover).r8 span:nth-child(8) ~ span, div.rating:not(:hover).r9 span:nth-child(9) ~ span, div.rating:not(.new):not(.previous).r1 span:nth-child(1) ~ span, div.rating:not(.new):not(.previous).r2 span:nth-child(2) ~ span, div.rating:not(.new):not(.previous).r3 span:nth-child(3) ~ span, div.rating:not(.new):not(.previous).r4 span:nth-child(4) ~ span, div.rating:not(.new):not(.previous).r5 span:nth-child(5) ~ span, div.rating:not(.new):not(.previous).r6 span:nth-child(6) ~ span, div.rating:not(.new):not(.previous).r7 span:nth-child(7) ~ span, div.rating:not(.new):not(.previous).r8 span:nth-child(8) ~ span, div.rating:not(.new):not(.previous).r9 span:nth-child(9) ~ span {
    background-color: #98999a; }
  div.rating:not(:hover).r0 span:nth-child(1n), div.rating:not(.new):not(.previous).r0 span:nth-child(1n) {
    background-color: #98999a !important; }
  div.rating span:nth-child(-n+3) {
    background-color: #ffc61d; }
  div.rating span:nth-child(n+4):nth-child(-n+6) {
    background-color: #f48010; }
  div.rating span:nth-child(n+7):nth-child(-n+9) {
    background-color: #ea4f25; }
  div.rating span:nth-child(10) {
    background-color: #01718e; }
  div.rating.new:not(.selected), div.rating.previous {
    cursor: pointer; }
    div.rating.new:not(.selected):hover span, div.rating.previous:hover span {
      opacity: 0.5; }
      div.rating.new:not(.selected):hover span:hover ~ span, div.rating.previous:hover span:hover ~ span {
        opacity: 0.22;
        background-color: #98999a; }
  div.rating.previous:not(:hover) span {
    background-color: #98999a !important; }
  div.rating.selected:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    pointer-events: none; }
  div.rating:after, div.rating:hover span:after {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.5em;
    font-size: 0.8em;
    font-weight: 300;
    color: #222222;
    pointer-events: none; }
  div.rating.previous:after {
    opacity: 0.5; }
  div.rating:not(:hover).r1:after, div.rating:not(:hover).r2:after, div.rating:not(:hover).r3:after {
    content: 'Developing';
    text-align: left; }
  div.rating:not(:hover).r4:after, div.rating:not(:hover).r5:after, div.rating:not(:hover).r6:after {
    content: 'Achieving';
    text-align: center; }
  div.rating:not(:hover).r7:after, div.rating:not(:hover).r8:after, div.rating:not(:hover).r9:after {
    content: 'Exceeding';
    text-align: right; }
  div.rating:not(:hover).r10:after {
    content: 'Exceeding';
    text-align: right; }
  div.rating span:nth-child(-n+3):hover:after {
    content: 'Developing';
    text-align: left; }
  div.rating span:nth-child(n+4):nth-child(-n+6):hover:after {
    content: 'Achieving';
    text-align: center; }
  div.rating span:nth-child(n+7):nth-child(-n+9):hover:after {
    content: 'Exceeding';
    text-align: right; }
  div.rating span:nth-child(10):hover:after {
    content: 'Exceeding';
    text-align: right; }

div#avRating {
  float: right;
  margin-top: -2em; }
  div#avRating + .a-form-section-intro {
    max-width: calc(100% - 0px); }

div#avRatingPdf {
  /*font-size: 80%;*/
  margin-top: 2em;
  margin-bottom: 7em;
  /*margin-left:10em;*/ }

@media only screen and (max-width: 580px) {
  div#avRating {
    margin-bottom: 2em; } }
.a-report-user-history.noreview {
  clear: both; }

#adminHistory > ul {
  /*padding-left: 5rem;*/ }
  #adminHistory > ul h6 {
    position: absolute;
    width: 5rem;
    margin: 0 0 0 -6rem;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 0.5rem;
    top: 1rem; }
  #adminHistory > ul > li.year {
    background-color: transparent;
    margin-bottom: -0.75rem; }
    #adminHistory > ul > li.year h6 {
      font-weight: 500;
      background-color: #ffffff; }
  #adminHistory > ul > li:not(.year) {
    position: relative;
    min-height: 8em; }
    #adminHistory > ul > li:not(.year):before {
      content: '';
      display: block;
      position: absolute;
      width: 2px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      top: 1.25em;
      left: -2.5em; }
    #adminHistory > ul > li:not(.year):last-of-type:before {
      content: none; }
    #adminHistory > ul > li:not(.year) h6 {
      font-size: 90%;
      text-transform: uppercase;
      color: #7c7e83; }

@media only screen and (max-width: 1370px) {
  .a-report-user-history ul {
    margin-left: 4em; } }
@media only screen and (max-width: 992px) {
  .a-report-user-history ul {
    margin-left: 0em; } }
@media only screen and (max-width: 936px) {
  .a-report-user-history ul {
    margin-left: 4em; } }
@media only screen and (max-width: 600px) {
  .a-report-user-history ul {
    margin-left: 0em; } }
.fullwidth {
  display: flex;
  align-items: center; }
  .fullwidth > div {
    display: flex;
    flex-grow: 1; }
  .fullwidth input {
    flex-grow: 1;
    margin: 0 0.25em 0 1em; }
  .fullwidth .btn {
    margin-top: 0 !important; }

.warning {
  color: #09577c;
  font-weight: 500;
  margin-bottom: 0.5em; }

button {
  display: inline-block;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 0;
  font-family: "Depot", Arial, Sans-serif;
  font-size: 1em;
  font-weight: 500;
  background-color: #df441a;
  color: #ffffff; }

select {
  background-color: #09577c;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("graphics/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 0.6em center;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  padding: 0.4em 2.4em 0.6em 1em; }

div.filter {
  padding-left: 1em; }

a.filter {
  vertical-align: middle;
  color: #ffffff;
  margin-left: 0.5em; }

a.delete, input.delete {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAECAMAAACjvQ8qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAA5JREFUeNpiYKA9AAgwAABkAAEodompAAAAAElFTkSuQmCC");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  padding: 0;
  top: 0.1em;
  text-align: center;
  line-height: 0.9em;
  overflow: hidden;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: transparent; }

a.add:before {
  content: '+';
  background-color: #df441a;
  padding: 0 0.2em 0 0.2em;
  /*        margin-left:1em;
  */ }

select.white {
  background-color: #ffffff;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("graphics/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 0.6em center;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  padding: 0.4em 2.4em 0.6em 1em; }

select::-ms-expand {
  display: none; }

select#ddlTypes {
  margin: 2em 0; }
  select#ddlTypes > option {
    background-color: #9c739a; }

select#ddlSites, select#ddlContractType, select#ddlContractTypeExp {
  background-color: #097cb3; }
  select#ddlSites > option, select#ddlContractType > option, select#ddlContractTypeExp > option {
    background-color: #9c739a; }

div.panel {
  padding: 1em;
  margin: 1em 0; }
  div.panel.secondary {
    background-color: #09577c;
    color: #ffffff; }
    div.panel.secondary button {
      background-color: #0078a4;
      color: #ffffff;
      margin-top: 1em; }
    div.panel.secondary a.btn {
      background-color: #0078a4;
      color: #ffffff !important; }
      div.panel.secondary a.btn:hover {
        background-color: #0083b3; }
    div.panel.secondary .a-icon40 {
      line-height: 1;
      margin-bottom: 0.5em; }
      div.panel.secondary .a-icon40 i.a-icon-pdf {
        background-image: url("graphics/icons/pdfw40@2x.png"); }
      div.panel.secondary .a-icon40 .a-subtitle {
        color: #ffffff; }
      div.panel.secondary .a-icon40 .a-title {
        color: #ffffff;
        font-weight: 500; }
  div.panel span {
    font-weight: 500;
    margin-right: 0.5em; }
  div.panel .status {
    float: right;
    font-weight: 500; }

#currentratings ~ .panel {
  width: 55%; }

div.role {
  font-size: 1.3em;
  font-weight: 500;
  display: flex; }
  div.role b, div.role strong {
    font-weight: 500; }
  div.role span {
    display: inline-block;
    min-width: 8em;
    font-weight: 300; }

@media only screen and (max-width: 992px) {
  #currentratings ~ .panel {
    width: 50%; }

  div.role {
    font-size: 1.1em; }

  div.panel .status {
    float: none; } }
@media only screen and (max-width: 700px) {
  #currentratings {
    float: none;
    text-align: left;
    margin-bottom: 1em; }
    #currentratings ul li {
      justify-content: flex-start; }
      #currentratings ul li label {
        order: 1;
        margin-left: 0.5em; }
    #currentratings ~ .panel {
      width: 100%; } }
input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] ~ label {
    margin-bottom: 1em;
    cursor: pointer; }
    input[type="checkbox"] ~ label:before {
      content: '';
      display: inline-block;
      width: 1.1em;
      height: 1.1em;
      border-radius: 3px;
      background-color: #bbbbbb;
      margin-right: 0.5em;
      vertical-align: middle; }
  input[type="checkbox"] ~ label:hover:before {
    background-color: #09577c; }
  input[type="checkbox"]:checked ~ label:before {
    background-color: #09577c;
    background-image: url("graphics/tick.svg");
    background-size: 74%;
    background-repeat: no-repeat;
    background-position: center; }

input#isProbation {
  margin-bottom: 2em; }

.a-report-filter input[type="checkbox"] ~ label:before {
  background-color: #ffffff; }
.a-report-filter input[type="checkbox"] ~ label:hover:before {
  background-color: #dddddd; }
.a-report-filter input[type="checkbox"]:checked ~ label:before {
  background-color: #ffffff;
  background-image: url("graphics/tick-dark.svg"); }

.a-report-filter.filterrows > div {
  padding-top: 0.3em; }

.a-form-skills-wrapper > .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .a-form-skills-wrapper > .row:last-of-type {
    border-bottom: 0; }
.a-form-skills-wrapper .a-form-padding-review {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0em;
  min-height: 3.4em; }
  .a-form-skills-wrapper .a-form-padding-review .skillname {
    font-size: 110%;
    font-weight: 400;
    padding: 0 0.6em; }
    .a-form-skills-wrapper .a-form-padding-review .skillname + div:not(.a-supervision-history-notes) {
      font-size: 80%;
      opacity: 0.6;
      margin-left: auto;
      cursor: pointer; }
    .a-form-skills-wrapper .a-form-padding-review .skillname span {
      display: inline-block;
      border-radius: 1em;
      font-size: 0.7em;
      width: 1.2em;
      height: 1.2em;
      border: 1px solid #000000;
      color: #000000;
      opacity: 0.3;
      font-weight: 300;
      text-align: center;
      line-height: 1;
      margin-left: 0.8em;
      transform: translateY(-2px);
      cursor: pointer; }
  .a-form-skills-wrapper .a-form-padding-review .a-supervision-history-notes {
    width: 100%;
    margin: 0 0 0 144px; }
    .a-form-skills-wrapper .a-form-padding-review .a-supervision-history-notes textarea {
      display: block;
      margin: 0.75em 0em;
      transition: height 0.3s ease, padding 0.3s ease, margin 0.3s ease; }
  .a-form-skills-wrapper .a-form-padding-review.hasnotes .skillname + div:not(.a-supervision-history-notes) {
    display: none; }
  .a-form-skills-wrapper .a-form-padding-review:not(.hasnotes) textarea {
    height: 0px !important;
    padding: 0px !important;
    margin: 0em !important; }

@media only screen and (max-width: 700px) {
  .a-form-skills-wrapper .a-form-padding-review .a-supervision-history-notes {
    margin-left: 0;
    margin-top: 1em; } }
@media only screen and (max-width: 576px) {
  .a-form-skills-wrapper .a-form-padding-review {
    padding: 0.4em 0.3em 1.6em 0.3em; }
    .a-form-skills-wrapper .a-form-padding-review .skillname {
      order: -1;
      width: 100%;
      padding: 0 0 0.3em 0; }
      .a-form-skills-wrapper .a-form-padding-review .skillname + div {
        font-size: 80%; }
    .a-form-skills-wrapper .a-form-padding-review .a-form-skill-placeholder {
      margin-bottom: 0.4em; }

  .a-side-content {
    display: initial !important; } }
#reviewFiles > div > div:first-child {
  font-weight: 500;
  color: #09577c; }
  #reviewFiles > div > div:first-child a {
    color: #09577c; }
  #reviewFiles > div > div:first-child + div {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 2em;
    background-image: url("graphics/delete.svg");
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: center center;
    vertical-align: middle;
    opacity: 0.15; }
    #reviewFiles > div > div:first-child + div:hover {
      opacity: 0.3;
      cursor: pointer; }

#reviewFiles > div > a {
  font-size: 120%;
  color: #09577c; }

.progressbar {
  height: 1.25em;
  width: 3.5em;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2px; }
  .progressbar span {
    display: block;
    height: 100%; }
  .progressbar[data-progress="meeting"] span {
    width: 33%;
    background-color: #df441a; }
  .progressbar[data-progress="sign-off"] span {
    width: 66%;
    background-color: #b24385; }
  .progressbar[data-progress="completed"] span {
    width: 100%;
    background-color: #27b86f; }

.maintable {
  font-size: 18px;
  table-layout: auto; }
  .maintable td, .maintable th {
    padding: 0.6em 0.4em; }

#overviewtable {
  /*margin-top: 2em;*/ }
  #overviewtable thead tr:not(:last-of-type) {
    border: 0; }
  #overviewtable th[colspan="2"], #overviewtable th[colspan="4"] {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400; }
  #overviewtable th[colspan="2"] {
    background-color: #d1f0e0;
    border-right: 4px solid transparent;
    background-clip: padding-box; }
  #overviewtable th[colspan="2"].clinical {
    background-color: #e6def1;
    border-right: 6px solid transparent;
    background-clip: padding-box; }
  #overviewtable th[colspan="4"] {
    background-color: #d8e8f5; }
  #overviewtable thead tr:last-of-type th:nth-child(n+2):nth-child(-n+3), #overviewtable td:nth-child(n+2):nth-child(-n+3) {
    background-color: #f1fbf6; }
  #overviewtable thead tr:last-of-type th:nth-child(n+4):nth-child(-n+5), #overviewtable td:nth-child(n+4):nth-child(-n+5) {
    background-color: #f4eefd; }
  #overviewtable thead tr:last-of-type th:nth-child(3), #overviewtable td:nth-child(3) {
    border-right: 3px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:last-of-type th:nth-child(4), #overviewtable td:nth-child(4) {
    border-left: 3px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:last-of-type th:nth-child(5), #overviewtable td:nth-child(5) {
    border-right: 6px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:last-of-type th:nth-child(n+6), #overviewtable td:nth-child(n+6) {
    background-color: #f1f6fb; }

@media only screen and (min-width: 993px) {
  #overviewtable thead tr:nth-child(2) {
    display: none; } }
@media only screen and (max-width: 992px) {
  #overviewtable td:nth-child(3),
  #overviewtable td:nth-child(5),
  #overviewtable td:nth-child(7),
  #overviewtable td:nth-child(8),
  #overviewtable td:nth-child(9),
  #overviewtable th:nth-child(3),
  #overviewtable th:nth-child(5),
  #overviewtable th:nth-child(7),
  #overviewtable th:nth-child(8),
  #overviewtable th:nth-child(9) {
    display: none; }
  #overviewtable thead tr:nth-child(1) {
    display: none; }
  #overviewtable thead tr:nth-child(2) th:nth-child(2),
  #overviewtable thead tr:nth-child(2) th:nth-child(4),
  #overviewtable thead tr:nth-child(2) th:nth-child(6) {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400; }
  #overviewtable thead tr:nth-child(2) th:nth-child(2) {
    background-color: #d1f0e0;
    border-right: 4px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:nth-child(4) th:nth-child(4) {
    background-color: #e6def1;
    border-right: 6px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:nth-child(6) th:nth-child(6) {
    background-color: #d8e8f5; } }
.quickmodal + div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: -100vw;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  z-index: 500; }
  .quickmodal + div > div {
    position: relative;
    max-width: 50%;
    background-color: #ffffff;
    padding: 2em;
    border-radius: 0.5em;
    font-size: 85%;
    font-weight: 300;
    color: #333333;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: scale(0.8);
    transition: transform 0.3s ease; }
    .quickmodal + div > div:after {
      content: '';
      display: block;
      position: absolute;
      top: 0.8em;
      right: 0.8em;
      width: 1em;
      height: 1em;
      background-image: url("graphics/close.svg");
      background-size: 0.8em;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.2;
      cursor: pointer; }
  .quickmodal + div.open {
    visibility: visible;
    left: 0;
    opacity: 1; }
    .quickmodal + div.open > div {
      transform: scale(1); }

@media only screen and (max-width: 600px) {
  .quickmodal + div > div {
    max-width: 96%;
    font-size: 0.7em;
    padding: 2.5em 1em 1em 1em; }
    .quickmodal + div > div ul {
      padding-left: 1.5em; } }
@media only screen and (max-width: 767px) {
  .container.body-content {
    padding: 0 1em; } }
@media only screen and (min-width: 768px) {
  .container.body-content {
    width: 768px; } }
@media only screen and (min-width: 992px) {
  .container.body-content {
    width: 992px; }

  .noside .container {
    padding: 0 6em; } }
@media only screen and (min-width: 1200px) {
  .container.body-content {
    width: 1200px; }

  .noside .container {
    padding: 0 11em; } }
.noside .a-side-content {
  display: none; }

#clock {
  height: 100vh;
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-linecap: round;
  transform: rotate(-90deg);
  --start-seconds: 57;
  --start-minutes: 45;
  --start-hours: 11; }

circle {
  fill: white; }

.marks {
  transform: translate(20px, 20px);
  stroke-width: 0.7; }

@keyframes rotateSecondHand {
  from {
    transform: translate(20px, 20px) rotate(120deg); }
  to {
    transform: translate(20px, 20px) rotate(480deg); } }
.seconds,
.minute,
.hour {
  transform: translate(20px, 20px) rotate(0deg); }

.seconds {
  transform: translate(20px, 20px) rotate(120deg);
  stroke-width: 0.7;
  animation: rotateSecondHand 60s steps(60) infinite;
  stroke: #d00505; }

.minute {
  transform: translate(20px, 20px) rotate(240deg);
  stroke-width: 1; }

.hour {
  transform: translate(20px, 20px) rotate(310deg);
  stroke-width: 1.5; }

.tiaText {
  font-size: 1px;
  font-family: sans-serif;
  transform: translate(14px, 19px) rotate(90deg);
  fill: #dfdfdf;
  stroke: none; }

.pin {
  stroke: #d00505;
  stroke-width: 0.2; }

/* marks */
.marks > line:nth-child(1) {
  transform: rotate(30deg); }

.marks > line:nth-child(2) {
  transform: rotate(60deg); }

.marks > line:nth-child(3) {
  transform: rotate(90deg);
  stroke-width: 0.5; }

.marks > line:nth-child(4) {
  transform: rotate(120deg); }

.marks > line:nth-child(5) {
  transform: rotate(150deg); }

.marks > line:nth-child(6) {
  transform: rotate(180deg);
  stroke-width: 0.5; }

.marks > line:nth-child(7) {
  transform: rotate(210deg); }

.marks > line:nth-child(8) {
  transform: rotate(240deg); }

.marks > line:nth-child(9) {
  transform: rotate(270deg);
  stroke-width: 0.5; }

.marks > line:nth-child(10) {
  transform: rotate(300deg); }

.marks > line:nth-child(11) {
  transform: rotate(330deg); }

.marks > line:nth-child(12) {
  transform: rotate(360deg);
  stroke-width: 0.5; }

#clock {
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  float: left; }

#developmentgrid {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 3em; }
  #developmentgrid div.gridcolumn {
    display: flex;
    flex-direction: column;
    width: 33.3333%; }
    #developmentgrid div.gridcolumn > div {
      position: relative;
      height: 33.3333%;
      font-size: 0.7em;
      padding: 1.2em 1.2em 0.4em 1.2em;
      background-color: #eeeeee;
      border: 3px solid #ffffff;
      text-align: center; }
      #developmentgrid div.gridcolumn > div h4 {
        font-size: 1.1em;
        margin-bottom: 0.8em;
        opacity: 0.6; }
      #developmentgrid div.gridcolumn > div p {
        display: block;
        line-height: 1.05;
        min-height: 3em;
        margin-bottom: 0;
        opacity: 0.6; }
      #developmentgrid div.gridcolumn > div.previous:before {
        content: "prev";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0.15em 0.4em 0.2em 0.4em;
        background-color: #999999;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.65em; }
    #developmentgrid div.gridcolumn:hover > div {
      cursor: pointer; }
  #developmentgrid.performance1 div.gridcolumn > div:not(:hover) h4, #developmentgrid.performance1 div.gridcolumn > div:not(:hover) p, #developmentgrid.performance2 div.gridcolumn > div:not(:hover) h4, #developmentgrid.performance2 div.gridcolumn > div:not(:hover) p, #developmentgrid.performance3 div.gridcolumn > div:not(:hover) h4, #developmentgrid.performance3 div.gridcolumn > div:not(:hover) p, #developmentgrid.r1 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r1 div.gridcolumn > div:not(:hover) p, #developmentgrid.r2 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r2 div.gridcolumn > div:not(:hover) p, #developmentgrid.r3 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r3 div.gridcolumn > div:not(:hover) p, #developmentgrid.r4 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r4 div.gridcolumn > div:not(:hover) p, #developmentgrid.r5 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r5 div.gridcolumn > div:not(:hover) p, #developmentgrid.r6 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r6 div.gridcolumn > div:not(:hover) p, #developmentgrid.r7 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r7 div.gridcolumn > div:not(:hover) p, #developmentgrid.r8 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r8 div.gridcolumn > div:not(:hover) p, #developmentgrid.r9 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r9 div.gridcolumn > div:not(:hover) p {
    opacity: 0.1; }
  #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) {
    background-color: #d5c8d2; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) h4, #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) p {
      opacity: 1; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1):hover {
      background-color: #c7b6c2; }
  #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) {
    background-color: #c4d8dd; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) h4, #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) p {
      opacity: 1; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2):hover {
      background-color: #b0cad1; }
  #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) {
    background-color: #f8d2c6; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) h4, #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) p {
      opacity: 1; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3):hover {
      background-color: #f6c3b3; }
  #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) {
    background-color: #d0c1cc; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) h4, #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) p {
      opacity: 1; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1):hover {
      background-color: #bfacbb; }
  #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) {
    background-color: #bcd2d8; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) h4, #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) p {
      opacity: 1; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2):hover {
      background-color: #a5c2ca; }
  #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) {
    background-color: #f7cdbf; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) h4, #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) p {
      opacity: 1; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3):hover {
      background-color: #f5bba9; }
  #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) {
    background-color: #cbbbc6; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) h4, #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) p {
      opacity: 1; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1):hover {
      background-color: #b9a3b3; }
  #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) {
    background-color: #b4cdd3; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) h4, #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) p {
      opacity: 1; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2):hover {
      background-color: #9bbcc5; }
  #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) {
    background-color: #f6c7b8; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) h4, #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) p {
      opacity: 1; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3):hover {
      background-color: #f3b4a0; }
  #developmentgrid.performance1.r1 div.gridcolumn:nth-of-type(1) > div, #developmentgrid.performance1.r2 div.gridcolumn:nth-of-type(1) > div, #developmentgrid.performance1.r3 div.gridcolumn:nth-of-type(1) > div, #developmentgrid.performance2.r4 div.gridcolumn:nth-of-type(2) > div, #developmentgrid.performance2.r5 div.gridcolumn:nth-of-type(2) > div, #developmentgrid.performance2.r6 div.gridcolumn:nth-of-type(2) > div, #developmentgrid.performance3.r7 div.gridcolumn:nth-of-type(3) > div, #developmentgrid.performance3.r8 div.gridcolumn:nth-of-type(3) > div, #developmentgrid.performance3.r9 div.gridcolumn:nth-of-type(3) > div {
    background-color: #cccccc !important; }
    #developmentgrid.performance1.r1 div.gridcolumn:nth-of-type(1) > div:hover, #developmentgrid.performance1.r2 div.gridcolumn:nth-of-type(1) > div:hover, #developmentgrid.performance1.r3 div.gridcolumn:nth-of-type(1) > div:hover, #developmentgrid.performance2.r4 div.gridcolumn:nth-of-type(2) > div:hover, #developmentgrid.performance2.r5 div.gridcolumn:nth-of-type(2) > div:hover, #developmentgrid.performance2.r6 div.gridcolumn:nth-of-type(2) > div:hover, #developmentgrid.performance3.r7 div.gridcolumn:nth-of-type(3) > div:hover, #developmentgrid.performance3.r8 div.gridcolumn:nth-of-type(3) > div:hover, #developmentgrid.performance3.r9 div.gridcolumn:nth-of-type(3) > div:hover {
      background-color: #bbbbbb !important; }
  #developmentgrid.r1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) h4, #developmentgrid.r1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) p, #developmentgrid.r2 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) h4, #developmentgrid.r2 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) p, #developmentgrid.r3 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) h4, #developmentgrid.r3 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) p, #developmentgrid.r4 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) h4, #developmentgrid.r4 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) p, #developmentgrid.r5 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) h4, #developmentgrid.r5 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) p, #developmentgrid.r6 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) h4, #developmentgrid.r6 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) p, #developmentgrid.r7 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) h4, #developmentgrid.r7 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) p, #developmentgrid.r8 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) h4, #developmentgrid.r8 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) p, #developmentgrid.r9 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) h4, #developmentgrid.r9 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) p, #developmentgrid.overview div.gridcolumn > div h4, #developmentgrid.overview div.gridcolumn > div p {
    opacity: 1 !important;
    color: #ffffff !important; }
  #developmentgrid.performance1.r1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3), #developmentgrid.overview div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) {
    background-color: #e86941 !important; }
  #developmentgrid.performance1.r2 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2), #developmentgrid.overview div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) {
    background-color: #3a7b8c !important; }
  #developmentgrid.performance1.r3 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1), #developmentgrid.overview div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) {
    background-color: #724867 !important; }
  #developmentgrid.performance2.r4 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3), #developmentgrid.overview div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) {
    background-color: #e55629 !important; }
  #developmentgrid.performance2.r5 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2), #developmentgrid.overview div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) {
    background-color: #1e677b !important; }
  #developmentgrid.performance2.r6 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1), #developmentgrid.overview div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) {
    background-color: #603054 !important; }
  #developmentgrid.performance3.r7 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3), #developmentgrid.overview div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) {
    background-color: #e24412 !important; }
  #developmentgrid.performance3.r8 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2), #developmentgrid.overview div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) {
    background-color: #05576d !important; }
  #developmentgrid.performance3.r9 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1), #developmentgrid.overview div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) {
    background-color: #4f1a41 !important; }
  #developmentgrid > img {
    position: absolute;
    z-index: 5; }
    #developmentgrid > img[src*="potential"] {
      left: -3.2em;
      top: 15%;
      height: 70%; }
    #developmentgrid > img[src*="performance"] {
      bottom: -3.2em;
      left: 20%;
      width: 60%; }
  #developmentgrid span#potentialaxislabels,
  #developmentgrid span#performanceaxislabels {
    display: flex;
    position: absolute;
    font-size: 0.65em;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.8;
    align-items: center;
    justify-content: space-around; }
  #developmentgrid span#potentialaxislabels {
    transform: rotate(-90deg);
    transform-origin: top left;
    left: -1.8em;
    bottom: -1em;
    width: 33em; }
  #developmentgrid span#performanceaxislabels {
    width: 100%;
    bottom: -1.8em; }
  #developmentgrid.history {
    width: 20em;
    float: right;
    clear: both; }
    #developmentgrid.history div.gridcolumn > div {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 5.2em;
      font-size: 0.6em;
      padding: 1em;
      border-width: 1px; }
      #developmentgrid.history div.gridcolumn > div h4 {
        margin-bottom: 0.1em;
        opacity: 1 !important;
        line-height: 1; }
      #developmentgrid.history div.gridcolumn > div.previous {
        background-color: #999999;
        color: #ffffff; }
        #developmentgrid.history div.gridcolumn > div.previous:before {
          padding: 0.2em 0.4em;
          background-color: transparent; }
    #developmentgrid.history.r1 div.gridcolumn:nth-of-type(1) > div:nth-child(3):before, #developmentgrid.history.r2 div.gridcolumn:nth-of-type(1) > div:nth-child(2):before, #developmentgrid.history.r3 div.gridcolumn:nth-of-type(1) > div:nth-child(1):before, #developmentgrid.history.r4 div.gridcolumn:nth-of-type(2) > div:nth-child(3):before, #developmentgrid.history.r5 div.gridcolumn:nth-of-type(2) > div:nth-child(2):before, #developmentgrid.history.r6 div.gridcolumn:nth-of-type(2) > div:nth-child(1):before, #developmentgrid.history.r7 div.gridcolumn:nth-of-type(3) > div:nth-child(3):before, #developmentgrid.history.r8 div.gridcolumn:nth-of-type(3) > div:nth-child(2):before, #developmentgrid.history.r9 div.gridcolumn:nth-of-type(3) > div:nth-child(1):before {
      content: "Now";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0.2em 0.4em;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 0.65em; }

#heatmap {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 3em; }
  #heatmap div.gridcolumn {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    min-height: 21.3em; }
    #heatmap div.gridcolumn > div {
      position: relative;
      height: 33.3333%;
      font-size: 0.7em;
      padding: 1.2em 1.2em 0.4em 1.2em;
      background-color: #eeeeee;
      border: 3px solid #ffffff;
      text-align: center; }
      #heatmap div.gridcolumn > div h4 {
        font-size: 1.15em;
        margin-bottom: 0; }
      #heatmap div.gridcolumn > div h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #ffffff;
        font-size: 1.6em;
        font-weight: 500;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.4em;
        transform: scale(1);
        transition: transform 0.2s ease-in-out; }
      #heatmap div.gridcolumn > div.level0 h2 {
        width: 2em;
        height: 2em;
        margin-top: 1.2em;
        background-color: transparent;
        color: #aaaaaa; }
      #heatmap div.gridcolumn > div.level1 h2 {
        width: 2em;
        height: 2em;
        margin-top: 1.2em;
        background-color: #6078d1; }
      #heatmap div.gridcolumn > div.level2 h2 {
        width: 2.4em;
        height: 2.4em;
        margin-top: 1em;
        background-color: #5899f3; }
      #heatmap div.gridcolumn > div.level3 h2 {
        width: 2.8em;
        height: 2.8em;
        margin-top: 0.8em;
        background-color: #22c0e7; }
      #heatmap div.gridcolumn > div.level4 h2 {
        width: 3.2em;
        height: 3.2em;
        margin-top: 0.6em;
        background-color: #3dcab5; }
      #heatmap div.gridcolumn > div.level5 h2 {
        width: 3.6em;
        height: 3.6em;
        margin-top: 0.4em;
        background-color: #57d483; }
      #heatmap div.gridcolumn > div:hover {
        cursor: pointer; }
      #heatmap div.gridcolumn > div:hover h2 {
        transform: scale(1.1); }
  #heatmap > img {
    position: absolute;
    z-index: 5; }
    #heatmap > img[src*="potential"] {
      left: -3.2em;
      top: 15%;
      height: 70%; }
    #heatmap > img[src*="performance"] {
      bottom: -3.2em;
      left: 20%;
      width: 60%; }
  #heatmap span#potentialaxislabels,
  #heatmap span#performanceaxislabels {
    display: flex;
    position: absolute;
    font-size: 0.65em;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-around; }
    #heatmap span#potentialaxislabels div span,
    #heatmap span#performanceaxislabels div span {
      padding: 0.2em 0.8em;
      border-radius: 1.2em;
      cursor: pointer;
      background-color: #eeeeee !important; }
      #heatmap span#potentialaxislabels div span:hover,
      #heatmap span#performanceaxislabels div span:hover {
        background-color: #dddddd !important; }
  #heatmap span#potentialaxislabels {
    transform: rotate(-90deg);
    transform-origin: top left;
    left: -1.8em;
    bottom: -1em;
    width: 33em; }
  #heatmap span#performanceaxislabels {
    width: 100%;
    bottom: -1.8em; }
  #heatmap span#originlabel {
    display: block;
    position: absolute;
    bottom: -2em;
    left: -2.5em;
    font-size: 0.65em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.2em 0.8em;
    border-radius: 1.2em;
    background-color: #eeeeee;
    cursor: pointer; }
    #heatmap span#originlabel:hover {
      background-color: #dddddd !important; }

#backtotrends {
  margin-bottom: 1em; }

#usertrendsgrid {
  margin: 3.1em 0 3em 0; }
  #usertrendsgrid > div {
    display: flex; }
    #usertrendsgrid > div > div {
      background-color: #f0f0f0; }
      #usertrendsgrid > div > div:nth-child(1) {
        margin-right: 3em; }
      #usertrendsgrid > div > div h4 {
        position: absolute;
        top: -1.6em;
        text-transform: none;
        color: #09577c; }
    #usertrendsgrid > div path[fill="#fff"] {
      fill: transparent; }
    #usertrendsgrid > div path[fill*="url"] {
      display: none; }
    #usertrendsgrid > div path[stroke-width="1"] {
      stroke-width: 0; }
  #usertrendsgrid > div#usertotaltrend > div:nth-child(2) svg {
    width: 520px !important; }
  #usertrendsgrid > div > div:nth-child(3) svg text {
    transform: translateY(-10px); }
  #usertrendsgrid + h4 {
    text-transform: none;
    color: #09577c;
    margin-top: 2.6em;
    margin-bottom: -0.8em; }

#trendsgrid, #sitetrendsgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #trendsgrid > div, #sitetrendsgrid > div {
    background-color: #f0f0f0;
    margin: 0 7px 14px 7px;
    width: 286px !important;
    padding: 0 14px; }
    #trendsgrid > div > div, #sitetrendsgrid > div > div {
      width: 258px; }
    #trendsgrid > div path[fill="#fff"], #sitetrendsgrid > div path[fill="#fff"] {
      fill: transparent; }
    #trendsgrid > div path[fill*="url"], #sitetrendsgrid > div path[fill*="url"] {
      display: none; }
    #trendsgrid > div path[stroke-width="1"], #sitetrendsgrid > div path[stroke-width="1"] {
      stroke-width: 0; }
  #trendsgrid > div:not(#usertotaltrend) > div:nth-child(2) svg, #sitetrendsgrid > div:not(#usertotaltrend) > div:nth-child(2) svg {
    width: 270px !important; }
  #trendsgrid > div#usertotaltrend > div:nth-child(2) svg, #sitetrendsgrid > div#usertotaltrend > div:nth-child(2) svg {
    width: 520px !important; }
  #trendsgrid > div > div:nth-child(3) svg text, #sitetrendsgrid > div > div:nth-child(3) svg text {
    transform: translateY(-10px); }
  #trendsgrid > div#totaltrend > div:nth-child(4) svg text, #sitetrendsgrid > div#totaltrend > div:nth-child(4) svg text {
    transform: translateY(-10px); }
  #trendsgrid > div#sitetotaltrend > div:nth-child(4) svg text, #sitetrendsgrid > div#sitetotaltrend > div:nth-child(4) svg text {
    transform: translateY(-10px); }
  #trendsgrid > div:not(#usertotaltrend) > div:nth-child(2) svg g:first-child text, #sitetrendsgrid > div:not(#usertotaltrend) > div:nth-child(2) svg g:first-child text {
    transform: translateY(-15px); }

.page-template {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: 5px; }

.page-template .header {
  width: 100%;
  top: 20px;
  position: absolute;
  display: flex;
  left: 30px;
  right: 20px; }

.page-template .footer {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  font-size: 60%; }

#usertotaltrend.pdf-export {
  display: block; }

#totaltrend, #sitetotaltrend {
  background-color: #fadabb !important; }

div[id^='top'], div[id^='topsite'] {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  #usertotaltrend > div > div:nth-child(2) svg {
    width: 370px !important; }

  #siteUsersChart0 {
    width: 370px !important;
    height: 150px !important; }

  #siteUsersChartLinear0 {
    width: 370px !important;
    height: 100px !important;
    margin-top: 3em; }

  #usertrendsgrid + h4 {
    margin-bottom: -0.4em; }

  #usertotaltrend {
    display: block !important; } }
@media only screen and (max-width: 900px) {
  #developmentgrid.history {
    width: 100%;
    float: none;
    margin: 3em 0 2em 0;
    padding-left: 0; }

  #developmentgrid span#potentialaxislabels, #heatmap > img[src*=potential], #heatmap > img[src*=performance] {
    display: none; }

  #developmentgrid span#performanceaxislabels, #heatmap span#performanceaxislabels {
    width: 95%; }

  #heatmap span#potentialaxislabels {
    left: -0.4em; }

  #heatmap span#performanceaxislabels {
    bottom: -2em; }

  #heatmap span#originlabel {
    left: -1.25em;
    bottom: -2.25em; }

  #developmentgrid, #heatmap {
    padding-left: 1em; }

  #developmentgrid > img[src*=potential] {
    left: -0.4em;
    height: 12em;
    top: 50%;
    transform: translateY(-50%); }

  #developmentgrid > img[src*=performance] {
    bottom: -2.8em;
    width: 16.5em;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1em; }

  #heatmap {
    font-size: 2.25vw; }

  #heatmap div.gridcolumn > div {
    padding-left: 0;
    padding-right: 0; }

  #adminHistory > ul > li:not(.year) {
    display: flex;
    flex-direction: column; }

  .a-report-user-history .a-completed {
    float: none;
    text-align: left; }

  div.ratingstrip, .minigrid {
    float: none;
    order: 2; }

  .minigrid > div h4 {
    right: auto;
    left: 62px;
    text-align: left; }

  div.ratingstrip {
    justify-content: flex-start;
    margin-top: 1em; }
    div.ratingstrip label {
      order: 1;
      margin-left: 0.4em; }

  div.rating {
    margin-top: 0; } }
#developmentgrid.a-pdf-grid {
  display: block;
        /*  width: 40em;
*/
  height: 30em;
  font-weight: 400;
  font-size: 140%; }
  #developmentgrid.a-pdf-grid div.gridcolumn {
    display: block;
    width: 33.3333%;
    float: left; }
    #developmentgrid.a-pdf-grid div.gridcolumn > div {
      position: relative;
      height: 10em; }

.pregrid {
  margin-right: 0px;
  margin-bottom: 0.5em;
        /*    > div {
        height: 33.3333%;
        width: 33.3333%;
        background-color: rgba(0,0,0,0.1);
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
        background-clip: padding-box;

        h4 {
            position: absolute;
            right: 20px;
            top: 120px;
            font-size: 12.5px;
            white-space: nowrap;
            text-align: right;
        }
        }
*/ }

.minigrid {
  display: flex;
  position: relative;
  float: right;
  clear: right;
  width: 54px;
  height: 33px;
  margin-top: 0.2em;
  flex-direction: column;
  flex-wrap: wrap; }
  .minigrid > div {
    height: 33.3333%;
    width: 33.3333%;
    background-color: rgba(0, 0, 0, 0.1);
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-clip: padding-box; }
    .minigrid > div h4 {
      display: none;
      position: absolute;
      right: 62px;
      top: 10px;
      font-size: 12.5px;
      white-space: nowrap;
      text-align: right; }
  .minigrid.performance1.r1 div:nth-child(3) {
    background-color: #e86941 !important; }
    .minigrid.performance1.r1 div:nth-child(3) h4 {
      display: block; }
  .minigrid.performance1.r2 div:nth-child(2) {
    background-color: #3a7b8c !important; }
    .minigrid.performance1.r2 div:nth-child(2) h4 {
      display: block; }
  .minigrid.performance1.r3 div:nth-child(1) {
    background-color: #724867 !important; }
    .minigrid.performance1.r3 div:nth-child(1) h4 {
      display: block; }
  .minigrid.performance2.r4 div:nth-child(6) {
    background-color: #e55629 !important; }
    .minigrid.performance2.r4 div:nth-child(6) h4 {
      display: block; }
  .minigrid.performance2.r5 div:nth-child(5) {
    background-color: #1e677b !important; }
    .minigrid.performance2.r5 div:nth-child(5) h4 {
      display: block; }
  .minigrid.performance2.r6 div:nth-child(4) {
    background-color: #603054 !important; }
    .minigrid.performance2.r6 div:nth-child(4) h4 {
      display: block; }
  .minigrid.performance3.r7 div:nth-child(9) {
    background-color: #e24412 !important; }
    .minigrid.performance3.r7 div:nth-child(9) h4 {
      display: block; }
  .minigrid.performance3.r8 div:nth-child(8) {
    background-color: #05576d !important; }
    .minigrid.performance3.r8 div:nth-child(8) h4 {
      display: block; }
  .minigrid.performance3.r9 div:nth-child(7) {
    background-color: #4f1a41 !important; }
    .minigrid.performance3.r9 div:nth-child(7) h4 {
      display: block; }

input#a-form-review-date {
  font-size: 1rem;
  padding: 0.4em 1em 0.6em 1em;
  height: auto;
  margin-top: 1em;
  vertical-align: middle;
  display: inline-block;
  border: 0;
  font-weight: 400;
  width: auto;
  margin-right: 1em;
  line-height: inherit; }

div#a-form-competencies {
  padding-bottom: 3em; }

div#avRating {
  float: right;
  margin-top: -6.5em;
  display: flex;
  right: 0; }
  div#avRating .overallrating {
    font-size: 110%;
    margin-right: 0.7em; }

.a-form-padding-review div.rating {
  margin-top: 0.2em; }

div#developmentgrid ~ div[onclick] {
  font-size: 80%;
  opacity: 0.6;
  margin-left: auto;
  cursor: pointer;
  margin-top: 1em; }

#adminHistory {
  position: relative; }
  #adminHistory .a-report-export {
    text-align: left;
    position: absolute;
    padding-top: 0.1em;
    left: 5.5em; }

.hoverinfo {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -10;
  background-color: rgba(24, 24, 24, 0.95);
  color: #ffffff;
  text-align: left;
  padding: 1em 1.3em 1.1em 1.3em;
  width: 110%;
  left: -5%;
  top: 108%;
  transition: opacity 0.3s ease, z-index 0s linear 0.3s; }
  .hoverinfo:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 18px;
    border-color: transparent transparent rgba(24, 24, 24, 0.95) transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%; }

div.gridcolumn > div:hover .hoverinfo {
  opacity: 1;
  z-index: 1000;
  transition-delay: 0s; }

table#Users.a-report-table {
  table-layout: fixed; }
  table#Users.a-report-table th:nth-last-child(1) {
    padding-left: 0px;
    text-align: left !important; }
  table#Users.a-report-table th:nth-last-child(2), table#Users.a-report-table td:nth-last-child(2) {
    width: 5em;
    text-align: center;
    padding-right: 2em; }
  table#Users.a-report-table th:last-child, table#Users.a-report-table td:last-child {
    width: 5em;
    text-align: center; }
  table#Users.a-report-table .minigrid {
    float: none; }
  table#Users.a-report-table td span[class^="r"] {
    display: block;
    line-height: 1;
    padding: 0.2em 0.5em;
    border-radius: 0.7em;
    color: #ffffff; }
    table#Users.a-report-table td span[class^="r"].r1, table#Users.a-report-table td span[class^="r"].r2, table#Users.a-report-table td span[class^="r"].r3 {
      background-color: #ffc61d; }
    table#Users.a-report-table td span[class^="r"].r4, table#Users.a-report-table td span[class^="r"].r5, table#Users.a-report-table td span[class^="r"].r6 {
      background-color: #f48010; }
    table#Users.a-report-table td span[class^="r"].r7, table#Users.a-report-table td span[class^="r"].r8, table#Users.a-report-table td span[class^="r"].r9 {
      background-color: #ea4f25; }
    table#Users.a-report-table td span[class^="r"].r10 {
      background-color: #01718e; }

.a-report-filter.filterrows a.filter.add:before {
  content: "+";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #df441a;
  margin-right: 0.3em;
  text-align: center;
  line-height: 0.9; }

.nobackground {
  background-color: transparent;
  color: #000000;
  padding-left: 0px;
  margin-top: -2em; }

table#Users .a-r-cell-tot > span {
  text-align: center; }

@media only screen and (max-width: 600px) {
  table#Users th:nth-child(2),
  table#Users td:nth-child(2),
  table#Users th:nth-child(3),
  table#Users td:nth-child(3),
  table#Users th:nth-child(4),
  table#Users td:nth-child(4) {
    display: none; } }
div#helptable {
  margin: 0;
  font-size: 100%;
  padding: 3em 0 2em 0; }
  div#helptable .a-sidehelp {
    display: flex;
    flex-wrap: wrap; }
  div#helptable .a-admin-help-link {
    width: 50%;
    padding: 0 1em 0.5em 0;
    margin: 0; }

.a-r-1 {
  background-color: #ffc61d;
  border-radius: 0.5em; }

.a-r-4 {
  background-color: #f48010;
  border-radius: 0.5em; }

.a-r-7 {
  background-color: #ea4f25;
  border-radius: 0.5em; }

.a-r-10 {
  background-color: #01718e;
  border-radius: 0.5em; }

.a-report-legend.analytics {
  float: left;
  color: #aaaaaa;
  margin-top: 2em; }

@media only screen and (max-width: 600px) {
  div#helptable .a-admin-help-link {
    width: 100%;
    padding: 0 0 0.5em 0; } }
.k-loading-color {
  opacity: 0.6; }

.k-loading-image {
  background-image: url("graphics/spinner.svg") !important; }

    /*.k-pdf-export p{background-color:#eeeeee;}
*/
div.a-body div.container.body-content {
  padding: 0; }

/*# sourceMappingURL=site.css.map */

@charset "UTF-8";
html {
  font-size: 20px; }

body {
  padding-top: 16px;
  padding-bottom: 20px;
  font-family: "Depot", Arial, Sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  line-height: 1.3; }

body > div:first-child {
  background-color: #d01f7c !important; }

p {
  margin: 0em 0em 1em 0em; }
  p:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0.75em; }

h1, h2 {
  font-weight: 300; }

h3, h4 {
  font-weight: 500; }

h1 {
  font-size: 300%; }

h2 {
  font-size: 220%; }

h3 {
  font-size: 135%;
  text-transform: uppercase; }

h4 {
  font-size: 100%;
  text-transform: uppercase; }

h6 {
  font-size: 1em; }

a,
a:hover,
a:focus,
.text-primary,
.btn-primary .badge,
.btn-link,
.btn-link:hover,
.btn-link:focus,
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.panel-primary > .panel-heading .badge,
.navbar-inverse .badge,
.text-primary,
.text-primary:hover {
  color: #db147d;
  text-decoration: none; }

a:focus {
  outline: none; }

:focus {
  outline-width: 1px; }

.btn:active, .btn.active {
  box-shadow: none; }

/* Set padding to keep content from hitting the edges */
.body-content {
  font-size: 100%; }

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  /*max-width: 280px;*/ }

textarea, .form-control, textarea.form-control {
  box-shadow: none; }

.clickable {
  cursor: pointer;
  color: #db147d; }

.divided {
  margin-top: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.5em; }

.a-side-content {
  width: 30%;
  float: right;
  padding-left: 2em; }
  .a-side-content a {
    font-weight: 400; }
  .a-side-content p {
    font-size: 90%; }
  .a-side-content > h3:not(:first-child) {
    margin-top: 2em; }
  .a-side-content > div:not(:first-child) > h3 {
    margin-top: 2em; }

.a-left-content:not(:only-child) {
  width: 70%;
  float: left; }

/* BOOTSWATCH SUPERHERO OVERRIDES */
body,
.img-thumbnail,
.table .table,
.dropdown-menu .divide,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.thumbnail {
  background-color: #31353e; }

output,
.form-control,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.dropdown-header,
.input-group-addon,
textarea {
  color: #222222; }

table, .table {
  font-size: 16px; }
  table td, table th, .table td, .table th {
    padding: 0.4em; }
  table td, .table td {
    color: #595959; }

.modal-dialog {
  margin: 0px; }

.dropdown-menu li a {
  font-size: 0.9rem;
  padding: 0.4em 3em 0.5em 1em; }

.row {
  margin-left: 0;
  margin-right: 0; }

.a-form .col-md-12, .a-form .col-md-8, .a-form-supervision .col-md-12, .a-form-supervision .col-md-8 {
  transition: width 0.1s ease;
  -ms-transition: width 0.1s ease;
  -moz-transition: width 0.1s ease;
  -webkit-transition: width 0.1s ease; }

​
.a-top {
  height: 60px; }

.a-top-logo {
  float: left;
  background-image: url("graphics/ascent-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 173px 64px;
  width: 173px;
  height: 64px; }

@media only screen and (max-width: 600px) {
  .a-top-logo {
    background-size: 128px 64px;
    width: 128px; } }
.a-top-user {
  float: right;
  color: #ebebeb; }

.a-top-user a, .a-top-user a:visited {
  color: #ebebeb; }

.a-top-user a:hover {
  color: #ffffff;
  text-decoration: none; }

.a-top-user-profile {
  background-image: url("graphics/profile.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33px 30px;
  width: 33px;
  height: 60px; }

.a-top-user-name {
  float: right;
  margin-right: 43px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 13px;
  font-size: 14px;
  line-height: 17px; }

.a-top-exit {
  float: right;
  margin-right: 43px;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px; }

.a-page {
  background-color: #ffffff;
  color: #222222; }

.a-page-report {
  background-color: #ffffff;
  color: #222222; }

.a-body {
  padding-top: 100px; }

.a-clickable {
  cursor: pointer; }

.a-row-sep-vertical {
  border-right: solid 1px #bbbbbb; }

.a-row-sep-vertical-left {
  border-left: solid 1px #bbbbbb; }

.a-btn-disabled {
  background-color: #aaaaaa !important;
  color: #dddddd !important; }

.a-note-orange, .a-note-orange-flush {
  background-color: #ff6a00;
  color: #ffffff;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }

.a-note-orange {
  padding-left: 0.75em;
  padding-right: 0.75em; }

.a-note-black, .a-note-black-flush {
  background-color: #31353e;
  color: #ffffff;
  padding-top: 0.75em;
  padding-bottom: 0.75em; }

.a-note-black {
  padding-left: 1em;
  padding-right: 1em; }

.bg-primary,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.navbar-inverse,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.label-primary,
.progress-bar,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus,
.panel-primary > .panel-heading {
  background-color: #db147d; }

a.btn, div.btn, input.btn {
  display: inline-block;
  padding: 0.4em 1em 0.6em 1em;
  border: 0;
  border-radius: 0;
  font-family: "Depot", Arial, Sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1em;
  line-height: inherit; }

/* .btn-default { */
  /* background-color: #db147d; } */
  .btn-default:hover {
    background-color: #0a618a; }
  .btn-default.active, .btn-default.active:hover {
    background-color: #db147d;
    color: #ffffff; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-color: #67bd67; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  border-color: #db147d; }

.container {
  padding: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-sm-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-sm-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-xs-12, .col-md-12, .col-lg-12 {
  padding: 0; }

.modal-content,
.modal-header,
.modal-footer,
.modal-body {
  background-color: #ffffff;
  border: 0; }

.modal-header,
.modal-footer {
  border-color: #31353e; }

.modal-100 {
  margin-top: 105px;
  width: 100%;
  font-size: 20px; }
  .modal-100 .modal-content {
    padding: 1.5em 0 0.5em 0; }

.modal {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.modal-header .close {
  color: #db147d;
  font-size: 200%; }

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background-color: #db147d;
  color: #ffffff;
  border: solid 0px; }

.daterangepicker .ranges li {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: solid 0px;
  color: #555;
  background-color: #ffffff; }

/*.a-page-report .daterangepicker .ranges li {
  color: #fff;
  background-color: #4e5d6c;
}*/
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #db147d;
  border-color: #db147d;
  color: #ffffff; }

.daterangepicker td.in-range {
  background-color: #f8d2bb; }

/*.glyphicon-bell:before {
  content: "\d83d\dd14";
}
.glyphicon-bookmark:before {
  content: "\d83d\dd16";
}
.glyphicon-briefcase:before {
  content: "\d83d\dcbc";
}
.glyphicon-calendar:before {
  content: "\d83d\dcc5";
}
.glyphicon-camera:before {
  content: "\d83d\dcf7";
}
.glyphicon-fire:before {
  content: "\d83d\dd25";
}
.glyphicon-lock:before {
  content: "\d83d\dd12";
}
.glyphicon-paperclip:before {
  content: "\d83d\dcce";
}
.glyphicon-pushpin:before {
  content: "\d83d\dccc";
}
.glyphicon-wrench:before {
  content: "\d83d\dd27";
}*/
/*.glyphicon-calendar:before {
  content: "\e109"!important;
}*/
.dropdown-menu {
  background-color: #e6e6e6; }
  .dropdown-menu ul {
    width: 100%; }
  .dropdown-menu li {
    width: 100%; }
  .dropdown-menu > li > a {
    background-color: transparent !important;
    color: #5a5d5e;
    width: 100%; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      background-color: rgba(0, 0, 0, 0.1) !important;
      color: #5a5d5e;
      cursor: pointer; }
  .dropdown-menu li.selected {
    background-color: #db147d !important; }
    .dropdown-menu li.selected > a {
      color: #ffffff !important; }

.input-group-addon {
  background-color: #db147d;
  color: #ffffff; }

/* DASHBOARD + ISOTOPE */
#dbd {
  margin: 0px;
  padding: 0px; }

.a-dbd-box {
  padding: 0px 10px 10px 0px; }

.a-dbd-box-content {
  position: relative;
  width: 100%;
  height: 100px;
  border: 0px solid #ffffff;
  padding: 10px 15px 15px 15px;
  margin: 0px 0px 0px 0px;
  float: left;
  background-color: #f69356;
  color: #ffffff; }

.a-dbd-box-content h2 {
  color: #ffffff;
  width: 100%;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.15em;
  margin-top: 0em;
  line-height: 1.2em; }

.a-dbd-dark {
  background-color: #db147d;
  color: #ffffff; }

.a-dbd-dark h2 {
  color: #fef2ea; }

.a-dbd-light {
  background-color: #fac6a6;
  color: #db147d; }

.a-dbd-light h2 {
  color: #db147d; }

.a-dbd-vlight {
  background-color: #fcdbc7;
  color: #db147d; }

.a-dbd-vlight h2 {
  color: #db147d; }

.a-dbd-icon {
  position: absolute;
  top: 0px;
  right: 0px; }

.a-dbd-icon i {
  display: block;
  float: left;
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  opacity: 0.9; }

i.a-icon-touch {
  background-image: url("graphics/icons/touch60.png"); }

i.a-icon-ascent {
  background-image: url("graphics/icons/ascent60.png"); }

i.a-icon-survey {
  background-image: url("graphics/icons/survey60.png"); }

i.a-icon-vacancies {
  background-image: url("graphics/icons/vacancies60.png"); }

i.a-icon-ctrack {
  background-image: url("graphics/icons/ctrack60.png"); }

i.a-icon-cornerstone {
  background-image: url("graphics/icons/cornerstone60.png"); }

.a-dbd-box-content ul {
  margin-top: 0.35em;
  overflow: hidden;
  text-overflow: ellipsis; }

.a-dbd-box-content li {
  margin-top: 0.15em;
  margin-bottom: 0.15em;
  width: 100%;
  white-space: nowrap;
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis; }

.a-dbd-box-tall {
  height: 210px; }

.a-dbd-box-vtall {
  height: 320px; }

.a-dbd-grid-4 .grid-sizer, .a-dbd-grid-4 .a-dbd-box {
  width: 25%; }

.a-dbd-grid-3 .grid-sizer, .a-dbd-grid-3 .a-dbd-box {
  width: 33.333%; }

.a-dbd-grid-2 .grid-sizer, .a-dbd-grid-2 .a-dbd-box {
  width: 50%; }

.a-dbd-grid-1 .grid-sizer, .a-dbd-grid-1 .a-dbd-box {
  width: 100%; }

.a-dbd-box-2 {
  width: 50%;
  float: left; }

.a-dbd-box-2:first-of-type {
  border-right: solid 10px transparent; }

.a-dbd-box a, .a-dbd-box a:hover, .a-dbd-box a:visited {
  color: #ffffff; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/* FORM */
.a-form.a-form-padding {
  padding-bottom: 1em; }

.a-form-padding-review {
  position: relative; }

.a-form-section-link {
  width: auto;
  position: absolute;
  right: 1.5em;
  top: 4em; }

/* Bootstrap xs breakpoint */
@media only screen and (max-width: 768px) {
  .a-form-section-link {
    position: inherit;
    clear: both;
    margin-top: 0em;
    margin-bottom: 0em;
    zoom: 0.85;
    display: inline-block;
    right: auto;
    top: auto; } }
.a-form h3 {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  float: left; }

.a-form-padding-review h3 {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding-top: 2em; }

.a-form-padding-review h3.nosep {
  border-top: solid 0px #bbb;
  padding-top: 0px;
  float: none; }

.a-sidehelp h3 {
  float: none; }

.a-form-section-intro {
  clear: both;
  font-style: italic;
  margin: 0em 0em 0em 0em; }

.a-form-section-content {
  margin: 1em 0em 0em 0em; }

.a-form-question-off, .a-form-question-on {
  padding: 0.5em 0.8em 0.7em 0.8em;
  color: #ffffff;
  background-color: #db147d;
  margin: 1em 0em 0em 0em;
  line-height: 1.1; }

.a-form-question-on {
  background-color: #db147d; }

.a-form-error {
  padding: 0.5em 0em 0.5em 0em;
  color: #ec350a; }

.a-form textarea {
  width: 100%;
  border-width: 0px;
  padding: 1em;
  /*  font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.5em;
  color: #5a5d5e;
  background-color: #f3f3f3;
  resize: vertical !important;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  transition: height 0.2s;
  /*font: 400 130px/0.8 'Cookie', Helvetica, sans-serif;*/
  font-style: italic; }

.a-form textarea:disabled {
  background-color: #D3D3D3; }

.a-form textarea.strong:disabled {
  background-color: #C3C3C3; }

.a-form-supervision textarea, .input-group input {
  color: #5a5d5e;
  background-color: #f3f3f3;
  padding: 1em; }

.a-form-prev-skill-header {
  padding: 10px 0px 10px 1.25em;
  margin: 1em 0em 0em 0em; }

.a-form-prev-skill-header h3 {
  margin: 0px;
  padding: 0px;
  font-size: 120%; }

.a-form-skill {
  margin-bottom: 1px;
  padding: 4px 6px 4px 8px;
  background-color: #ffffff;
  cursor: pointer;
  display: block;
  border-left-width: 10px;
  border-left-style: solid;
  border-left-color: #5cb85c;
  color: #555; }

.a-form-skill.a-disabled {
  background-color: #eeeeee;
  border-left-color: #ababab;
  color: #ababab; }

.a-form-skill.a-selected {
  border-left-color: #db147d;
  color: #db147d; }

.a-form-prev-skill {
  margin-bottom: 1px;
  padding: 4px 6px 4px 1.25em; }

.a-form-skill-placeholder {
  color: #db147d;
  margin-top: 5px; }

.a-form-skill-star-on, .a-form-skill-star-off, .a-form-skill-star-hide, .a-form-skill-star-none {
  float: right;
  margin-left: 5px; }

.a-form-prev-skill-star-on, .a-form-prev-skill-star-off, .a-form-prev-skill-star-hide, .a-form-prev-skill-star-none {
  float: left;
  margin-right: 5px; }

.a-form-skill-star-on, .a-form-skill-star-off, .a-form-skill-star-hide, .a-form-skill-star-none,
.a-form-prev-skill-star-on, .a-form-prev-skill-star-off, .a-form-prev-skill-star-hide, .a-form-prev-skill-star-none {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px; }

.a-form-skill-star-on {
  background-image: url("graphics/stars/star_on.png"); }

.a-form-skill-star-off {
  background-image: url("graphics/stars/star_off.png"); }

.a-form-prev-skill-star-on {
  background-image: url("graphics/stars/star_prev_on.png"); }

.a-form-prev-skill-star-off {
  background-image: url("graphics/stars/star_prev_off.png"); }

.a-form-skill-star-none {
  display: none; }

.modal-rating {
  margin-top: 40px;
  width: 100%; }

.a-form-rating {
  padding: 0em 0em 0em 0em; }

.a-form-rating h2 {
  margin-top: 0em;
  margin-bottom: 0.25em; }

.a-form-rating h3 {
  margin-top: 0px;
  font-size: 110%; }

.a-instructions {
  color: #808080;
  font-style: italic;
  padding-bottom: 0.75em; }

.a-form-rating .a-instructions {
  padding-bottom: 0px;
  font-size: 100%; }

.a-form-rating .a-note-black {
  padding-left: 0em;
  padding-right: 0em; }

.a-form-rating-self-margin {
  margin-bottom: 0em; }

.a-form-rating-row {
  margin: 1em 0em 1em 0em; }

.a-note-black .a-form-rating-row {
  margin: 0em; }

/* For sizes beyond Bootstrap's xs breakpoint */
@media only screen and (min-width: 768px) {
  .a-form-rating-row {
    position: relative; }

  .a-form-rating-description, .a-form-rating-row {
    min-height: 120px; }

  .a-form-rating-description {
    border-right: solid 1px #aaa; }

  .a-form-rating-row:first-of-type, .a-note-black .a-form-rating-row {
    min-height: 1px; }

  .a-form-rating-rates {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%); } }
.a-form-rating-hsep {
  border-top: solid 1px #ababab;
  margin: 0em 0em 0em 0em; }

.a-form-rating-full-width, .a-form-rating-full-width-target {
  position: relative; }

.a-form-rating-full-width-target {
  background-color: #fff;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em; }

.a-form-rating-marker-target {
  width: 130px;
  position: absolute;
  right: 10px;
  padding-top: 0.5em;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%); }

.a-form-rating-rate .a-form-rating-marker-target {
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%); }

.a-form-rating-marker-target i {
  /* apps.eky.hk/css-triangle-generator */
  display: inline-block;
  float: left;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 30px 42px 0px;
  border-color: transparent #db147d transparent #db147d;
  margin-right: 0px;
  margin-top: 0px; }

.a-form-rating-marker-target-dev i {
  border-color: transparent #31353e transparent transparent; }

.a-form-rating-marker-target div {
  float: left;
  display: inline-block;
  height: 84px;
  background-color: #db147d;
  color: #ffffff;
  width: 99px;
  /*For ghost lines on iOS*/
  padding: 0px 0px 0px 0px;
  position: relative;
  border-left: solid 1px #db147d;
  /*For ghost lines on iOS*/
  margin-left: 0px; }

.a-form-rating-marker-target-dev div {
  background-color: #31353e;
  border-left: solid 1px #31353e;
  /*For ghost lines on iOS*/ }

.a-form-rating-marker-target div span {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  text-align: right;
  font-size: 16px;
  line-height: 18px;
  padding-right: 10px; }

.a-form-rating-description {
  font-size: 85%;
  line-height: 1.3em;
  padding-bottom: 0.5em;
  padding-right: 1em !important;
  padding-left: 1em !important; }

.a-form-rating-description br {
  /*
  vertical-align:top;
  line-height:2em;
  */ }

.a-form-rating-description p {
  display: block;
  height: 0.6em;
  margin: 0px;
  overflow: hidden;
  line-height: 1px; }

.a-form-rating-rate {
  position: relative;
  line-height: 2em;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 0.5em;
  display: inline-block;
  width: 100%;
  /*
    border:solid 1px;
  */ }

.a-form-rating-rate-boxes {
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%); }

.a-form-rating-rate.a-disabled {
  cursor: default; }

.a-form-rating-rate a, .a-form-rating-rate a:hover, .a-form-rating-rate a:visited {
  display: inline-block;
  outline: none;
  color: #31353e;
  text-decoration: none;
  height: 2em; }

.a-form-rating-rate a:hover {
  color: #000000;
  font-weight: bold; }

.a-form-rating-rate.a-disabled a {
  cursor: default; }

.a-form-rating-rate.a-disabled a:hover {
  font-weight: normal; }

.a-form-rating-checked i, .a-form-rating-unchecked i {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em; }

.a-form-rating-unchecked i {
  background-color: #ffffff;
  border: solid 2px #999999; }

.a-form-rating-rate.a-disabled .a-form-rating-unchecked i {
  background-color: #eeeeee; }

.a-form-rating-checked i {
  background-color: #db147d;
  border: solid 2px #db147d; }

.a-form-rating-rate span {
  vertical-align: middle;
  font-size: 90%; }

.a-form-rating-selected {
  color: #000000;
  font-weight: bold !important; }

.a-form-rating-rate .tooltip {
  margin-left: 1em !important; }

.a-form-rating-close {
  text-align: right;
  padding: 0.5em 1.5em 0.5em 0.5em; }

.a-form-rating-close-top {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
  z-index: 10; }

.aa-form-rating-close-top {
  text-align: right;
  float: right; }

.a-form-rating-close-bottom {
  width: 100%;
  background-color: #4e5d6c;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 110%;
  font-weight: normal; }

.a-form-rating-close-bottom.success {
  background-color: #5cb85c; }

.a-form-rating-close-bottom:hover {
  color: #fff; }

.a-form-footer {
  padding: 4em 0em 1em 0em;
  display: inline-block;
  width: 100%; }
  .a-form-footer b {
    font-weight: normal;
    color: #db147d; }
  .a-form-footer > div {
    line-height: 1.2; }
    .a-form-footer > div a {
      margin: 0.7em 0 1.5em 0; }

.a-form-save-draft, .a-form-save-back {
  float: left;
  clear: both; }

.a-form-save-submit, .a-form-save-delete {
  float: right;
  text-align: right; }

@media only screen and (max-width: 768px) {
  .a-form-footer {
    font-size: 80%; } }
@media only screen and (max-width: 539px) {
  .a-form-footer > div {
    width: 100%;
    text-align: right; } }
@media only screen and (max-width: 500px) {
  .a-form-save-submit {
    padding-top: 2em;
    clear: both;
    float: left;
    text-align: left; }

  .a-hide-500w {
    display: none; } }
.a-form-save-submit a {
  margin-top: 0.5em;
  min-width: 200px; }

.a-form-save-loader {
  height: 15px; }

/* FORM SUPERVISION */
.a-form-supervision {
  min-height: 400px; }

.a-form-supervision textarea, .a-form-supervision input[type="text"], .a-form-supervision select, .a-form-supervision .btn, .input-group {
  font-size: 0.9rem; }

.a-form-supervision textarea, .a-form-supervision input[type="text"], .a-form-supervision select, .input-group {
  width: 100%; }

.a-form-supervision .dropdown-toggle, .open > .dropdown-toggle.btn-default {
  background-color: #f3f3f3;
  color: #5a5d5e; }

span.select-help {
  display: inline-block;
  border-radius: 1em;
  font-size: 0.7em;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000000;
  color: #000000;
  opacity: 0.7;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-left: 0.8em;
  transform: translateY(-2px);
  cursor: pointer; }

.dropdown-toggle {
  margin: 0px !important;
  border-width: 0px !important; }

.dropdown-toggle .filter-option {
  padding: 1px 0px 1px 0px; }

.dropdown-toggle .caret {
  right: 16px !important;
  color: #5a5d5e;
  font-size: 200%;
  border-top-width: 8px;
  border-right-width: 6px;
  border-left-width: 6px; }

.btn-group.bootstrap-select .dropdown-menu {
  min-width: 100%; }

.dropdown-menu {
  padding: 0px; }

.dropdown-menu > li > a:focus {
  background-color: #db147d;
  color: #fff; }

.a-form-supervision textarea, .a-form-supervision input[type="text"], .a-form-supervision select {
  color: #555;
  border: solid 0px; }

.a-form-supervision textarea {
  padding: 8px 16px 8px 16px;
  /*  font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-size: 120%; }

.a-form-supervision label {
  font-size: 100%;
  color: #444; }

.a-form-supervision label.admin {
  margin-top: 0px;
  float: right; }

.a-form-supervision-field {
  margin: 1em 0em 0em 0em; }

.a-form-supervision .a-icon70 {
  margin-bottom: 1.75em; }

.a-form-supervision-buttons {
  margin: 1em 0em 1.5em 0em; }

.a-form-supervision-finish .a-form-supervision-buttons {
  float: left; }

.a-form-supervision .hLoader {
  float: left;
  padding: 2.25em 0em 0em 0em; }

.a-form-supervision-error {
  width: 100%;
  background-color: #db147d;
  color: #fff;
  margin: 1.75em 0em 0em 0em;
  padding: 8px 16px 8px 16px;
  font-size: 90%; }

.a-supervision-warning {
  background-color: #db147d;
  color: #fff;
  padding: 16px 16px 16px 16px; }

.a-supervision-history-notes .a-supervision-history-notes-content {
  display: block;
  height: auto;
  margin: 0;
  background-color: #f3f3f3;
  padding: 0;
  /*    font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-size: 0.8rem;
  color: #5a5d5e; }
  .a-supervision-history-notes .a-supervision-history-notes-content > * {
    padding-left: 1em;
    padding-right: 1em; }
    .a-supervision-history-notes .a-supervision-history-notes-content > *:first-child {
      padding-top: 1em; }
    .a-supervision-history-notes .a-supervision-history-notes-content > *:last-child {
      padding-bottom: 1em; }

.a-supervision-history-field {
  margin-bottom: 0.25em; }

.a-supervision-history-notes p {
  margin-top: 0; }

.a-supervision-history-field.a-supervision-history-logged-by {
  margin: 1em 0em 0em 0em;
  color: #888;
  font-size: 90%; }

.a-supervision-history-field.a-supervision-history-logged-by .btn {
  float: right;
  padding: 0px 8px 2px 8px;
  margin: 0px; }

.a-sidehelp {
  padding: 0;
  font-size: 90%; }

.a-sidehelp h3 {
  margin-top: 0px; }

.a-help-square {
  clear: both;
  padding-bottom: 10px; }

.a-help-squares ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }

.a-help-squares ol > li:before {
  /* number */
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0px;
  left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 30px;
  background-color: #ababab;
  color: #ffffff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center; }

.a-help-squares ol > li.a-highlight:before {
  background-color: #db147d; }

.a-help-squares ol > li {
  /* text */
  font-size: 85%;
  line-height: 125%;
  color: #555555;
  position: relative;
  list-style: none;
  padding-left: 70px;
  margin-bottom: 10px;
  min-height: 60px;
  max-width: 275px; }

.a-help-squares ol > li.a-highlight {
  color: #222222; }

/*
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}​
  */
.a-help-square .text {
  max-width: 250px;
  font-size: 85%;
  line-height: 125%; }

.a-title.roletitle {
  font-weight: 500;
  font-size: 110%;
  color: #db147d;
  display: inline-block; }
  .a-title.roletitle + .btn {
    margin-top: 0;
    float: right; }

.a-icon70 {
  min-height: 70px;
  line-height: 1; }
  .a-icon70 i {
    display: block;
    float: left;
    width: 70px;
    height: 70px;
    background-color: #db147d;
    margin-right: 1em;
    background-position: center center;
    background-size: 70px 70px;
    background-repeat: no-repeat; }
    .a-icon70 i.transparent {
      background-color: transparent; }
    .a-icon70 i.a-icon-profile {
      background-image: url("graphics/icons/profile70.png"); }
  .a-icon70 .a-title {
    font-weight: 500;
    font-size: 160%;
    color: #333333;
    margin-left: 90px; }
  .a-icon70 .a-title-small {
    font-weight: 500;
    font-size: 140%;
    color: #333333;
    margin-left: 90px; }
  .a-icon70 .a-title-group {
    font-weight: 400;
    font-size: 120%;
    color: #333333;
    margin-left: 90px;
    margin-top: 0.25em; }
  .a-icon70 .a-subtitle {
    padding-top: 0.3em; }

.a-icon70.inmodal {
  margin-bottom: 1em; }

.a-icon60 {
  min-height: 60px;
  margin-bottom: 0.75em; }

.a-icon60 i {
  display: block;
  float: left;
  width: 60px;
  height: 60px;
  background-color: #db147d;
  margin-right: 10px;
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat; }

.a-icon60 i.transparent {
  background-color: transparent; }

.a-icon60 i.a-icon-profile {
  background-image: url("graphics/icons/profile60.png"); }

.a-icon60 i.a-icon-pdf {
  background-image: url("graphics/icons/pdf60.png"); }

.a-icon60 i.a-icon-question {
  background-image: url("graphics/icons/question60.png"); }

.a-icon60 .a-title {
  font-size: 180%;
  color: #333333; }

.a-icon40 {
  min-height: 50px;
  display: inline-block;
  position: relative; }

.a-icon40 i {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 50px;
  background-position: center center;
  background-size: 40px 50px;
  background-repeat: no-repeat; }

.a-icon40 i.a-icon-pdf {
  background-image: url("graphics/icons/pdf40.png"); }

.a-icon40 i.a-icon-doc {
  background-image: url("graphics/icons/doc40@2x.png"); }

.a-icon40 i.a-icon-touch {
  background-image: url("graphics/touch-icon.svg"); }

.a-icon40 i.a-icon-info {
  background-image: url("graphics/info-icon.svg"); }

.a-icon40 .a-title {
  font-size: 1.1rem;
  color: #333333;
  line-height: 1em;
  white-space: nowrap;
  padding-left: 46px;
  font-weight: 400; }

.a-side-content .a-icon40 {
  padding-left: 0.7em; }
  .a-side-content .a-icon40 i {
    left: 0.4em; }
  .a-side-content .a-icon40 .a-title {
    font-size: 1rem;
    white-space: normal; }

.a-icon40 .a-subtitle {
  font-size: 80%;
  color: #777777;
  line-height: 1.3em;
  display: inline-block;
  padding-left: 46px; }

.a-note-black .a-icon40 {
  opacity: 0.8; }

.a-note-black .a-icon40 .a-title {
  color: #ddd; }

.a-note-black .a-icon40 .a-subtitle {
  color: #aaa; }

.a-note-black .a-icon40 i.a-icon-pdf {
  background-image: url("graphics/icons/pdfw40.png"); }

/* PDF */
.a-pdf {
  background-color: #ffffff;
  color: #333333;
  padding: 0px;
  margin: 0px;
  font-size: 12pt; }

.a-pdf .a-logo-hcone, .a-logo-hcone-pdf {
  float: left;
  width: 256px;
  height: 80px;
  background-image: url("graphics/pdf/logo_pdf.gif");
  background-size: cover; }

.a-pdf .a-logo-ascent, .a-logo-ascent-pdf {
  float: right;
  width: 173px;
  height: 64px;
  background-image: url("graphics/ascent-logo-dark.svg");
  /*background-size: cover;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: 173px 64px;
  width: 173px;
  height: 64px; }

.a-pdf .a-body {
  clear: both;
  padding-top: 3em; }

.a-pdf h1 {
  background-color: #db147d;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  margin: 0px; }

.a-pdf-header {
  background-color: #555555;
  color: #ffffff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 0px; }

.a-pdf-header-reviewer {
  float: left;
  font-size: 120%; }

.a-pdf-header-date {
  float: right;
  padding-right: 2em; }

.a-pdf-notice {
  margin: 1em 0em 1em 0em;
  padding: 0.5em 0em 0.5em 0em;
  background-color: #ababab;
  color: #ffffff;
  text-align: center;
  font-size: 150%; }

.a-pdf-notice-sub {
  font-size: 80%; }

.a-pdf-content {
  padding: 0px 0px 0px 0px; }

.a-pdf-content h2 {
  color: #e04909; }

.a-pdf h2 {
  margin: 1em 0em 0em 0em;
  padding-top: 0em;
  border-top: solid 0px; }

.a-pdf .a-pdf-content-form h2.pbreak {
  page-break-before: always; }

.a-pdf .a-pdf-content-form h2:first-of-type {
  page-break-before: avoid; }

.a-pdf .a-pdf-notice.reviewer-only {
  page-break-before: always;
  border-top: solid 1px #ffffff; }
  .a-pdf .a-pdf-notice.reviewer-only div {
    text-transform: uppercase; }

.a-pdf-field-section {
  position: relative;
  page-break-inside: avoid;
  bborder-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em 0em; }

.a-pdf-field-section-av {
  position: relative;
  page-break-inside: avoid; }

.a-pdf h3 {
  margin: 0;
  font-size: 150%; }

.a-pdf .a-field {
  border: solid 1px #dadada;
  background-color: #fafafa;
  padding: 0.5em;
  /*  font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-weight: 400;
  font-size: 140%;
  color: #555555;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.a-pdf .a-field.ratings {
  margin-top: 2em;
  margin-bottom: 0em;
  min-height: 55px; }

.a-pdf .a-field-with-header {
  border: solid 1px #dadada;
  background-color: #fafafa;
  padding: 0.5em;
  /*    font-family: 'Indie Flower','Delius', Helvetica, sans-serif;
  */
  font-weight: 400;
  font-size: 140%;
  color: #555555;
  margin-top: 0px; }

.a-pdf .a-field-label {
  font-weight: 400;
  font-size: 120%;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.a-pdf .a-field.xlarge {
  min-height: 550px; }

.a-pdf .a-field.large {
  min-height: 400px; }

.a-pdf .a-field.medium {
  min-height: 200px; }

.a-pdf .a-field.small {
  min-height: 75px; }

.a-pdf .a-field br {
  vertical-align: top;
  line-height: 1em; }

.a-pdf .a-field p {
  display: block;
  height: 0.8em;
  margin: 0px;
  overflow: hidden; }

.a-pdf-stars {
  font-size: 150%;
  float: right; }

.a-pdf-star-on, .a-pdf-star-off, .a-pdf-star-none {
  display: inline-block;
  width: 1.1em;
  height: 1.6em;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.1); }

.a-pdf-stars .a-pdf-star-on {
  background-image: none; }
  .a-pdf-stars .a-pdf-star-on:nth-child(-n+3) {
    background-color: #ffc61d; }
  .a-pdf-stars .a-pdf-star-on:nth-child(n+4):nth-child(-n+6) {
    background-color: #f48010; }
  .a-pdf-stars .a-pdf-star-on:nth-child(n+7):nth-child(-n+9) {
    background-color: #ea4f25; }
  .a-pdf-stars .a-pdf-star-on:nth-child(10) {
    background-color: #01718e; }
  .a-pdf-stars .a-pdf-star-on.previous {
    border-color: #dddddd;
    font-weight: 300;
    color: #bbbbbb;
    background-color: #98999a !important; }
.a-pdf-stars .a-pdf-star-off {
  background-image: none; }

.pdf-star-count {
  float: right;
  display: block;
  color: #000000;
  border: 2px solid #000000;
  font-weight: 500;
  width: 1.6em;
  text-align: center;
  height: 1.6em;
  font-size: 150%;
  box-sizing: border-box;
  margin-left: 0.5em;
  padding-top: 0.05em; }
  .pdf-star-count.previous {
    border-color: #dddddd;
    font-weight: 300;
    color: #98999a; }

.pdf-star-labels {
  font-size: 80%;
  width: 100%;
  text-align: center;
  padding-right: 1.6em;
  line-height: 0.8;
  box-sizing: border-box; }
  .pdf-star-labels span:first-child {
    float: left; }
  .pdf-star-labels span:last-child {
    float: right; }

.a-pdf-star-notrated {
  color: #db147d;
  font-size: 70%; }

.pdf-skill-rated {
  color: #000000; }

.pdf-skill-required-higher {
  color: #CC0000; }

.pdf-skill-desc {
  margin: 0.5em 0em 0.5em 0em;
  width: 750px;
  font-size: 85%;
  color: #666666;
  line-height: 1.3em; }

.pdf-skill-desc br {
  /*
  vertical-align:top;
  line-height:1.8em;
  */ }

.pdf-skill-desc p {
  display: block;
  height: 0.6em;
  margin: 0px;
  overflow: hidden;
  line-height: 1px;
  overflow: hidden; }

.pdf-skill-boxes {
  display: inline-block;
  width: 100%;
  margin-top: 0.75em; }

.pdf-skill-box-label, .pdf-skill-box-off, .pdf-skill-box-on {
  height: 20px;
  float: left;
  line-height: 20px;
  font-size: 14px;
  color: #666666; }

.pdf-skill-box-off, .pdf-skill-box-on {
  width: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #999999; }

.pdf-skill-box-off div, .pdf-skill-box-on div {
  margin: 3px 3px 3px 3px;
  width: 10px;
  height: 10px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden; }

.pdf-skill-box-on div {
  background-color: #888888; }

.pdf-skill-box-label {
  padding: 0px 20px 0px 6px; }

.dataTables_filter {
  display: none; }

.dataTables_empty {
  line-height: 34px;
  padding-left: 16px; }

.dataTables_info {
  padding: 20px 0px 0px 10px;
  font-style: italic;
  color: #ababab; }

#adminHistory .a-report-export {
  padding-top: 0.5em;
  clear: both; }

.a-report-export {
  margin: 0em 0em 0.5em 0em;
  text-align: right; }
  .a-report-export .a-report-button {
    display: inline-block;
    background-color: #9a9ea1;
    color: #ffffff;
    padding: 0.1em 0.5em;
    font-size: 80%;
    margin: 0; }

.a-button-grey {
  display: inline-block;
  background-color: #9a9ea1;
  color: #ffffff;
  padding: 0.1em 0.5em;
  font-size: 80%;
  margin: 0; }
  .a-button-grey :hover {
    background-color: #db147d;
    color: #ffffff; }

.a-report-export .a-report-button:hover {
  background-color: #db147d;
  color: #ffffff; }

.a-report-table thead .sorting,
.a-report-table thead .sorting_asc,
.a-report-table thead .sorting_desc,
.a-report-table thead .sorting_asc_disabled,
.a-report-table thead .sorting_desc_disabled {
  cursor: pointer; }

.a-report-table thead .sort {
  display: inline-block;
  width: 18px;
  height: 20px;
  vertical-align: middle;
  text-align: right;
  margin-right: 0px; }

.a-report-table thead .sorting .sort {
  background: url("DataTables-1.10.4/images/sort_both.png") no-repeat center right; }

.a-report-table thead .sorting_asc .sort {
  background: url("graphics/report/sort_asc.png") no-repeat center right; }

.a-report-table thead .sorting_desc .sort {
  background: url("graphics/report/sort_desc.png") no-repeat center right; }

.a-report-table thead .sorting_asc_disabled .sort {
  background: url("DataTables-1.10.4/images/sort_asc_disabled.png") no-repeat center right; }

.a-report-table thead .sorting_desc_disabled .sort {
  background: url("DataTables-1.10.4/images/sort_desc_disabled.png") no-repeat center right; }

.a-report-table.dataTable th:active {
  outline: none; }

.a-report-table tr {
  page-break-inside: avoid; }

.a-report-processing {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 10000;
  color: #333333; }

.a-report-processing img {
  margin-left: 50%;
  margin-top: 200px; }

.a-report-search {
  float: right;
  padding: 0;
  width: 35%; }
  .a-report-search table {
    font-size: 1em; }
  .a-report-search td input {
    border: 0;
    padding: 0.2em 0.5em; }

.a-report-filter button {
	background-color:#db147d;
}
.a-report-filter button:hover {
	background-color:#e88fbe;
}

.a-report-filter {
  font-size: 0.9em;
  -webkit-font-smoothing: antialiased;
  margin: 1em 0 0.5em 0;
  padding: 10px 10px 10px 20px;
  overflow: auto;
  background-color: #a19e96;/* #6d6a61;*/
  color: #ffffff; }
  .a-report-filter .btn-group {
    display: inline-block; }
  .a-report-filter table td {
    padding: 0;
    color: #ffffff; }
  .a-report-filter input[type="checkbox"] ~ label {
    margin: 0;
    font-weight: 300;
    padding: 2px 0 4px 0; }
  .a-report-filter.filterrows.nobackground label:first-child {
    min-width: 2em;
    margin-right: 0.7em; }
  .a-report-filter.filterrows label:first-child {
    min-width: 7em;
    text-align: right;
    margin-right: 0.7em; }
  .a-report-filter.filterrows select {
    background-color: #ffffff;
    background-image: url("graphics/dropdown-dark.svg");
    background-size: 0.9em 0.9em;
    background-position: right 0.3em center;
    color: #222222;
    padding: 0.1em 2.1em 0.15em 0.5em;
    margin-right: 0.5em; }
  .a-report-filter.filterrows select + input[type="checkbox"] ~ label {
    margin-left: 1em;
    padding: 0;
    vertical-align: text-bottom; }
  .a-report-filter.filterrows span {
    display: inline-block;
    font-weight: 500;
    margin-right: 0.6em; }
  .a-report-filter.filterrows a.delete {
    display: inline-block;
    font-size: 0.9em;
    width: 1em;
    height: 1em;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0.5em;
    transform: translateY(-0.1em);
    margin-left: 0.1em;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAECAMAAACjvQ8qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAA5JREFUeNpiYKA9AAgwAABkAAEodompAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-size: 0.45em 0.1em;
    background-position: center center;
    opacity: 0.4; }
  .a-report-filter.filterrows a.filter.add {
    color: #ffffff;
    vertical-align: top; }
    .a-report-filter.filterrows a.filter.add:before {
      content: '+';
      display: inline-block;
      width: 1em;
      height: 1em;
      background-color: #db147d;
      margin-right: 0.3em;
      text-align: center;
      line-height: 0.9; }

.a-report-filter.filterrows > div {
  padding: 0.3em 0 0 0;
  display: block;
  vertical-align: middle; }
  .a-report-filter.filterrows > div:last-child {
    margin-bottom: 0.5em; }
  .a-report-filter.filterrows > div > label + div {
    display: inline-block;
    max-width: calc(100% - 9em);
    vertical-align: top; }
    .a-report-filter.filterrows > div > label + div > div {
      display: inline; }
    .a-report-filter.filterrows > div > label + div span.filter {
      margin-left: 0; }
      .a-report-filter.filterrows > div > label + div span.filter a {
        margin-left: 0.25em !important; }
    .a-report-filter.filterrows > div > label + div a.add {
      margin-left: 0.8em !important;
      white-space: nowrap; }

.a-report-filter-left.newline {
  display: block;
  padding-top: 0.4em; }

.a-report-header {
  color: #ffffff; }

.a-report-filter .btn {
  padding: 2px 16px 4px 16px;
  border: 0;
  font-size: 18px;
  font-weight: 500; }

.a-report-table {
  width: 100%;
  padding: 0px;
  margin: 0px;
  table-layout: fixed; }

.a-report-table tr {
  border-bottom: solid 1px #e5e5e5; }

.a-report-table tr:hover {
  background-color: #eeeeee; }

.a-report-table th {
  font-weight: bold;
  background-color: #ffffff;
  color: #444444;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: ns-resize; }

.a-report-legend {
  font-size: 90%;
  line-height: 1em;
  margin: -1.25em 0 1em 0em;
  vertical-align: middle;
  list-style-type: none;
  padding: 0;
  float: right; }

@media only screen and (max-width: 1200px) {
  .a-report-legend {
    margin-top: 0;
    float: none; } }
.a-report-legend li {
  display: inline;
  margin-right: 2em;
  padding: 0px;
  white-space: nowrap; }

.a-report-legend-block {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-right: 0.5em; }

.a-r-cell-dn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-cell-sn {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-cell-tot .sort {
  margin-right: -20px !important; }

.a-r-cell-tot {
  text-align: right !important;
  overflow: visible; }

.a-r-ch-s {
  background-color: #db147d; }

.a-r-ch-ns {
  background-color: #ababab; }

.a-r-cell-cc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-cell-ct {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-cell-cm {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-r-row-cm {
  background-color: #ffede2 !important; }

.a-r-cell-erfn i {
  font-size: 80%;
  color: #db147d; }

.glyphicon-exclamation-sign {
  margin-left: 0.3em; }

.a-r-cell-lr {
  text-align: center; }

@media only screen and (max-width: 600px) {
  div[class*="a-r-progress-"] {
    width: 80px; } }
.a-r-p-l {
  float: left;
  padding-right: 10px; }

.a-r-progress- div, .a-r-progress-0 div, .a-r-progress-1 div, .a-r-progress-2 div, .a-r-progress-3 div {
  float: right;
  width: 20px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-right: dashed 1px #cccccc;
  height: 22px;
  margin: 6px 0px 6px 0px; }

.a-r-p-r {
  border-left: dashed 1px #cccccc; }

.a-r-cell-p {
  width: 35%;
  text-align: center; }

.a-r-cell-p div {
  text-align: center; }

.a-progress-wrapper {
  float: right;
  position: relative; }

.a-progress-wrapper .a-p-n, .a-progress-wrapper .a-p-g, .a-progress-wrapper .a-p-0, .a-progress-wrapper .a-p-1, .a-progress-wrapper .a-p-2, .a-progress-wrapper .a-p-3, .a-progress-wrapper .a-p-l {
  float: left;
  font-size: 10px;
  height: 3em;
  line-height: 3em;
  color: #fff;
  text-align: center;
  font-family: Verdana;
  letter-spacing: -1px; }

/*
.a-r-cell-hc .a-p-g, .a-r-cell-hc .a-p-3, .a-r-cell-hc .a-r-er, .a-r-cell-hc .a-r-ee, .a-r-cell-hc .a-r-cmp
{
  height:34px;
}
*/
.a-p-l {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

/* completed - green */
.a-p-3 {
  background-color: #27b86f; }

/*reviewee confirm - purple*/
.a-p-2 {
  background-color: #b24385; }

/*reviewer prep/meeting - orange*/
.a-p-1 {
  background-color: #db147d; }

/*reviewee prep - yellow*/
.a-p-0 {
  background-color: #c5b500; }

/*not started - blue*/
.a-p-n {
  background-color: #2a9bd4; }

/* grey - not completed */
.a-p-g {
  background-color: #bbbbbb; }

.a-p- {
  background-color: transparent; }

/* with reviewer - orange */
.a-r-er {
  background-color: #f1610a; }

/* with reviewee - yellow */
.a-r-ee {
  background-color: #c5b500; }

/* on action required - green */
.a-r-cmp {
  background-color: #27b86f; }

.a-report-pdf h1 {
  font-size: 200%; }

.a-report-pdf .sort {
  display: none !important; }

.a-report-pdf .a-report-table th {
  font-weight: bold !important;
  color: #777 !important; }

.a-report-pdf .a-report-table {
  margin-top: 3em; }

.a-cm-title {
  font-size: 130%; }

.a-cm-header {
  margin: 0em 0em 1.5em 0em;
  padding: 1em;
  font-size: 140%;
  font-style: italic;
  color: #fff;
  background-color: #31353e; }

.a-cm-back {
  float: left;
  width: 40%; }

.a-cm-skill-sep {
  clear: both;
  height: 2em; }

.a-cm-skill {
  clear: both;
  font-size: 150%;
  padding: 0em 0.5em 0em 0.5em;
  font-weight: normal; }

.a-cm-skill-label {
  float: left;
  width: 40%;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.a-cm-skill-levels {
  float: left;
  display: inline-block;
  padding-bottom: 15px; }

.a-cm-skill-boxw {
  float: left;
  padding-right: 30px; }

.a-cm-skill-box {
  display: inline-block;
  width: 27px;
  height: 27px;
  border: solid 2px #ababab;
  margin-right: 0.5em;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  cursor: pointer; }

.a-cm-skill-box.n_a {
  border: solid 2px #ccc;
  color: #bbb; }

.a-cm-skill .a-cm-skill-box.selected {
  background-color: #db147d;
  border: solid 2px #db147d;
  color: #fff; }

.a-cm-skill.n_a {
  color: #bbb; }

.a-cm-skill.n_a .a-cm-skill-box {
  border: solid 2px #ccc;
  color: #bbb; }

.a-cm-skill.n_a .a-cm-skill-box.selected {
  background-color: #666;
  border: solid 2px #666;
  color: #fff; }

.a-dev-opp h3 {
  font-size: 140%;
  margin-top: 0.5em;
  margin-bottom: 0.75em; }

.a-dev-opp ul {
  clear: both;
  margin-top: 1em;
  padding-left: 1em; }

.sa-dev-opp li {
  margin-bottom: 1em;
  padding-top: 18px;
  list-style-image: url("graphics/bullet-orange.png"); }

.a-dev-opp li {
  background-image: url("graphics/bullet-orange.png");
  background-repeat: no-repeat;
  background-position: 0px 1px;
  padding: 0px 0px 3px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0em 0em 1em 0em; }

.a-dev-opp li.ticked {
  background-image: url("graphics/bullet-ticked.png"); }

.a-dev-opp-status {
  font-size: 80%;
  color: #777777; }

@media only screen and (max-width: 720px) {
  #overviewtable {
    font-size: 14px; } }
@media only screen and (max-width: 600px) {
  .a-report-table {
    table-layout: auto;
    font-size: 14px; }

  .a-report-filter {
    padding-bottom: 16px; }

  .a-report-filter label {
    font-size: 85%;
    padding: 8px 12px; }

  .a-report-filter .btn-group {
    text-align: center;
    width: 100%; }
    .a-report-filter .btn-group .btn {
      font-size: 0.85em;
      float: none;
      padding: 2px 8px 4px 8px; }

  .a-report-filter-left > label:first-child {
    display: none; }

  .a-report-filter.filterrows label:first-child {
    display: block;
    width: 100%;
    font-size: 1.3em;
    text-align: left;
    padding: 0.5em 0 0.2em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 0.4em;
    font-weight: 500; }

  .a-report-filter.filterrows.nobackground {
    padding-bottom: 0; }

  .a-report-filter.filterrows.nobackground label:first-child {
    display: inline-block;
    width: auto;
    font-size: 1em;
    padding: 0;
    margin: 0 0.7em 5px 0;
    border: 0;
    font-weight: inherit; }

  .a-report-filter.filterrows > div:first-child label:first-child {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }

  .a-report-filter.filterrows select {
    margin-bottom: 0.5em; }

  .a-report-filter.filterrows > div > label + div {
    max-width: 100%; }

  .btn-group-admin {
    text-align: center; }

  .a-r-cell-p div {
    color: transparent; }

  .a-report-search {
    float: left;
    width: 100%;
    margin: 0.7em 0 1em 0; }

  .a-report-table td, .a-report-table th {
    font-size: 110%; }

  .a-r-cell-rs {
    width: 90px;
    padding-right: 10px; }

  #overviewtable th, #overviewtable td {
    padding: 0.6em 0.8em; }
  #overviewtable th:nth-of-type(2) {
    width: 100px; }
  #overviewtable th:nth-of-type(4) {
    width: 100px; }
  #overviewtable .a-r-cell-rs {
    width: 95px; }

  #overviewtable thead tr:nth-child(2) th:nth-child(2),
  #overviewtable thead tr:nth-child(2) th:nth-child(4),
  #overviewtable thead tr:nth-child(2) th:nth-child(6) {
    font-size: 14px !important; }

  #overviewtable {
    font-size: 14px; }

  .a-r-p-l, .a-r-cell-ds, .a-r-cell-lr, .a-r-cell-er-last, .a-r-cell-er-action, #overviewtable .a-r-cell-erfn:not(span), #overviewtable tbody td:nth-of-type(3), #overviewtable thead th:nth-of-type(3), #overviewtable thead tr:first-of-type {
    display: none; }

  #selectedReviewer, #selectedReviewee {
    display: inline-block;
    margin-bottom: 1em;
    margin-left: 0.5em; }

  .a-r-cell-er-name {
    width: 65%; }

  .a-r-cell-er-status {
    width: 35%; }

  .a-hide-600w {
    display: none; }

  .a-r-cell-ct {
    width: 80%; }

  .a-r-cell-cm {
    width: 0%;
    display: none; }

  .a-cm-skill {
    padding-top: 1em;
    padding-bottom: 0em; }

  .a-cm-skill-label {
    float: none;
    width: 100%; }

  .a-cm-skill-levels {
    float: none;
    width: 100%;
    padding-bottom: 1em; }

  .a-report-legend {
    float: none;
    margin-top: 0.5em; }

  ul.a-report-legend li {
    margin-top: 0.3em; } }
@media only screen and (max-width: 360px) {
  #overviewtable th, #overviewtable td {
    padding: 0.6em 0.4em; } }
.a-report-user-history {
  margin: 0.5em 0em 0em 0em;
  /*clear: both;*/
  clear: both; }

.a-report-user-history .a-completed {
  float: right;
  text-align: right;
  margin-bottom: 0.6em; }

.a-report-user-history ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  clear: both; }

.a-report-user-history ul li {
  position: relative;
  background-color: #ececec;
  padding: 0.75em 1em 1em 1em;
  margin: 0.5em 0em 0.5em 0em; }
  .a-report-user-history ul li .a-supervision-history-notes-content {
    background-color: #dfdfdf; }

.a-report-user-history .edit {
  cursor: pointer; }

.a-admin-page .a-report-user-history ul li {
  background-color: rgba(0, 0, 0, 0.1); }

.a-report-user-history ul ul {
  margin: 0px 0px 0px 2em;
  padding: 0px;
  list-style: square; }

.a-report-user-history ul ul li {
  background-color: transparent;
  padding: 0px;
  margin: 0.25em 0em 0.25em 0em; }

.a-report-user-history .a-highlight {
  background-color: #db147d;
  color: #ffffff; }

.a-report-user-history .a-highlight a {
  color: #ffffff; }

.a-report-user-history .btn {
  margin-top: 0.5em; }

.a-report-user-history .a-highlight .btn-default {
  background-color: #ffffff;
  color: #db147d;
  font-size: 100%; }

.a-report-user-history .a-report-user-history-detail-wrapper {
  margin-top: 0.5em; }

.a-report-user-history-detail {
  margin: 0.25em 0em 0em 0em;
  padding: 10px;
  font-size: 90%;
  background-color: #cccccc; }

.a-report-user-history .a-highlight .a-report-user-history-detail {
  background-color: #f39f6c; }

/* for the horizontal help menu */
.a-admin-help-detail-wrapper {
  margin-top: 0.5em; }

.a-admin-help-detail-wrapper > a {
  color: #db147d;
  font-weight: 400; }

.a-admin-help-detail {
  margin: 0.25em 0em 0em 0em;
  padding: 10px;
  font-size: 90%; }

/* GRID BREAKPOINTS */
/* Bootstrap sm breakpoint */
@media only screen and (max-width: 992px) {
  .a-row-sep-vertical {
    border-right: solid 0px #bbbbbb; }

  .a-form-padding-review, .a-form-padding-review-top {
    padding-right: 0px; }

  .a-report-legend li {
    float: none;
    margin: 1em 0; }

  .a-side-content {
    width: 70%;
    float: none;
    padding-left: 0;
    padding-bottom: 2em;
    display: initial !important; }

  .a-left-content:not(:only-child) {
    width: 100%;
    float: none; } }
/* Bootstrap xs breakpoint */
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 180%; }

  .a-report-legend li {
    display: block;
    margin-bottom: 2px; }

  .a-icon70 .a-title {
    font-size: 150%;
    margin-top: 0.25em; }

  .a-form-rating-marker-target, .a-form-rating-marker-target-dev {
    right: 0px; }

  .a-form-rating-description {
    padding-right: 5px;
    padding-left: 5px; }

  .a-form-rating-close {
    padding-left: 5px;
    padding-right: 5px; }

  .a-form .btn {
    font-size: 100%; }

  .a-form-supervision-buttons .btn {
    font-size: 100%; }

  .a-form-supervision-buttons .btn-default {
    margin-bottom: 0.5em; }

  .a-form-supervision .hLoader {
    padding: 0em 0em 0em 0em;
    margin-top: -1em; }

  .a-form-rating .btn {
    font-size: 110%; }

  .a-form-button {
    font-size: 130% !important; }

  .a-form .dropdown-menu {
    width: 100% !important; }

  .a-side-content {
    display: initial !important;
    width: 100%; } }
.a-form-survey {
  margin-bottom: 2em; }

.a-form-survey h3 {
  color: #ff6a00; }

.a-form-survey-graded, .a-form-survey-txt {
  display: inline-block;
  margin-top: 2em;
  width: 100%; }

.a-form-survey-graded-q {
  float: left;
  font-size: 100%;
  margin-bottom: 0.5em;
  color: #333;
  max-width: 26em; }

.a-form-survey-txt-q {
  clear: both;
  font-size: 100%;
  margin-bottom: 0.5em;
  color: #333; }

.a-form-survey-graded-index {
  color: #ff6a00;
  font-weight: bold;
  font-size: 110%;
  display: inline; }

.a-form-survey-boxes {
  float: right;
  white-space: nowrap; }

.a-form-survey-boxes div.box {
  width: 30px;
  height: 30px;
  margin-left: 0.25em;
  display: inline-block;
  background-color: #bbbbbb;
  cursor: pointer;
  border-radius: 1em; }

.a-form-survey-boxes div.box.selected {
  background-color: #ff6a00; }

.a-form-survey-boxes .tooltip-inner {
  white-space: nowrap !important; }

.col-xs-12.col-sm-8 {
  padding-right: 1em; }

.col-xs-12.col-sm-4 {
  padding-left: 1em; }

@media only screen and (max-width: 767px) {
  .col-xs-12.col-sm-8, .col-xs-12.col-sm-4 {
    padding-left: 0.5em;
    padding-right: 0.5em; } }
/* RETINA */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .a-top-user-profile {
    background-image: url("graphics/profile@2x.png"); }

  .a-icon70 i.a-icon-profile {
    background-image: url("graphics/icons/profile70@2x.png"); }

  .a-icon60 i.a-icon-profile {
    background-image: url("graphics/icons/profile60@2x.png"); }

  .a-icon60 i.a-icon-pdf {
    background-image: url("graphics/icons/pdf60@2x.png"); }

  .a-icon40 i.a-icon-pdf {
    background-image: url("graphics/icons/pdf40@2x.png"); }

  .a-note-black .a-icon40 i.a-icon-pdf {
    background-image: url("graphics/icons/pdfw40@2x.png"); }

  .a-form-skill-star-on {
    background-image: url("graphics/stars/star_on@2x.png"); }

  .a-form-skill-star-off {
    background-image: url("graphics/stars/star_off@2x.png"); }

  .a-form-prev-skill-star-on {
    background-image: url("graphics/stars/star_prev_on@2x.png"); }

  .a-form-prev-skill-star-off {
    background-image: url("graphics/stars/star_prev_off@2x.png"); }

  i.a-icon-survey {
    background-image: url("graphics/icons/survey60@2x.png"); }

  i.a-icon-vacancies {
    background-image: url("graphics/icons/vacancies60@2x.png"); }

  i.a-icon-ctrack {
    background-image: url("graphics/icons/ctrack60@2x.png"); }

  i.a-icon-cornerstone {
    background-image: url("graphics/icons/cornerstone60@2x.png"); } }
.hLoader {
  padding: 0.5em 0em 0.5em 0em;
  font-size: 80%; }

.hLoader span {
  display: block;
  margin: 0 auto; }

.hLoaderLabel {
  display: inline; }

.hLoaderCss, .hLoaderGif {
  margin-left: 25px;
  display: inline; }

.hLoader span[class*="l-"] {
  display: inline-block;
  background: #000;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 2px 4px;
  position: relative;
  -webkit-animation: loader 4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loader 4s infinite;
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loader 4s infinite;
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loader 4s infinite;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-fill-mode: both; }

.hLoader span.l-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s; }

.hLoader span.l-2 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.hLoader span.l-3 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.hLoader span.l-4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.hLoader span.l-5 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.hLoader span.l-6 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -webkit-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes loader {
  0% {
    -moz-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -moz-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes loader {
  0% {
    -ms-transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    -ms-transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes loader {
  0% {
    transform: translateX(-30px);
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    transform: translateX(30px);
    opacity: 0; }
  100% {
    opacity: 0; } }
.a-sliding-wrapper {
  position: relative;
  /* For better performance */
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000; }

.a-sliding-page {
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 100%;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /* For better performance */
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  backface-visibility: hidden;
  perspective: 1000; }

.a-sliding-page h1 {
  margin-top: 0.75em; }

.a-report-wrapper .a-sliding-page h1 {
  font-size: 200%;
  margin-left: 0px;
  margin-top: 0px; }

/*
.a-pdf h1 {
  background-color: $ascentorange;
  color: #ffffff;
  padding:20px 20px 20px 20px;
  margin:0px;
}
*/
.aa-page-slide-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6; }

.a-page-slide-mask {
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6; }

.a-page-slide {
  position: absolute;
  z-index: 10000;
  background-color: #fff; }

.a-anim-left-out {
  animation: left-out 500ms;
  -webkit-animation: left-out 500ms;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes left-out {
  0% {
    left: 0;
    opacity: 1; }
  100% {
    left: -150%;
    opacity: 0; } }
@keyframes left-out {
  0% {
    left: 0;
    opacity: 1; }
  100% {
    left: -150%;
    opacity: 0; } }
.a-anim-left-in {
  animation: left-in 500ms;
  -webkit-animation: left-in 500ms;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes left-in {
  0% {
    left: -150%;
    opacity: 0; }
  100% {
    left: 0%;
    opacity: 1; } }
@keyframes left-in {
  0% {
    left: -150%;
    opacity: 0; }
  100% {
    left: 0%;
    opacity: 1; } }
.a-anim-right-in {
  animation: right-in 500ms;
  -webkit-animation: right-in 500ms;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes right-in {
  0% {
    right: -150%;
    opacity: 0; }
  100% {
    right: 0%;
    opacity: 1; } }
@keyframes right-in {
  0% {
    right: -150%;
    opacity: 0; }
  100% {
    right: 0%;
    opacity: 1; } }
.a-anim-right-out {
  animation: right-out 500ms;
  -webkit-animation: right-out 500ms;
  animation-iteration-count: 1;
  animation-play-state: paused;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes right-out {
  0% {
    right: 0%;
    opacity: 1; }
  100% {
    right: -150%;
    opacity: 0; } }
@keyframes right-out {
  0% {
    right: 0%;
    opacity: 1; }
  100% {
    right: -150%;
    opacity: 0; } }
.a-anim-bottom-in {
  animation: bottom-in 500ms;
  -webkit-animation: bottom-in 500ms; }

@-webkit-keyframes bottom-in {
  0% {
    top: 400px;
    opacity: 0.0; }
  100% {
    top: 0px;
    opacity: 1.0; } }
@keyframes bottom-in {
  0% {
    top: 400px;
    opacity: 0.0; }
  100% {
    top: 0px;
    opacity: 1.0; } }
.a-anim-bottom-out {
  animation: bottom-out 500ms;
  -webkit-animation: bottom-out 500ms; }

@-webkit-keyframes bottom-out {
  0% {
    top: 0px;
    opacity: 1.0; }
  100% {
    top: 400px;
    opacity: 0.0; } }
@keyframes bottom-out {
  0% {
    top: 0px;
    opacity: 1.0; }
  100% {
    top: 400px;
    opacity: 0.0; } }
.a-side-button {
  position: fixed;
  bottom: 335px;
  right: 0;
  width: 50px;
  height: 100px;
  opacity: 0.5;
  display: none;
  z-index: 100; }

@media only screen and (max-width: 1200px) {
  .a-side-button {
    display: block; } }
@media only screen and (max-width: 992px) {
  .a-side-button {
    display: none; } }
.a-side-button.a-open {
  background-image: url("graphics/side-close.png"); }

.a-side-button.a-close {
  background-image: url("graphics/side-open.png"); }

.a-admin-page ul {
  margin-top: 2em;
  margin: 2em 0em;
  padding: 0px; }

.hd-box-list li {
  margin: 0px 0px 2px 0px;
  padding: 0.75em 3em 0.75em 0.75em;
  list-style-type: none;
  background-color: #db147d;
  color: #fff;
  font-weight: 400;
  font-size: 100%;
  line-height: 120%;
  min-height: 2.5em;
  display: block;
  position: relative; }

.hd-box-list li:hover {
  background-color: #db147d; }

.hd-box-list li.warning {
  background-color: #db147d;
  /*#f1350a;*/ }

.hd-box-list li .glyphicon-play {
  position: absolute;
  top: 0.8em;
  right: 0.75em; }

.inactiveLink {
  pointer-events: none;
  cursor: default; }

.hd-box-list li.loading .glyphicon-play {
  display: none; }
.hd-box-list li.loading:hover {
  background-color: #db147d; }
.hd-box-list li.loading:after {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0.8em;
  right: 0.75em;
  background-image: url("graphics/spinner-onblue.gif");
  background-size: contain; }

.hd-box-list li .glyphicon-exclamation-sign {
  opacity: 0.95; }

.hd-box-list li a {
  padding: 0em;
  color: #fff;
  font-weight: 600;
  display: block; }

.hd-box-list li a div {
  font-size: 90%;
  color: #ddd;
  padding-top: 0.25em;
  font-weight: 400; }

.a-admin-help-link {
  padding-top: 0.4em;
  margin-top: 0.4em; }

#refresh.loading:after, #refreshSite.loading:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  right: -0.75em;
  background-image: url("graphics/spinner-onblue.gif");
  background-size: contain; }

.reportgrid {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-font-smoothing: antialiased; }
  .reportgrid li {
    display: block;
    overflow: auto;
    margin-bottom: 1.333333%;
    width: 49.3333%; }
    .reportgrid li.thumbnailbox {
      width: 24%; }
    .reportgrid li a {
      display: block;
      height: 100%;
      background-color: #a19e96;
      padding: 0.8em 1em 1em 1em;
      color: #ffffff; }
      .reportgrid li a:hover {
        background-color: #db147d; }
      .reportgrid li a h4 {
        text-transform: initial;
        font-size: 1.2em;
        margin-bottom: 0.2em; }
      .reportgrid li a p {
        font-size: 0.9em;
        margin-bottom: 0; }
      .reportgrid li a img {
        margin-top: 0.7em; }
    .reportgrid li:not(.thumbnailbox) a {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 8 8'%3E%3Cpolygon fill='%23fff' points='0,0 8,4 0,8'/%3E%3C/svg%3E");
      background-size: 0.65em 0.65em;
      background-repeat: no-repeat;
      background-position: right 1em top 1.2em; }

a.rightlink {
  float: right;
  font-weight: 400;
  color: #e88fbe;
  margin-top: 1em; }

@media only screen and (max-width: 768px) {
  .reportgrid li.thumbnailbox {
    width: 49.3333%; }
  .reportgrid li a h4 {
    padding-right: 1em; } }
label, .radio label, .checkbox label, .help-block {
  font-size: 1em; }

.overallrating {
  font-weight: 500; }

.overallrating span {
  margin-left: 0.5em; }

#currentratings, #reviewoverallrating {
  float: right;
  text-align: center; }
  #currentratings ul, #reviewoverallrating ul {
    list-style: none;
    padding: 0; }
    #currentratings ul li, #reviewoverallrating ul li {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 1.5em; }
      #currentratings ul li label, #reviewoverallrating ul li label {
        margin-right: 1em;
        margin-bottom: 0;
        line-height: 1em; }
  #currentratings div.rating, #reviewoverallrating div.rating {
    pointer-events: none; }
    #currentratings div.rating:after, #reviewoverallrating div.rating:after {
      top: 1.2em;
      opacity: 0.6; }

div.ratingstrip {
  display: flex;
  justify-content: flex-end;
  float: right;
  clear: right;
  margin-bottom: 1.5em; }
  div.ratingstrip label {
    margin-right: 1em;
    margin-bottom: 0;
    line-height: 1em;
    font-weight: 500; }
  div.ratingstrip div.rating {
    pointer-events: none; }
    div.ratingstrip div.rating:after {
      top: 1.2em;
      opacity: 0.6; }
    div.ratingstrip div.rating span {
      border-right-color: transparent;
      background-clip: padding-box; }

div.overall.rating {
  pointer-events: none; }

div.static.rating {
  pointer-events: none; }

div.rating {
  display: flex;
  position: relative;
  margin-top: 0.2em; }
  div.rating span {
    display: block;
    height: 20px;
    width: 13px;
    border-right: 3px solid #ffffff;
    background-color: #db147d;
    opacity: 0.22; }
  div.rating.r1 span:nth-child(1), div.rating.r2 span:nth-child(-n+2), div.rating.r3 span:nth-child(-n+3), div.rating.r4 span:nth-child(-n+4), div.rating.r5 span:nth-child(-n+5), div.rating.r6 span:nth-child(-n+6), div.rating.r7 span:nth-child(-n+7), div.rating.r8 span:nth-child(-n+8), div.rating.r9 span:nth-child(-n+9), div.rating.r10 span {
    opacity: 1; }
  div.rating:not(:hover).r1 span:nth-child(1) ~ span, div.rating:not(:hover).r2 span:nth-child(2) ~ span, div.rating:not(:hover).r3 span:nth-child(3) ~ span, div.rating:not(:hover).r4 span:nth-child(4) ~ span, div.rating:not(:hover).r5 span:nth-child(5) ~ span, div.rating:not(:hover).r6 span:nth-child(6) ~ span, div.rating:not(:hover).r7 span:nth-child(7) ~ span, div.rating:not(:hover).r8 span:nth-child(8) ~ span, div.rating:not(:hover).r9 span:nth-child(9) ~ span, div.rating:not(.new):not(.previous).r1 span:nth-child(1) ~ span, div.rating:not(.new):not(.previous).r2 span:nth-child(2) ~ span, div.rating:not(.new):not(.previous).r3 span:nth-child(3) ~ span, div.rating:not(.new):not(.previous).r4 span:nth-child(4) ~ span, div.rating:not(.new):not(.previous).r5 span:nth-child(5) ~ span, div.rating:not(.new):not(.previous).r6 span:nth-child(6) ~ span, div.rating:not(.new):not(.previous).r7 span:nth-child(7) ~ span, div.rating:not(.new):not(.previous).r8 span:nth-child(8) ~ span, div.rating:not(.new):not(.previous).r9 span:nth-child(9) ~ span {
    background-color: #98999a; }
  div.rating:not(:hover).r0 span:nth-child(1n), div.rating:not(.new):not(.previous).r0 span:nth-child(1n) {
    background-color: #98999a !important; }
  div.rating span:nth-child(-n+3) {
    background-color: #ffc61d; }
  div.rating span:nth-child(n+4):nth-child(-n+6) {
    background-color: #f48010; }
  div.rating span:nth-child(n+7):nth-child(-n+9) {
    background-color: #ea4f25; }
  div.rating span:nth-child(10) {
    background-color: #01718e; }
  div.rating.new:not(.selected), div.rating.previous {
    cursor: pointer; }
    div.rating.new:not(.selected):hover span, div.rating.previous:hover span {
      opacity: 0.5; }
      div.rating.new:not(.selected):hover span:hover ~ span, div.rating.previous:hover span:hover ~ span {
        opacity: 0.22;
        background-color: #98999a; }
  div.rating.previous:not(:hover) span {
    background-color: #98999a !important; }
  div.rating.selected:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    pointer-events: none; }
  div.rating:after, div.rating:hover span:after {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 1.5em;
    font-size: 0.8em;
    font-weight: 300;
    color: #222222;
    pointer-events: none; }
  div.rating.previous:after {
    opacity: 0.5; }
  div.rating:not(:hover).r1:after, div.rating:not(:hover).r2:after, div.rating:not(:hover).r3:after {
    content: 'Developing';
    text-align: left; }
  div.rating:not(:hover).r4:after, div.rating:not(:hover).r5:after, div.rating:not(:hover).r6:after {
    content: 'Achieving';
    text-align: center; }
  div.rating:not(:hover).r7:after, div.rating:not(:hover).r8:after, div.rating:not(:hover).r9:after {
    content: 'Exceeding';
    text-align: right; }
  div.rating:not(:hover).r10:after {
    content: 'Exceeding';
    text-align: right; }
  div.rating span:nth-child(-n+3):hover:after {
    content: 'Developing';
    text-align: left; }
  div.rating span:nth-child(n+4):nth-child(-n+6):hover:after {
    content: 'Achieving';
    text-align: center; }
  div.rating span:nth-child(n+7):nth-child(-n+9):hover:after {
    content: 'Exceeding';
    text-align: right; }
  div.rating span:nth-child(10):hover:after {
    content: 'Exceeding';
    text-align: right; }

div#avRating {
  float: right;
  margin-top: -2em; }
  div#avRating + .a-form-section-intro {
    max-width: calc(100% - 0px); }

div#avRatingPdf {
  /*font-size: 80%;*/
  margin-top: 2em;
  margin-bottom: 7em;
  /*margin-left:10em;*/ }

@media only screen and (max-width: 580px) {
  div#avRating {
    margin-bottom: 2em; } }
.a-report-user-history.noreview {
  clear: both; }

#adminHistory > ul {
  /*padding-left: 5rem;*/ }
  #adminHistory > ul h6 {
    position: absolute;
    width: 5rem;
    margin: 0 0 0 -6rem;
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 0.5rem;
    top: 1rem; }
  #adminHistory > ul > li.year {
    background-color: transparent;
    margin-bottom: -0.75rem; }
    #adminHistory > ul > li.year h6 {
      font-weight: 500;
      background-color: #ffffff; }
  #adminHistory > ul > li:not(.year) {
    position: relative;
    min-height: 8em; }
    #adminHistory > ul > li:not(.year):before {
      content: '';
      display: block;
      position: absolute;
      width: 2px;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      top: 1.25em;
      left: -2.5em; }
    #adminHistory > ul > li:not(.year):last-of-type:before {
      content: none; }
    #adminHistory > ul > li:not(.year) h6 {
      font-size: 90%;
      text-transform: uppercase;
      color: #7c7e83; }

@media only screen and (max-width: 1370px) {
  .a-report-user-history ul {
    margin-left: 4em; } }
@media only screen and (max-width: 992px) {
  .a-report-user-history ul {
    margin-left: 0em; } }
@media only screen and (max-width: 936px) {
  .a-report-user-history ul {
    margin-left: 4em; } }
@media only screen and (max-width: 600px) {
  .a-report-user-history ul {
    margin-left: 0em; } }
.fullwidth {
  display: flex;
  align-items: center; }
  .fullwidth > div {
    display: flex;
    flex-grow: 1; }
  .fullwidth input {
    flex-grow: 1;
    margin: 0 0.25em 0 1em; }
  .fullwidth .btn {
    margin-top: 0 !important; }

.warning {
  color: #db147d;
  font-weight: 500;
  margin-bottom: 0.5em; }

button {
  display: inline-block;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 0;
  font-family: "Depot", Arial, Sans-serif;
  font-size: 1em;
  font-weight: 500;
  background-color: #db147d;
  color: #ffffff; }

select {
  background-color: #db147d;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("graphics/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 0.6em center;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  padding: 0.4em 2.4em 0.6em 1em; }

div.filter {
  padding-left: 1em; }

a.filter {
  vertical-align: middle;
  color: #ffffff;
  margin-left: 0.5em; }

a.delete, input.delete {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAECAMAAACjvQ8qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF////AAAAVcLTfgAAAA5JREFUeNpiYKA9AAgwAABkAAEodompAAAAAElFTkSuQmCC");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  padding: 0;
  top: 0.1em;
  text-align: center;
  line-height: 0.9em;
  overflow: hidden;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: transparent; }

a.add:before {
  content: '+';
  background-color: #db147d;
  padding: 0 0.2em 0 0.2em;
  /*        margin-left:1em;
  */ }

select.white {
  background-color: #ffffff;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("graphics/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 0.6em center;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  padding: 0.4em 2.4em 0.6em 1em; }

select::-ms-expand {
  display: none; }

select#ddlTypes {
  margin: 2em 0; }
  select#ddlTypes > option {
    background-color: #9c739a; }

select#ddlSites, select#ddlContractType, select#ddlContractTypeExp {
  background-color: #097cb3; }
  select#ddlSites > option, select#ddlContractType > option, select#ddlContractTypeExp > option {
    background-color: #9c739a; }

div.panel {
  padding: 1em;
  margin: 1em 0; }
  div.panel.secondary {
    background-color: #db147d;
    color: #ffffff; }
    div.panel.secondary button {
      background-color: #e88fbe;
      color: #ffffff;
      margin-top: 1em; }
    div.panel.secondary a.btn {
      background-color: #e88fbe;
      color: #ffffff !important; }
      div.panel.secondary a.btn:hover {
        background-color: #0083b3; }
    div.panel.secondary .a-icon40 {
      line-height: 1;
      margin-bottom: 0.5em; }
      div.panel.secondary .a-icon40 i.a-icon-pdf {
        background-image: url("graphics/icons/pdfw40@2x.png"); }
      div.panel.secondary .a-icon40 .a-subtitle {
        color: #ffffff; }
      div.panel.secondary .a-icon40 .a-title {
        color: #ffffff;
        font-weight: 500; }
  div.panel span {
    font-weight: 500;
    margin-right: 0.5em; }
  div.panel .status {
    float: right;
    font-weight: 500; }

#currentratings ~ .panel {
  width: 55%; }

div.role {
  font-size: 1.3em;
  font-weight: 500;
  display: flex; }
  div.role b, div.role strong {
    font-weight: 500; }
  div.role span {
    display: inline-block;
    min-width: 8em;
    font-weight: 300; }

@media only screen and (max-width: 992px) {
  #currentratings ~ .panel {
    width: 50%; }

  div.role {
    font-size: 1.1em; }

  div.panel .status {
    float: none; } }
@media only screen and (max-width: 700px) {
  #currentratings {
    float: none;
    text-align: left;
    margin-bottom: 1em; }
    #currentratings ul li {
      justify-content: flex-start; }
      #currentratings ul li label {
        order: 1;
        margin-left: 0.5em; }
    #currentratings ~ .panel {
      width: 100%; } }
input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] ~ label {
    margin-bottom: 1em;
    cursor: pointer; }
    input[type="checkbox"] ~ label:before {
      content: '';
      display: inline-block;
      width: 1.1em;
      height: 1.1em;
      border-radius: 3px;
      background-color: #bbbbbb;
      margin-right: 0.5em;
      vertical-align: middle; }
  input[type="checkbox"] ~ label:hover:before {
    background-color: #db147d; }
  input[type="checkbox"]:checked ~ label:before {
    background-color: #db147d;
    background-image: url("graphics/tick.svg");
    background-size: 74%;
    background-repeat: no-repeat;
    background-position: center; }

input#isProbation {
  margin-bottom: 2em; }

.a-report-filter input[type="checkbox"] ~ label:before {
  background-color: #ffffff; }
.a-report-filter input[type="checkbox"] ~ label:hover:before {
  background-color: #dddddd; }
.a-report-filter input[type="checkbox"]:checked ~ label:before {
  background-color: #ffffff;
  background-image: url("graphics/tick-dark.svg"); }

.a-report-filter.filterrows > div {
  padding-top: 0.3em; }

.a-form-skills-wrapper > .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .a-form-skills-wrapper > .row:last-of-type {
    border-bottom: 0; }
.a-form-skills-wrapper .a-form-padding-review {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0em;
  min-height: 3.4em; }
  .a-form-skills-wrapper .a-form-padding-review .skillname {
    font-size: 110%;
    font-weight: 400;
    padding: 0 0.6em; }
    .a-form-skills-wrapper .a-form-padding-review .skillname + div:not(.a-supervision-history-notes) {
      font-size: 80%;
      opacity: 0.6;
      margin-left: auto;
      cursor: pointer; }
    .a-form-skills-wrapper .a-form-padding-review .skillname span {
      display: inline-block;
      border-radius: 1em;
      font-size: 0.7em;
      width: 1.2em;
      height: 1.2em;
      border: 1px solid #000000;
      color: #000000;
      opacity: 0.3;
      font-weight: 300;
      text-align: center;
      line-height: 1;
      margin-left: 0.8em;
      transform: translateY(-2px);
      cursor: pointer; }
  .a-form-skills-wrapper .a-form-padding-review .a-supervision-history-notes {
    width: 100%;
    margin: 0 0 0 144px; }
    .a-form-skills-wrapper .a-form-padding-review .a-supervision-history-notes textarea {
      display: block;
      margin: 0.75em 0em;
      transition: height 0.3s ease, padding 0.3s ease, margin 0.3s ease; }
  .a-form-skills-wrapper .a-form-padding-review.hasnotes .skillname + div:not(.a-supervision-history-notes) {
    display: none; }
  .a-form-skills-wrapper .a-form-padding-review:not(.hasnotes) textarea {
    height: 0px !important;
    padding: 0px !important;
    margin: 0em !important; }

@media only screen and (max-width: 700px) {
  .a-form-skills-wrapper .a-form-padding-review .a-supervision-history-notes {
    margin-left: 0;
    margin-top: 1em; } }
@media only screen and (max-width: 576px) {
  .a-form-skills-wrapper .a-form-padding-review {
    padding: 0.4em 0.3em 1.6em 0.3em; }
    .a-form-skills-wrapper .a-form-padding-review .skillname {
      order: -1;
      width: 100%;
      padding: 0 0 0.3em 0; }
      .a-form-skills-wrapper .a-form-padding-review .skillname + div {
        font-size: 80%; }
    .a-form-skills-wrapper .a-form-padding-review .a-form-skill-placeholder {
      margin-bottom: 0.4em; }

  .a-side-content {
    display: initial !important; } }
#reviewFiles > div > div:first-child {
  font-weight: 500;
  color: #db147d; }
  #reviewFiles > div > div:first-child a {
    color: #db147d; }
  #reviewFiles > div > div:first-child + div {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 2em;
    background-image: url("graphics/delete.svg");
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: center center;
    vertical-align: middle;
    opacity: 0.15; }
    #reviewFiles > div > div:first-child + div:hover {
      opacity: 0.3;
      cursor: pointer; }

#reviewFiles > div > a {
  font-size: 120%;
  color: #db147d; }

.progressbar {
  height: 1.25em;
  width: 3.5em;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2px; }
  .progressbar span {
    display: block;
    height: 100%; }
  .progressbar[data-progress="meeting"] span {
    width: 33%;
    background-color: #db147d; }
  .progressbar[data-progress="sign-off"] span {
    width: 66%;
    background-color: #b24385; }
  .progressbar[data-progress="completed"] span {
    width: 100%;
    background-color: #27b86f; }

.maintable {
  font-size: 18px;
  table-layout: auto; }
  .maintable td, .maintable th {
    padding: 0.6em 0.4em; }

#overviewtable {
  /*margin-top: 2em;*/ }
  #overviewtable thead tr:not(:last-of-type) {
    border: 0; }
  #overviewtable th[colspan="2"], #overviewtable th[colspan="4"] {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400; }
  #overviewtable th[colspan="2"] {
    background-color: #d1f0e0;
    border-right: 4px solid transparent;
    background-clip: padding-box; }
  #overviewtable th[colspan="2"].clinical {
    background-color: #e6def1;
    border-right: 6px solid transparent;
    background-clip: padding-box; }
  #overviewtable th[colspan="4"] {
    background-color: #d8e8f5; }
  #overviewtable thead tr:last-of-type th:nth-child(n+2):nth-child(-n+3), #overviewtable td:nth-child(n+2):nth-child(-n+3) {
    background-color: #f1fbf6; }
  #overviewtable thead tr:last-of-type th:nth-child(n+4):nth-child(-n+5), #overviewtable td:nth-child(n+4):nth-child(-n+5) {
    background-color: #f4eefd;}
	
	
  #overviewtable thead tr:last-of-type th:nth-child(3), #overviewtable td:nth-child(3) {
    border-right: 3px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:last-of-type th:nth-child(4), #overviewtable td:nth-child(4) {
    border-left: 3px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:last-of-type th:nth-child(5), #overviewtable td:nth-child(5) {
    border-right: 6px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:last-of-type th:nth-child(n+6), #overviewtable td:nth-child(n+6) {
    background-color: #f1f6fb; }

@media only screen and (min-width: 993px) {
  #overviewtable thead tr:nth-child(2) {
    display: none; } }
@media only screen and (max-width: 992px) {
  #overviewtable td:nth-child(3),
  #overviewtable td:nth-child(5),
  #overviewtable td:nth-child(7),
  #overviewtable td:nth-child(8),
  #overviewtable td:nth-child(9),
  #overviewtable th:nth-child(3),
  #overviewtable th:nth-child(5),
  #overviewtable th:nth-child(7),
  #overviewtable th:nth-child(8),
  #overviewtable th:nth-child(9) {
    display: none; }
  #overviewtable thead tr:nth-child(1) {
    display: none; }
  #overviewtable thead tr:nth-child(2) th:nth-child(2),
  #overviewtable thead tr:nth-child(2) th:nth-child(4),
  #overviewtable thead tr:nth-child(2) th:nth-child(6) {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400; }
  #overviewtable thead tr:nth-child(2) th:nth-child(2) {
    background-color: #d1f0e0;
    border-right: 4px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:nth-child(4) th:nth-child(4) {
    background-color: #e6def1;
    border-right: 6px solid transparent;
    background-clip: padding-box; }
  #overviewtable thead tr:nth-child(6) th:nth-child(6) {
    background-color: #d8e8f5; } }
.quickmodal + div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  left: -100vw;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  z-index: 500; }
  .quickmodal + div > div {
    position: relative;
    max-width: 50%;
    background-color: #ffffff;
    padding: 2em;
    border-radius: 0.5em;
    font-size: 85%;
    font-weight: 300;
    color: #333333;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: scale(0.8);
    transition: transform 0.3s ease; }
    .quickmodal + div > div:after {
      content: '';
      display: block;
      position: absolute;
      top: 0.8em;
      right: 0.8em;
      width: 1em;
      height: 1em;
      background-image: url("graphics/close.svg");
      background-size: 0.8em;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.2;
      cursor: pointer; }
  .quickmodal + div.open {
    visibility: visible;
    left: 0;
    opacity: 1; }
    .quickmodal + div.open > div {
      transform: scale(1); }

@media only screen and (max-width: 600px) {
  .quickmodal + div > div {
    max-width: 96%;
    font-size: 0.7em;
    padding: 2.5em 1em 1em 1em; }
    .quickmodal + div > div ul {
      padding-left: 1.5em; } }
@media only screen and (max-width: 767px) {
  .container.body-content {
    padding: 0 1em; } }
@media only screen and (min-width: 768px) {
  .container.body-content {
    width: 768px; } }
@media only screen and (min-width: 992px) {
  .container.body-content {
    width: 992px; }

  .noside .container {
    padding: 0 6em; } }
@media only screen and (min-width: 1200px) {
  .container.body-content {
    width: 1200px; }

  .noside .container {
    padding: 0 11em; } }
.noside .a-side-content {
  display: none; }

#clock {
  height: 100vh;
  fill: none;
  stroke: #000;
  stroke-width: 1;
  stroke-linecap: round;
  transform: rotate(-90deg);
  --start-seconds: 57;
  --start-minutes: 45;
  --start-hours: 11; }

circle {
  fill: white; }

.marks {
  transform: translate(20px, 20px);
  stroke-width: 0.7; }

@keyframes rotateSecondHand {
  from {
    transform: translate(20px, 20px) rotate(120deg); }
  to {
    transform: translate(20px, 20px) rotate(480deg); } }
.seconds,
.minute,
.hour {
  transform: translate(20px, 20px) rotate(0deg); }

.seconds {
  transform: translate(20px, 20px) rotate(120deg);
  stroke-width: 0.7;
  animation: rotateSecondHand 60s steps(60) infinite;
  stroke: #d00505; }

.minute {
  transform: translate(20px, 20px) rotate(240deg);
  stroke-width: 1; }

.hour {
  transform: translate(20px, 20px) rotate(310deg);
  stroke-width: 1.5; }

.tiaText {
  font-size: 1px;
  font-family: sans-serif;
  transform: translate(14px, 19px) rotate(90deg);
  fill: #dfdfdf;
  stroke: none; }

.pin {
  stroke: #d00505;
  stroke-width: 0.2; }

/* marks */
.marks > line:nth-child(1) {
  transform: rotate(30deg); }

.marks > line:nth-child(2) {
  transform: rotate(60deg); }

.marks > line:nth-child(3) {
  transform: rotate(90deg);
  stroke-width: 0.5; }

.marks > line:nth-child(4) {
  transform: rotate(120deg); }

.marks > line:nth-child(5) {
  transform: rotate(150deg); }

.marks > line:nth-child(6) {
  transform: rotate(180deg);
  stroke-width: 0.5; }

.marks > line:nth-child(7) {
  transform: rotate(210deg); }

.marks > line:nth-child(8) {
  transform: rotate(240deg); }

.marks > line:nth-child(9) {
  transform: rotate(270deg);
  stroke-width: 0.5; }

.marks > line:nth-child(10) {
  transform: rotate(300deg); }

.marks > line:nth-child(11) {
  transform: rotate(330deg); }

.marks > line:nth-child(12) {
  transform: rotate(360deg);
  stroke-width: 0.5; }

#clock {
  width: 30px;
  height: 30px;
  margin-right: 0.5em;
  float: left; }

#developmentgrid {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 3em; }
  #developmentgrid div.gridcolumn {
    display: flex;
    flex-direction: column;
    width: 33.3333%; }
    #developmentgrid div.gridcolumn > div {
      position: relative;
      height: 33.3333%;
      font-size: 0.7em;
      padding: 1.2em 1.2em 0.4em 1.2em;
      background-color: #eeeeee;
      border: 3px solid #ffffff;
      text-align: center; }
      #developmentgrid div.gridcolumn > div h4 {
        font-size: 1.1em;
        margin-bottom: 0.8em;
        opacity: 0.6; }
      #developmentgrid div.gridcolumn > div p {
        display: block;
        line-height: 1.05;
        min-height: 3em;
        margin-bottom: 0;
        opacity: 0.6; }
      #developmentgrid div.gridcolumn > div.previous:before {
        content: "prev";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0.15em 0.4em 0.2em 0.4em;
        background-color: #999999;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.65em; }
    #developmentgrid div.gridcolumn:hover > div {
      cursor: pointer; }
  #developmentgrid.performance1 div.gridcolumn > div:not(:hover) h4, #developmentgrid.performance1 div.gridcolumn > div:not(:hover) p, #developmentgrid.performance2 div.gridcolumn > div:not(:hover) h4, #developmentgrid.performance2 div.gridcolumn > div:not(:hover) p, #developmentgrid.performance3 div.gridcolumn > div:not(:hover) h4, #developmentgrid.performance3 div.gridcolumn > div:not(:hover) p, #developmentgrid.r1 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r1 div.gridcolumn > div:not(:hover) p, #developmentgrid.r2 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r2 div.gridcolumn > div:not(:hover) p, #developmentgrid.r3 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r3 div.gridcolumn > div:not(:hover) p, #developmentgrid.r4 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r4 div.gridcolumn > div:not(:hover) p, #developmentgrid.r5 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r5 div.gridcolumn > div:not(:hover) p, #developmentgrid.r6 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r6 div.gridcolumn > div:not(:hover) p, #developmentgrid.r7 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r7 div.gridcolumn > div:not(:hover) p, #developmentgrid.r8 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r8 div.gridcolumn > div:not(:hover) p, #developmentgrid.r9 div.gridcolumn > div:not(:hover) h4, #developmentgrid.r9 div.gridcolumn > div:not(:hover) p {
    opacity: 0.1; }
  #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) {
    background-color: #d5c8d2; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) h4, #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) p {
      opacity: 1; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1):hover {
      background-color: #c7b6c2; }
  #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) {
    background-color: #c4d8dd; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) h4, #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) p {
      opacity: 1; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2):hover {
      background-color: #b0cad1; }
  #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) {
    background-color: #f8d2c6; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) h4, #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) p {
      opacity: 1; }
    #developmentgrid.performance1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3):hover {
      background-color: #f6c3b3; }
  #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) {
    background-color: #d0c1cc; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) h4, #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) p {
      opacity: 1; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1):hover {
      background-color: #bfacbb; }
  #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) {
    background-color: #bcd2d8; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) h4, #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) p {
      opacity: 1; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2):hover {
      background-color: #a5c2ca; }
  #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) {
    background-color: #f7cdbf; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) h4, #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) p {
      opacity: 1; }
    #developmentgrid.performance2 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3):hover {
      background-color: #f5bba9; }
  #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) {
    background-color: #cbbbc6; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) h4, #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) p {
      opacity: 1; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1):hover {
      background-color: #b9a3b3; }
  #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) {
    background-color: #b4cdd3; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) h4, #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) p {
      opacity: 1; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2):hover {
      background-color: #9bbcc5; }
  #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) {
    background-color: #f6c7b8; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) h4, #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) p {
      opacity: 1; }
    #developmentgrid.performance3 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3):hover {
      background-color: #f3b4a0; }
  #developmentgrid.performance1.r1 div.gridcolumn:nth-of-type(1) > div, #developmentgrid.performance1.r2 div.gridcolumn:nth-of-type(1) > div, #developmentgrid.performance1.r3 div.gridcolumn:nth-of-type(1) > div, #developmentgrid.performance2.r4 div.gridcolumn:nth-of-type(2) > div, #developmentgrid.performance2.r5 div.gridcolumn:nth-of-type(2) > div, #developmentgrid.performance2.r6 div.gridcolumn:nth-of-type(2) > div, #developmentgrid.performance3.r7 div.gridcolumn:nth-of-type(3) > div, #developmentgrid.performance3.r8 div.gridcolumn:nth-of-type(3) > div, #developmentgrid.performance3.r9 div.gridcolumn:nth-of-type(3) > div {
    background-color: #cccccc !important; }
    #developmentgrid.performance1.r1 div.gridcolumn:nth-of-type(1) > div:hover, #developmentgrid.performance1.r2 div.gridcolumn:nth-of-type(1) > div:hover, #developmentgrid.performance1.r3 div.gridcolumn:nth-of-type(1) > div:hover, #developmentgrid.performance2.r4 div.gridcolumn:nth-of-type(2) > div:hover, #developmentgrid.performance2.r5 div.gridcolumn:nth-of-type(2) > div:hover, #developmentgrid.performance2.r6 div.gridcolumn:nth-of-type(2) > div:hover, #developmentgrid.performance3.r7 div.gridcolumn:nth-of-type(3) > div:hover, #developmentgrid.performance3.r8 div.gridcolumn:nth-of-type(3) > div:hover, #developmentgrid.performance3.r9 div.gridcolumn:nth-of-type(3) > div:hover {
      background-color: #bbbbbb !important; }
  #developmentgrid.r1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) h4, #developmentgrid.r1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) p, #developmentgrid.r2 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) h4, #developmentgrid.r2 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) p, #developmentgrid.r3 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) h4, #developmentgrid.r3 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) p, #developmentgrid.r4 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) h4, #developmentgrid.r4 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) p, #developmentgrid.r5 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) h4, #developmentgrid.r5 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) p, #developmentgrid.r6 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) h4, #developmentgrid.r6 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) p, #developmentgrid.r7 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) h4, #developmentgrid.r7 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) p, #developmentgrid.r8 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) h4, #developmentgrid.r8 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) p, #developmentgrid.r9 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) h4, #developmentgrid.r9 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) p, #developmentgrid.overview div.gridcolumn > div h4, #developmentgrid.overview div.gridcolumn > div p {
    opacity: 1 !important;
    color: #ffffff !important; }
  #developmentgrid.performance1.r1 div.gridcolumn:nth-of-type(1) > div:nth-of-type(3), #developmentgrid.overview div.gridcolumn:nth-of-type(1) > div:nth-of-type(3) {
    background-color: #e86941 !important; }
  #developmentgrid.performance1.r2 div.gridcolumn:nth-of-type(1) > div:nth-of-type(2), #developmentgrid.overview div.gridcolumn:nth-of-type(1) > div:nth-of-type(2) {
    background-color: #3a7b8c !important; }
  #developmentgrid.performance1.r3 div.gridcolumn:nth-of-type(1) > div:nth-of-type(1), #developmentgrid.overview div.gridcolumn:nth-of-type(1) > div:nth-of-type(1) {
    background-color: #724867 !important; }
  #developmentgrid.performance2.r4 div.gridcolumn:nth-of-type(2) > div:nth-of-type(3), #developmentgrid.overview div.gridcolumn:nth-of-type(2) > div:nth-of-type(3) {
    background-color: #e55629 !important; }
  #developmentgrid.performance2.r5 div.gridcolumn:nth-of-type(2) > div:nth-of-type(2), #developmentgrid.overview div.gridcolumn:nth-of-type(2) > div:nth-of-type(2) {
    background-color: #1e677b !important; }
  #developmentgrid.performance2.r6 div.gridcolumn:nth-of-type(2) > div:nth-of-type(1), #developmentgrid.overview div.gridcolumn:nth-of-type(2) > div:nth-of-type(1) {
    background-color: #603054 !important; }
  #developmentgrid.performance3.r7 div.gridcolumn:nth-of-type(3) > div:nth-of-type(3), #developmentgrid.overview div.gridcolumn:nth-of-type(3) > div:nth-of-type(3) {
    background-color: #e24412 !important; }
  #developmentgrid.performance3.r8 div.gridcolumn:nth-of-type(3) > div:nth-of-type(2), #developmentgrid.overview div.gridcolumn:nth-of-type(3) > div:nth-of-type(2) {
    background-color: #05576d !important; }
  #developmentgrid.performance3.r9 div.gridcolumn:nth-of-type(3) > div:nth-of-type(1), #developmentgrid.overview div.gridcolumn:nth-of-type(3) > div:nth-of-type(1) {
    background-color: #4f1a41 !important; }
  #developmentgrid > img {
    position: absolute;
    z-index: 5; }
    #developmentgrid > img[src*="potential"] {
      left: -3.2em;
      top: 15%;
      height: 70%; }
    #developmentgrid > img[src*="performance"] {
      bottom: -3.2em;
      left: 20%;
      width: 60%; }
  #developmentgrid span#potentialaxislabels,
  #developmentgrid span#performanceaxislabels {
    display: flex;
    position: absolute;
    font-size: 0.65em;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.8;
    align-items: center;
    justify-content: space-around; }
  #developmentgrid span#potentialaxislabels {
    transform: rotate(-90deg);
    transform-origin: top left;
    left: -1.8em;
    bottom: -1em;
    width: 33em; }
  #developmentgrid span#performanceaxislabels {
    width: 100%;
    bottom: -1.8em; }
  #developmentgrid.history {
    width: 20em;
    float: right;
    clear: both; }
    #developmentgrid.history div.gridcolumn > div {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 5.2em;
      font-size: 0.6em;
      padding: 1em;
      border-width: 1px; }
      #developmentgrid.history div.gridcolumn > div h4 {
        margin-bottom: 0.1em;
        opacity: 1 !important;
        line-height: 1; }
      #developmentgrid.history div.gridcolumn > div.previous {
        background-color: #999999;
        color: #ffffff; }
        #developmentgrid.history div.gridcolumn > div.previous:before {
          padding: 0.2em 0.4em;
          background-color: transparent; }
    #developmentgrid.history.r1 div.gridcolumn:nth-of-type(1) > div:nth-child(3):before, #developmentgrid.history.r2 div.gridcolumn:nth-of-type(1) > div:nth-child(2):before, #developmentgrid.history.r3 div.gridcolumn:nth-of-type(1) > div:nth-child(1):before, #developmentgrid.history.r4 div.gridcolumn:nth-of-type(2) > div:nth-child(3):before, #developmentgrid.history.r5 div.gridcolumn:nth-of-type(2) > div:nth-child(2):before, #developmentgrid.history.r6 div.gridcolumn:nth-of-type(2) > div:nth-child(1):before, #developmentgrid.history.r7 div.gridcolumn:nth-of-type(3) > div:nth-child(3):before, #developmentgrid.history.r8 div.gridcolumn:nth-of-type(3) > div:nth-child(2):before, #developmentgrid.history.r9 div.gridcolumn:nth-of-type(3) > div:nth-child(1):before {
      content: "Now";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0.2em 0.4em;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 0.65em; }

#heatmap {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 3em; }
  #heatmap div.gridcolumn {
    display: flex;
    flex-direction: column;
    width: 33.3333%;
    min-height: 21.3em; }
    #heatmap div.gridcolumn > div {
      position: relative;
      height: 33.3333%;
      font-size: 0.7em;
      padding: 1.2em 1.2em 0.4em 1.2em;
      background-color: #eeeeee;
      border: 3px solid #ffffff;
      text-align: center; }
      #heatmap div.gridcolumn > div h4 {
        font-size: 1.15em;
        margin-bottom: 0; }
      #heatmap div.gridcolumn > div h2 {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #ffffff;
        font-size: 1.6em;
        font-weight: 500;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.4em;
        transform: scale(1);
        transition: transform 0.2s ease-in-out; }
      #heatmap div.gridcolumn > div.level0 h2 {
        width: 2em;
        height: 2em;
        margin-top: 1.2em;
        background-color: transparent;
        color: #aaaaaa; }
      #heatmap div.gridcolumn > div.level1 h2 {
        width: 2em;
        height: 2em;
        margin-top: 1.2em;
        background-color: #6078d1; }
      #heatmap div.gridcolumn > div.level2 h2 {
        width: 2.4em;
        height: 2.4em;
        margin-top: 1em;
        background-color: #5899f3; }
      #heatmap div.gridcolumn > div.level3 h2 {
        width: 2.8em;
        height: 2.8em;
        margin-top: 0.8em;
        background-color: #22c0e7; }
      #heatmap div.gridcolumn > div.level4 h2 {
        width: 3.2em;
        height: 3.2em;
        margin-top: 0.6em;
        background-color: #3dcab5; }
      #heatmap div.gridcolumn > div.level5 h2 {
        width: 3.6em;
        height: 3.6em;
        margin-top: 0.4em;
        background-color: #57d483; }
      #heatmap div.gridcolumn > div:hover {
        cursor: pointer; }
      #heatmap div.gridcolumn > div:hover h2 {
        transform: scale(1.1); }
  #heatmap > img {
    position: absolute;
    z-index: 5; }
    #heatmap > img[src*="potential"] {
      left: -3.2em;
      top: 15%;
      height: 70%; }
    #heatmap > img[src*="performance"] {
      bottom: -3.2em;
      left: 20%;
      width: 60%; }
  #heatmap span#potentialaxislabels,
  #heatmap span#performanceaxislabels {
    display: flex;
    position: absolute;
    font-size: 0.65em;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
    justify-content: space-around; }
    #heatmap span#potentialaxislabels div span,
    #heatmap span#performanceaxislabels div span {
      padding: 0.2em 0.8em;
      border-radius: 1.2em;
      cursor: pointer;
      background-color: #eeeeee !important; }
      #heatmap span#potentialaxislabels div span:hover,
      #heatmap span#performanceaxislabels div span:hover {
        background-color: #dddddd !important; }
  #heatmap span#potentialaxislabels {
    transform: rotate(-90deg);
    transform-origin: top left;
    left: -1.8em;
    bottom: -1em;
    width: 33em; }
  #heatmap span#performanceaxislabels {
    width: 100%;
    bottom: -1.8em; }
  #heatmap span#originlabel {
    display: block;
    position: absolute;
    bottom: -2em;
    left: -2.5em;
    font-size: 0.65em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.2em 0.8em;
    border-radius: 1.2em;
    background-color: #eeeeee;
    cursor: pointer; }
    #heatmap span#originlabel:hover {
      background-color: #dddddd !important; }

#backtotrends {
  margin-bottom: 1em; }

#usertrendsgrid {
  margin: 3.1em 0 3em 0; }
  #usertrendsgrid > div {
    display: flex; }
    #usertrendsgrid > div > div {
      background-color: #f0f0f0; }
      #usertrendsgrid > div > div:nth-child(1) {
        margin-right: 3em; }
      #usertrendsgrid > div > div h4 {
        position: absolute;
        top: -1.6em;
        text-transform: none;
        color: #db147d; }
    #usertrendsgrid > div path[fill="#fff"] {
      fill: transparent; }
    #usertrendsgrid > div path[fill*="url"] {
      display: none; }
    #usertrendsgrid > div path[stroke-width="1"] {
      stroke-width: 0; }
  #usertrendsgrid > div#usertotaltrend > div:nth-child(2) svg {
    width: 520px !important; }
  #usertrendsgrid > div > div:nth-child(3) svg text {
    transform: translateY(-10px); }
  #usertrendsgrid + h4 {
    text-transform: none;
    color: #db147d;
    margin-top: 2.6em;
    margin-bottom: -0.8em; }

#trendsgrid, #sitetrendsgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #trendsgrid > div, #sitetrendsgrid > div {
    background-color: #f0f0f0;
    margin: 0 7px 14px 7px;
    width: 286px !important;
    padding: 0 14px; }
    #trendsgrid > div > div, #sitetrendsgrid > div > div {
      width: 258px; }
    #trendsgrid > div path[fill="#fff"], #sitetrendsgrid > div path[fill="#fff"] {
      fill: transparent; }
    #trendsgrid > div path[fill*="url"], #sitetrendsgrid > div path[fill*="url"] {
      display: none; }
    #trendsgrid > div path[stroke-width="1"], #sitetrendsgrid > div path[stroke-width="1"] {
      stroke-width: 0; }
  #trendsgrid > div:not(#usertotaltrend) > div:nth-child(2) svg, #sitetrendsgrid > div:not(#usertotaltrend) > div:nth-child(2) svg {
    width: 270px !important; }
  #trendsgrid > div#usertotaltrend > div:nth-child(2) svg, #sitetrendsgrid > div#usertotaltrend > div:nth-child(2) svg {
    width: 520px !important; }
  #trendsgrid > div > div:nth-child(3) svg text, #sitetrendsgrid > div > div:nth-child(3) svg text {
    transform: translateY(-10px); }
  #trendsgrid > div#totaltrend > div:nth-child(4) svg text, #sitetrendsgrid > div#totaltrend > div:nth-child(4) svg text {
    transform: translateY(-10px); }
  #trendsgrid > div#sitetotaltrend > div:nth-child(4) svg text, #sitetrendsgrid > div#sitetotaltrend > div:nth-child(4) svg text {
    transform: translateY(-10px); }
  #trendsgrid > div:not(#usertotaltrend) > div:nth-child(2) svg g:first-child text, #sitetrendsgrid > div:not(#usertotaltrend) > div:nth-child(2) svg g:first-child text {
    transform: translateY(-15px); }

.page-template {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin-bottom: 5px; }

.page-template .header {
  width: 100%;
  top: 20px;
  position: absolute;
  display: flex;
  left: 30px;
  right: 20px; }

.page-template .footer {
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
  font-size: 60%; }

#usertotaltrend.pdf-export {
  display: block; }

#totaltrend, #sitetotaltrend {
  background-color: #fadabb !important; }

div[id^='top'], div[id^='topsite'] {
  cursor: pointer; }

@media only screen and (max-width: 768px) {
  #usertotaltrend > div > div:nth-child(2) svg {
    width: 370px !important; }

  #siteUsersChart0 {
    width: 370px !important;
    height: 150px !important; }

  #siteUsersChartLinear0 {
    width: 370px !important;
    height: 100px !important;
    margin-top: 3em; }

  #usertrendsgrid + h4 {
    margin-bottom: -0.4em; }

  #usertotaltrend {
    display: block !important; } }
@media only screen and (max-width: 900px) {
  #developmentgrid.history {
    width: 100%;
    float: none;
    margin: 3em 0 2em 0;
    padding-left: 0; }

  #developmentgrid span#potentialaxislabels, #heatmap > img[src*=potential], #heatmap > img[src*=performance] {
    display: none; }

  #developmentgrid span#performanceaxislabels, #heatmap span#performanceaxislabels {
    width: 95%; }

  #heatmap span#potentialaxislabels {
    left: -0.4em; }

  #heatmap span#performanceaxislabels {
    bottom: -2em; }

  #heatmap span#originlabel {
    left: -1.25em;
    bottom: -2.25em; }

  #developmentgrid, #heatmap {
    padding-left: 1em; }

  #developmentgrid > img[src*=potential] {
    left: -0.4em;
    height: 12em;
    top: 50%;
    transform: translateY(-50%); }

  #developmentgrid > img[src*=performance] {
    bottom: -2.8em;
    width: 16.5em;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1em; }

  #heatmap {
    font-size: 2.25vw; }

  #heatmap div.gridcolumn > div {
    padding-left: 0;
    padding-right: 0; }

  #adminHistory > ul > li:not(.year) {
    display: flex;
    flex-direction: column; }

  .a-report-user-history .a-completed {
    float: none;
    text-align: left; }

  div.ratingstrip, .minigrid {
    float: none;
    order: 2; }

  .minigrid > div h4 {
    right: auto;
    left: 62px;
    text-align: left; }

  div.ratingstrip {
    justify-content: flex-start;
    margin-top: 1em; }
    div.ratingstrip label {
      order: 1;
      margin-left: 0.4em; }

  div.rating {
    margin-top: 0; } }
#developmentgrid.a-pdf-grid {
  display: block;
        /*  width: 40em;
*/
  height: 30em;
  font-weight: 400;
  font-size: 140%; }
  #developmentgrid.a-pdf-grid div.gridcolumn {
    display: block;
    width: 33.3333%;
    float: left; }
    #developmentgrid.a-pdf-grid div.gridcolumn > div {
      position: relative;
      height: 10em; }

.pregrid {
  margin-right: 0px;
  margin-bottom: 0.5em;
        /*    > div {
        height: 33.3333%;
        width: 33.3333%;
        background-color: rgba(0,0,0,0.1);
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
        background-clip: padding-box;

        h4 {
            position: absolute;
            right: 20px;
            top: 120px;
            font-size: 12.5px;
            white-space: nowrap;
            text-align: right;
        }
        }
*/ }

.minigrid {
  display: flex;
  position: relative;
  float: right;
  clear: right;
  width: 54px;
  height: 33px;
  margin-top: 0.2em;
  flex-direction: column;
  flex-wrap: wrap; }
  .minigrid > div {
    height: 33.3333%;
    width: 33.3333%;
    background-color: rgba(0, 0, 0, 0.1);
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-clip: padding-box; }
    .minigrid > div h4 {
      display: none;
      position: absolute;
      right: 62px;
      top: 10px;
      font-size: 12.5px;
      white-space: nowrap;
      text-align: right; }
  .minigrid.performance1.r1 div:nth-child(3) {
    background-color: #e86941 !important; }
    .minigrid.performance1.r1 div:nth-child(3) h4 {
      display: block; }
  .minigrid.performance1.r2 div:nth-child(2) {
    background-color: #3a7b8c !important; }
    .minigrid.performance1.r2 div:nth-child(2) h4 {
      display: block; }
  .minigrid.performance1.r3 div:nth-child(1) {
    background-color: #724867 !important; }
    .minigrid.performance1.r3 div:nth-child(1) h4 {
      display: block; }
  .minigrid.performance2.r4 div:nth-child(6) {
    background-color: #e55629 !important; }
    .minigrid.performance2.r4 div:nth-child(6) h4 {
      display: block; }
  .minigrid.performance2.r5 div:nth-child(5) {
    background-color: #1e677b !important; }
    .minigrid.performance2.r5 div:nth-child(5) h4 {
      display: block; }
  .minigrid.performance2.r6 div:nth-child(4) {
    background-color: #603054 !important; }
    .minigrid.performance2.r6 div:nth-child(4) h4 {
      display: block; }
  .minigrid.performance3.r7 div:nth-child(9) {
    background-color: #e24412 !important; }
    .minigrid.performance3.r7 div:nth-child(9) h4 {
      display: block; }
  .minigrid.performance3.r8 div:nth-child(8) {
    background-color: #05576d !important; }
    .minigrid.performance3.r8 div:nth-child(8) h4 {
      display: block; }
  .minigrid.performance3.r9 div:nth-child(7) {
    background-color: #4f1a41 !important; }
    .minigrid.performance3.r9 div:nth-child(7) h4 {
      display: block; }

input#a-form-review-date {
  font-size: 1rem;
  padding: 0.4em 1em 0.6em 1em;
  height: auto;
  margin-top: 1em;
  vertical-align: middle;
  display: inline-block;
  border: 0;
  font-weight: 400;
  width: auto;
  margin-right: 1em;
  line-height: inherit; }

div#a-form-competencies {
  padding-bottom: 3em; }

div#avRating {
  float: right;
  margin-top: -6.5em;
  display: flex;
  right: 0; }
  div#avRating .overallrating {
    font-size: 110%;
    margin-right: 0.7em; }

.a-form-padding-review div.rating {
  margin-top: 0.2em; }

div#developmentgrid ~ div[onclick] {
  font-size: 80%;
  opacity: 0.6;
  margin-left: auto;
  cursor: pointer;
  margin-top: 1em; }

#adminHistory {
  position: relative; }
  #adminHistory .a-report-export {
    text-align: left;
    position: absolute;
    padding-top: 0.1em;
    left: 5.5em; }

.hoverinfo {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -10;
  background-color: rgba(24, 24, 24, 0.95);
  color: #ffffff;
  text-align: left;
  padding: 1em 1.3em 1.1em 1.3em;
  width: 110%;
  left: -5%;
  top: 108%;
  transition: opacity 0.3s ease, z-index 0s linear 0.3s; }
  .hoverinfo:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 18px;
    border-color: transparent transparent rgba(24, 24, 24, 0.95) transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%; }

div.gridcolumn > div:hover .hoverinfo {
  opacity: 1;
  z-index: 1000;
  transition-delay: 0s; }

table#Users.a-report-table {
  table-layout: fixed; }
  table#Users.a-report-table th:nth-last-child(1) {
    padding-left: 0px;
    text-align: left !important; }
  table#Users.a-report-table th:nth-last-child(2), table#Users.a-report-table td:nth-last-child(2) {
    width: 5em;
    text-align: center;
    padding-right: 2em; }
  table#Users.a-report-table th:last-child, table#Users.a-report-table td:last-child {
    width: 5em;
    text-align: center; }
  table#Users.a-report-table .minigrid {
    float: none; }
  table#Users.a-report-table td span[class^="r"] {
    display: block;
    line-height: 1;
    padding: 0.2em 0.5em;
    border-radius: 0.7em;
    color: #ffffff; }
    table#Users.a-report-table td span[class^="r"].r1, table#Users.a-report-table td span[class^="r"].r2, table#Users.a-report-table td span[class^="r"].r3 {
      background-color: #ffc61d; }
    table#Users.a-report-table td span[class^="r"].r4, table#Users.a-report-table td span[class^="r"].r5, table#Users.a-report-table td span[class^="r"].r6 {
      background-color: #f48010; }
    table#Users.a-report-table td span[class^="r"].r7, table#Users.a-report-table td span[class^="r"].r8, table#Users.a-report-table td span[class^="r"].r9 {
      background-color: #ea4f25; }
    table#Users.a-report-table td span[class^="r"].r10 {
      background-color: #01718e; }

.a-report-filter.filterrows a.filter.add:before {
  content: "+";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #db147d;
  margin-right: 0.3em;
  text-align: center;
  line-height: 0.9; }

.nobackground {
  background-color: transparent;
  color: #000000;
  padding-left: 0px;
  margin-top: -2em; }

table#Users .a-r-cell-tot > span {
  text-align: center; }

@media only screen and (max-width: 600px) {
  table#Users th:nth-child(2),
  table#Users td:nth-child(2),
  table#Users th:nth-child(3),
  table#Users td:nth-child(3),
  table#Users th:nth-child(4),
  table#Users td:nth-child(4) {
    display: none; } }
div#helptable {
  margin: 0;
  font-size: 100%;
  padding: 3em 0 2em 0; }
  div#helptable .a-sidehelp {
    display: flex;
    flex-wrap: wrap; }
  div#helptable .a-admin-help-link {
    width: 50%;
    padding: 0 1em 0.5em 0;
    margin: 0; }

.a-r-1 {
  background-color: #ffc61d;
  border-radius: 0.5em; }

.a-r-4 {
  background-color: #f48010;
  border-radius: 0.5em; }

.a-r-7 {
  background-color: #ea4f25;
  border-radius: 0.5em; }

.a-r-10 {
  background-color: #01718e;
  border-radius: 0.5em; }

.a-report-legend.analytics {
  float: left;
  color: #aaaaaa;
  margin-top: 2em; }

@media only screen and (max-width: 600px) {
  div#helptable .a-admin-help-link {
    width: 100%;
    padding: 0 0 0.5em 0; } }
.k-loading-color {
  opacity: 0.6; }

.k-loading-image {
  background-image: url("graphics/spinner.svg") !important; }

    /*.k-pdf-export p{background-color:#eeeeee;}
*/
div.a-body div.container.body-content {
  padding: 0; }

/*# sourceMappingURL=site.css.map */





/* TOP BANNER */

body > div:first-child {
  background-color: #d01f7c !important; }




/*REMOVE CLINICAL SUPERVISIONS */
/*on reviewer's dashboard*/
th.clinical, #overviewtable thead tr:last-of-type th:nth-child(n+4):nth-child(-n+5), #overviewtable td:nth-child(n+4):nth-child(-n+5) {
    display:none;
}
	
	
/*on activity reports*/
#table-3.supervision thead tr:last-of-type th:nth-child(n+7):nth-child(-n+8), #table-3 td:nth-child(n+7):nth-child(-n+8) {
	display:none;
}


/*REMOVE PROBATION ON FORM */
.reviewform-probation {
	display:none;
}


/*REMOVE Ascent Logo on PDF essentially */
.a-pdf .a-logo-ascent, .a-logo-ascent-pdf {
  float: right;
  width: 173px;
  height: 64px;
  background-image: url("");
}



/*FORM OVERRIDES*/

.a-form-section-link .a-icon40 {
    margin-top: -1em;
    margin-right: -1.5em;
}

.llog .a-icon40 {
    
    margin-right: -3.25em;
}

/* OTHER OVERRIDES */
#currentratings h4 {
	display:none;
}

/* REPORTING */


#totaltrend, #sitetotaltrend {
  background-color: #ffe0f0 !important; }


.a-admin-help-detail-wrapper { display:none;}

