/*@font-face {*/
/*font-family: 'Intro';*/
/*src: url('../DUFRY_FONT/Fontfabric - IntroRegular.otf');*/
/*/!* IE9 Compat Modes *!/*/
/*}*/
@font-face {
  font-family: "Intro W01 Light";
  src: url("20e31da1-f0a0-4ade-81da-04cf875fe1fc.eot?#iefix");
  src: url("20e31da1-f0a0-4ade-81da-04cf875fe1fc.eot?#iefix") format("eot"), url("497c01d7-e703-4366-a182-d5a3fd8a0dc5.woff2") format("woff2"), url("74596caa-2ae4-4d52-8407-99396e07aa6d.woff") format("woff"), url("0166841a-ca01-4a67-a660-e1893f548157.ttf") format("truetype"), url("33173d65-0886-42fd-9f01-6b63e2939d53.svg#33173d65-0886-42fd-9f01-6b63e2939d53") format("svg"); }

@font-face {
  font-family: "Intro W01 Regular";
  src: url("5f2caaec-a6aa-4f2d-a83e-871761a4bf64.eot?#iefix");
  src: url("5f2caaec-a6aa-4f2d-a83e-871761a4bf64.eot?#iefix") format("eot"), url("c2b0499c-ae2f-4d90-8484-18285798db1f.woff2") format("woff2"), url("5a232c36-9f85-4d43-bb96-98bb470f8175.woff") format("woff"), url("2632d7da-4533-48c5-839b-cf23b83c56a1.ttf") format("truetype"), url("c90d7ca3-42cb-4d96-ac8a-6c6bcdc012fd.svg#c90d7ca3-42cb-4d96-ac8a-6c6bcdc012fd") format("svg"); }

@font-face {
  font-family: "Intro W01 Bold";
  src: url("2ae1b649-f079-4136-9df2-6260bbddd582.eot?#iefix");
  src: url("2ae1b649-f079-4136-9df2-6260bbddd582.eot?#iefix") format("eot"), url("f6397942-76c7-4007-a7e7-b90cf0817eeb.woff2") format("woff2"), url("5e098a0b-a6f1-4645-8d6f-3f3ca081067b.woff") format("woff"), url("af24c401-d3dc-4b43-b393-751123ee4002.ttf") format("truetype"), url("96df7e16-5cd2-4b13-809b-1e68667be138.svg#96df7e16-5cd2-4b13-809b-1e68667be138") format("svg"); }

@font-face {
  font-family: "Open Sans-Light";
  src: url("OpenSans-Light.woff") format("woff"); }

@font-face {
  font-family: "Open Sans-Regular";
  src: url("OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Open Sans-Bold";
  src: url("OpenSans-Bold.woff") format("woff"); }

p:lang(ar) {
  text-align: right !important; }

li:lang(ar) {
  text-align: right !important; }

.input-field label:lang(ar) {
  position: static; }

.spacing-form .tabs:lang(ar) {
  padding-right: 0;
  width: 600px; }

.collapsible.flat-box:lang(ar) {
  padding-right: 0; }

input.select-dropdown:lang(ar) {
  padding-right: 15px; }

body {
  font-family: 'Intro W01 Light', 'Open Sans-Light';
  letter-spacing: -0.02em;
  font-weight: 600;
  background-color: #FFF; }

a {
  color: #f20102; }

a:hover {
  color: #c5131a; }

.a-white {
  color: #ffffff; }

.a-white:hover {
  color: #ffffff; }

h5.title {
  font-family: 'Intro W01 Bold', 'Open Sans-Bold';
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: white; }

h5.red-label {
  font-family: 'Intro W01 Bold', 'Open Sans-Bold';
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: red; }

.form-row {
  margin-bottom: 10px; }
  .form-row.last {
    border-bottom: none;
    margin-bottom: 0; }

.date-birth {
  padding-left: 16px;
  background-color: #edecec; }

.date-birth.error {
  border: 1px solid #fa0201; }

.checkbox-holder.error {
  background-color: #FFF; }

.date-birth .picker__date-display {
  display: none; }

.date-birth label {
  display: inline-block;
  margin-top: 1rem; }

.date-birth > input.datepicker {
  margin-top: -1rem !important; }

.picker__date-display {
  display: none; }

.collapsible.flat-box {
  border: none;
  box-shadow: none; }
  .collapsible.flat-box .collapsible-header {
    display: block;
    border: 1px solid #ddd; }
    .collapsible.flat-box .collapsible-header > i {
      float: right;
      margin-right: 0; }
  .collapsible.flat-box .collapsible-body {
    border: none; }

.collapsible.row .collapsible-body {
  padding: 2rem 0.75rem; }

.collapsible .collapsible-header.active .material-icons.add {
  display: none; }

.collapsible .collapsible-header.active .material-icons.remove {
  display: block; }

.collapsible .collapsible-header .material-icons.add {
  display: block; }

.collapsible .collapsible-header .material-icons.remove {
  display: none; }

.spacing-form {
  margin: 10% auto;
  background: #FFF;
  max-width: 600px; }
  .spacing-form .tabs {
    display: flex; }
  .spacing-form .tab {
    flex-grow: 1;
    text-transform: inherit;
    font-family: 'Intro W01 Bold', 'Open Sans-Bold'; }
    .spacing-form .tab > a {
      color: #FFF;
      font-weight: bold;
      background-color: #c52020; }
      .spacing-form .tab > a.active {
        color: #FFF;
        background-color: #f20102; }
      .spacing-form .tab > a:hover {
        color: #FFF;
        background-color: #c5131a; }
  .spacing-form .tabs-divider {
    background-color: #f20102;
    height: 5px;
    width: 100%; }
  .spacing-form .indicator {
    background-color: #f20102;
    height: 0px !important; }

input:focus:not([readonly]) {
  border-bottom: none !important;
  box-shadow: none !important; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  border: 1px solid #757575;
  background-color: white; }

[type="checkbox"].filled-in:checked + label:after {
  border: 1px solid #757575;
  background-color: white; }

[type="checkbox"].filled-in:checked + label:before {
  border-right: 2px solid #f20102;
  border-bottom: 2px solid #f20102; }

input[type="checkbox"].error + label:after {
  border: 1px solid #757575;
  background-color: #FFF; }

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], #formDateOfBirth, textarea.materialize-textarea {
  height: 2.5rem;
  margin: 1rem 0 0 0 !important;
  font-weight: 600;
  font-family: 'Intro W01 Light', 'Open Sans-Light';
  letter-spacing: 0.02em; }

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
  margin: 0;
  border: 0; }

input {
  border-bottom: 0;
  letter-spacing: -0.04em; }
  input:-webkit-autofill, input:-webkit-autofill:active, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #df021b inset !important;
    background-color: #df021b !important;
    -webkit-transition-delay: 99999s; }
  input.active {
    border-bottom: 0; }

.input-field {
  padding: 1.5rem 1rem 0;
  border-bottom: 1px solid #3d3935;
  background-color: #edecec; }

.input-field-white {
  padding-left: 1.5rem 1rem 0;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  background-color: #df021b; }

.input-field label {
  color: #3d3935 !important; }

.input-field-white label {
  color: #ffffff !important; }

.input-field label:not(.label-icon).active {
  transform: translateY(1rem);
  font-size: 1rem; }

label {
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: -0.04em; }
  label.active {
    color: #929292;
    font-weight: 600;
    margin-bottom: 2px; }
  label.error {
    color: #fa0201 !important; }
    label.error.active {
      color: #fa0201 !important; }

.picker__box {
  display: block;
  max-width: 360px;
  margin: 0 auto; }

.main-wrapper {
  overflow: hidden;
  background: #f2f2f2 url("../img/DUFRY_World_Map.png") no-repeat;
  background-size: contain;
  background-position: top; }

@media only screen and (max-width: 600px) {
  .main-wrapper {
    overflow: hidden;
    background: #f2f2f2;
    background-size: contain;
    background-position: top; }

    .phone-number-container ul.select-dropdown, .phone-number-container ul.dropdown-content{
            width: 430%!important;
            overflow: scroll !important;
          }}

.page-container {
  padding: 1.5rem 2.5rem;
  background-color: #df021b; }

.header-container {
  padding-top: 1.5rem;
  background-color: #df021b; }

.container .row {
  margin-left: auto;
  margin-right: auto; }

hr.divider {
  border: none;
  margin: 60px auto; }

.help-block {
  color: #a94442; }

.well {
  background-color: #FFF;
  border: 0;
  -webkit-box-shadow: none; }

#salutation {
  width: 75px; }

#dateOfBirthContainer {
  padding-left: 15px;
  padding-right: 15px; }

.logo-invert {
  filter: invert(1); }

.logo {
  display: inline !important;
  margin-top: -6px;
  max-height: 30px;
  max-width: 120px;
  margin-right: 20px; }

.error-modal {
  padding: 10px 20px;
  margin: 10px 0;
  width: 100%;
  background-color: #ffe5e6; }

.error-text {
  color: #fa0201; }

.import-form .error-modal {
  color: black;
  background-color: transparent; }

.import-form .header-error {
  background-color: #df021b;
  color: #ffffff; }

.login-error .error-modal, .recover-error .error-modal {
  background-color: transparent;
  color: #ffffff; }

.header-top {
  width: 100%;
  height: 8px;
  background-color: #cb0100; }

.header-logo {
  width: 100%;
  max-height: 80px;
  background-color: #fa0202;
  text-align: center;
  padding: 5px 0; }

.navigation-menu {
  width: 100%;
  height: 42px;
  background-color: #f5f5f5; }

.register-form-mandatory {
  font-size: 1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.38); }

.form-control {
  border: none;
  -webkit-box-shadow: none; }

.control-label {
  color: rgba(0, 0, 0, 0.38);
  font-size: 1em;
  font-weight: normal; }

.status-form {
  float: left;
  font-size: 1em;
  text-align: left;
  color: #392828;
  margin-top: 12px; }

.input-field {
  padding: 1.5rem 1rem 0; }
  .input-field label {
    transform: translateY(1.5rem);
    padding-left: 1rem; }
    .input-field label:not(.label-icon).active {
      transform: translateY(1rem);
      font-size: 0.8rem; }
  .input-field.error {
    border: 1px solid #fa0201; }
  .input-field.error-white {
    border: 1px solid #FFF; }

.select-wrapper + label {
  top: -0.5rem; }

.img-left {
  text-align: right;
  border-right: 1px solid #ccc;
  padding: 0 1rem !important; }

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

.img-right {
  text-align: left;
  padding: 0 1rem !important; }

.number {
  text-align: center;
  margin: 18px 0 0;
  background-image: url("../img/bg.png");
  background-repeat: no-repeat;
  background-position: center center; }

.explanation {
  text-align: center;
  width: 100%;
  padding-top: 0; }

.explanation a {
  color: #fa0202;
  font-size: 0.9em; }

.log-text {
  font-size: 1.2em;
  color: #aeaeae;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  float: left;
  letter-spacing: -0.02em;
  font-weight: 600; }
  .log-text a {
    color: #fa0202;
    text-decoration: none; }
    .log-text a:hover {
      color: #FD6A6A; }

.register {
  margin-top: 20%; }

.feedback-text {
  color: #ffffff;
  width: 100%;
  font-size: 1.4em;
  font-weight: 300;
  text-align: center; }

.form-check label {
  font-size: 1em !important; }

.form-check {
  margin: 30px 0;
  border: solid 1px #eaebee;
  padding: 1rem; }

.btn, .btn-red {
  font-family: 'Intro W01 Bold', 'Open Sans-Bold';
  width: 100%;
  padding: 10px 25px;
  height: inherit;
  text-transform: inherit;
  border-radius: 4px;
  background-color: #df021b;
  color: white;
  text-align: left;
  display: flex; }

.btn-white {
  color: #ce2c2a;
  background-color: #ffffff;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 2rem; }

.btn-white span:first-child, .btn-red span:first-child {
  width: 90%; }

.btn-white span:nth-child(2), .btn-red span:nth-child(2) {
  width: 10%;
  text-align: right; }

.btn-white span:nth-child(2) img, .btn-red span:nth-child(2) img {
  width: 2rem; }

.btn:hover {
  background-color: #df021b;
  color: white; }

.btn-white:hover, .btn-white:focus {
  background-color: #ffffff !important;
  color: #ce2c2a; }

.btn:focus,
.btn-large:focus,
.btn-floating:focus {
  background-color: #df021b; }

.dropdown-content li > a, .dropdown-content li > span {
  color: #000000; }

.picker__weekday-display {
  background-color: #cb0100 !important; }

.picker__year-display {
  color: #FEA2A2 !important; }

.picker__footer, .picker__calendar-container {
  padding-top: 5px !important; }

.picker__nav--prev:hover, .picker__nav--next:hover {
  background-color: #FFF !important; }

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  background-color: #fa0202 !important;
  color: #FFF !important; }

.modal-footer {
  background-color: #000000 !important;
  text-align: center !important; }

.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  float: none !important;
  color: #FFF; }

.modal-content h4 {
  text-align: center;
  font-size: 1.5em;
  color: #1d1d25; }

.enter-app {
  border-radius: 4px;
  background-color: #ffffff !important;
  color: #ce2c2a; }

.enter-app:hover {
  border-radius: 4px;
  background-color: #ffffff !important;
  color: #ce2c2a; }

.register {
  margin-top: 20%; }

.purchases-header {
  background-color: #eaebee;
  margin: 1.5rem -2.5rem -1.5rem -2.5rem;
  display: flex; }

.purchases-period, .purchases-points, .purchases-spent {
  width: 33%;
  text-align: center;
  padding: 1rem; }

.purchases-period {
  text-align: left; }

.purchases-period > div:first-child {
  margin-left: 0.6rem; }

.purchases-points > div:nth-child(2) {
  font-size: 1.5rem;
  margin-top: 0.5rem; }

.purchases-spent > div:nth-child(2) {
  font-size: 1.2rem; }

.purchases-list-header, .promocode-list-header, .purchases-list-content > div:first-child, .promocode-list-content > div:first-child {
  display: flex;
  width: 100%; }

.purchases-list-header div, .promocode-list-header div, .purchases-list-content > div:first-child > div {
  width: 24%;
  text-align: center; }

.promocode-list-header div, .promocode-list-content > div:first-child > div, .promocode-list-header > div:first-child > div {
  width: 40%;
  text-align: center; }

.purchases-list-content > div:first-child > div:first-child, .purchases-list-header div:first-child, .promocode-list-header div:first-child, .promocode-list-content > div:first-child > div:first-child {
  width: 4%; }

.purchases-list-content img {
  transform: rotate(270deg); }

.purchases-list-content > div:nth-child(1), .promocode-list-content > div:nth-child(1) {
  border-bottom: solid 1px #eaebee;
  padding-bottom: 1rem;
  padding-top: 1rem; }

.purchases-list-content > div:nth-child(2), .promocode-list-content > div:nth-child(2) {
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 5rem; }

.purchases-details {
  display: none; }

.purchases-spent {
  text-align: right; }

.purchases-period select {
  display: block;
  background-color: #eaebee;
  border: none;
  outline: none;
  border-bottom: 1px solid black; }

.purchases-period select option {
  text-align: center;
  background-color: white; }

.purchases-list {
  background: #ffffff;
  margin: 1.5rem -2.5rem -1.5rem -2.5rem;
  padding: 2.5rem; }

.profile-form {
  background-color: #ffffff;
  margin: 1.5rem -2.5rem;
  padding: 2.5rem; }

.profile-form-button {
  background-color: white;
  margin: -1.5rem -2.5rem;
  padding: 2.5rem; }

#login {
  padding: 0; }

.provider-button {
  padding: 10px 0px;
  display: flex;
  border: 1px solid white;
  margin-top: 1rem; }

.socialerror-button {
  display: flex;
  border: 1px solid white;
  margin-top: 1rem; }

.socialerror-button span:nth-child(1) {
  width: 100%;
  text-align: center; }

.provider-button span:first-child {
  width: 15%;
  background-color: white;
  margin: -10px 0px;
  padding-top: 10px;
  text-align: center; }

.provider-button span:nth-child(2) {
  width: 85%;
  text-align: center; }

.provider-button:focus,
.provider-button:focus,
.provider-button:focus {
  background-color: transparent; }

.register-button {
  margin-top: 7rem; }

.account-locked, .forgot-done {
  color: #ffffff; }

.forgot-done {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.forgot-email {
  color: #3d3935; }

.subtitle {
  color: #ffffff;
  text-align: center; }

.dropdown-button {
  border-bottom: 1px solid white; }

.bonus-points {
  text-align: center;
  color: #df021b; }

.bonus-points span:first-child {
  font-size: 1.5rem; }

.registration-label {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 5rem; }

.open-link {
  float: right; }

.policies {
  font-size: 0.9em;
  letter-spacing: 0.9px;
  text-align: center;
  color: #3d3935; }

.policies a {
  color: #3d3935; }

.policies span:first-child {
  margin-right: 1rem; }

.policies span:nth-child(2) {
  margin-left: 1rem; }

.street-form {
  display: inline-block;
  width: 60%;
  margin-right: 0 !important; }

.number-form {
  display: inline-block;
  width: 28%; }


.phone-number-container{
    display:flex;
}

.country-code-form {
   border-right: 1px solid #3d3935;
   flex: 2 2 30%;}

.phone-number-form {
   width: 64.3%;
   flex: 2 2 70%}

.error-white, .white-text {
  color: #ffffff; }

#loadMore, #loadMorePromocodes, #purchasesIncident, #promocodeIncident {
  color: black;
  width: 100%;
  display: inline;
  margin: auto;
  margin-top: 2rem;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #4e4848;
  text-align: center;
  box-shadow: none;
  padding: 4px 10px;
  font-size: 13px; }

.purchases-list-content, .promocode-list-content {
  display: none; }

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

.import-form, .export-form {
  background-color: #ffffff; }

.import-form div:first-child, .export-form div:first-child {
  margin-top: 1.5rem; }

.import-form div:last-child, .export-form div:last-child {
  margin-bottom: 2rem; }

.modal-email-suggestions {
  width: 50% !important;
  top: 40% !important;
  height: 40% !important;
  z-index: 1500 !important; }

.modal-content-email-suggestions {
  overflow-y: scroll;
  height: 81% !important; }

.eac-sugg {
  color: #ccc;
  top: 20px !important; }

.form-language-selector {
  width: 100%;
  margin: 0 auto; }

.language-selector {
  text-align: center;
  padding-top: 30px; }
  .language-selector div {
    padding-bottom: 10px;
    border-bottom: 1px solid #c7bfbf; }
  .language-selector div > a {
    color: white; }

.eac-input-wrap {
  display: block !important; }

.nameDisclaimerDetails p > a, .addPartnerAccountDisclaimer p > a {
  color: white; }

.lds-ring {
  border: 4px solid white;
  border-top: 4px solid #df021b;
  border-style: dotted;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1.5s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.flexcontainer {
  display: flex;
  flex-direction: row; }

.img-logo {
  width: 50%;
  text-align: center; }

footer {
  padding: 25px;
  background-color: #df021b; }

.required_star_not_displayed {
  display: none; }

.brazil-help {
  color: black; }

.radio-button {
  color: black;
  opacity: 1 !important;
  position: inherit !important;
  margin: 5px; }

.info_text {
  font-size: 12px; }

.employee-tab-active {
  background-color: #df021b; }

.employee-tab-inactive {
  background-color: #afafae; }

.tab {
  overflow: hidden;
  text-align: center; }

.tab button {
  border: none;
  cursor: pointer;
  padding: 5px 5px;
  display: inline;
  text-align: center;
  color: white;
  margin: 2px;
  border-radius: 4px; }

.tab button:hover {
  background-color: #df021b; }

    .phone-number-container ul.select-dropdown, .phone-number-container ul.dropdown-content{
          width: 390% !important;
      }

    .phone-number-container ul.select-dropdown,
    .phone-number-container ul.dropdown-content.li>span{
        white-space: nowrap;
     }
