ficha.css 1.51 KB
Newer Older
Luis Gangas committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
.tp-background-cover{
  background: rgb(242,245,246);
  background: -moz-linear-gradient(45deg, rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
  background: linear-gradient(45deg, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=1 );
  background-repeat: no-repeat;
  background-attachment: fixed;
}



.fix-label{
  width: 100%;
  text-align: left;
}

.thumbnail{
  border:0px;
}

#rdFondoPension-error{
  color : #D84315;
}

.tp-countrie-icon{
  width:25px;
  height:20px;
  max-height: 16px !important;
  max-width:25px !important;
}

.tp-countrie-container{
  white-space: normal !important;
}

.so-card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.so-card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.so-card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.validation-error-label, .validation-valid-label{
  display: inline-block;
}

.tp-fix-switch{
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin-top: 9px;
}

.tp-animation-button{
  transform: scale(1);
  transition: all ease-in-out 0.15s;
}

.tp-animation-button:hover{
  transform: scale(1.04)
}

.tp-animation-button:active{
  transform: scale(0.96);
}