/* these styles are in the head of this page because this is a unique page */

/* THE BIG GUYS */
* {
  margin: 0;
  padding: 0;
}

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

body {
  text-align: center;
  padding: 0;
  color: #4a4a4a;
  font-family: Roboto, arial, tahoma, verdana, sans-serif;
  font-size: 16px;
  background: #1e252b;
}

body::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.background {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  background: url("./images/background.png") lightgray 50% / cover no-repeat;
  filter: blur(2px) opacity(0.5);
  height: 100vh;
}

.wrapper {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.body-embed {
  padding: 0;
  background: #ffffff;
  font-family: Roboto, arial, tahoma, verdana, sans-serif;
}

img {
  border: none;
  display: block;
}

hr {
  margin: 1em 0;
  background: #eee;
  height: 1px;
  color: #eee;
  border: none;
  clear: both;
}

/* LINKS */
a,
a:link,
a:hover {
  color: #5cc244 !important;
  font-weight: normal;
  border-bottom: 0 !important;
}

a:link,
a:visited {
  border-bottom: 1px dotted #ccc;
  color: #48535f;
  font-weight: normal;
}

.ui-tabs.ui-widget.ui-widget-content {
  border: 0;
  background-color: #e6e6e6;
  padding: 0;
}

.ui-tabs .ui-tabs-panel.ui-widget-content {
  background-color: #e6e6e6;
  /* padding: 0; */
}

.ui-tabs .ui-tabs-nav.ui-widget-header {
  padding: 0;
  background: white;
  border: 0;
}

.ui-tabs .ui-tabs-nav.ui-widget-header .ui-state-default {
  background: white;
  border: 0;
}

.ui-tabs .ui-tabs-nav.ui-widget-header .ui-state-active {
  background: #e6e6e6;
}

.ui-tabs-nav a {
  border: none !important;
  text-decoration: none;
}

a:hover,
a:active {
  border-bottom: 1px solid #333;
  color: #48535f;
  text-decoration: none;
}

#header a {
  color: #fff;
  text-decoration: none;
}

#header .logo {
  margin: auto;
  max-width: 120px;
  align-items: center;
  padding-top: 48px;
  display: flex;
  z-index: 2;
}

@media (min-width: 768px) {
  #header .logo {
    max-width: 180px;
  }
}

/* LISTS */
ul {
  background: white;
  padding: 10px;
  margin: 0 20px;
}

ul.related {
  margin-top: -1em;
}

li {
  margin-left: 2em;
}

dt {
  font-weight: bold;
}

#content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
  margin: 0 auto;
  z-index: 2;
}

#wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin: 0 auto;
  z-index: 3;
  width: 100vw;
  padding-top: 24px;
}

.language-select-wrapper {
  padding: 5px;
  border: 1px solid #bebebe;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  position: absolute;
  top: -20px;
  right: 15px;
}

.language-select-wrapper::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-2px);
  border: 6px solid;
  border-color: transparent;
  border-top-color: #757575;
  right: 5px;
  z-index: 0;
}

#languagebar {
  border: 0;
  color: #666;
  z-index: 2;
  position: relative;
  cursor: pointer;
  background: transparent;
  padding-right: 18px;

  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}

#languagebar a:link,
#languagebar a:visited {
  text-decoration: none;
  color: #666;
  border-bottom: 1px dotted #eee;
  font-weight: normal;
}

#languagebar a:hover {
  text-decoration: none;
  color: #5cc244;
  border-bottom: 1px solid #5cc244;
}

#languagebar a,
#languagebar .seperator {
  display: none;
}

#languagebar:hover a,
#languagebar:hover .seperator {
  display: initial;
}

#header {
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0px;
  padding: 0;
  z-index: 2;
}

#header h1 {
  color: #fff;
  font-size: 145%;
  padding: 1.3em 2em 1em;
}

/* TYPOGRAPHY */
p,
ul,
ol {
  margin: 0 0 1.5em;
}

h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
}

h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1px;
}

h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}

h6 {
  font-size: 96%;
}

.subtitle1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.subtitle2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
}

.title {
  color: #5cc244;
}

input {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  box-sizing: border-box;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 1px solid #bebebe;
  background: transparent;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}

input[type="submit"] {
  padding-top: 0;
}

input[type="password"] {
  padding-right: 36px;
}

input:focus,
input:focus-visible,
input:focus:hover {
  border-color: #5cc244;
  border-width: 2px;
}

input:hover {
  border-color: #5cc244;
  border-width: 1px;
}

input:focus ~ label,
input:hover ~ label {
  color: #5cc244;
}

input:focus ~ label,
input:focus ~ label,
input:valid ~ label,
input.input-focused ~ label {
  transform: scale(0.786);
  /* opacity: .25; */
  top: -7px;
  background: white;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.4px;
}

.login {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.login label {
  position: absolute;
  left: 8px;
  top: 18px;
  transform: translate(0, -50%);
  padding: 1px 6px;
  padding-top: 0;
  z-index: 2;

  transition: all 0.25s ease-in-out;
  transform-origin: 0 0;
}

.login #submit {
  text-align: right;
}

.login #submit_button {
  padding: 0.4em 1.7em;
}

a:link.forgot-password-link {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.error-message {
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #e6564c;
  background-color: rgba(230, 86, 76, 0.6);
  color: #1e252b;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-top: -12px;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .error-message {
    padding: 18px;
  }
}

#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 48px;
  min-height: 48px;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding-top: 24px;
  width: 100%;
}

#footer a {
  color: #5cc244;
  border-bottom: 0;
}

#footer p {
  margin-bottom: 0;
}

.login-container {
  position: relative;
}

.login-container .delete-icon {
  position: absolute;
  right: 16px;
  top: 7px;
  cursor: pointer;
}
.visibility-icon {
  position: absolute;
  right: 46px;
  top: 7px;
  cursor: pointer;
}
/* to disabled the extra Eye symbol in edge */
::-ms-reveal {
  display: none;
}

h1 a {
  text-decoration: none;
  border: none !important;
  color: white;
}

h1 a:hover {
  border-bottom: 1px dotted #eee;
}

#content {
  margin-left: 32px;
  margin-right: 32px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 48px;
  padding: 24px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  width: calc(100% - 64px);
  box-sizing: border-box;
  max-width: 534px;
}

@media (min-width: 768px) {
  #content {
    padding: 48px;
    margin: 0;
  }
}

.old {
  text-decoration: line-through;
}

dl dt {
  color: #333;
}

dl dd {
  color: #666;
  margin-left: 3em;
  /*    font-family: monospace; */
}

.efieldlist {
  padding: 0.4em;
  margin: 0.8em;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.efieldlist.warning {
  background-color: #922;
  border: 1px solid #333;
  color: white;
}

.efieldlist.warning h5 {
  color: white;
}

.efieldlist h5 {
  font-weight: bold;
  color: #200;
  margin: 0.3em;
}

.trackidtext {
  border: 1px dashed #aaa;
  background: #eaeaea;
  padding: 0.6em;
  margin: 0.4em;
}

.trackidtext .trackid {
  border: 1px solid #ccc;
  background: #eee;
  margin: 0.4em;
  padding: 0.4em;
  font-family: monospace;
  font-size: large;
}

div.caution {
  background-color: #ff9;
  border: thin solid #444;
  padding: 0.2em 0.5em;
  margin: 1em 0.7em;
}

th.rowtitle {
  text-align: left;
}

.enablebox table {
  border: 1px solid #eee;
  margin-left: 1em;
}

.enablebox.mini table {
  float: right;
}

.enablebox tr td {
  padding: 0.5px 1em 1px 0.5em;
  margin: 0px;
}

.enablebox {
  font-size: 85%;
}

.enablebox tr.enabled td {
  background: white;
}

.enablebox tr.disabled td {
  background: #ccc;
}

.metadatabox {
  overflow: scroll;
  border: 1px solid #eee;
  padding: 0.5em;
  border-radius: 3px;
}

div.preferredidp {
  border: 1px dashed #ccc;
  background: #eee;
  padding: 2px 2em 2px 2em;
}

table.modules {
  border-collapse: collapse;
}

table.modules tr td {
  border-bottom: 1px solid #ddd;
}

table.modules tr.even td {
  background: #f0f0f0;
}

/* Attribute presentation in example page */
table.attributes {
  width: 100%;
  margin: 0px;
  border: 1px solid #bbb;
  border-collapse: collapse;
}

table.attributes td.attrname {
  text-align: right;
}

table.attributes tr.even td {
  background: #eee;
}

table.attributes tr td {
  border-bottom: 1px solid #bbb;
  border-left: 0px;
  border-right: 0px;
  background: #fff;
  padding-top: 5px;
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
}

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

table#table_with_attributes tr:last-child td {
  border-bottom: none;
}

fieldset.fancyfieldset {
  margin: 2em 1em 1em 0px;
  border: 1px solid #bbb;
}

fieldset.fancyfieldset legend {
  margin-left: 2em;
  padding: 3px 2em 3px 2em;
  border: 1px solid #bbb;
}

div#confirmation input {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

div#confirmation {
  border: 1px solid #aaa;
  background: #eee;
  padding: 0.6em 1em 0.1em 1em;
}

caption {
  display: none;
}

/* Left-to-Right CSS for RTL (Right to Left Support) */
.float-r {
  float: right;
}

.float-l {
  float: left;
}

#mobile_remember_username,
#mobile_remember_me {
  display: none;
}

.body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}

/* @media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  #languagebar,
  .erroricon,
  .loginicon,
  .logintext,
  #regular_remember_username,
  #regular_remember_me {
    display: none;
  }
  body {
    font-size: 20px;
    padding: 0;
    background-color: #fff;
  }
  #wrap {
    margin: 0;
    box-shadow: unset;
    border: none;
  }

  #header {
    padding: 0.5em 0.2em;
  }

  #header .logo {
    max-width: 3em;
  }

  #header h1 {
    padding: 0.6em 1.3em 0.1em;
  }

  h1,
  h2,
  h3,
  h4 {
    font-size: 110%;
  }

  input[type='text'],
  input[type='password'] {
    height: 1.5em;
    font-size: 1em;
  }

  .youareadmin {
    font-size: 50%;
  }
  #mobilesubmit,
  #mobile_remember_username,
  #mobile_remember_me {
    display: table-row;
  }

  #footer {
    background: #1e252b;
    width: 100%;
    color: #5CC244;
    padding: 0.2em;
    font-size: 0.7em;
    text-align: center;
  }

  #footer hr {
    margin: 0.2em;
  }

  .login input {
    width: 100%;
  }

  .login #submit_button {
    width: 100%;
    line-height: 2.2em;
  }
} */

.btn {
  color: white;
  border-radius: 20px;
  background-color: #5cc244;
  text-align: center;
  padding: 6px 16px;
  box-sizing: border-box;
  border: 0;
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.btn:hover,
.btnaddonright:hover {
  border-color: #408830;
  background-color: #408830;
}

.btn img,
.btnaddonright img {
  max-height: 15px;
  max-width: 15px;
}

.btn-secondary {
  background-color: transparent;
  color: #757575;
  border: 1px solid #757575;
}

.btn-secondary:hover {
  background-color: transparent;
  border-color: #5cc244;
  color: #5cc244;
}

.button-sperator {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bebebe;
  margin: 12px 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}

.button-sperator::after,
.button-sperator::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50%;
  background-color: #dadada;
  position: relative;
  vertical-align: middle;
}

.button-sperator::before {
  margin-left: -50%;
  left: -6px;
}

.button-sperator::after {
  margin-right: -50%;
  right: -6px;
}

.topright {
  position: absolute;
  right: 2em;
}

.input-group {
  display: table;
}

.input-group pre {
  background: white;
  position: relative;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #eee;
  padding: 0.5em;
  display: table-cell;
}

.input-group .btnaddonright {
  position: relative;
  display: inline-block;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-left: none;
}

.input-group .btnaddonright:hover {
  border-left: 1px solid #ccc;
}

.input-group .input-left {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}

#content form {
  width: 100%;
}

#content form[action="/module.php/multiauth/selectsource.php"] ul {
  list-style: none;
  text-align: center;
}

#content form[action="/module.php/multiauth/selectsource.php"] li.authsource {
  margin-left: 0;
}

#content
  form[action="/module.php/multiauth/selectsource.php"]
  li.authsource
  input {
  min-width: 15em;
  line-height: 2em;
  cursor: pointer;
}

#content
  form[action="/module.php/multiauth/selectsource.php"]
  li.authsource
  input:hover {
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.2),
    0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  transition: all 100ms ease-out;
  cursor: pointer;
}

.login-title {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
  align-items: center;
}
