A.FormSubmitting {
    background-color: #ccc!important;   
    color: #eee!important;
    outline: none!important;
}

.finanz-search {
    position: relative;
    padding-left: 220px;
}

.finanz-search > .left {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    width: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.finanz-search .info-box-mobile {
    display: none;
}

.finanz-search > .left > .title {
    padding-bottom: 10px;
    color: #666;
    font-weight: 600;
    line-height: 18px;
}

.finanz-search > .left > .vehicle {
    border-bottom: 3px solid #bbb;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.finanz-search > .left > .vehicle > img {
    width: 170px;
    height: auto;
    border: 2px solid #eee;
    max-width: 200px;
    max-height: 150px;
}

.finanz-search > .left > .vehicle > h2 {
    color: #000;    
    font-weight: 600;
}

.finanz-search > .left > .vehicle > h3 {
    color: #bbb;
}

.finanz-search > .left > DIV.mode,
.finanz-search > .left > DIV.filter,
.finanz-search > .left > DIV.checks {
    margin-bottom: 15px;
    margin-top: 15px;
}

.finanz-search > .left > .mode > label,
.finanz-search > .left > .filter > label {
    color: #000;    
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.finanz-search > .left > .filter > label > SPAN {
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}
    
.finanz-search > .left > .mode > SPAN,
.finanz-search > .left > .mode > A {
    background-color: #b7b7b7;
    font-weight: 600;
    font-size: 14px;
    color: #727272;
    display: inline-block;
    padding: 5px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 4px;
    margin-right: 4px;
    cursor: pointer;
}

.finanz-search > .left > .mode.trigger > SPAN {
    background-color: #0099C9;
    color: #FFF;
    border: 1px solid #0099C9;
}

.finanz-search > .left > .mode > SPAN.selected,
.finanz-search > .left > .mode > A.selected {
    background-color: #0099C9;
    color: #fff;
}

.finanz-search > .left DIV.filter > DIV {
    position: relative;
}

.finanz-search > .left DIV.filter > DIV > I {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 45px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
}

.finanz-search > .left INPUT,
.finanz-search > .left SELECT {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 16px;
    border: 2px solid #CCCCCC;
    color: #666;
    width: 185px;
    height: 34px;
    border-radius: 3px;
    transition: all 0.2s ease-out;
    padding: 4px;
    padding-left: 40px;
}

.finanz-search > .left SELECT {
    padding-left: 4px;
}

.finanz-search > .left INPUT:focus,
.finanz-search > .left SELECT:focus {
    border-color:#000;
    outline: none;
}

.finanz-search > .left DIV.checks > UL > LI {
    margin-bottom: 4px;
}
    
.finanz-checkbox {
    opacity: 0;
    position: absolute;   
}

.finanz-checkbox, .finanz-checkbox-label {
    /*display: inline-block;
    vertical-align: middle;*/
    margin: 5px;
    cursor: pointer;
}

.finanz-checkbox-label {
    color: #000;
    font-size: 14px;
}

.finanz-checkbox-label.FieldInvalid {
    color: #ee3124!important;
    font-weight: bold;
    text-decoration: underline;
}

.finanz-checkbox-label {
    position: relative;
}

.finanz-checkbox + .finanz-checkbox-label:before {
    content: 'X';
    font-weight: bold;
    font-family: Tahoma, Arial, sans-serif;
    line-height: 14px;
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    color: #EFEFEF;
}

.finanz-checkbox:hover + .finanz-checkbox-label:before {
    border-color: #999;
}
    
.finanz-checkbox:checked + .finanz-checkbox-label:before {
    background: #0099C9;
    border-color: #999;
}

.finanz-checkbox + .finanz-checkbox-label.FieldInvalid:before {
    color: #0099C9!important;
    border-color: #0099C9!important;
}

/* --- */

.finanz-search > .right {
    position: relative;
    min-height: 800px;
    box-sizing: border-box;
    width: 100%;
    border-left: 1px solid #EFEFEF;
    padding-left: 20px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.finanz-search > .right > H2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.finanz-search > .right > H3 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin-bottom: 25px;
    border-bottom: 2px solid #000;
    display: inline-block;
    line-height: 20px;
}

.finanz-search > .right > P {
    margin-bottom: 25px;
    line-height: 20px;
    color: #333;
}

.finanz-search > .right > P.break-with-text {
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
}

.finanz-search > .right > P > B {
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #EFEFEF;
}

.finanz-search > .right > .result-text {
    line-height: 24px;
}

.finanz-search > .right > DIV.info-box {
    width: 400px;
    line-height: 20px;
    background-color: #EFEFEF;
    padding: 14px;
    position: relative;
    margin-bottom: 25px;
    animation: blinker 1s linear infinite;
}

.finanz-search > .right > DIV.info-box:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    left: -28px;
    position: absolute;
    width: 0;
    border-width: 14px;
    border-right-color: #EFEFEF;
    top: 10px;
}

.finanz-search > .right > DIV.info-box.red {
    background-color: #FFBABA;
}

.finanz-search > .right > DIV.info-box.red:before {
    border-right-color: #FFBABA;
}

@keyframes blinker {
  50% {
    opacity: 0.6;
  }
}

/* --- */

.finanz-list > LI {
    background-color: #FFF;
    position: relative;
    height: 150px;
    height: 175px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    border-bottom: 1px solid #F4F4F4;
    overflow: hidden;
    margin-bottom: 15px;
    transition: height 0.4s ease-out;
}

.finanz-list > LI.promo {
    border: 3px solid #CCC;
    border-radius: 10px;
}

.finanz-list > LI.promo.promo-with-text {
    height: 275px;
}

.finanz-list > LI.alreadyapplied:before {
    content: 'Ya aplicaste!';
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    background-color: #008800;
    border: 2px solid #008800;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    padding: 7px;
    z-index: 990;
    border-radius: 3px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.6);
}

.finanz-list > LI:last-child {
    border-bottom: none;
}

.finanz-list > LI:hover {
    background-color: #F4F4F4;
}

.finanz-list > LI.open {
    background-color: #F4F4F4;
    height: 405px;
}

.finanz-list > LI.promo.promo-with-text.open {
    background-color: #F4F4F4;
    height: 515px;
}

.finanz-list > LI > DIV.logo {
    position: absolute;
    top: 16px;
    left: 16px;
}

.finanz-list > LI > DIV.logo IMG {
    width: 115px;
    height: auto;
    position: relative;
}

.finanz-list > LI > DIV.logo.nologo:before,
.finanz-list.secondary > LI > DIV.logo.nologo:before,
.compare-data TD DIV.logo.nologo:before {
    border: 1px solid #CCC;
    border-radius: 5px;
    content: 'Sin Logo';
    position: absolute;
    font-size: 11px;
    font-weight: bold;
    color:#999;
    background-color: #EEE;
    top: 25%;
    left: 25%;
    display: block;
    padding: 10px;
    z-index: 999;
    white-space: nowrap;
    
}

.finanz-list > LI > DIV.header {
    position: absolute;
    top: 16px;
    left: 145px;    
    line-height: 24px;
}

.finanz-list > LI > DIV.header > H2 {
    font-weight: 600;
    font-size: 18px;
}
    
.finanz-list > LI > DIV.header SPAN {
    font-size: 14px;
}

.finanz-list > LI > DIV.header B {
    font-weight: 600;
}

.finanz-list > LI > DIV.promo-text {
    position: absolute;
    top: 185px;
    left: 145px;    
    width: 400px;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}

.finanz-list > LI > UL.short-features {
    position: absolute;
    top: 85px;
    left: 145px;    
    width: 400px;
    font-size: 14px;
}

.finanz-list > LI > UL.short-features > LI {
    float: left;
    width: 170px;
    margin: 4px;
}

.finanz-list > LI > UL.short-features > LI I {
    text-decoration: underline;
}

.finanz-list > LI > DIV.rate {
    display: none;
}

.finanz-list > LI > DIV.payment,
.finanz-list > LI > DIV.rate {
    position: absolute;
    top: 15px;
    right: 15px; 
    font-weight: 600;
    color:#333;
    font-size:24px;
}

.finanz-list > LI > DIV.rate SPAN,
.finanz-list > LI > DIV.payment SPAN {    
    font-size: 14px;
    color:#666;
}


.finanz-list.secondary > LI > DIV.rate,
.finanz-list.secondary > LI > DIV.payment {    
    display: none;
}

.finanz-list > LI > DIV.actions {
    position: absolute;
    top: 50px;
    right: 15px;    
}

.finanz-list > LI > DIV.actions > A > SPAN.mobile {
    display: none;
}

.finanz-list > LI > DIV.actions > A {
    background-color: #ee3124;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 8px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 4px;
    margin-right: 4px;
    width: 110px;
    text-align: center;
    margin-bottom: 7px;
    cursor: pointer;
}

.finanz-list > LI > DIV.actions > A.info,
.finanz-list > LI > DIV.actions > A.compare {
/*
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 12px;
    width: 90px;
*/
}

.finanz-list > LI > DIV.actions > A.info {
    background-color: #0072bc;
}

.finanz-list > LI > DIV.actions > A.compare {
    background-color: #008800;
}

.finanz-list > LI > DIV.actions > A.compare.checked {
    background-color: #005500;
    position: relative;
}

.finanz-list > LI > DIV.actions > A.compare.checked:before {
    content: "";
    background-color: transparent;
    position: absolute;
    right: 20px;
    top: 7px;
    width: 5px;
    border-bottom: 3px solid #FFF;
    height: 11px;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.finanz-list > LI > DIV.extra-info {
    position: absolute;
    top: 175px;
    padding: 15px;
    border-top: 3px solid #DDD;
    width: 100%;
    box-sizing: border-box;
    line-height: 26px;
}

.finanz-list > LI.promo.promo-with-text > DIV.extra-info {
    top: 275px;
}

.finanz-list > LI > DIV.extra-info > UL {
    width: 33%;
    float: left;
}

.finanz-list > LI > DIV.extra-info > UL.full-width {
    width: 99%!important;
}

.finanz-list > LI > DIV.extra-info > UL > LI {
    font-size: 14px;
    color: #666;
}

.finanz-list > LI > DIV.extra-info > UL > LI > I {
    text-decoration: underline;
    color:#000;
    font-weight: bold;
    line-height: 24px;
}

.finanz-list > LI > DIV.extra-info > UL > LI:before {
    content: "■"; 
    font-family:"Arial Black", Arial;
    font-size: 8px;
    color:#0099C9;
    padding-right:1.2em;
    position:relative; 
    top:-2px;
}

.finanz-list > LI > DIV.extra-info > SPAN.data-info {
    clear: both;
    font-size: 12px;
    color:#999;
    display: block;
}

.finanz-list > LI > DIV.actions > A:hover,
.finanz-search > .left > .mode > SPAN:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    -ms-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    -o-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    background-position: 0px -102px!important;
}

/* -- secondary --*/

.finanz-list.secondary > LI > DIV.logo > img {
    opacity: 0.4;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);    
    width: 90px;
}

.finanz-list.secondary > LI > DIV.actions > A.apply {
    display: none;
}

/* ----- */

.finanz-search > .right > #loading {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    opacity: 0.7;
    display: none;
    z-index: 9999;
}

.finanz-search > .right > #loading.visible {
    display: block;
}

/* --- form --- */

.finanz-search DIV.sell-form-block input.standard-select,
.finanz-search DIV.sell-form-block select.standard-select{
    width: 200px;
}

.finanz-search DIV.sell-form-block > LABEL {
    width: 25%
}

.finanz-search DIV.sell-form-block > DIV {
    width: 65%
}

.finanz-search DIV.sell-form-block > LABEL.twins.second {
    width: 15%
}

.finanz-search DIV.sell-form-block > DIV.twins.first {
    width: 35%;
}

.finanz-search DIV.sell-form-block > DIV.twins.second {
    width: 25%;
}

.finanz-search .right .checks {
    padding-left: 40px;
    padding-bottom: 10px;
}

.finanz-search .right .checks LI {
    margin-bottom: 10px;
}

.finanz-search .right .checks LABEL {
    font-family: Tahoma, Arial;
    font-size: 12px;
    color: #666;
}

.finanz-search .right .checks LABEL:before {
    position: absolute;
    left: -40px;
}

/* --- confirmation --- */

DIV.confirmation-email {
    background-color: #F4F4F4;
    width: 350px;
    float: left;
    height: 130px;
    margin-right: 10px;
    border: 3px solid #FF0000;
    box-sizing: border-box;
}

DIV.confirmation-email DIV.text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    line-height: 24px;
}

DIV.confirmation-email DIV.text B {
    border-bottom: 3px solid #FF0000;
    font-weight: bold;
}

DIV.confirmation {
    border: 3px solid #DDD;
    background-color: #F4F4F4;
    width: 250px;
    float: left;
    height: 130px;
    box-sizing: border-box;
}

DIV.confirmation DIV.text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
}

DIV.confirmation DIV.number {
    border-top: 3px solid #DDD;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 20px;
}

/* --- top options  --- */

.mobile-refine-button {
    display: none;
}

.finanz-options {
    position: absolute;
    top: -45px;
    left: 240px;
    font-size: 13px;
    line-height: 26px;
    border-bottom: 3px solid #EFEFEF;
}

.finanz-options A {
    cursor: pointer;
}

.finanz-options DIV.order {
    display: inline-block;
    position: relative;
}

.finanz-options DIV.order STRONG {
    font-weight: bold;
}

.finanz-options DIV.order:hover UL  {
    visibility: visible;
    opacity: 1;
    top:100%;
}

/* --- detail / peek */

.finanz-list > LI.open.peek {
    height: 145px;
}

.finanz-list > LI > DIV.peek-open {
    display: none;
}

.finanz-list > LI.open.peek > DIV.peek-open {
    display: block;
    position: absolute;
    top: 85px;
    left: 145px;    
    width: 400px;
    font-size: 14px;
}

.finanz-list > LI.open.peek > DIV.peek-open > A,
.finanz-list > LI.open > DIV.extra-info DIV.close > A {
    background-color: #0099C9;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 4px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 4px;
    margin-right: 4px;
    text-align: center;
    margin-bottom: 7px;
    cursor: pointer;
}

.finanz-list > LI.peek > UL.short-features {
    display: none;
}

/* --- compare --- */

.compare-container {
}

DIV.compare {
    width: 100%;
    height: 700px;
    overflow: scroll;
    white-space: nowrap;
    position: relative;
    font-size: 0px;
}

.compare-labels {
    display: inline-block;
    position: sticky;
    left: 0px;
    top: 0px;
    font-size:0px;
    z-index: 25;
}

.compare-labels TABLE {
    font-size:0px;
}

.compare-labels TD {
    box-sizing: border-box;
    padding: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 30px;
    text-align: center;
    width: 235px!important;
    height: 100px;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #EFEFEF;
    background-color: #F4F4F4;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    word-wrap: break-word;
    white-space: normal;
    display: inline-block;
}

.compare-labels .table-header, .compare-data .table-header  {
    background-color: #EFEFEF;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    color: #ee3124;
    font-size: 20px;
    font-weight: normal;
}

.compare-data {
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    overflow-x: visible;
    z-index: 24;
}

.compare-data TABLE {
    display: block;
    white-space: nowrap;
    border: 0px;
    padding: 0px;
    margin: 0px;
    font-size:0px;
}

.compare-data TR {
    display: block;
    border: 0px;
    padding: 0px;
    margin: 0px;    
    
}

.compare-data TR:hover {
    background-color: #F8F8F8;
}

.compare-data TD {
    margin-top: -10px;
    box-sizing: border-box;
    padding: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    width: 270px!important;
    display: inline-block;
    height: 40px;
    border: 0px;
    margin: 0px;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #999;
    margin-left: 0px;
    overflow: hidden;
    font-size:15px;
    white-space: normal;
    line-height: 20px;
}

.compare-data TD DIV.logo {
    position: relative;
}
    
.compare-data TD DIV.logo IMG {
    width: 130px;
    height: auto;
    max-height: 130px;
    max-width: 90px;
}


.compare-data TD DIV.logo2 {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 90px;    
}

.compare-data TD DIV.name {
    font-weight: bold;
}

.compare-data TD > DIV.actions {
    text-align: center;
    margin: 5px;
    margin-top: 16px;
}
    
.compare-data TD > DIV.actions > A {
    background-color: #ee3124;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 9px;
    padding-left: 14px;
    padding-right: 14px;
    border-radius: 4px;
    width: 110px;
    text-align: center;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.compare-labels {
    -webkit-box-shadow: 1px 1px 9px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 9px rgba(0,0,0,.3);
    -ms-box-shadow: 1px 1px 9px rgba(0,0,0,.3);
    -o-box-shadow: 1px 1px 9px rgba(0,0,0,.3);
    box-shadow: 1px 1px 9px rgba(0,0,0,.3);
}

.compare-data TD > DIV.actions > A:hover {
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    -ms-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    -o-box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    box-shadow: 1px 1px 5px rgba(0,0,0,.6);
    background-position: 0px -102px!important;
}

.compare-labels TD.entity-logo,
.compare-data TD.entity-logo {
    border-bottom: 0px solid #FFF;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 0px;
}

.compare-labels TD.entity,
.compare-data TD.entity {
    border-bottom: 2px solid #000;
    background-color: #fff;
}

.compare-data TD.entity.scrolled {
    border-bottom: 2px solid #DDD;
    background-color: #DDD;
}

.compare-data TD.notable {
    background-color:#F4F4F4;
    font-weight: bold;
}

.compare-labels TD.bottom-separator,
.compare-data TD.bottom-separator {
    border-bottom: 2px solid #000;
}

.compare-popup {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;    
    text-align: center;
    width: 100%;
    height: 50px;
    color:#FFF;
    background-color: #008800;
    z-index: 9999;
    padding-top: 9px;
    box-sizing: border-box;
    border-top: 3px solid #FFF;
}

.compare-popup.visible {
    display: block;
}

.compare-popup.visible.detail {
    bottom: 20px;
}
    
.compare-popup > .compare-container {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.compare-popup DIV.info {
    float: left;
    line-height: 30px;
}

.compare-popup DIV.info B {
    font-weight: bold;
    text-decoration: underline;
}

.compare-popup DIV.compare-buttons A {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 7px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 4px;
    border: 1px solid #FFF;
    width: 90px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
}
.compare-popup DIV.compare-buttons A:hover {
    background-color: #007700;
}

/* --- finanz info/about --- */

#AboutFinanzPopup DIV.overlay-form-fore {
    padding-top: 25px;
}

#AboutFinanzPopup DIV.overlay-form-inner {
    width: 980px;
}

#AboutFinanzPopup DIV.overlay-form-inner P {
    line-height: 22px;
}

#AboutFinanzPopup UL > LI {
    font-family: Tahoma,Calibri,Arial,monospace;
    padding: 3px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    width: 16%;
    box-sizing: border-box;
    float: left;
}

#AboutFinanzPopup UL > LI > DIV {
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 5px;
    background-position: center;
}

/* --- Glossary --- */

#TermsFinanzPopup .overlay-form-inner {
    height: 80%;
    overflow-y: scroll;
}

#TermsFinanzPopup UL {
    font-size: 14px;
}

#TermsFinanzPopup UL > LI {
    margin-bottom: 5px;
    line-height: 22px;
}

#TermsFinanzPopup UL > LI > B {
    font-weight: bold;
    border-bottom: 2px solid #ccc;
}

#TermsFinanzPopup UL > LI > B::after {
    content: ': ';
}

#TermsFinanzPopup UL > LI.title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* --- Assistant --- */

#AssistantFinanzPopup DIV.overlay-form-inner {
    width: 780px;
}

#AssistantFinanzPopup DIV.overlay-form-inner P {
    line-height: 24px;
    text-align: center;
}

#AssistantFinanzPopup H1  { 
    text-align: center;
}

#AssistantFinanzPopup H1 > SPAN { 
    color: #0099C9;
    font-weight: bold;
    border-bottom: 0px solid #0099C9; 
}

.assistant-step {
}

.asistant-step-data {
}

.asistant-step-data UL.objecttypes {
    text-align: center;
}

.asistant-step-data UL.objecttypes LI {
    box-sizing: border-box;
}

.asistant-step-data UL.objecttypes LI:not(.title) {
    border: 2px solid #CCC;
    border-radius: 3px;
    padding: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.asistant-step-data UL.objecttypes LI:not(.title) > SPAN {
    display: block;
    font-weight: normal;
    font-family: Tahoma,Calibri,Arial,monospace;
    font-size: 18px;
}

.asistant-step-data UL.objecttypes > LI:not(.title):hover,
    .asistant-step-data UL.objecttypes > LI:not(.title).selected {
    color:#FFF;
    border-color: #0099C9;
    background-color: #0099C9;
    cursor: pointer;
}

.asistant-step-data UL.downpayment,
.asistant-step-data UL.term {
    text-align: center;
}

.asistant-step-data UL.downpayment LI,
.asistant-step-data UL.term LI {
    border: 2px solid #CCC;
    border-radius: 3px;
    padding: 20px;
    margin-right: 9px;
    margin-bottom: 9px;
    text-align: center;
    display: inline-block;    
}

.asistant-step-data UL.downpayment SPAN,
.asistant-step-data UL.term SPAN {
    display: block;
    font-weight: bold;;
    font-family: Tahoma,Calibri,Arial,monospace;
    font-size: 18px;
}

.asistant-step-data UL.downpayment SPAN.sub,
.asistant-step-data UL.term SPAN.sub {
    color:#999;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;    
}

.asistant-step-data UL.downpayment LI:hover,
.asistant-step-data UL.term LI:hover,
.asistant-step-data UL.downpayment LI.selected,
.asistant-step-data UL.term LI.selected {
    color:#FFF;
    border-color: #0099C9;
    background-color: #0099C9;
    cursor: pointer;
}

.asistant-step-data UL.downpayment LI:hover SPAN,
.asistant-step-data UL.term LI:hover SPAN,
.asistant-step-data UL.downpayment LI.selected SPAN,
.asistant-step-data UL.term LI.selected SPAN {
    color: #FFF;
}

#AssistantStep2 DIV.asistant-step-data {
    text-align: center;
}

#AssistantStep2 DIV.asistant-step-data SPAN {
    font-family: Tahoma,Calibri,Arial,monospace;
    font-size: 22px;    
    font-weight: bold;
    line-height: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}

#AssistantStep2 DIV.asistant-step-data INPUT[type=text] {
    height: 42px;
    box-sizing: border-box;
    border: 2px solid #CCC;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 0px;
    padding: 4px;
    font-size: 20px;
    color:#666;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}

#AssistantStep2 DIV.asistant-step-data INPUT[type=text].invalid {
    animation: blinker-red .5s linear 5;
}

@keyframes blinker-red {
  50% {
    opacity: 0.6;
      border-color:#990000;
  }
}

#AssistantStep2 DIV.asistant-step-data INPUT[type=button] {
    height: 42px;
    box-sizing: border-box;
    vertical-align: middle;
}

#AssistantStep2 DIV.asistant-step-data > DIV {
    display: inline-block;
    height: 42px;
    box-sizing: border-box;
    vertical-align: middle
}

#AssistantStep2 DIV.asistant-step-data > DIV > INPUT,
#AssistantCarValueLess,
#AssistantCarValueMore {
    display: block;
    height: 20px!important;
    width: 20px!important;
    box-sizing: border-box;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    background-color: #999;
    box-shadow: none;
    margin-top: 0px!important;
}

#AssistantStep2 DIV.asistant-step-data > DIV > INPUT:hover {
    background-color: #333;
}

#AssistantStep2 DIV.asistant-step-data > DIV > INPUT:first-child {
    margin-bottom: 2px;
}

.assistant-control {
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

.finanz-search > .left.blinky::after {
    content: 'Modifica los datos de tu préstamo aquí';
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color:#ffff;
    display: block;
    border: 2px solid #009900;
    background-color: #009900;
    opacity: 0;
    border-radius: 5px;
    width:115%;
    padding: 4px;
    box-sizing: border-box;
    top:-31px;
    left: -22px;
    position: absolute;
    z-index: 9998;
    animation-name: leftgone ;
    animation-duration: 40.0s ;
    animation-timing-function: step-start;
    animation-iteration-count: 1 ;
    animation-direction: alternate ; 
}

.finanz-search > .left.blinky::before {
    content: '';
    display: block;
    border: 2px solid #009900;
    background: none;
    opacity: 0.0;
    display: block;
    border-radius: 5px;
    width:115%;
    height: 110%;
    top:-31px;
    left: -22px;
    position: absolute;
    box-sizing: border-box;
    z-index: 9998;
    animation-name: leftblink ;
    animation-duration: 1.0s ;
    animation-timing-function: linear ;
    animation-iteration-count: 20 ;
    animation-direction: alternate ; 
}

@keyframes leftgone { 
   50% { opacity: 1; } 
}
@keyframes leftblink { 
    50% { opacity: 1;display: block; }
}

/* share */

DIV.finanz-search #detail-ad-info-share-title {
    font-family: 'Source Sans Pro', Verdana, 'Lucida Grande';
    font-size: 12px;
    font-weight: 400;
    color: #777;
    text-align: left;
    line-height: 20px;
}


DIV.finanz-search #detail-ad-info-share {
    position: static;
}