* {
  box-sizing: border-box;
}

/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr,
address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; 
} */

html {
  height: 100vh;
}

body {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  width: 100%;
  min-height: 100%;
  background: linear-gradient(to bottom, #ffffff 50%, #d1deec);
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #004c97;
}

/* Ensure all paragraphs and headings use UWF blue */
p, h1, h2, h3, h4, h5, h6 {
  color: #004c97;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

#container {
  width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 960px) {
  #container {
    width: 960px;
  }
}

@media screen and (min-width: 1280px) {
  #ssosessions-page #container {
    width: 1280px;
  }
}

@media only screen and (max-width: 960px) {
  #container {
    width: 100%;
  }
  #content {
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 0;
  }
}

body#cas-uwf {
  background: linear-gradient(to bottom, #ffffff 50%, #d1deec);
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* Old browsers */
}

#cas-uwf .btn-submit {
  background: #004c97;
  border: 0;
  padding: 10px 25px;
  font-weight: normal;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.25em;
}

#cas-uwf .btn-reset {
  background: #eee;
  padding: 10px 20px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a:link,
a:visited {
  color: #004c97;
  display: inline-block;
  /* padding:0 0.5em 0 0; */
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

a:hover {
  opacity: 1;
}

.jumbotron a.btn-primary:link,
.jumbotron a.btn-primary:visited,
.jumbotron a.btn-primary:hover {
  opacity: 1;
  color: white;
}

p {
  margin-bottom: 1.4em;
}

header {
  overflow: hidden;
  padding: 20px 0;
}

#logo {
  display: block;
  background: url(../images/apereo-logo.png) no-repeat;
  text-indent: -999em;
  float: left;
  height: 100px;
  width: 80%;
  margin-right: 40px;
  border: 0px;
  color: white;
}

header h1 {
  float: right;
  width: 119px;
  height: 60px;
  background: url(../images/cas-logo.png) no-repeat;
  text-indent: -999em;
  color: white;
}

#content {
  overflow: hidden;
}

#msg {
  padding: 20px;
  margin-bottom: 40px;
}

#msg.errors {
  border: 1px dotted #bb0000;
  color: #bb0000;
  padding-left: 100px;
  background: url(../images/error.png) no-repeat 20px center;
}

#msg.success {
  border: 1px dotted #390;
  color: #390;
  padding-left: 100px;
  background: url(../images/success.png) no-repeat 20px center;
}

#msg.info {
  border: 1px dotted #008;
  color: #008;
  padding-left: 100px;
  background: url(../images/info.png) no-repeat 20px center;
}

#msg.question {
  border: 1px dotted #390;
  color: #390;
  padding-left: 100px;
  background: url(../images/question.png) no-repeat 20px center;
}

#msg.warn {
  border: 1px dotted #960;
  color: #960;
  padding-left: 100px;
  background: #ffbc8f url(../images/info.png) no-repeat 20px center;
}

.errors {
  border: 1px dotted #bb0000;
  color: #bb0000;
  padding-left: 100px;
  padding-top: 5px;
  margin-bottom: 5px;
  background: url(../images/error.png) no-repeat 20px center;
}

#serviceui.serviceinfo {
  border: 1px dotted #0066ff;
  color: black;
  padding-left: 10px;
  padding-top: 5px;
}

#servicedesc {
  vertical-align: middle;
  padding-left: 30px;
  width: 90%;
}

/*
   * CAS default overrides
   */
.login #content {
  background: transparent;
}

#login {
  padding: 30px;
  /*background-color: #efefef;*/
  border-radius: 4px;
  overflow: hidden;
  vertical-align: top;
}
#login .login-header {
  text-align: center;
  padding: 20px;
  /*background-color: #d5d5d5;*/
  margin: -30px;
  margin-bottom: 10px;
}
#login .login-header h2 {
  font-weight: 300;
  color: black;
  font-family: Lato;
  margin-top: 0;
}
#login .login-header .fa-circle {
  color: #1490b3;
}
#login form > h2 {
  display: none;
}
#login .row {
  margin: 30px 0 15px 0;
}
#login label {
  display: block;
  margin-bottom: 2px;
}
#login .check label {
  display: inline;
}

#login input[type="text"],
#login input[type="password"] {
  color: #3d3f42;
  border: 2px solid #c1dbf3;
  box-shadow: 0 0 0 3px rgba(162, 211, 255, 0);
  border-radius: 0 0 3px 3px;
  height: 54px;
  font-size: 16px;
  padding: 0 16px;
  display: block;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-sizing: border-box;
}

/* Adds the rounding to the top of the box */
#login input[type="text"] {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: -2px;
}

#login .btn-row {
  text-align: center;
}
#login .btn-submit,
.btn-primary {
  background: #004c97;
  box-shadow: inset 0 1px 0 rgba(151, 203, 255, 0.15),
    inset 0 -1px 0 rgba(0, 98, 195, 0.6), 0 4px 16px -5px rgba(0, 98, 195, 0.5);
  border: 0;
  padding: 10px 25px;
  font-weight: normal;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.25em;
}
#login .btn-reset {
  background: #eee;
  padding: 10px 20px;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
}
#login .btn-submit:hover,
#login .btn-reset:hover,
.btn-primary:hover {
  cursor: pointer;
}
#login .btn-submit:hover,
.btn-primary:hover {
  background: #004c97;
  box-shadow: inset 0 1px 0 rgba(151, 203, 255, 0.15),
    inset 0 -1px 0 rgba(0, 98, 195, 0.6), 0 4px 32px -5px rgba(0, 98, 195, 0.5);
}
#login .btn-reset:hover {
  background: #d4d4d4;
}

/* Disabled button state (processing) */
#login .btn-submit:disabled,
.btn-primary:disabled {
  background: #004c97;
  box-shadow: inset 0 1px 0 rgba(151, 203, 255, 0.15),
    inset 0 -1px 0 rgba(0, 98, 195, 0.6), 0 4px 16px -5px rgba(0, 98, 195, 0.5);
  color: white !important;
  cursor: wait;
  opacity: 0.9;
}

/* Processing state text color */
body.login {
  color: #004c97;
}

/* Ensure buttons always have white text, even inside colored containers */
.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-submit,
.alert-success .btn-primary {
  color: white !important;
}
#login #yubiKeyForm > h2 {
  display: block;
}
#login #yubiKeyForm .btn-reset {
  display: inline-block;
}

#capslock-on {
  color: firebrick;
}

#sidebar {
  width: auto;
}

#list-providers ul {
  list-style: none;
}
#list-providers ul li {
  list-style: none;
  margin-bottom: 1em;
}

#list-providers a.btn:link,
#list-providers a.btn:visited {
  color: white;
}

#list-languages h3,
#list-providers h3 {
  margin-bottom: 1.4em;
}

#list-languages ul li {
  list-style: none;
  display: inline-block;
  margin-right: 2em;
}

#notices h2 {
  font-size: 1.25em;
}

#notices p {
  font-size: 10pt;
}

#notices ul.list-group .fa {
  margin-right: 7px;
}

#notices #serviceui h2,
#notices #serviceui h3,
#notices #serviceui h4 {
  margin-top: 0;
}

#notices .well h3 {
  margin-top: 0;
  font-size: 1.25em;
}

#notices .well ul.list-group {
  margin-bottom: 0;
}

footer {
  padding: 20px;
  color: white;
}

footer a:link,
footer a:visited {
  color: white;
}

@media only screen and (max-width: 960px) {
  header {
    padding: 20px;
  }
  #container {
    width: 100%;
  }
  #content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
  }
}

@media only screen and (max-width: 855px) {
  #logo {
    display: none;
  }
  header h1 {
    font-size: 1em;
    width: 70px;
    height: 40px;
    background-size: 70px 40px;
  }
  #login {
    float: none;
    width: 100%;
  }
  #fm1 .row input[type="text"],
  #fm1 .row input[type="password"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #fm1 .row .btn-submit {
    outline: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0;
    background: #004c97;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  #fm1 .row .btn-reset {
    display: none;
  }
  #sidebar {
    margin-top: 20px;
  }
  #sidebar .sidebar-content {
    padding: 0;
  }
}

/**
   * SSO Sessions Styles
   */
#loadingMessage {
  font-size: 14px;
}

#cas-sessions,
#no-cas-sessions {
  display: none;
}

#no-cas-sessions div {
  margin-top: 2em;
}

.ssoSessions #content {
  border-radius: 4px;
  padding: 20px;
}

#container-stable {
  margin: 20px 0 20px;
}

.ssoSessions .btn-success {
  background: #004c97;
  border: 0;
  padding: 10px 20px;
  font-weight: bold;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.ssoSessions .sorting_desc,
.ssoSessions .sorting_asc {
  background-color: rgba(239, 239, 239, 0.8);
}

.ssoSessions #removeAllSessionsButton.btn .badge {
  color: #000;
  padding-right: 9px;
}

.ssoSessions .adminPanels {
  border-bottom: 1px solid #efefef;
  margin-bottom: 2em;
  margin-top: 1em;
  padding-bottom: 1em;
}

.ssoSessions .adminPanels .panel-default > .panel-heading {
  background-color: #fff;
  border-bottom: none;
}

.ssoSessions .adminPanels .panel-default > .panel-heading h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20pt;
}

.ssoSessions .adminPanels .panel-default > .panel-heading:after {
  position: absolute;
  font-family: FontAwesome;
  top: -5px;
  right: 30px;
  font-size: 70pt;
  color: #153e50;
  opacity: 0.1;
}

.adminPanels .users-panel.panel-default > .panel-heading:after {
  content: "\f0c0";
}

.adminPanels .usage-panel.panel-default > .panel-heading:after {
  content: "\f201";
}

.adminPanels .tickets-panel.panel-default > .panel-heading:after {
  content: "\f145";
}

.ssoSessions td.details-control {
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 10pt;
  color: #337ab7;
}

.ssoSessions td.details-control:after {
  content: "\f067";
  /*content: "\002B"; - thinner plus sign */
}

.ssoSessions tr.shown td.details-control:after {
  content: "\f068";
  /*content: "\002D"; - thinner minus sign */
}

.row-detail-wrapper {
  /*background-color: cornsilk;*/
  background-color: #d9edf7;
}

.ssoSessions .row-detail thead {
  display: none;
}

.ssoSessions .row-detail {
  /*font-size: 8pt;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ssoSessions .field-label {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /*font-size: 8pt;*/
  /*font-weight: bold;*/
}

.principal_attributes td:first-child {
  width: 30%;
}

table.principal_attributes > tbody > tr > td {
  border-top-color: #e6e6e6;
}

.adminPanels .panel-body {
  padding-top: 5px;
}

.adminPanels .panel-body span {
  font-family: "Lato", sans-serif;
  font-size: 30pt;
  font-weight: 100;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#alertBox {
  display: none;
}

.alert-default {
  color: #333;
  background-color: #dedede;
  border-color: #3d3d3d;
}

/**
   SB Admin Styles
   */
.huge {
  font-size: 30pt;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.semi-huge {
  font-size: 18pt;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

/**
   * Statistics View
   */
.statisticsView {
  display: none;
}

.statisticsView .progress-meter .background {
  fill: #dfeafd;
}

.statisticsView .progress-meter .foreground {
  fill: #2e7af9;
}

.statisticsView .progress-meter text {
  font-family: "Lato" sans-serif;
  font-size: 25pt;
  font-weight: 300;
}

.statisticsView .progress-meter .text2 {
  font-family: "Georgia" sans-serif;
  font-size: 10pt;
}

.modal {
  display: none;
}

/**
   * Runtime Statistics Gauge styles
   */
.statisticsView .runtimeStatistics .background {
  fill: #dfeafd;
}

.statisticsView .runtimeStatistics .foreground {
  fill: #2e7af9;
}

.statisticsView .runtimeStatistics text {
  font-family: "Lato" sans-serif;
  font-size: 25pt;
  font-weight: 300;
}

.statisticsView .runtimeStatistics .text2 {
  font-family: "Georgia" sans-serif;
  font-size: 10pt;
}

#uptime-panel {
  display: none;
}

#uptime {
  font-family: "Lato", sans-serif;
  font-size: 16pt;
}

.thread-dump-view {
  height: 600px;
  overflow-y: auto;
}

#metricsGauges strong {
  display: block;
}

#metricsGauges .panel {
  width: 100%;
}

#metricsGauges ul {
  height: auto;
  overflow: hidden;
}

#metricsGauges li {
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 0 10px 10px;
  background: #d8d8d8;
}

#metricsGauges ul li:nth-child(5n + 1) {
  clear: left;
}

.statisticsView .equal,
.statisticsView .equal > div[class*="col-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.statisticsView .section {
  margin-bottom: 25px;
}

#viewSsoSessions {
  color: white;
}

.statisticsView .adminPanels.container-fluid {
  padding-right: 0;
}

/**
   * View Configuration Styles
   */
#viewConfigError {
  display: none;
}

#view-configuration {
  display: none;
}

.confirmView .btn-row,
.loginMessageView .btn-row {
  text-align: center;
}

.viewDashboard h2 {
  font-size: 2rem;
  margin-left: 10px;
  border-bottom: solid 1px #efefef;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.viewDashboard h2 i {
  font-size: 2.3rem;
}

.viewDashboard > div {
  clear: both;
}

.viewDashboard ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
.viewDashboard ul li {
  list-style: none;
  position: relative;
}

.viewDashboard .app-launcher {
  clear: both;
  overflow: auto;
  margin-bottom: 2em;
}
.viewDashboard .app-launcher ul li {
  margin: 10px;
  width: 140px;
  height: 140px;
  float: left;
  border: 5px solid #ccc;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  text-align: center;
  background-color: #efefef;
  border-radius: 50%;
  transition: box-shadow 0.5s ease;
  display: table;
}
.viewDashboard .app-launcher ul li:hover,
.viewDashboard .app-launcher ul li:focus,
.viewDashboard .app-launcher ul li:active {
  box-shadow: 0px 0px 20px rgba(20, 144, 179, 0.8);
  border-color: white;
}
.viewDashboard .app-launcher ul li a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  transition: font-weight 0.2s ease-out;
  border-radius: 50%;
  color: #045183;
}
.viewDashboard .app-launcher ul li a:hover,
.viewDashboard .app-launcher ul li a:focus {
  color: white;
  background-color: #1490b3;
}

.viewDashboard .server-functions ul li {
  display: inline-block;
  margin: 10px;
}

.viewDashboard .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
}
.viewDashboard .btn:focus,
.viewDashboard .btn.focus,
.viewDashboard .btn:active:focus,
.viewDashboard .btn:active.focus,
.viewDashboard .btn.active:focus,
.viewDashboard .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.viewDashboard .btn:hover,
.viewDashboard .btn:focus,
.viewDashboard .btn.focus {
  color: #333;
  text-decoration: none;
}
.viewDashboard .btn:active,
.viewDashboard .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.viewDashboard .btn.disabled,
.viewDashboard .btn[disabled],
fieldset[disabled] .viewDashboard .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.viewDashboard a.btn.disabled,
fieldset[disabled] .viewDashboard a.btn {
  pointer-events: none;
}

.viewDashboard .btn-restart {
  color: #fff;
  background-color: #2d872d;
  border-color: #277427;
}
.viewDashboard .btn-restart:focus,
.viewDashboard .btn-restart.focus {
  color: #fff;
  background-color: #206120;
  border-color: #071407;
}
.viewDashboard .btn-restart:hover {
  color: #fff;
  background-color: #206120;
  border-color: #174617;
}
.viewDashboard .btn-restart:active,
.viewDashboard .btn-restart.active,
.open > .viewDashboard .btn-restart.dropdown-toggle {
  color: #fff;
  background-color: #206120;
  border-color: #174617;
}
.viewDashboard .btn-restart:active:hover,
.viewDashboard .btn-restart:active:focus,
.viewDashboard .btn-restart:active.focus,
.viewDashboard .btn-restart.active:hover,
.viewDashboard .btn-restart.active:focus,
.viewDashboard .btn-restart.active.focus,
.open > .viewDashboard .btn-restart.dropdown-toggle:hover,
.open > .viewDashboard .btn-restart.dropdown-toggle:focus,
.open > .viewDashboard .btn-restart.dropdown-toggle.focus {
  color: #fff;
  background-color: #174617;
  border-color: #071407;
}
.viewDashboard .btn-restart:active,
.viewDashboard .btn-restart.active,
.open > .viewDashboard .btn-restart.dropdown-toggle {
  background-image: none;
}
.viewDashboard .btn-restart.disabled:hover,
.viewDashboard .btn-restart.disabled:focus,
.viewDashboard .btn-restart.disabled.focus,
.viewDashboard .btn-restart[disabled]:hover,
.viewDashboard .btn-restart[disabled]:focus,
.viewDashboard .btn-restart[disabled].focus,
fieldset[disabled] .viewDashboard .btn-restart:hover,
fieldset[disabled] .viewDashboard .btn-restart:focus,
fieldset[disabled] .viewDashboard .btn-restart.focus {
  background-color: #2d872d;
  border-color: #277427;
}
.viewDashboard .btn-restart .badge {
  color: #2d872d;
  background-color: #fff;
}

.viewDashboard .btn-refresh {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.viewDashboard .btn-refresh:focus,
.viewDashboard .btn-refresh.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.viewDashboard .btn-refresh:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.viewDashboard .btn-refresh:active,
.viewDashboard .btn-refresh.active,
.open > .viewDashboard .btn-refresh.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.viewDashboard .btn-refresh:active:hover,
.viewDashboard .btn-refresh:active:focus,
.viewDashboard .btn-refresh:active.focus,
.viewDashboard .btn-refresh.active:hover,
.viewDashboard .btn-refresh.active:focus,
.viewDashboard .btn-refresh.active.focus,
.open > .viewDashboard .btn-refresh.dropdown-toggle:hover,
.open > .viewDashboard .btn-refresh.dropdown-toggle:focus,
.open > .viewDashboard .btn-refresh.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.viewDashboard .btn-refresh:active,
.viewDashboard .btn-refresh.active,
.open > .viewDashboard .btn-refresh.dropdown-toggle {
  background-image: none;
}
.viewDashboard .btn-refresh.disabled:hover,
.viewDashboard .btn-refresh.disabled:focus,
.viewDashboard .btn-refresh.disabled.focus,
.viewDashboard .btn-refresh[disabled]:hover,
.viewDashboard .btn-refresh[disabled]:focus,
.viewDashboard .btn-refresh[disabled].focus,
fieldset[disabled] .viewDashboard .btn-refresh:hover,
fieldset[disabled] .viewDashboard .btn-refresh:focus,
fieldset[disabled] .viewDashboard .btn-refresh.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.viewDashboard .btn-refresh .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.viewDashboard .btn-shutdown {
  color: #fff;
  background-color: #c74b47;
  border-color: #bb3d39;
}
.viewDashboard .btn-shutdown:focus,
.viewDashboard .btn-shutdown.focus {
  color: #fff;
  background-color: #a83733;
  border-color: #5a1d1b;
}
.viewDashboard .btn-shutdown:hover {
  color: #fff;
  background-color: #a83733;
  border-color: #8d2e2b;
}
.viewDashboard .btn-shutdown:active,
.viewDashboard .btn-shutdown.active,
.open > .viewDashboard .btn-shutdown.dropdown-toggle {
  color: #fff;
  background-color: #a83733;
  border-color: #8d2e2b;
}
.viewDashboard .btn-shutdown:active:hover,
.viewDashboard .btn-shutdown:active:focus,
.viewDashboard .btn-shutdown:active.focus,
.viewDashboard .btn-shutdown.active:hover,
.viewDashboard .btn-shutdown.active:focus,
.viewDashboard .btn-shutdown.active.focus,
.open > .viewDashboard .btn-shutdown.dropdown-toggle:hover,
.open > .viewDashboard .btn-shutdown.dropdown-toggle:focus,
.open > .viewDashboard .btn-shutdown.dropdown-toggle.focus {
  color: #fff;
  background-color: #8d2e2b;
  border-color: #5a1d1b;
}
.viewDashboard .btn-shutdown:active,
.viewDashboard .btn-shutdown.active,
.open > .viewDashboard .btn-shutdown.dropdown-toggle {
  background-image: none;
}
.viewDashboard .btn-shutdown.disabled:hover,
.viewDashboard .btn-shutdown.disabled:focus,
.viewDashboard .btn-shutdown.disabled.focus,
.viewDashboard .btn-shutdown[disabled]:hover,
.viewDashboard .btn-shutdown[disabled]:focus,
.viewDashboard .btn-shutdown[disabled].focus,
fieldset[disabled] .viewDashboard .btn-shutdown:hover,
fieldset[disabled] .viewDashboard .btn-shutdown:focus,
fieldset[disabled] .viewDashboard .btn-shutdown.focus {
  background-color: #c74b47;
  border-color: #bb3d39;
}
.viewDashboard .btn-shutdown .badge {
  color: #c74b47;
  background-color: #fff;
}

.btn-social,
.btn-social-icon {
  background-color: slategray;
}

/**
   * Add in our own custom social colors.
   */
.btn-cas {
  background-color: #153e50;
  color: #fff;
  background-color: #153e50;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cas:focus,
.btn-cas.focus {
  color: #fff;
  background-color: #0a1f28;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cas:hover {
  color: #fff;
  background-color: #0a1f28;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cas:active,
.btn-cas.active,
.open > .btn-cas.dropdown-toggle {
  color: #fff;
  background-color: #0a1f28;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cas:active:hover,
.btn-cas:active:focus,
.btn-cas:active.focus,
.btn-cas.active:hover,
.btn-cas.active:focus,
.btn-cas.active.focus,
.open > .btn-cas.dropdown-toggle:hover,
.open > .btn-cas.dropdown-toggle:focus,
.open > .btn-cas.dropdown-toggle.focus {
  color: #fff;
  background-color: #03090b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cas:active,
.btn-cas.active,
.open > .btn-cas.dropdown-toggle {
  background-image: none;
}
.btn-cas.disabled:hover,
.btn-cas.disabled:focus,
.btn-cas.disabled.focus,
.btn-cas[disabled]:hover,
.btn-cas[disabled]:focus,
.btn-cas[disabled].focus,
fieldset[disabled] .btn-cas:hover,
fieldset[disabled] .btn-cas:focus,
fieldset[disabled] .btn-cas.focus {
  background-color: #153e50;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-cas .badge {
  color: #153e50;
  background-color: #fff;
}

.btn-saml2 {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-saml2:focus,
.btn-saml2.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-saml2:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-saml2:active,
.btn-saml2.active,
.open > .btn-saml2.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-saml2:active:hover,
.btn-saml2:active:focus,
.btn-saml2:active.focus,
.btn-saml2.active:hover,
.btn-saml2.active:focus,
.btn-saml2.active.focus,
.open > .btn-saml2.dropdown-toggle:hover,
.open > .btn-saml2.dropdown-toggle:focus,
.open > .btn-saml2.dropdown-toggle.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-saml2:active,
.btn-saml2.active,
.open > .btn-saml2.dropdown-toggle {
  background-image: none;
}
.btn-saml2.disabled:hover,
.btn-saml2.disabled:focus,
.btn-saml2.disabled.focus,
.btn-saml2[disabled]:hover,
.btn-saml2[disabled]:focus,
.btn-saml2[disabled].focus,
fieldset[disabled] .btn-saml2:hover,
fieldset[disabled] .btn-saml2:focus,
fieldset[disabled] .btn-saml2.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-saml2 .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-oidc {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-oidc:focus,
.btn-oidc.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-oidc:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-oidc:active,
.btn-oidc.active,
.open > .btn-oidc.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-oidc:active:hover,
.btn-oidc:active:focus,
.btn-oidc:active.focus,
.btn-oidc.active:hover,
.btn-oidc.active:focus,
.btn-oidc.active.focus,
.open > .btn-oidc.dropdown-toggle:hover,
.open > .btn-oidc.dropdown-toggle:focus,
.open > .btn-oidc.dropdown-toggle.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-oidc:active,
.btn-oidc.active,
.open > .btn-oidc.dropdown-toggle {
  background-image: none;
}
.btn-oidc.disabled:hover,
.btn-oidc.disabled:focus,
.btn-oidc.disabled.focus,
.btn-oidc[disabled]:hover,
.btn-oidc[disabled]:focus,
.btn-oidc[disabled].focus,
fieldset[disabled] .btn-oidc:hover,
fieldset[disabled] .btn-oidc:focus,
fieldset[disabled] .btn-oidc.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-oidc .badge {
  color: #f7931e;
  background-color: #fff;
}

/**
    UWF Custom Styles
   */

/* Puts a line break after the error messages*/
#error-list span::after {
  content: "\A";
  white-space: pre;
}

#login-content {
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 2;
  text-align: center;
}

#login-form-container-bounds {
  position: relative;
  margin: 0 auto 0;
  width: 380px;
  text-align: left;
}

#login-help-links {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  z-index: 1;
}

#login-bottom-container {
  justify-content: center;
  display: flex;
}

#login-bottom-container a {
  padding: 0 1em;
  display: inline-block;
}

.help-link a {
  display: block;
}

/* Phones */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #login-form-container-bounds {
    width: 100%;
  }

  #login-content-wrapper {
    padding-top: 20px;
  }

  /* Reformat links at bottom for phone */
  #login-bottom-container {
    text-align: center;
    display: block;
    padding: 0;
  }

  #login-bottom-container a {
    display: block;
  }

  #login-bottom-container div {
    margin-bottom: 10px;
  }
}

/* fix for iPhone X (or other wide phones) in landscape */
@media only screen and (max-height: 380px) and (max-device-width: 812px) and (orientation: landscape) {
  #login-content-wrapper {
    display: block !important;
  }
}

/* larger phones, center content on portrait */
@media only screen and (min-width: 375px) and (min-height: 667px) and (orientation: portrait) {
  #login-content-wrapper {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  #login-content {
    width: 100%;
  }
}

/* Tablets or Desktops */
@media only screen and (min-width: 768px) {
  #login-content-wrapper {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

#uwf-logo {
  display: block;
  background: url(/cas/themes/uwf/images/UWF-logo-two-color-a8bbc0d85100ed59152260991af2107a.svg) no-repeat;
  width: 180px;
  height: 200px;
  margin: 0 auto;
}

/* Formatting for DUO login */
/* Don't show the service ui div on login screen */
#serviceui,
#copyright,
header {
  display: none;
}

#duo_iframe {
  width: 620px;
  margin: 0 auto;
  display: block;
}

.alert-success {
  background-color: rgba(141, 200, 232, 0.2);
  border-color: #004c97;
  color: #004c97;
}

.alert-success p {
  text-align: justify;
}

.alert-success.text-center p {
  text-align: center !important;
}

/* UWF Processing Spinner */
.cas-spinner {
  width: 48px;
  height: 48px;
  position: relative;
  display: inline-block;
}

.spinner-circle {
  width: 100%;
  height: 100%;
  border: 4px solid rgba(0, 76, 151, 0.2);
  border-top-color: #004c97;
  border-radius: 50%;
  animation: spinner-rotation 0.8s linear infinite;
}

@keyframes spinner-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}

.display-1 {
  font-size: 9.6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 8.8rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.2;
}
