/**
 * IDP CSS
 * 
 * Index
 * -Typography
 *         -Fonts
 *         -Headings
 *         -Font Size
 *        -color
 * -General structure
 *         -header
 *         -main
 *         -footer
 * -Components
 *         -modal 
 *         -a 
 *         -select 
 *         -input 
 *         -button 
 *         -img 
 *        -form
 *        -progressBar
 *        -datepicker
 *        -modal select
 *        -h        
 * -Media querys
 */

/*****************Typography****************/
/*fonts*/

/*Santander*/
@font-face {
    font-family: 'SantanderText-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/santander/SantanderTextW05-Regular.woff') format("woff");
}

@font-face {
    font-family: 'SantanderHeadline-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../../fonts/santander/SantanderHeadlineW05-Rg.woff') format("woff");
}

/*headings*/
.headline-6-os{
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #636363;    
}

.headline-6-shr{
    font-family: 'SantanderHeadline-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
}

.headline-6-str{
    font-family: 'SantanderText-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #636363;
}

.headline-6-str-black{
    font-family: 'SantanderText-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000;
}

.headline-5-str{
    font-family: 'SantanderText-Regular',sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.headline-5-shr{
    font-family: 'SantanderHeadline-Regular',sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

.headline-4-os {
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.headline-3-str {
    font-family: 'SantanderText-Regular',sans-serif;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

/*Font Size*/
.fz-12{
    font-size: 12px;
}

.fz-13{
    font-size: 13px;
}

.fz-14{
    font-size: 14px;
}

.fz-16{
    font-size: 16px;
}

.fz-17{
    font-size: 17px;
}

.fz-18{
    font-size: 18px;
}

.fz-20{
    font-size: 20px;
}

.fz-22{
    font-size: 22px;
}

.fz-24{
    font-size: 24px;
}

.fz-28{
    font-size: 28px;
}

.fz-32{
    font-size: 32px;
}

.fz-68{
    font-size: 68px;
}

.fw-n {
    font-weight: normal;
}

/*color*/

.fc-red {
    color: #ec0000;
}

/**************General structure************/
/*Header*/
.header {
    background-color: #e1010b;
}

.header-img{
    background-image: url('../../img/symbol_santander.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 43px;
    height: 43px;
    margin-bottom: 0;
}

.header-success {
    background-image: none;
    background-color: #f4f4f4;
}

.navbar {
    color: #fff;
    height: 120px;
    align-items: center;
    align-content: center;
    padding-bottom: 22px;
}

.head-con {
    max-width: 1000px;
    margin: 0 auto;
}

.icons-row {
    max-height: 93px;
}

.emblem {
    margin-top: 6px;
    font-size: 40px;
}

.h-component {
    font-family: 'SantanderText-Regular', sans-serif;
    font-weight: lighter;
    font-size: 20px;
    line-height: 27px;
}

.h-date {
    font-size: 12px;
    font-weight: lighter;
    margin-top: -5px;
}

/*Secondary header*/

/*main*/
.content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1 0 auto;     
}
.padding-content-general{
    padding-top: 70px;    
}

.padding-content-secondary {
    padding-top: 30px;
}

.padding-bottom-date-personal{
    padding-bottom: 35px;
}

.auth-method{
    padding-top: 18px;
}

.container-fluid {
    max-width: 1000px;
}

*:focus {
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'OpenSans-Regular',sans-serif;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    padding-right: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-size: 14px;
}

.pnl-wrapper {
    height: 100%;
}
.footer {
    flex-shrink: 0; 
}

/*footer*/
.footer {
    width: 100%;
    min-height: 52px;
    /* Set the fixed height of the footer here */
    background-color: #6f7779;
    color: #ffffff;
    padding: .3rem;
    font-size: 14px;
    position: relative;
}

.footer-img{
    background-image: url('../../img/santander_logo_white.svg');
    background-repeat: no-repeat;
    background-size: 118px;
    background-position: 81px 5px; 
}

.inside-footer {
    max-width: 1083px;
}

.f-img {
    min-height: 30px;
}

.legal {
    font-weight: 700;
    cursor: pointer;
}

.logo-footer {
    font-size: 23.5px;
}

.version {
    font-size: 10px;
    font-weight: lighter;
}
/***********End general structure***********/

/****************Components*****************/
/*start modal*/
/*Modal LOAD*/
.modal-loader {
    display: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.loader {
    background-color: transparent;
    width: 55px;
    height: 55px;
}

/*modals.scss*/
.modal {
    padding-right: 0;
}

.modal .modal-dialog {
    padding: 35px;
    max-width: 480px;
}

.modal .modal-header {
    color: #e60000;
    border-bottom: none;
    padding: 30px 0;
    font-size: 14px;
}

.modal .modal-header h1 {
    font-family: 'SantanderText-Regular', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 12px 40px 0;
    color: #333;
}

.modal .modal-header .attention {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 12px 40px 0;
    color: #e60000;
}

.modal .modal-header .token {
    width: 112px;
    height: 57px;
}

.modal .modal-header .supertoken {
    width: 42px;
    height: 71px;
}

.modal .modal-body {
    background-color: #fff;
    text-align: center;
    color: #999;
    line-height: 16px;
    padding: 0 40px;
}

.modal .modal-body p {
    color: #444;
    font-size: 16px;
}

.modal .modal-body p[name='alert'] {
    color: #000;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 23px;
    font-weight: normal;
}

.modal .modal-body p[name='phone'] {
    color: #000;
    font-size: 34px;
    margin-bottom: 0;
}

.modal .modal-body .label {
    color: #191919;
    font-size: 1.2rem;
    line-height: 16px;
    text-align: center;
    margin-bottom: 27px;
}

.modal .txt-success {
    font-size: 0.8rem;
    font-weight: 600;
    color: #abc111;
    margin-top: 17px;
}

.modal .txt-message {
    color: #444;
    font-size: 14px;
    line-height: 19px;
}

.modal .mdl-hdr-txt {
    width: 100%;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.modal ul[role='tablist'] {
    display: none;
}

.modal.landscape-modal .modal-dialog {
    padding: 0;
    margin: 5vh auto;
    overflow-y: hidden;
}

.modal.landscape-modal .modal-content {
    height: 70vh;
}

/**/
.modal .modal-footer {
    align-items: center;
    padding: 0;
    justify-content: center;
    border: none;
}

.modal .modal-footer .mt-4 {
    width: 140px;
}

.modal button.rounded-button {
    width: 100%;
    max-width: 140px;
}

.modal.landscape-modal .modal-footer {
    display: none;
}
/*end modal*/

/*a*/
a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:link.button-as-link {
    color: #ec0000;
}

/*select*/
select.form-control {
    min-height: 56px;
    height: 56px;
    box-shadow: none;
    font-size: 16px;
    font-family: 'OpenSans-Regular', sans-serif;
    color: #000;
    border-radius: 2px;
    border: solid 1px #999999;
    padding: 23px 35px 9px 16px;
    background: url("../../img/iconSelect.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 95% 50%;
}

select::-ms-expand {
    display: none;
}

/*input*/
input::-ms-clear {
    display: none;
}

:not(output):-moz-ui-invalid{
    box-shadow: none;
}

input::-ms-reveal {
    display: none;
}

.clearable {
    position: absolute;
    bottom: 9px;
    right: 16px;
    background: url("../../img/cancel.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

input.form-control:disabled, input.form-control[readonly] {
    background-color: #fff;
}    

/*button*/
button {
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 0.89;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.square-button{
    background-color: #ec0000;
    max-width: 414px;
    width: 245px;
    height: 50px;
    font-family: 'SantanderText-regular', sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    display: inline-block;
}

button.rounded-button {
    background-color: #ec0000;
    width:245px;
    max-width: 245px;
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 14px 14px -12px rgba(236, 0, 0, 0.5);
    font-family: 'SantanderText-regular', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

button.square-button:disabled, button.rounded-button:disabled, button:disabled {
    background-color: #d9d9d9;
    color: #999999;
    cursor: default;
    box-shadow: none;
    pointer-events: none;
}

button.square-button:hover, button.rounded-button:hover {
    background-color: #b30000;
}

.button-as-link {
    font-size: 14px;
    color: #ec0000;
    background: none;
    box-shadow: none;
}

.nip-keyboard-buttons{
    padding-bottom: 25px;
}

/*img*/
.user-rsa-image {
    width: 110px;
    height: 92px;
    border-radius: 13px;
    margin: 0 auto;
}

.success-rsa-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.nip-img img{
    width: 57px;
    height: 57px;
}

/*forms*/
.form-control:focus{
    color: #000000;
    font-size: 16px;
}

    /*progressBar */
.top-margin {
    margin-top: 4%;
}

.progress {
    margin-top: 1.78%;
    border-radius: 0;
    height: 6px;
}

.progress-bar {
    background-color: #ec0000;
}

.rounded-circle {
    border: 2px solid #ec0000;
    padding: 5px 11px;
}

.progressbar-text {
    width: 32.5%;
    display: inline-block;
    font-family: 'SantanderHeadline-Regular',sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000000;
    font-size: 16px;
}

.progressbar-text-left {
    text-align: left;
}

.progressbar-text-center {
    text-align: center;
}

.progressbar-text-right {
    opacity: 0.6;
    text-align: right;
}

.progress-flex {
    display: flex;
}

.progressbar {
    background-color: #e60000;
}    

/*Date Piker*/
.dropdown-menu {
    margin-top: 10px;
}

.datepicker-dropdown:before {
    visibility: hidden;
}
.datepicker-dropdown:after {
    visibility: hidden;
}
body .datepicker {
    padding: 0;
}
.datepicker .table-condensed {
    width: 245px;
    height: 230px;
}
.datepicker thead tr:nth-child(2) {
    background-color: #f3f3f3;
    height: 30px;
}
.datepicker .datepicker-switch {
    font-size: 14px;
    font-weight: bold;
}
.datepicker .dow {
    font-size: 11px;
    font-weight: 400;
    color: #036;
}
.datepicker .day {
    color: #036;
    font-size: 12px;
    font-weight: 400;
    width: 35px;
    height: 30px;
}
.datepicker td.active.active, .datepicker td.active.disabled,
.datepicker td.active.disabled.active, .datepicker td.active.disabled.disabled,
.datepicker td.active.disabled:active, .datepicker td.active.disabled:hover,
.datepicker td.active.disabled:hover.active, .datepicker td.active.disabled:hover.disabled,
.datepicker td.active.disabled:hover:active, .datepicker td.active.disabled:hover:hover,
.datepicker td.active.disabled:hover[disabled], .datepicker td.active.disabled[disabled],
.datepicker td.active:active, .datepicker td.active:hover,
.datepicker td.active:hover.active, .datepicker td.active:hover.disabled,
.datepicker td.active:hover:active, .datepicker td.active:hover:hover,
.datepicker td.active:hover[disabled], .datepicker td.active[disabled]{
    background: url('../../img/backgroundDay.svg');
    color: #1bb3bc;
    border: solid 2px #1bb3bc;
}
.datepicker td span.active.active, .datepicker td span.active.disabled.active,
.datepicker td span.active.disabled:active, .datepicker td span.active.disabled:hover.active,
.datepicker td span.active.disabled:hover:active, .datepicker td span.active:active,
.datepicker td span.active:hover.active, .datepicker td span.active:hover:active{
    background: url('../../img/backgroundYear.svg');
    color: #1bb3bc;
    border: solid 2px #1bb3bc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.datepicker-year {
    color: #ec0000;
    font-weight: bold;
}

/* Toggle Switch */

.switch {
  position: relative;
  display: inline-block;
  width: 2.7rem;
  height: 1.1rem;
}

.swicthLabel{
    margin-right:.3rem
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  border-style: solid;
  border-width: .03rem;
  border-color: #e3e3e3;
  position: absolute;
  top: 0;
  left: .6rem;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: -.20rem;
  top: -0.1rem;
  bottom: .02rem;
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f5f5f5;
}

input:focus + .slider {
  box-shadow: 0 0 .1rem #f5f5f5;
}

input:checked + .slider:before {
  -webkit-transform: translateX(1.2rem);
  -ms-transform: translateX(1.2rem);
  transform: translateX(1.2rem);
  background-color: #ec0000;
}

.divToggle{
    font-family: 'SantanderHeadline-Regular',sans-serif;
    line-height:1rem;
}

/* Rounded sliders */
.slider.round {
  border-radius: 9rem;
}

.slider.round:before {
  border-radius: 60%;
}

/* h */
h6 {
    margin-bottom: 0;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

/* p */
.m-notify{
    background-image: url('../../img/redRight.svg');
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: 100% 20%;
    cursor: pointer;
}

.masked-user-name {
	font-size: 22px;
}


/*************End Components**************/

/**************succes register************/

/************Media Querys*************/
/* Style for devices max-width 959px */
@media screen and (max-width: 959px) {
    .footer {
        font-size: 12px;
    }
    .footer-img{
         background-position: center; 
    }
}
/* Style for devices max-width 767px */
@media screen and (max-width: 767px) {
    /**************General structure************/
    .header {
        background-image: url('../../img/logoSantander.svg');
        background-repeat: no-repeat;
        background-color: #f4f4f4;
        background-size: 160px 28px;
        background-position: center;
    }
    
    .emblem {
        margin-top: 0;
        font-size: 28px;
    }
    
    .navbar {
        height: 65px;
        color: #ec0000;    
    }
    /*main*/
    .main-content {
        padding-top: 0;
        min-height: calc(100vh - 65px);
    }
    
    .container {
        min-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .container-fluid {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .padding-content-general{
        padding-top: 18px;    
        padding-left: 9px;
        padding-right: 9px;
    }
    
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    form {
        width: 100%;
    }
    /*footer*/
    .footer {
        text-align: center;
        font-size: 10px;
    }
    /****************Components*****************/
    /*modal */
    .modal-dialog {
        margin: .5rem auto;
    }
    .modal .modal-dialog {
        margin: 30px auto;
    }
    .modal .description {
        margin: 0;
    }
    .token-modal .modal-dialog {
        padding: 0 20px;
    }
    .modal .modal-footer {
        border: none;
    }
    
    /*a */

    /*select */

    /*input */

    /*button */
    button.rounded-button{
        width: 100%;
        max-width: 140px;
    }
    /*img*/
    .success-rsa-image {
        margin-top: 40px;
    }
    
    /**************succes register************/
    .fw-n {
        text-align: left;
        padding-top: 60px;
        padding-bottom: 90px;
    }
    
    .brand-logo {
        padding-top: 56px;
        padding-bottom: 49px;
    }
    
    .brand-name{
        margin-top: -22px;
    }
    
    /*Personal Data*/
    /* Padding notify */
    .padding-top-notify{
        padding-top: 25px;
    }
    
    .masked-user-name {
        font-size: 18px;

    }
    
}
/* Style for devices min-width 768px */
@media screen and (min-width: 768px) {
    /**************General structure************/
    /*header*/
    /*main*/
    .padding-top-notify {
        padding-top: 12px;
    }
    /*footer*/
    /****************Components*****************/
    /*modal */
    .modal .amount-row ul {
        padding: 20px 30px;
    }
    /*a */

    /*select */

    /*input */

    /*button */

    /*img*/
    
    /**************succes register************/
    .success-center {
        text-align: center;
    }
}
@media screen and (max-height: 667px) {
    .fw-n{
        padding-bottom: 25px;
        padding-top: 30px;
    }
    
    .brand-logo{
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

/**************End Media Querys*************/