/* Estilos para la etiqueta InputText, Plataforma Allianz  */


.input-text {
  color:            #4B4B4B;
  background-color: white;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     2px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      0px;
  border-bottom:    1px solid black;
  border-left:      1px solid black;
  border-right:     1px solid black;
  border-top:       1px solid black;
  font-family:      Verdana, sans-serif;
  font-size:        11px;
  height:           18px;
  line-height:      18px;
}

.input-asLabel {
  color:            #4B4B4B;
  background-color: white;
  margin-bottom:    0px;
  margin-left:      2px;
  margin-right:     2px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      0px;
  border-bottom:    1px solid black;
  border-left:      1px solid black;
  border-right:     1px solid black;
  border-top:       1px solid black;
  font-family:      Verdana, sans-serif;
  font-size:        11px;
  height:           18px;
  line-height:      18px;
}

.input-disabled {
  color:            #4B4B4B;
  background-color: white;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     2px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      0px;
  border-bottom:    1px solid white;
  border-left:      1px solid white;
  border-right:     1px solid white;
  border-top:       1px solid white;
  font-family:      Verdana, sans-serif;
  font-size:        11px;
  height:           18px;
  line-height:      18px;
}

.input-error {
  color:            #4B4B4B;
  background-color: white;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     2px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      0px;
  border-bottom:    1px solid #C60000;
  border-left:      1px solid #C60000;
  border-right:     1px solid #C60000;
  border-top:       1px solid #C60000;
  font-family:      Verdana, sans-serif;
  font-size:        11px;
  height:           18px;
  line-height:      18px;
}


.input-DateText {
  color:            #4B4B4B;
  background-color: white;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     2px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      0px;
  border-bottom:    1px solid black;
  border-left:      1px solid black;
  border-right:     1px solid black;
  border-top:       1px solid black;
  font-family:      Verdana, sans-serif;
  font-size:        11px;
  height:           18px;
  line-height:      18px;
  width:            70px;
}
.input-DateText-disabled {
  color:            #4B4B4B;
  background-color: white;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     2px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      0px;
  border-bottom:    1px solid white;
  border-left:      1px solid white;
  border-right:     1px solid white;
  border-top:       1px solid white;
  font-family:      Verdana, sans-serif;
  font-size:        11px;
  height:           18px;
  line-height:      18px;
  width:            70px;
}


.input-calendar {
  color:            #4B4B4B;
  background-color: white;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     2px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      0px;
  border-bottom:    1px solid black;
  border-left:      1px solid black;
  border-right:     1px solid black;
  border-top:       1px solid black;
  font-family:      Verdana, sans-serif;
  font-size:        11px;
  width:            84px;
  height:           18px;
  line-height:      17px;
}

.input-calendar-disabled {
  color:            #4B4B4B;
  background-color: white;
  margin-bottom:    0px;
  margin-left:      0px;
  margin-right:     2px;
  margin-top:       0px;
  padding-bottom:   0px;
  padding-left:     5px;
  padding-right:    5px;
  padding-top:      0px;
  border-bottom:    1px solid white;
  border-left:      1px solid white;
  border-right:     1px solid white;
  border-top:       1px solid white;
  font-family:      Verdana, sans-serif;
  font-size:        11px;
  width:            84px;
  height:           18px;
  line-height:      17px;
}

