/* line 5, app/assets/stylesheets/member.css.scss */
.legal-tab {
  clear: both;
  display: none;
}

/* line 8, app/assets/stylesheets/member.css.scss */
.legal-tab.selected {
  display: block;
}

/* line 11, app/assets/stylesheets/member.css.scss */
.legal-tab .legal-skip {
  margin-right: 1rem;
}

/* line 16, app/assets/stylesheets/member.css.scss */
.signature {
  flex: 1 0 100%;
  margin: 2rem 0;
  overflow: hidden;
}

/* line 20, app/assets/stylesheets/member.css.scss */
.signature em {
  color: #ccc;
}

/* line 23, app/assets/stylesheets/member.css.scss */
.signature .signature-wrapper {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 1rem;
}

/* line 27, app/assets/stylesheets/member.css.scss */
.signature .signature-wrapper .dotted-line {
  position: relative;
  border-bottom: 1px dotted #000;
}

/* line 31, app/assets/stylesheets/member.css.scss */
.signature .signature-wrapper .dotted-line .x {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
}

/* line 36, app/assets/stylesheets/member.css.scss */
.signature .signature-wrapper .dotted-line .date {
  position: absolute;
  bottom: 0.5rem;
  right: 0rem;
}

/* line 45, app/assets/stylesheets/member.css.scss */
ul.legal-tabs {
  list-style-type: none;
  margin: 2rem 0;
  padding: 0;
}

/* line 49, app/assets/stylesheets/member.css.scss */
ul.legal-tabs li {
  background: #f1f1f1;
  height: 5px;
  width: 24%;
  display: inline-block;
  text-align: center;
  background: #ccc;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/member.css.scss */
ul.legal-tabs li.selected {
  background: #4e2683;
}

/* line 63, app/assets/stylesheets/member.css.scss */
.skip {
  color: #ccc;
  padding: 10px 16px;
  line-height: 1.33;
  margin-top: 2px;
}

/* line 70, app/assets/stylesheets/member.css.scss */
#member_other_cope_amount {
  width: 50px;
}

/* line 73, app/assets/stylesheets/member.css.scss */
.other_amount {
  text-align: center;
}

/* line 77, app/assets/stylesheets/member.css.scss */
.btn.cope {
  font-size: 28px;
  margin: 10px 0;
}

/* line 82, app/assets/stylesheets/member.css.scss */
#directPayCheckbox {
  width: 24px;
  height: 24px;
}

/* line 87, app/assets/stylesheets/member.css.scss */
#member_employer {
  width: 95%;
}

/* line 91, app/assets/stylesheets/member.css.scss */
.confirm-modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 101, app/assets/stylesheets/member.css.scss */
.confirm-modal .content {
  justify-self: center;
  background: #fff;
  border-radius: 0.5rem;
  padding: 1em;
  margin: 2rem;
  max-width: 500px;
  align-self: center;
}

/* line 109, app/assets/stylesheets/member.css.scss */
.confirm-modal .content .message {
  margin-bottom: 2rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *


 */

html,body{
    height:100%;
}

body {
    background: #2C2E5E;
    font-family: "Open Sans";
    font-size: 12pt;
    background-image: url(/assets/bg-89fe78e2060b6394a2ad1eb69d530439be0cc73a7c160f3c0706b283f57d59c6.png?new=1);
    display: flex;
    flex-direction: column;
}

.content {
    background-image: url(/assets/fade-ced3603fc79d91bf774198938d865bd556137ef11d0bfa0d5dccfb1c9804e673.png?new=1);
    background-repeat: no-repeat;
    flex-grow: 1;
}

.content h1{
    margin-top: 0;
}

.bar{
    background: #4e2683;
    width: 100%;
    height:50px;
}

.bar .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bar .logo a{
    background-image: url(/assets/logo-de304f0341bdaa359384658a9e50f4ec17aad576482b6c368987e7f17d251197.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 292px;
    height: 50px;
}

.bar .logo {
    display:flex;
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
}

.bar .logo .title {
    color: #fff;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 24px;
}

#locale_switcher{
    border: 0;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    background-image: url(/assets/arrow_drop_down_24dp_FILL0_wght400_GRAD0_opsz24-ef8c94b4f0d8ee8ff5e72b72a918024ade0a6f39459b8d5a2a23e5edf7f00de0.svg);
    background-repeat: no-repeat;
    background-position: center right;
}

#locale_switcher:hover .submenu{
    display: flex;
}

#locale_switcher .current {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    padding: 0 24px 0 32px;
    display: block;
    text-align: left;
    min-width: 150px;
}

#locale_switcher .submenu {
    background-color: #4e2683;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
    min-width: 150px;
    display: none;
    flex-direction: column;
}

#locale_switcher .submenu a, #locale_switcher .submenu a:visited {
    text-decoration: none;
    color: #fff;
    padding: 12px 24px 12px 32px;
    display: block;
    text-align: left;
}

#locale_switcher .locale-item {
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 18px;
}

#locale_switcher:hover {
    background-color: #674099;
}

#locale_switcher .submenu .locale-item:hover {
    background-color: #674099;
}

#locale_switcher .locale-item.current {
    background-image: url(/assets/globe-ae035177ad80a9acd860a3bb265b992b316f6feea4a7551080c1a65e1ac3f93c.svg);
}

.bar a span{
    display: none;
}

.formContainer{
    position: relative;
    background: #fff;
    border-radius: 5px;
    border-width: 1px;
    border-color: #efefef;
    width: 50%;
    margin-top: 20px;
    float: right;
    padding: 40px;
}

input, select{
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.formContainer .steps{
    position: relative;
        top: 30px;
        left :20%;
        width: 60%;
    height: 1px;
    background: #efefef;
    z-index: 0;
}

.formContainer .progress{
    width: 0%;
    background: #4e2683;
    height:1px;
}

.page {
    display: none;
    flex-direction: column;
    gap: 16px;
}

.fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.fields .element {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column;
}

.fields .element .group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
.fields .element.type-STRING {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px; 
}

.fields .element.type-STRING select, .fields .element.type-STRING input  {
    min-width: 50px;
    flex: 1 0 40%;
}

.status{
    list-style-type: none;
    margin:0;
    padding: 0;
    z-index:1;
}

.status li{
    width: 32%;
    text-align: center;
    display:inline-block;
}

.status li a{
    background: #efefef;
    color:#4e2683;
    font-weight: bold;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    border-radius: 30px;
    border-width: 1px;
    border-color:#ccc;
    line-height: 60px;
    margin: 0 auto;
    text-decoration: none;
    cursor:default;
    position: relative;
}

.status li a.active {
    background: #4e2683;
    color:#ffd204;
    border-color:#351a59;
}

.status li a.active.current{
    box-shadow: 0 3px 5px #888888;
}

.page{
}

.page h2{
    font-size: 16pt;
    text-transform: uppercase;
}

.page .row{
    margin-bottom: 8px;
    line-height: 34px;
}

.next, .skip-btn{
    float: right;
}

 .next, .legal-next {
    background: #4e2683;
         color:#ffd204;
    text-shadow: none;
}

.next:hover , .legal-next:hover{
    color: #4e2683;
    background:#ffd204;
   text-shadow: none;
}

.smaller{
    font-size: 10pt;
}

label[for='member_active'] {
    display: inline;
}

.error{
    border: 2px solid red;
}

input[type='checkbox'].error{
  outline: 5px solid red;
  border: 0;
}

#three .row > div{
    text-align: center;
}

#three .row .btn.active{
    background: #4e2683;
        color:#ffd204;
        border-color:#351a59;
    text-shadow: none;
}

.languages label{
    font-size: 10pt;
}

@media (min-width: 321px) and (max-width: 768px) {

    body {
        background-image: none !important;
        background: #fff;
      padding-bottom: 60px;
    }

    .formContainer{
        position: relative;
        background: #fff;
        border-radius: 0;
        border-width: 0px;
        width: 100%;
        margin-top: 10px;
        float: none;
        padding: 10px 10px 80px 10px;
    }

    .row > div{
        margin-bottom: 8px;
    }

    .row {
        margin-bottom: 0;
    }

  .actions {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    margin: 0;
  }

  .content {
    background-image: none !important;
    background-size: 0 !important;
  }

  .bar .logo a {
    width: 50%;
    background-position: center;
  }

  .bar .container {
    padding: 0;
    margin: 0;
  }

  #locale_switcher .current {
    padding: 0 18px 0 32px !important;
    min-width: 0 !important;
    }

}

@media (min-device-width: 320px) and (max-device-width: 480px) {

    body {
        background-image: none !important;
        background: #fff;
        padding-bottom: 60px;
    }

    .formContainer{
        position: relative;
        background: #fff;
        border-radius: 0;
        border-width: 0px;
        width: 100%;
        margin-top: 10px;
        float: none;
        padding: 10px 10px 80px 10px;
    }

    .row > div{
        margin-bottom: 8px;
    }

    .row {
        margin-bottom: 0;
    }

  .actions {
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    margin: 0;
  }
  .content {
    background-image: none !important;
    background-size: 0 !important;
  }

  .bar .logo a {
    width: 50%;
    background-position: center;
  }
  .bar .container {
    padding: 0;
    margin: 0;
  }

  #locale_switcher .current {
    padding: 0 18px 0 32px !important;
    min-width: 0 !important;
    }
}

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