/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*
{
  box-sizing: border-box;
}


/*  CLEARFIX  **********/



.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}




/*  BODY  **********/

:root
{
  --bg-color: #fff;
  --bg-form-color: #F9F9F9;
  --bg-content-color: rgba(249,249,249,1);
  --color-text: #000;
  --color-siebert: #7D72E8;
  --color-active: #53db9a;
  --color-border: #fff;
  --main-color: #00305C;
}

html
{
  font-size: 100%;
}

@media (prefers-color-scheme: light) {

  body:has(#layout_siebert) {

    background: linear-gradient(to right, #E9E8F0, #99B9D0);

    .pbarwrapper {

      .pbar {

        /*.active {*/

        /*  &::before {*/

        /*    border-color: var(--color-active);*/
        /*    background: var(--color-active);*/
        /*  }*/

        /*  &+ li::after {*/
        /*    background-color: var(--color-active);*/
        /*  }*/
        /*}*/
      }
    }

    #rec_content_container {
      background-color: rgba(243, 239, 235, 0.4);
    }
  }
}

@media (prefers-color-scheme: dark) {

  :root {
    --bg-color: #010101;
  }

  body:has(#layout_siebert) {

    background-color: var(--bg-color);
    background-image: radial-gradient(circle 800px at center -20%, rgba(255, 255, 255, 0.3), transparent);
    padding-inline: 1rem;

    .pbarwrapper {

      .pbar {

        /*.active {*/

        /*  &::before {*/

        /*    border-color: var(--color-active);*/
        /*    background: var(--color-active);*/
        /*  }*/

        /*  &+ li::after {*/
        /*    background-color: var(--color-active);*/
        /*  }*/
        /*}*/
      }
    }

    #rec_content_container {
      background-color: rgba(243, 239, 235, 0.4);


      #rec_content {

        color: var(--color-text);

        .rec_form {

          .rec_form_line {

            input[type=text] {

              border: 1px solid var(--color-text);
              background-color: var(--bg-form-color);
              transition: all 0.3s ease-in-out;

              &:focus {

                outline: none;
                border: 1px solid var(--color-siebert);
              }
            }

            input[type=password] {

              border: 1px solid var(--color-text);
              background-color: var(--bg-form-color);
              transition: all 0.3s ease-in-out;

              &:focus {

                outline: none;
                border: 1px solid var(--color-siebert);
              }
            }

            p {

              a {
                color: var(--color-text);
              }
            }
          }

          .rec_form_line_submit {

            input[type=submit] {

              background-color: var(--color-siebert);
              transition: opacity 0.3s ease-in-out;

              &:hover {
                opacity: .8;
              }
            }
          }
        }

        .recovery_message {

          a {
            color: var(--color-text);
          }
        }
      }
    }
  }
}

body
{
  position: relative;
  font-family: 'Roboto', sans-serif;
  width: 100vw;
  height: 100vh;
  font-size: 1rem;
}

#layout_sterling
{
  background: url(../images/bg.jpg);
  background-position: top center;
  background-size: cover; 
  background-attachment: fixed;
}

#layout_lightspeed
{
  background-color: #232A42;
}

#layout_warrior
{
  background-color: #2875A6;
}

#layout_ifundtraders
{
  background-color: #1A3756;
}


/* PROGRESS BAR */

.pbarwrapper
{
  position: relative;
  padding: 0;
  margin: 0 auto 1.5rem auto;
  width: 600px;
  text-align: center;
}

.pbar
{
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.pbar li
{
  position: relative;
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.pbar li:before
{
  position: relative;
  width: 2rem;
  height: 2rem;
  content: "";
  line-height: 2rem;
  border: 4px solid #CDCFD4;
  display: block;
  text-align: center;
  margin: 0 auto 3px auto;
  z-index: 2;
}

.pbar li:after
{
  position: absolute;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #CDCFD4;
  top: 1.3rem;
  left: -50%;
  z-index: 0;
}

.pbar li:first-child:after
{
   content: none;
}

.pbar li.active
{
  color: #fff;
  font-weight: bold;  
}

.pbar li.active:before
{
  border-color: #55b776;
  background: green;
}

.pbar li.active + li:after
{
  background-color: #55b776;
}

.pbar li.active:before
{
  background: #55b776;
  background-size: 60%;
}

.pbar li::before
{
  background: #CDCFD4;
  background-size: 60%;
}

.pbar
{
  counter-reset: step;
}

.pbar li:before
{
  content: counter(step);
  counter-increment: step; 
}




/* MAIN CSS */



.recwrapper
{
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  box-sizing: border-box;
  padding: 1rem;
}


#rec_content_container
{
  position: relative;
  top: 0px;
  width: 100%;
  max-width: 1200px;
  background-color: rgba(243,239,235,0.2);
  padding: 2.25rem;
  box-sizing: border-box;
  margin: 0 auto;
}

#rec_content
{
  position: relative;
  top: 0px;
  width: 100%;
  min-height: 40vh;
  background-color: rgba(243,239,235,0.8);
  padding: 2rem;
  box-sizing: border-box;
  text-align: left;
  color: var(--main-color);
}

#rec_content h1
{
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 1.5625rem;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
}

.rec_form
{
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-bottom: 2rem;
}

.rec_form_line
{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.rec_form_line:not(:last-of-type)
{
  margin-bottom: .5rem;
}

.rec_form_line label
{
  position: relative;
  flex: 0 0 30%;
  box-sizing: border-box;
  padding-right: .5rem;
}

.rec_form_line input[type=text]
{
  position: relative;
  border: 1px solid var(--main-color);
  background-color: #fff;
  line-height: 2rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: 1rem;
  color: var(--main-color);
  font-weight: 400;
  flex-grow: 1;
}

.rec_form_line input[type=password]
{
  position: relative;
  border: 1px solid var(--main-color);
  background-color: #fff;
  line-height: 2rem;
  padding-left: .75rem;
  padding-right: 2rem;
  font-size: 1rem;
  color: var(--main-color);
  font-weight: 400;
  flex-grow: 1;
}

.rec_form_line_submit
{
  justify-content: flex-end;
}

.rec_form_line_submit span
{
  position: relative;
  display: inline-block;
  margin-right: auto;
}

.rec_form_line input[type=submit]
{
  position: relative;
  background: none;
  border: none;
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #4878AD;
  padding: 0 2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.rec_form_line input[type=submit]:hover
{
  background-color: #0C305D;
}

img.show_hide_pass
{
  position: absolute;
  top: .65rem;
  right: .5rem;
  width: 1.5rem;
  height: auto;
  cursor: pointer;
  z-index: 10;
}

.rec_form_line p
{
  line-height: 1.5;
  margin: 0 0 .5rem 0;
}

.rec_form_line p strong
{
  font-weight: 700;
}

.rec_form_line p:last-of-type
{
  margin-bottom: 0;
}

.rec_form_line p a
{
  color: var(--main-color);
  font-weight: 700;
  text-decoration: underline;
}

.rec_form_line p a:hover
{
  text-decoration: none;
}

.recovery_message
{
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
}

.recovery_message a
{
  color: var(--main-color);
  font-weight: 700;
  text-decoration: underline;
}

.recovery_message a:hover
{
  text-decoration: none;
}

#rec_content h3
{
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1rem;
}

#rec_content ul
{
  position: relative;
  list-style-type: square;
  line-height: 1.5;
  margin: 0;
}

#rec_content ul li
{
  margin-bottom: .5rem;
}

#rec_content ul li:last-of-type
{
  margin-bottom: 1rem;
}

















/* NO JAVASCRIPT PAGE */

#nojswarnwrapper {
    position: relative;
    width: 600px;
    height: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #c9252d;
    overflow: auto;
}

#nojsleft {
    float: left;
    width: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    padding-top: 10px;
}

#nojsright {
    float: right;
    width: 500px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

#nojsbelow {
    position: relative;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    font-size: 15px;
    font-weight: normal;
    color: #333333;
    line-height: 20px;
}






/*  TRADEFUNDRR  */




#tradefundrr-body
{
  position: relative;
  background: none;
  background-color: #1D2027;
  padding-left: 15px;
  padding-right: 15px;
}

#layout_tradefundrr #rec_content_container
{
  background-color: rgba(243,239,235,0);
  padding: 0;

}

#layout_tradefundrr #rec_content
{
  background-color: rgba(45,48,55,1);
  padding: 2.5rem;
  border-radius: 1rem;
  color: #fff;
}

#layout_tradefundrr .rec_form_line
{
  margin-bottom: 1rem;
}

#layout_tradefundrr .rec_form_line input[type=text]
{
  padding: 1rem;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #fff;
  border: 1px solid #55585E;
  background-color: #1D2027;
  border-radius: .75rem;
}

#layout_tradefundrr .rec_form_line input[type=text]::-webkit-input-placeholder
{
  opacity: .4;
}

#layout_tradefundrr .rec_form_line input[type=text]::-moz-placeholder
{
  opacity: .4;
}

#layout_tradefundrr .rec_form_line input[type=text]:-ms-input-placeholder
{
  opacity: .4;
}

#layout_tradefundrr .rec_form_line input[type=text]:-moz-placeholder
{
  opacity: .4;
}

#layout_tradefundrr .rec_form_line input[type=password]
{
  padding: 1.5rem;
  line-height: 1.5;
  font-size: 1.125rem;
  color: #fff;
  border: 1px solid #55585E;
  background-color: #1D2027;
  border-radius: .75rem;
}

#layout_tradefundrr .rec_form_line input[type=password]::-webkit-input-placeholder
{
  opacity: .4;
}

#layout_tradefundrr .rec_form_line input[type=password]::-moz-placeholder
{
  opacity: .4;
}

#layout_tradefundrr .rec_form_line input[type=password]:-ms-input-placeholder
{
  opacity: .4;
}

#layout_tradefundrr .rec_form_line input[type=password]:-moz-placeholder
{
  opacity: .4;
}

#layout_tradefundrr .rec_form_line_submit
{
  display: flex;
  flex-wrap: wrap;
}

#layout_tradefundrr .rec_form_line_submit input[type=submit]
{
  position: relative;
  flex-basis: 50%;
  order: 1;
  background-color: #05C4A0;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
  border-radius: .75rem;
  transition: all .3s;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

#layout_tradefundrr .rec_form_line_submit input[type=submit]:hover
{
  background-color: #05C4A0;
  opacity: .75;
}


body {

  #layout_siebert {

    .pbarwrapper {

      .pbar {

        li {

          &.active {

            &::before {

              border-color: var(--color-border);
              background: var(--color-siebert);
            }

            &+ li::after {
              background-color: var(--color-siebert);
            }
          }
        }
      }
    }

    #rec_content_container {

      #rec_content {

        color: var(--color-text);

        .rec_form_line {

          input[type=text] {

            border: 1px solid var(--color-text);
            background-color: var(--bg-form-color);
            color: var(--color-text);

            &::placeholder {
              color: var(--color-text);
              opacity: 1;
            }

            &:focus {
              outline: none;
              border: 1px solid var(--color-siebert);
            }
          }

          input[type=password] {

            border: 1px solid var(--color-text);
            background-color: var(--bg-form-color);
            color: var(--color-text);

            &::placeholder {
              color: var(--color-text);
              opacity: 1;
            }

            &:focus {
              outline: none;
              border: 1px solid var(--color-siebert);
            }
          }

          input[type=submit] {

            text-transform: uppercase;
            background-color:var(--color-siebert);
            transition: opacity 0.3s ease-in-out;

            &:hover {
                opacity: .8;
            }
          }
        }
      }
    }
  }
}



/*  RESPONSIVE CSS  */


@media only screen and (max-width: 600px)
{
  html
  {
    font-size: 87.5%;
  }

  .pbarwrapper
  {
    width: 100%;
  }

  .rec_form_line label
  {
    flex: 0 0 30%;
  }
}


@media only screen and (max-width: 460px)
{
  .rec_form_line label
  {
    flex: 0 0 100%;
    display: block;
    margin-bottom: .4rem;
  }

  img.show_hide_pass
  {
    position: absolute;
    top: unset;
    bottom: .65rem;
    right: .5rem;
    width: 1.5rem;
    height: auto;
    cursor: pointer;
    z-index: 10;
  }

  #rec_content ul
  {
    padding-left: 1rem;
  }
}