/*===  PRIMARY PALETTE ===*/
/* contemporary colors */
/* legacy colors */
/*== SECONDARY PALETTE  ===*/
/* neutral colors */
/*===  ACCENT PALETTE  ===*/
/* rich colors */
/* vibrant colors */
a.button.role-parameter:not(.icon) {
  color: black;
  padding: 1px 1px 1px 18px;
  margin: 0.5rem 0.5rem 0 0;
  background-image: url(../../images/icons/small-n-flat/pencil.png), url(../../images/icons/small-n-flat/file-exe.png);
  background-position: 8px bottom, left 2px;
  background-repeat: no-repeat, no-repeat;
  background-size: 11px 18px, 15px 15px;
}
a.button.icon.user-disclosure {
  background-image: url(../../images/icons/custom/disclosure.png);
}
a.button.icon.user-certificate {
  background-image: url(../../images/icons/custom/certificate.png);
}
a.button.icon.user-consent {
  background-image: url(../../images/icons/small-n-flat/shield.png);
}
a.button.icon.user-consent.deferred {
  background-image: url(../../images/icons/small-n-flat/shield-warning.png);
}
a.button.icon.user-consent.approved {
  background-image: url(../../images/icons/small-n-flat/shield-ok.png);
}
a.button.icon.user-consent.declined {
  background-image: url(../../images/icons/small-n-flat/shield-error.png);
}
a.button.icon.person {
  background-image: url(../../images/icons/small-n-flat/profile.png);
}
a.button.icon.person-name {
  background-image: url(../../images/icons/small-n-flat/user-id.png);
}
a.button.icon.contact-info {
  background-image: url(../../images/icons/small-n-flat/address-book.png);
}
a.button.icon.person-details {
  background-image: url(../../images/icons/custom/fprint.png);
}
a.button.icon.person-details:active {
  background-blend-mode: normal;
}
a.button.icon.person-affiliation {
  background-image: url(../../images/icons/small-n-flat/profile.png), url(../../images/icons/small-n-flat/institution.png);
  background-size: 18px 18px, 18px 18px;
  background-position: center left, top center;
}
a.button.icon.person-role {
  background-position: center center;
  background-image: url(../../images/icons/small-n-flat/profile.png);
}
a.button.icon.person-role::after {
  background-position: bottom center;
  background-image: url(../../images/icons/small-n-flat/key.png);
}
a.button.icon.role {
  background-image: url(../../images/icons/small-n-flat/key.png);
}
a.button.icon.role-cascade {
  background-image: url(../../images/icons/small-n-flat/keyring.png);
}
a.button.icon.role-parameter {
  background-image: url(../../images/icons/small-n-flat/file-exe.png);
}
a.button.icon.role-members {
  background-image: url(../../images/icons/small-n-flat/user-male-alt.png), url(../../images/icons/small-n-flat/profile-group.png);
  background-size: 18px 18px, 14px 14px;
  background-position: 9px 5px, 1px 6px;
}
a.button.icon.application {
  background-image: url(../../images/icons/small-n-flat/window-layout.png);
}
a.button.icon.application-url {
  background-image: url(../../images/icons/small-n-flat/file-link.png);
  background-size: 18px 18px;
  background-position: center;
}
a.button.icon.application-message {
  background-image: url(../../images/icons/small-n-flat/bubble.png);
}
a.button.icon.admin-area {
  background-image: url(../../images/icons/small-n-flat/shop.png);
}
a.button.icon.admin-area-supervisor {
  background-image: url(../../images/icons/small-n-flat/user-female-alt.png), url(../../images/icons/small-n-flat/shop.png);
  background-size: 18px 18px, 18px 18px;
  background-position: 5px 4px, 0px 3px;
}
a.button.icon.impersonate {
  background-position: right top;
}
a.button.icon.impersonate::after {
  background-image: url(../../images/icons/small-n-flat/sign-right.png), url(../../images/icons/custom/impersonate.png);
  background-position: left center, bottom right;
}

@media (min-width: 18.75em) {
  input[type=submit].button.deptmap {
    display: inline-block;
  }
}
input[type=submit].button.deptmap.add-unit, input[type=submit].button.deptmap.delete-unit {
  color: transparent;
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
input[type=submit].button.deptmap.add-unit {
  background-image: url(../../images/icons/custom/add.gif);
}
input[type=submit].button.deptmap.delete-unit {
  background-image: url(../../images/icons/custom/x.png);
}

#header.hsc #masthead h1 {
  color: white;
}
#header.hsc #masthead h1 .app-name span {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, left;
  transition-timing-function: ease-in-out;
  transition-duration: 0.075s;
}
#header.hsc #masthead h1 .app-name span:active {
  top: 2px;
  left: 1px;
}

#return-to {
  position: relative;
  margin: 0;
  background-color: #ffec64;
  background-image: linear-gradient(to bottom, #ffec64, #ffab23);
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  padding: 6px 24px;
  color: #333333;
}
#return-to a {
  color: #993232;
}

.edit-btn {
  position: relative;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: normal;
}
@media (hover: hover) {
  .edit-btn:hover {
    background-color: #ddddff;
  }
}
.edit-btn:active {
  top: 1px;
  left: 1px;
}

.replacement-text {
  font-size: 0.9rem;
  color: #9a9a9a;
  font-style: italic;
}

span.url-string {
  word-break: break-all;
}

.pitt {
  font-family: "Oxygen Mono", Courier, monospace;
  font-weight: bold;
  background-color: #192857;
  background-image: linear-gradient(to bottom, #00aadd 0%, #192857 15%, #192857 85%, #00aadd);
  color: #cdb87d;
  padding: 5px 3px;
  border-radius: 50%;
}

.phone-number {
  white-space: nowrap;
}

#application-pages .type-hint {
  float: right;
}

.debug-info {
  background-color: #d8caa8;
  margin: 2rem 0;
  padding: 1.5em;
  border: thin solid #333;
  color: #4a638c;
  font-family: Consolas, "Lucida Console", "Lucida Sans Typewriter", "Courier New", Courier, monospace;
  font-size: 0.8rem;
}
.debug-info h3 {
  margin-top: 0;
  color: #333399;
}

@media (min-width: 60em) {
  table th.small, table td.small {
    font-size: 0.85rem;
  }
  table th.tiny, table td.tiny {
    font-size: 0.65rem;
  }
}
table th span.hidden, table td span.hidden {
  color: transparent;
}
table th.smallcaps, table td.smallcaps {
  font-size: 0.75rem;
  font-variant: small-caps;
}
table th.numalign, table td.numalign {
  text-align: right;
}
@media (min-width: 60em) {
  table th.date, table td.date {
    font-family: Consolas, "Lucida Console", "Lucida Sans Typewriter", "Courier New", Courier, monospace;
    width: 9em;
  }
}

form.change-filter {
  padding: 7px 1em;
  border: 2pt solid #333333;
  background-color: #B9B9D9;
  margin-bottom: 20px;
}
@media (min-width: 60em) {
  form.change-filter {
    width: calc(100% - 34px);
  }
}
form.change-filter h3 {
  padding: 0 5px 1rem;
  margin: 0;
}
form.change-filter table {
  min-width: 100%;
}
form.change-filter table thead th {
  padding: 0 5px 0 8px;
  text-align: left;
  vertical-align: bottom;
  font-size: 0.75rem;
  font-weight: lighter;
  color: #444444;
}
@media (max-width: 59.99em) {
  form.change-filter table thead tr {
    display: none;
  }
}
@media (max-width: 29.99em) {
  form.change-filter table tbody tr {
    display: block;
  }
}
form.change-filter table tbody tr td {
  padding: 0 5px;
  vertical-align: top;
}
@media (max-width: 59.99em) {
  form.change-filter table tbody tr td {
    display: block;
  }
}
form.change-filter table tbody tr td input[type=submit] {
  padding: 4px 3px 4px 18px;
  margin: 0;
  background: #E5E5E5 url(../../images/icons/small-n-flat/funnel.png) left center no-repeat;
}
@media (max-width: 59.99em) {
  form.change-filter table tbody tr td input[type=submit] {
    margin-top: 0.25rem;
  }
}
form.change-filter table tbody tr td label {
  display: block;
  font-size: 0.75em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #333333;
}
@media (min-width: 60em) {
  form.change-filter table tbody td:last-child {
    text-align: right;
  }
}

/**** LOGIN PAGE **********************************************/
.choose-provider {
  text-align: left;
  vertical-align: middle;
  margin-bottom: 3rem;
}
.choose-provider .or {
  margin: 2%;
  display: block;
  text-align: center;
}
@media (min-width: 60em) {
  .choose-provider .or {
    display: inline-block;
  }
}
.choose-provider a.login-provider, .choose-provider a.login-provider:visited {
  display: block;
  position: relative;
  margin: 0.75rem auto;
  padding: 1.25rem 0.25rem;
  font-weight: bold;
  text-decoration: underline;
  border-width: 2px;
  border-style: outset;
  border-color: #333;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media (min-width: 60em) {
  .choose-provider a.login-provider, .choose-provider a.login-provider:visited {
    display: inline-block;
    width: 40%;
  }
}
.choose-provider a.login-provider.passport, .choose-provider a.login-provider:visited.passport {
  color: #192857;
  background-color: #cdb87d;
  border-color: #192857;
}
.choose-provider a.login-provider.hsconnect, .choose-provider a.login-provider:visited.hsconnect {
  background-color: #ffeeee;
  color: #000099;
  border-color: #000099;
}
@media (hover: hover) {
  .choose-provider a.login-provider:hover, .choose-provider a.login-provider:visited:hover {
    text-decoration: none;
    background-color: #ffffee;
  }
}
.choose-provider a.login-provider:active, .choose-provider a.login-provider:visited:active {
  top: 1px;
  left: 1px;
  box-shadow: none;
  border-style: inset;
}

table.login-messages {
  display: block;
  margin: 0;
  list-style-type: none;
  padding: 3px;
  border: none;
}
table.login-messages thead tr th {
  display: block;
  font-weight: normal;
  color: #990000;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 1rem;
}
table.login-messages tbody tr td {
  display: block;
  padding: 3px 0 0.75rem 25px;
  background-size: 24px 24px, 100% 80%;
  background-position: top left, 15px 0;
  background-repeat: no-repeat;
  font-size: 1rem;
}
table.login-messages tbody tr td.high {
  background-image: url(../../images/icons/small-n-flat/shield-warning.png), linear-gradient(to right, rgba(225, 225, 80, 0.3), #fafae1, transparent);
}
table.login-messages tbody tr td.high.hsc {
  background-image: url(../../images/icons/small-n-flat/shield-warning.png), linear-gradient(to right, rgba(246, 200, 200, 0.3), #ffeeee, transparent);
}
table.login-messages tbody tr td.high .edit-btn, table.login-messages tbody tr td.high .edit-btn a {
  animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
  0% {
    color: inherit;
  }
  75% {
    color: inherit;
  }
  85% {
    color: transparent;
  }
  95% {
    color: transparent;
  }
  100% {
    color: inherit;
  }
}
.double-spaced {
  margin-bottom: 1rem;
}
.double-spaced li {
  margin-bottom: 0.5rem;
}

@media (min-width: 60em) {
  .login-form {
    float: right;
    width: 50%;
  }
}
@media (min-width: 60em) {
  .login-form form {
    min-width: 410px;
  }
}
@media (max-width: 29.99em) {
  .login-form form input {
    max-width: 100%;
    width: 90%;
  }
}
.login-form form fieldset {
  padding: 0.5em 2em;
}
.login-form form fieldset legend {
  color: #990000;
  font-size: 1.2rem;
  font-weight: bold;
}
.login-form form fieldset label {
  width: 6.5em;
}
.login-form form fieldset .global-validation-error {
  display: block;
  margin: 0 auto;
  /*width:95%;*/
  background: linear-gradient(to right, rgba(255, 186, 186, 0.3), #ffbaba, rgba(255, 186, 186, 0.3));
  border-top: 1px red solid;
  border-bottom: 1px red solid;
  color: #d80000;
  font-size: 0.8rem;
  text-align: center;
}
.login-form form fieldset .formButtons {
  padding-left: 7em;
}

.sidebar {
  padding: 0 40px;
}
.sidebar h2 {
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 60em) {
  .sidebar h2 {
    margin: 2em 0 0 0;
  }
}

nav .tasks .spacer {
  padding: 0 10px;
}

@media (max-width: 59.99em) {
  nav .tasks .search-tasks, nav .tasks .user-tasks {
    display: block;
  }
  nav .tasks .spacer {
    display: none;
    padding: 0;
    margin: 0;
  }
  nav .tasks .spacer::after {
    display: block;
    content: "\a";
  }
}
#search-form .multiselect.scrollable {
  height: 23rem;
  overflow-y: scroll;
}
#search-form .multiselect label {
  clear: left;
  float: left;
  position: relative;
  display: block;
  width: 100%;
}
#search-form .multiselect label input[type=checkbox] {
  position: absolute;
  left: 5px;
  top: 2px;
  margin: 0;
  padding: 0;
}
#search-form .multiselect label span {
  display: block;
  color: #333333;
  padding-left: 25px;
}
#search-form .multiselect label input:checked + span {
  color: black;
  background-color: lightblue;
}

#search-results-table tbody tr.unverified {
  background-color: #F6D7D7;
}
#search-results-table tbody tr.unverified:hover {
  background-color: #fcf9e0;
}

/**** VIEW PROFILE PAGE *************************************************/
.user-profile {
  background-color: #f2f2ff;
  background-image: linear-gradient(to bottom, #d8caa8, #d8caa8 40px, #e0e0ff 80px);
  border: 1px solid #888;
  padding: 0.5rem 10px;
  margin-bottom: 8px;
}
.user-profile h3 {
  color: black;
  margin: 0 0 7px 0;
}
.user-profile .profile-section {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #efefff;
  border: 1px solid #9d9da9;
  margin: 5px 0;
  padding: 3px;
}
.user-profile .profile-section h4 {
  font-weight: bold;
  margin: 0;
}
.user-profile .profile-section p {
  margin-bottom: 0;
}
@media (hover: hover) {
  .user-profile .profile-section:hover {
    background-color: #fcf9e0;
  }
  .user-profile .profile-section:hover .button {
    background-color: #fcf9e0;
  }
}
@media (min-width: 30em) {
  .user-profile .profile-section {
    width: 49%;
    padding: 0.5rem;
  }
  .user-profile .profile-section.has-button {
    padding-bottom: 35px;
  }
  .user-profile .profile-section.contact-info {
    float: right;
    clear: right;
  }
  .user-profile .profile-section.name, .user-profile .profile-section.personal-details {
    float: left;
    clear: left;
  }
  .user-profile .profile-section.user-affiliation {
    width: auto;
    float: none;
  }
  .user-profile .profile-section a.button {
    position: absolute;
    left: auto;
    right: 3px;
    bottom: 3px;
  }
  .user-profile .profile-section a.button::before {
    left: auto;
    right: 0;
    padding-right: 33px;
  }
}
@media (min-width: 60em) {
  .user-profile .profile-section {
    width: 425px;
    margin: 10px 0;
    padding: 0.75rem;
    margin: 10px 0;
  }
}
.user-profile .user-affiliations h4 {
  margin-top: 0;
}

#param-cascades tr th, #param-cascades tr td {
  text-align: center;
}

.role-name {
  white-space: nowrap;
}

.assigned-by-admin, .assigned-by-demo, .assigned-by-role, .expires-on {
  display: inline-block;
  font-size: 0.7rem;
  background-position: left center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  padding: 3px 3px 3px 16px;
  white-space: nowrap;
  vertical-align: text-bottom;
}

.assigned-by-admin, .assigned-by-demo {
  color: white;
  font-size: 0.5rem;
  border-radius: 3px;
}

.assigned-by-admin {
  background-color: #009900;
  background-image: url(../../images/icons/small-n-flat/user-female.png);
}

.assigned-by-demo {
  background-color: #000099;
  background-image: url(../../images/icons/small-n-flat/cogs.png);
}

.assigned-by-role {
  background-color: transparent;
  background-image: url(../../images/icons/small-n-flat/key.png);
  padding: 3px 3px 3px 13px;
}

.parameter-assignments {
  margin-bottom: 1rem;
}

.expires-on {
  background-color: transparent;
  background-image: url(../../images/icons/small-n-flat/calendar.png);
  background-size: 24px 24px;
  color: #333333;
  padding: 2px 2px 2px 9px;
  vertical-align: baseline;
  font-weight: bold;
  text-shadow: -1px -1px #ccc;
}

.admin-detail {
  display: block;
  border-radius: 5px;
  font-weight: normal;
  font-size: 0.6rem;
  padding: 4px 4px;
  color: black;
  background-color: rgba(0, 153, 0, 0.1);
}

/**** HELPDESK **********************************************/
div .notes.wide {
  width: 100%;
}
@media (min-width: 60em) {
  div .notes.wide {
    float: none;
    width: calc(100% - 34px);
  }
}

span .small {
  font-size: 0.85rem;
}

.clickable label {
  cursor: pointer;
  font-size: 0.85rem;
}
.clickable .appear {
  display: none;
}
.clickable input {
  display: none;
}
.clickable input:checked ~ .appear {
  display: block;
}

#content.wide {
  padding: 0 18px 85px 18px;
}

html.js .js-hidden {
  visibility: hidden !important;
}

/*# sourceMappingURL=custom.css.map */
