/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Rubik:wght@300;400;500;600;700&display=swap");
/* Root / Reset */

:root {
  --cas-theme-primary: #cd2028;
  --cas-theme-primary-bg: rgba(#cd2028, 0.2);
  --cas-theme-primary-light: #ea7a80;
  --cas-theme-secondary: #1a355b;
  --cas-theme-success: var(--cas-theme-secondary);
  --cas-theme-danger: var(--cas-theme-danger-500);
  --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, #3f3d56);
  --font-family-primary: "DM Sans", Helvetica, Arial, sans-serif;
  --font-family-secondary: "Rubik", Helvetica, Arial, sans-serif;
  --cas-theme-danger-200: #ffb0ad;
  --cas-theme-danger-300: #ff848b;
  --cas-theme-danger-500: #ff3366;
  --cas-theme-danger-700: #b7195f;
}

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

html {
  height: 100%;
  margin: 0;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-primary);
  line-height: 1.618;
  color: #464852;
/*  background: linear-gradient(180deg, #1a355b 0%, #151d28 100%);*/
  background: linear-gradient(180deg, #225b1a 0%, #172815 100%);
  background-attachment: fixed;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 0;
}

body::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -50%;
  top: 0;
  width: 100%;
  height: 100%;
/*  background: url("./../images/circut-flow-left.svg");*/
  background-repeat: repeat-y;
  background-position: center;
}

body::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -50%;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url("./../images/circut-flow-right.svg");
  background: url("./../images/circut-flow-left.svg");*/
  background-repeat: repeat-y;
  background-position: center;
}

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;
  color: #2f3037;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

aside,
section,
main {
  display: block;
}

/* Material */

.mdc-drawer {
  top: 56px;
}

.mdc-drawer-app-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  overflow: auto;
  position: relative;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

/* widgets */

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

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

@media screen and (max-width: 767.99px) {
  .login-section,
  .logout-section {
    max-width: none;
    padding: 1rem 1.5rem;
  }
}

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

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

.banner {
  position: relative;
  border-radius: 4px;
  border-left: 4px solid var(--cas-theme-danger-500);
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  background-color: var(--cas-theme-danger-200);
  color: var(--cas-theme-danger-700);
  padding: 12px;
  font-size: 0.875rem;
  font-family: var(--font-family-primary);
}

.banner > i {
  vertical-align: sub;
  font-size: 1.125rem;
}
.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-color: #b00020;
  border-color: var(--cas-theme-danger, #b00020);
}

.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 {
  margin-top: auto;
  font-size: 0.875rem;
  color: #fff;
}

.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-color: #153e50;
  border: 1px solid var(--cas-theme-primary, #153e50);
  border-radius: 4px;
}

.mdc-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.mdc-input-group .mdc-input-group-field {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          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 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          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 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          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)
  + .mdc-text-field-helper-line
  .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: var(--mdc-theme-primary, #153e50);
}

.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 {
  -webkit-box-sizing: border-box;
          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;
}

/*__________STYLE PIOTRA__________*/

.cas-container {
  background: #ffffff;
  font-family: var(--font-family-primary);
}

.cas-panel {
  background: #f8f8ff 0% 0% no-repeat padding-box;
  border-radius: 20px 10px 10px 20px;
  opacity: 1;
  padding: 0 17px;
}

.cas-panel--login,
.cas-panel--login-success {
  background: #f8f8ff url("../images/login_bg.svg") -84% -30% repeat;
  background-size: 52%;
}

.cas-panel--logout {
  background: #f8f8ff url("../images/logout_bg.svg") -84% -30% repeat;
  background-size: 52%;
}

.cas-panel__image {
  opacity: 1;
  height: 100%;
  min-height: 540px;
}

@media screen and (max-width: 767.99px) {
  .cas-panel__image {
    min-height: 260px;
  }

  .nav-bar {
    padding: 12px 0;
  }
}

.cas-panel__image--login {
  background: transparent url("../images/login_image.svg") 50% 50% no-repeat
    padding-box;
    background-size: 70% auto;
}

.cas-panel__image--logout {
  background: transparent url("../images/logout_image.svg") 50% 50% no-repeat
    padding-box;
    background-size: 70% auto;
}

.cas-panel__image--login-success {
  background: transparent url("../images/login_success_image.svg") 50% 50%
    no-repeat padding-box;
    background-size: 70% auto;
}

.cas-form__title {
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-size: 2rem;
  color: #2f3037;
}

.cas-form_button {
  height: 42px;
}

.mdc-typography {
  font-family: var(--font-family-primary);
}

.reveal-password {
  position: absolute;
  right: 0;
  height: 48px !important;
  width: 48px;
  margin: 4px;
}

.reveal-password-icon {
  line-height: 24px;
}

.cas-field__password {
  position: relative;
}

.cas-form__footer {
  font-size: 0.875rem;
  font-family: var(--font-family-primary);
}

#pmlinks > span a {
  text-decoration: none;
}

.nav-bar {
  padding: 36px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.table {
  display: table;
  margin: 0 auto;
  width: 100%;
}

ul#horizontal-list {
  list-style: none;
  font-weight: bold;
  font-size: 17px;
  float: right;
}
ul#horizontal-list li {
  display: inline;
  margin: 0 0 0 50px;
  line-height: 24px;
}

ul#horizontal-list li a {
  color: rgba(0, 0, 0, 0.87);
}

ul#horizontal-list li :hover {
  text-decoration: none;
  border-bottom: 3px solid var(--cas-theme-secondary);
  opacity: 1;
}

ul.vertical-list {
  list-style: none;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0;
}
ul.vertical-list li a {
  color: #ffffff;
  text-decoration: none;
}
ul#vertical-list li :hover {
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
  opacity: 1;
}

.menu {
  position: relative;
  color: #fff;
  text-decoration: none;
  list-style: none;
  font-size: 2;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 0;
}
.menu li a {
  color: #fff;
}
.menu li a:hover {
  text-decoration: none;
}
.menu ul {
  list-style: none;
  text-align: right;
  margin: 0;
}
.menu li {
  display: inline-block;
  margin-right: 30px;
}
.menu a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.4286em 0.8575em;
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
}
.menu .indicator {
  border-bottom: 3px solid var(--cas-theme-primary);
  position: absolute;
  bottom: 0;
  width: 0;
  opacity: 0;
}

.active > a {
  font-weight: 600;
}

.link-bar {
  margin-top: auto;
}

.hyperlink-list-standard {
  list-style: none;
  padding-left: 18px;
}
.hyperlink-list-standard ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 18px;
}

.hyperlink-list-standard li::before {
  content: "•";
  color: var(--cas-theme-primary);
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  padding-right: 28px;
}

.hyperlink-list-standard a {
  text-decoration: none;
  color: #2b2b2b;
}
.hyperlink-list-standard a:hover {
  text-decoration: none;
}

.pw-info {
  list-style: none;
  padding-left: 18px;
  padding-right: 22px;
  padding-bottom: 6px;
}

.pw-info ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 18px;
}

.pw-info li::before {
  content: "•";
  color: #5a84e5;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.cas-menu__section {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  padding: 8px 12px;
}

.mobile-menu-btn {
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.mobile-menu-btn > svg {
  stroke:#fff;

}


.closed {
  fill: none;
  stroke: #2b2b2b;
  stroke-linecap: round;
  stroke-width: 5px;
}

.mobile-side-menu-content .closed {
  stroke-width: 2px;
}
.open {
  stroke: var(--cas-theme-secondary);
}

.mobile-menu-btn-close {
  float: right;
  color: #ffffff;
}
.mobile-side-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  color: #ffffff;
  background: var(--cas-theme-primary) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: -10px 0px 30px var(--cas-theme-primary);
          box-shadow: -10px 0px 30px var(--cas-theme-primary);
  opacity: 1;
  display: none;
}

.mobile-side-menu-content {
  margin: 120px 40px;
}

.cas-chip {
  text-decoration: none;
  text-transform: uppercase;
}

.cas-palette {
  vertical-align: top;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 0;
}
