/home/crealab/carweb.brainware.com.co/src/css/vsTS.css
@font-face {
    font-family: 'santander-icons';
    src: url("font/santander-icons.eot?e8ru82");
    src: url("font/santander-icons.eot?e8ru82#iefix") format("embedded-opentype"), url("font/santander-icons.ttf?e8ru82") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iconos-santander';
    src: url("font/iconos-santander.eot?e8ru82");
    src: url("font/iconos-santander.eot?e8ru82#iefix") format("embedded-opentype"), url("font/iconos-santander.ttf?e8ru82") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
}

#headertop ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}


/*
CORRECCI�N PARA NO IEMAC
---------------------------------------------------------------------------------*/


/* commented backslash hack v2 \*/

#headertop ul {
    float: none;
    position: absolute;
    top: 0;
    right: 1em;
}


/* end hack */

#headertop li {
    float: left;
}


/*
IMG Logo
-------------------------------------------------------*/

#headertop img {
    margin: 0 0 0 0.5em;
}


/*
Logo
------------------------------------------------------*/

#headertop {
    background: red;
}

#headertop a {
    display: block;
    width: 102px;
    /* Controla ancho de botones HEADER */
    height: 34px;
    line-height: 2.5;
    color: white;
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
    line-height: 12px;
}

#headertop a {
    background-image: url(../imagen/header_tools_uno.gif);
}

#headertop li.selected a,
a:hover {
    color: red;
    background-position: left -40px;
}

#headertop a#ultimo {
    line-height: 1;
}

.unalinea a {
    display: block;
    width: 102px;
    /* Controla ancho de botones HEADER */
    height: 34px;
    line-height: 2.5;
    color: white;
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding-top: 2px;
}


/*#scnTS_itm1_img_nvl0, #scnTS_itm2_mns_nvl0{border:1px solid white;}*/

#iddiv {
    position: absolute;
    top: 35px;
    width: 98%;
    color: #FFFFFF;
    padding-left: 5px;
    position: absolute;
}

#idspan2 {
    float: right;
}

#idspan1 {
    float: left;
}

#contensec {
    margin-top: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.container-md {
    padding: 0;
}

@media (min-width: 768px) {
    .container-md .caja,
    .container-md .caja--sim,
    .container-md .caja--icon {
        max-width: 712px;
        padding: 32px 30px 50px 30px;
        margin: 0 auto;
        margin-bottom: 16px;
    }
}

.caja,
.caja--sim,
.caja--icon {
    background: white;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(25, 25, 25, 0.1);
    padding: 0 16px;
    margin: 8px 0;
    position: relative;
}

.caja--icon {
    margin-top: 66px !important;
    padding-top: 34px;
    min-height: 200px;
    text-align: center;
}

.caja::before,
.caja--sim::before,
.caja--icon::before,
.caja::after,
.caja--sim::after,
.caja--icon::after {
    content: '';
    display: table;
    width: 100%;
}

.caja--icon__icon--red {
    background-color: #EC0000;
}

.caja--icon__icon,
.caja--icon__icon--green,
.caja--icon__icon--red,
.caja--icon__icon--teal,
.caja--icon__icon--yellow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 32px;
    color: white;
    height: 72px;
    width: 72px;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    top: -36px;
}

[class^="str-icon-"],
[class*=" str-icon-"] {
    font-family: 'santander-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.str-icon-bloqueo:before {
    content: "\e919";
}

@media (min-width: 768px) {
    .caja__title:first-of-type {
        margin-top: 20px;
    }
}

.text--title,
.caja__title,
.calendario__titulo,
.campanas__title,
.contextual-menu__bottom-title,
.account-swiper__title,
.account-selector__title {
    font-weight: 400;
    text-align: center;
    font-size: 18px !important;
    line-height: 28px;
}

.alerta {
    border: 1px solid;
    border-radius: 2px;
    margin: 16px 0;
    padding: 16px;
    position: relative;
    color: #444;
    text-align: center;
}

.alerta--bottom {
    position: relative;
    background: #ddf4f5;
    margin: 40px -16px 0;
    padding-top: 20px;
    border: 0;
}

.alerta--bottom__icono,
.info-icon,
.modal__info-icon {
    height: 24px;
    width: 24px;
    position: absolute;
    top: -12px;
    left: calc(50% - 12px);
    background-color: #1bb3bc;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
}

.str-icon-info:before {
    content: "\e918";
}

.alerta__txt {
    /* font-weight: 600; */
    margin: 0;
}

.text--caption,
.select__select.ng-not-empty~.select__placeholder,
.select__select:focus~.select__placeholder,
.inputs__input.ng-not-empty~.inputs__placeholder,
.inputs__input:focus~.inputs__placeholder,
.alerta__txt,
.alerta--bottom .alerta__txt,
.caja__lista li span,
.contextual-menu__link-label,
.destinatarios__cuenta,
.destinatarios__email,
.destinatarios__banco {
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.alerta__txt strong {
    font-weight: bold !important;
}

.caja::before,
.caja--sim::before,
.caja--icon::before,
.caja::after,
.caja--sim::after,
.caja--icon::after {
    content: '';
    display: table;
    width: 100%;
}

.botonNew {
    margin: 20px;
    border-radius: 30px;
    padding: 12px 40px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    -moz-transition: All .3s ease;
    -o-transition: All .3s ease;
    min-width: 190px;
}

.action .botonNew {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: none;
}

.botonPrimario {
    color: #fff;
    background-color: #ec0000;
    cursor: pointer;
}

.botonPrimario [class^="icon-"],
[class*=" icon-"] {
    font-family: 'iconos-santander' !important;
}

.botonSecundario [class^="icon-"],
[class*=" icon-"] {
    font-family: 'iconos-santander' !important;
}

.icon-flecha-derecha:before {
    content: "\e972";
}

.botonPrimario:hover {
    color: #fff;
    background-color: #990000;
    text-decoration: none;
}

.mdsa {
    width: 100px !important;
}

.adsadas {
    width: 230px !important;
}

.mdso {
    width: 150px !important;
}

.icon-app:before {
    font-family: 'iconos-santander' !important;
    content: "\e90c";
}

.icon-tarjeta:before {
    font-family: 'iconos-santander' !important;
    content: "\e977";
}

.carda {
    width: 234px !important;
}

.month {
    width: 40px !important;
}

.year {
    width: 80px !important;
}

.bordePrincipal {
    box-shadow: inset 0px 0px 0px 1px #dddddd;
}

.botonSecundario {
    color: #ec0000;
    background-color: #fff;
    cursor: pointer;
}

.bordePrincipal:hover {
    box-shadow: inset 0px 0px 0px 1px #ec0000;
}

.atm {
    width: 200px !important;
}



/**/

#scnTS_itm2_mns_nvl0 img{
    
    width: auto!important;
    height: auto!important;
    
}