/** RESET clases**/

.node-type-webform .content-form .amnistia_form_mobile .content-datos .capa-document {
    max-width: 100%;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    float: none;
    height: 60px;
    margin-bottom: 20px;
}

.node-type-webform .content-form .amnistia_form_mobile .content-datos select.document,
.node-type-webform .content-form .amnistia_form_mobile .content-datos select.genero,
.node-type-webform .content-form .amnistia_form_mobile .content-datos select.language,
.node-type-webform .content-form .amnistia_form_mobile .content-direccion select.tipo-via,
.node-type-webform .content-form .amnistia_form_mobile .content-direccion select.provincia,
.node-type-webform .content-form .amnistia_form_mobile .content-direccion select.pais,
.node-type-webform .content-form .amnistia_form_mobile .content-cuenta select.iban-letras
{
    background: #fff right 10px center;
    max-width: 100%;
}

.node-type-webform .content-form .amnistia_form_mobile .content-datos .number-dni {
    left: 0px;
    margin-right: 0px;
}

.node-type-webform .content-form .amnistia_form_mobile .shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.node-type-webform .content-form .amnistia_form_mobile .content-datos .info-nif {
    margin-left: 0px;
}

.node-type-webform .content-form .amnistia_form_mobile .content-datos a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    color: #333;
    height: 20px;
    line-height: 20px;
}

.node-type-webform .content-form .amnistia_form_mobile .content-datos .capa-genero,
.node-type-webform .content-form .amnistia_form_mobile .content-datos .capa-language,
.node-type-webform .content-form .amnistia_form_mobile .content-direccion .capa-tipo-via,
.node-type-webform .content-form .amnistia_form_mobile .content-direccion .capa-provincia,
.node-type-webform .content-form .amnistia_form_mobile .content-direccion .capa-pais,
.node-type-webform .content-form .amnistia_form_mobile .content-cuenta .capa-iban-letras{
    width: 100%;
    overflow: hidden;
    float: left;
    border: none;
    border-radius: 0px;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 20px;
}

.node-type-webform .content-form .amnistia_form_mobile .webform-next{
    margin-top: 0px;
    margin-left: 0px;
}

.node-type-webform .content-form .amnistia_form_mobile .content-end-form input[type=checkbox] {
     visibility: visible;
}

/** Styles **/

.node-type-webform .content-form .node {
    padding: 0px 10px 0px 20px;
}

.node-type-webform .content-form{
    max-width: 100%;
}

.node-type-webform .content-form .amnistia_form_mobile label,
.node-type-webform .content-form .amnistia_form_mobile .caja-content label,
.node-type-webform .content-form .amnistia_form_mobile p{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: normal;
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    color: #333;
    height: auto;
    line-height: 21px;
    margin-right: 10px;
}

.node-type-webform .content-form .amnistia_form_mobile p{
    padding: 0px 20px;
}

.node-type-webform .content-form .amnistia_form_mobile .content-form {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.node-type-webform .content-form .amnistia_form_mobile .box-es-right {
    width: 100%;
    float: left;
}

.node-type-webform .content-form .amnistia_form_mobile .box-es-right .three-column {
    max-width: 100%;
    min-height: 295px;
}

.node-type-webform .content-form .amnistia_form_mobile .box-form-es span {
    font-size: 15px;
    line-height: 15px;
}

.node-type-webform .content-form .amnistia_form_mobile input[type="text"],
.node-type-webform .content-form .amnistia_form_mobile input[type="number"],
.node-type-webform .content-form .amnistia_form_mobile input[type="email"],
.node-type-webform .content-form .amnistia_form_mobile input[type="password"],
.node-type-webform .content-form .amnistia_form_mobile select {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: normal;
    border-radius: 0;
    padding: 0 0 0 10px;
    height: 60px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1.42857143;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.node-type-webform .content-form .amnistia_form_mobile select {
    background: url(./images/arrow-select.png) no-repeat right 10px center;
}

.node-type-webform .content-form .amnistia_form_mobile input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.node-type-webform .content-form .amnistia_form_mobile .form-radios .form-type-radio{
    padding: 15px;
    margin-bottom: 10px;
}

.node-type-webform .content-form .amnistia_form_mobile input[type="checkbox"],
.node-type-webform .content-form .amnistia_form_mobile input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-top: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    margin-bottom: 0;
    background: #fff;
    padding: 0;
}

.node-type-webform .content-form .amnistia_form_mobile input[type="checkbox"]:checked:after,
.node-type-webform .content-form .amnistia_form_mobile input[type="radio"]:checked:after {
    background: url(./images/ico-check.png) center no-repeat #f1e60d;
    content: "";
    font-size: 24px;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 1rem;
    color: #000;
    border-radius: 5px;
}

.node-type-webform .content-form .amnistia_form_mobile .form-checkboxes .form-type-checkbox{
    float: left;
    width: 100%;
    margin: 5px;
}

.node-type-webform .content-form .amnistia_form_mobile .form-checkboxes .form-type-checkbox label{
    /*display: none;*/
}

.node-type-webform .content-form .amnistia_form_mobile .form-type-radio label{
    vertical-align: bottom;
    font-size: 12px;
}


.node-type-webform .content-form .amnistia_form_mobile .form-textarea-wrapper textarea{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: normal;
    border-radius: 0;
    padding: 10px 0 0 10px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 1.42857143;
    color: #555;
    background: #fff none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.node-type-webform .content-form .amnistia_form_mobile .webform-component-checkboxes + .webform-component-markup {
    float: left;
    width: 76%;
}

.node-type-webform .content-form .amnistia_form_mobile .webform-component-checkboxes + .webform-component-markup p {
    padding: 0px;
}

.node-type-webform .content-form .amnistia_form_mobile .webform-component-checkboxes + .webform-component-markup label {
    line-height: 26px;
}

.node-type-webform .amnistia_form_mobile .webform-component-fieldset .fieldset-legend,
.node-type-webform .content-form .amnistia_form_mobile h2{
    /*font-family: TradeGothicLT-BoldCondTwenty, HelveticaNeue-CondensedBold, "Franklin Gothic Medium", sans-serif;
    font-size: 40px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;*/
}

.node-type-webform .content-form .amnistia_form_mobile .form-submit{
    max-width: 100%;
    text-transform: uppercase;
    order:1;
}

.node-type-webform .content-form .amnistia_form_mobile .webform-previous.cancel.form-submit {
    border: none;
    font-size: 15px;
    max-width: 100%;
    text-transform: none;
    text-align: left;
    order:5;
}

.node-type-webform .content-form .amnistia_form_mobile .form-managed-file input[type="submit"]{
    width: auto;
    font-size: 14px;
    height: auto;
}


.node-type-webform .content-form .amnistia_form_mobile .webform-component--caja-condiciones--caja-botones--comodo-secure p{
    display: block;
    width: 200px;
    margin: 0 auto 25px;
}

.node-type-webform .content-form .amnistia_form_mobile .caja-checkbox div{
    text-align: left;
}

.node-type-webform .content-form .amnistia_form_mobile .form-actions{
    display:grid;
    clear:both;
}

/* Pay Amount */

.node-type-webform .content-form .amnistia_form_mobile .payamount-container{
    width: 100%;
    overflow: visible;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-wrapper{
    cursor: pointer;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-wrapper .payamount-input{
    display: inline-block;
    height: 80px;
    width: 100%;
    margin-bottom: 10px;

    border: 2px solid #CCCCCC;
    border-radius: 1px;
    background-color: #eeeeee;

    text-align: center;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-wrapper > .payamount-slide{
    float:left;
    height: 60px;
    width: 24%;
    margin:0px 2px 33px 1px;
    font-size: 17px;
    font-weight:lighter;
    color: #aaaaaa;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-wrapper .value-selected{
    background-color: #f1e60d;
    border:2px solid #000000;
    font-weight: bold;
    color: #000000;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-container .payamount-otherAmount {
    background-color: #eeeeee;
    border: 2px solid #cccccc;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-container .payamount-otherAmount::-webkit-input-placeholder {
    text-align: center;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-container .payamount-otherAmount:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-container .payamount-otherAmount::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;
}

.node-type-webform .content-form .amnistia_form_mobile .payamount-container .payamount-otherAmount:-ms-input-placeholder {
    text-align: center;
}


.node-type-webform .content-form .amnistia_form_mobile input.populated::-webkit-input-placeholder {
    text-align: right;
    font-size:8px;
}

.node-type-webform .content-form .amnistia_form_mobile input.populated:-ms-input-placeholder {
    text-align: right;
    font-size:8px;
}



.node-type-webform .content-form .amnistia_form_mobile .payamount-wrapper + label{
    width:99%;
}

/* Swipper */

.node-type-webform .content-form .amnistia_form_mobile .swiper-container{
    width: 80%;
    overflow: visible;
}

.node-type-webform .content-form .amnistia_form_mobile .swiper-wrapper{
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
}

.node-type-webform .content-form .amnistia_form_mobile .swiper-wrapper > .swiper-slide{
    display: inline-block;
    height: 60px;
    border: 1px solid;
    border-radius: 5px;
}

.node-type-webform .content-form .amnistia_form_mobile .swiper-slide-active{
    background: #f1e60d;
}

.node-type-webform .content-form .amnistia_form_mobile .swiper-slide .swiper-input{
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 58px;
    padding: 0;
    width: auto;
    text-align: center;
    margin: 0;
    display: inline-block;
    box-shadow: none;
    color: #333;
}

.node-type-webform .content-form .amnistia_form_mobile .swiper-slide .swiper-input-editable{
    border: 1px solid;
    width: 75px;
    line-height: 30px;
    height: 40px;
    margin-top: 10px;
    text-align: right;
    padding-right: 5px;
    background: rgba(255,255,255,0.5);
}

.node-type-webform .content-form .amnistia_form_mobile .swiper-slide .swiper-span{
    line-height: 60px;
    margin: 0;
    font-size: 18px;
    color: #000;
}

.node-type-webform .content-form .amnistia_form_mobile .swiper-container + .webform-component-select{
    display: none;
}

.webform-progressbar.mobile {
    font-family: TradeGothicLT-BoldCondTwenty, HelveticaNeue-CondensedBold, "Franklin Gothic Medium", sans-serif;
    margin:0 20px 0 20px;
}

.webform-progressbar.mobile ul {
    list-style-type:none;
    max-width: calc(60% + 320px);
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 0;
    border: none;
}
/*Create a horizontal list with spacing*/
.webform-progressbar.mobile li {
    display:inline-block;
    float: left;
    max-width: 33%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 1.5em;
    color: #778899;
    background: url(images/next.png) no-repeat center;
    width: 100%;
}

.webform-progressbar.mobile li.current {
    background: url(images/current.png) no-repeat center;
    font-weight: bold;
    color: #000000;
}

.webform-progressbar.mobile li.previous {
    background: url(images/previous.png) no-repeat center;
    font-weight: bold;
    color: #000000;
}

.webform-progressbar.mobile li.line {
    width:100%;
    background: url(images/linegray.png) no-repeat center;
}

.webform-progressbar.mobile ul.list-progressbar {
    margin: 20px auto -20px auto;
}

.webform-progressbar.mobile li.labels-progressbar {
    background:none;
    width:100%;
    margin-top: -15px;
    font-size: 1.5em;
    line-height: 15px;
}

.webform-progressbar.mobile li.labels-empty {
    background: none;
    width:100%;
}

.img-centred {
    margin:auto;
    margin-top: 15px;
    order:2;

}
