/* Root / Reset */

:root {
  --cas-theme-primary: #153e50;
  --cas-theme-primary-bg: rgba(21, 62, 80, 0.2);
  --cas-theme-primary-light: #006d85;
  --cas-theme-secondary: #74c163;
  --cas-theme-success: var(--cas-theme-secondary);
  --cas-theme-danger: var(--mdc-theme-error);
  --cas-theme-warning: #e6a210;
  --cas-theme-border-light: 1px solid rgba(0, 0, 0, 0.2);
  --cas-theme-twitter-color: #55acee;
  --cas-theme-vimeo-color: #1ab7ea;
  --cas-theme-vk-color: #587ea3;
  --cas-theme-yahoo-color: #720e9e;
  --cas-theme-google-color: #cc5445;
  --cas-theme-facebook-color: #3b5998;
  --atlassian-theme-primary: #0747a6;
  --mdc-theme-primary: var(--cas-theme-primary, #153e50);
}

.atlassian {
  --mdc-theme-primary: var(--atlassian-theme-primary, #0747a6);
}

/* body {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    font-family: Verdana, sans-serif;
    font-size:15px;
} */

a {
  color: #153e50;
  color: var(--cas-theme-primary, #153e50);
}

a:hover,
a:visited,
a:active {
  color: #006d85;
  color: var(--cas-theme-primary-light);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

aside,
section,
main {
  display: block;
}

/* Material */

.mdc-drawer {
  top: 56px;
}

.mdc-drawer-app-content {
  flex: auto;
  overflow: auto;
  position: relative;
}

.main-content {
  display: flex;
}

.mdc-top-app-bar {
  z-index: 7;
}

/* widgets */

.notifications-count {
  position: absolute;
  top: 10px;
  right: 12px;
  background-color: #b00020;
  background-color: var(--cas-theme-danger);
  color: #fff;
  border-radius: 50%;
  padding: 1px 3px;
  font: 8px Verdana;
}

.cas-brand {
  height: 48px;
  width: auto;
}

header > nav .cas-brand path.cls-1 {
  fill: white;
}

header > nav .cas-brand .cas-logo {
  height: 100%;
}

.caps-check:not(.caps-on) .caps-warn,
.caps-check:not(.caps-on) + .caps-warn {
  display: none;
}

.login-section {
  /* border-right: 1px solid rgba(0, 0, 0, .2);
    border-right: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, .2)); */
  padding: 2rem 2.5rem;
  flex: 1;
}

.login-section:last-child {
  border: none;
}

@media screen and (max-width: 767.99px) {
  .login-section {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, 0.2));
    max-width: none;
    padding: 0 1.5rem;
  }
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  text-transform: none;
  text-decoration: none;
}

button.close {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.banner {
  padding: 0.1rem 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, 0.2));
  position: relative;
  border-radius: 4px;
}

.banner .banner-message {
  margin: 0.375rem 0;
}

.banner .banner-heading:first-child {
  margin-top: 0;
}

.banner .banner-message:first-child {
  margin-top: 0;
}

.banner .banner-message:last-child {
  margin-bottom: 0;
}

.banner-primary {
  border-color: #153e50;
  border-color: var(--cas-theme-primary, #153e50);
}

.banner-primary .mdi {
  color: #153e50;
  color: var(--cas-theme-primary, #153e50);
}

.banner-danger {
  border: 1px dashed #bb0000;
  color: #bb0000;
  padding-left: 55px;
  background: url(/cas/images/error-d84a9f4fb1ee26dda066ab8afda1e3e9.gif) no-repeat 20px center;
  background-size: 25px;
  margin-bottom: 10px;
}

.banner-danger .mdi {
  color: #b00020;
  color: var(--cas-theme-danger, #b00020);
}

.banner-warning {
  border-color: #e6a210;
  border-color: var(--cas-theme-warning, #e6a210);
  color: #e6a210;
  color: var(--cas-theme-warning, #e6a210);
}

.banner-warning .mdi {
  color: #e6a210;
  color: var(--cas-theme-warning, #e6a210);
}

.banner-success {
  border-color: var(--cas-theme-success);
  color: #153e50;
  color: var(--cas-theme-primary, #153e50);
}

.banner-dismissible {
  padding-right: 4rem;
}

.banner-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.login-provider-item .mdc-button .mdi {
  margin-right: 0.375rem;
}

@media screen and (max-width: 767.99px) {
  .logout-banner {
    width: 100%;
  }
}

.cas-footer {
  font-size: 0.75rem;
}

.cas-footer > * {
  margin-right: 0.25rem;
  display: inline-block;
}

.cas-footer > *:last-child {
  margin: 0;
}

.cas-notification-dialog
  .mdc-dialog__content
  > .cas-notification-message:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: var(--cas-theme-border-light, 1px solid rgba(0, 0, 0, 0.2));
}

.mdc-dialog__title::before {
  display: none;
}

.mdi {
  content: "";
}

.mdi:before {
  font-size: 24px;
}

/* custom components */

.custom-select {
  display: inline-block;
  min-width: 200px;
  height: 56px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
}

/* utilities */

.bg-primary {
  background-color: rgba(21, 62, 80, 0.2);
  background-color: var(--cas-theme-primary-bg, rgba(21, 62, 80, 0.2));
}

.border-bottom {
  border-color: #153e50;
  border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

.strong {
  font-weight: bold;
}

.text-warning {
  color: #e6a210;
  color: var(--cas-theme-warning, #e6a210);
}

.text-danger {
  color: #b00020;
  color: var(--cas-theme-danger, #b00020);
}

.text-secondary,
.text-success {
  color: var(--cas-theme-secondary);
}

.progress-bar-danger .mdc-linear-progress__bar-inner {
  border-color: #b00020;
  border-color: var(--cas-theme-danger, #b00020);
}

.progress-bar-warning .mdc-linear-progress__bar-inner {
  border-color: #e6a210;
  border-color: var(--cas-theme-warning, #e6a210);
}

.progress-bar-success .mdc-linear-progress__bar-inner {
  border-color: var(--cas-theme-success);
}

.word-break-all {
  word-break: break-all;
}

.mdc-text-field > .mdc-text-field__input,
.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)
  > .mdc-text-field__input {
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-top: 1px solid #ccc;
  background: #f8f8f7;
  border-radius: 2px;
}

.mdc-input-group {
  display: flex;
  align-items: stretch;
}

.mdc-input-group .mdc-input-group-field {
  flex: 1 1 auto;
  order: 1;
}

.mdc-input-group .mdc-input-group-field .mdc-text-field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mdc-input-group .mdc-input-group-append {
  order: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdc-input-group .mdc-input-group-prepend,
.mdc-input-group .mdc-input-group-append {
  height: 56px;
}

.mdc-input-group .mdc-input-group-prepend {
  order: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mdc-input-group
  .mdc-input-group-field.mdc-input-group-field-prepend
  .mdc-text-field
  > .mdc-text-field__input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.mdc-input-group
  .mdc-input-group-field.mdc-input-group-field-append
  .mdc-text-field
  > .mdc-text-field__input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-danger,
.mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__icon.text-danger,
.mdc-text-field:not(.mdc-text-field--disabled)
  + .caps-warn
  .mdc-text-field-helper-text.text-danger {
  color: #b00020;
  color: var(--cas-theme-danger);
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #153e50;
  color: var(--cas-theme-primary, #153e50);
}

.mdc-button--raised:not(:disabled) {
  background-color: #43b02a;
  border: 1px solid #43b02a;
  border-radius: 3px;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-family: Arial;
}

.mdc-button--raised.mdc-button-twitter:not(:disabled) {
  background-color: #55acee;
  background-color: var(--cas-theme-twitter-color, #55acee);
}

.mdc-button--raised.mdc-button-vimeo:not(:disabled) {
  background-color: #1ab7ea;
  background-color: var(--cas-theme-vimeo-color, #1ab7ea);
}

.mdc-button--raised.mdc-button-vk:not(:disabled) {
  background-color: #587ea3;
  background-color: var(--cas-theme-vk-color, #587ea3);
}

.mdc-button--raised.mdc-button-yahoo:not(:disabled) {
  background-color: #720e9e;
  background-color: var(--cas-theme-yahoo-color, #720e9e);
}

.mdc-button--raised.mdc-button-google:not(:disabled) {
  background-color: #cc5445;
  background-color: var(--cas-theme-google-color, #cc5445);
}

.mdc-button--raised.mdc-button-facebook:not(:disabled) {
  background-color: #3b5998;
  background-color: var(--cas-theme-facebook-color, #3b5998);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.text-center {
  text-align: center;
}

.w-66 {
  width: 66%;
}

.w-33 {
  width: 33%;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.mw-100 {
  max-width: 100%;
}

.mh-100 {
  max-height: 100%;
}

.min-vw-100 {
  min-width: 100vw;
}

.min-vh-100 {
  min-height: 100vh;
}

.vw-100 {
  width: 100vw;
}

.vh-100 {
  height: 100vh;
}

.mw-50 {
  max-width: 50%;
}

.border-rounded {
  border-color: #153e50;
  border: 1px solid var(--cas-theme-primary, #153e50);
  border-radius: 4px;
}

.border-bottom {
  border-color: #153e50;
  border-bottom: 1px solid var(--cas-theme-primary, #153e50);
}

@media all and (min-width: 768px) {
  .w-md-50 {
    width: 50%;
  }
  .w-md-66 {
    width: 66%;
  }
}

@media all and (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
  .w-lg-66 {
    width: 66%;
  }
}

@media all and (max-width: 767.99px) {
  .w-md-50 {
    width: 100%;
  }
  .w-md-66 {
    width: 100%;
  }
}

@media all and (max-width: 991.99px) {
  .w-lg-50 {
    width: 100%;
  }
  .w-lg-66 {
    width: 100%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

*,
::after,
::before {
  box-sizing: border-box;
}

/* legacy */

#duo_iframe {
  width: 100%;
  min-width: 304px;
  height: 330px;
  border: none;
  padding: 0;
  margin: 0;
}

/* #serviceui {
    background-color: #17a3b844;
    border-radius: 4px;
} */

/* custom css */

.supportext {
  line-height: 15px;
  padding-top: 10px;
  color: #ffffff;
  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
  text-align: center;
}

.healthcheckwarningtext {
  line-height: 15px;
  padding-top: 10px;
  color: #333333;
  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-transform: none;
  text-align: left;
  border: 1px solid #d5dae2;
  padding-left: 10px;
  margin-bottom: 30px;
}

.supportextPwd {
  line-height: 15px;
  padding-top: 10px;
  color: #000;
  vertical-align: bottom;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-transform: none;
  text-align: left;
}

.stextlink:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3fae29;
  text-decoration: none;
}
.stextlink:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3fae29;
  text-decoration: none;
}
.stextlink:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3fae29;
  text-decoration: underline;
}
.stextlink:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3fae29;
  text-decoration: underline;
}

/* basic dev form 2 css */

.brand-wrapper {
  margin-bottom: 19px;
}

.brand-wrapper .logo {
  height: 37px;
}

.loginFormCSS {
  font-family: Arial, Helvetica, sans-serif !important;
  min-height: 100vh !important;
  background-color: #d0d0ce !important;
}

.tp-background {
  background-color: #2d2928;
  display: flex;
  height: 100%;
  width: 100%;
  margin: auto;
}

.tp-image {
  max-width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.75;
  margin-top: 25%;
}

.tp-login-height {
  height: 100vh;
}

.login-card {
  border: 0 !important;
  border-radius: 10.5px !important;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden;
}
.login-card-img {
  border-radius: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.login-card .card-body {
  padding: 85px 60px 60px;
  min-height: 560px;
}
@media (max-width: 422px) {
  .login-card .card-body {
    padding: 35px 24px;
  }
}
.login-card-description {
  font-size: 25px;
  color: #000;
  font-weight: normal;
  margin-bottom: 23px;
}
.login-card form {
  max-width: 326px;
}
.login-card .form-control {
  border: 1px solid #d5dae2;
  padding: 15px 25px;
  margin-bottom: 20px;
  min-height: 45px;
  font-size: 13px;
  font-weight: normal;
}
.login-card .form-control::-webkit-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::-moz-placeholder {
  color: #919aa3;
}
.login-card .form-control:-ms-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::-ms-input-placeholder {
  color: #919aa3;
}
.login-card .form-control::placeholder {
  color: #919aa3;
}
.login-card .login-btn {
  padding: 13px 20px 12px;
  background-color: #43b02a;
  border: 1px solid #43b02a;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}
.login-card .login-btn:hover {
  border: 1px solid #43b02a;
  background: #12744a !important;
}
.login-card .cancel-btn {
  padding: 13px 20px 12px;
  background-color: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  margin-bottom: 24px;
}
.login-card .cancel-btn:hover {
  border: 1px solid #4d4d4d;
  background: #666666 !important;
}
.login-card .forgot-password-link {
  font-size: 14px;
  color: #919aa3;
  margin-bottom: 12px;
}
.login-card-footer-text {
  font-size: 16px;
  color: #0d2366;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .login-card-footer-text {
    margin-bottom: 24px;
  }
}
.login-card-footer-nav a {
  font-size: 14px;
  color: #919aa3;
}

.tp-logo-css {
  display: flex;
}
.tp-background-css {
  position: relative !important;
}


.tp-background-css::before {
  content: "";
  background-image: url(/cas/images/tp-hybrid-cloud--c94fd5ad67b1c13f307c883b07d3c70a.jpg);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.75;
}

.loginFormCSS i {
  cursor: pointer;
}

#serviceui {
  display: none !important;
}

.login-card form {
  max-width: 326px;
  min-height: 220px;
}

.tokenButton .mdc-input-group .mdc-input-group-prepend, .mdc-input-group .mdc-input-group-append {
    height: 56px !important;
    top: -8px !important;
    margin-left: 5px !important;
}

.hideToggleText {
    display: none;
}
