#ibanField, #ibanField input, #ibanField .validation_cells, #ibanField .validation_cells dl, #ibanField .validation_cells dd {
  display: block;
  padding: 0;
  margin: 0; }

body {
  margin: 0;
  padding: 0; }

.box {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px;
  margin: 10px;
  background: #f2f6f9; }

#ibanFieldBox.box {
  padding-top: 40px; }

#ibanField {
  margin: 0 auto;
  width: 272px;
  height: 22px;
  position: relative;
  background: white;
  border: 1px solid white; }
  #ibanField label {
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    width: 270px;
    text-align: center;
    height: 20px;
    font: normal 400 11px Ubuntu, sans-serif;
    line-height: 20px;
    border-radius: 4px;
    background: #e4e8eb;
    color: #666666; }
  #ibanField.complete label {
    display: block; }
  #ibanField input, #ibanField .validation_cells {
    width: 270px;
    height: 20px;
    white-space: nowrap;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  #ibanField input {
    display: block;
    position: relative;
    z-index: 10;
    height: 20px;
    background: transparent;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    font: normal normal 15px "Source Code Pro";
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-indent: 0;
    text-overflow: ellipsis;
    color: #004c8a;
    border: 1px solid #999999;
    border-radius: 4px; }
    #ibanField input, #ibanField input:focus {
      outline: 0; }
  #ibanField.ko input {
    border-color: #ed263f; }
  #ibanField .validation_cells {
    list-style-type: none;
    width: 270px;
    position: absolute;
    top: 1px;
    left: 1px; }
    #ibanField .validation_cells span {
      float: left;
      width: 10px;
      height: 100%;
      position: relative; }
      #ibanField .validation_cells span:before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #e0e0e0; }
      #ibanField .validation_cells span.ok {
        background: #e4f4ea; }
      #ibanField .validation_cells span.ko {
        background: #f6e5e9; }
    #ibanField .validation_cells dl span:last-child:before {
      background: #999999; }
    #ibanField .validation_cells dl:last-child span:last-child:before {
      display: none; }
    #ibanField .validation_cells dl, #ibanField .validation_cells dd {
      position: relative;
      float: left;
      height: 100%; }
    #ibanField .validation_cells dd.ko .ok {
      background: #fef9e4; }
    #ibanField .validation_cells dd:before, #ibanField .validation_cells dd:after {
      display: none;
      content: "";
      position: absolute;
      top: -15px;
      border-color: #999999;
      border-style: solid; }
    #ibanField .validation_cells dd:before {
      left: 50%;
      height: 10px;
      border-width: 0 0 0 1px; }
    #ibanField .validation_cells dd:after {
      top: -5px;
      left: 0;
      width: 100%;
      border-width: 1px 0 0 0; }
    #ibanField .validation_cells dt {
      display: none;
      position: absolute;
      top: -35px;
      left: 0;
      text-align: center;
      font: normal 400 12px/1.5em Ubuntu, sans-serif;
      white-space: nowrap;
      color: #999999; }
    #ibanField .validation_cells dl:last-child dt {
      text-indent: -10px; }
  #ibanField[data-typing="int_code"] dl:nth-child(1) dd:before, #ibanField[data-typing="int_code"] dl:nth-child(1) dd:after, #ibanField[data-typing="int_check"] dl:nth-child(2) dd:before, #ibanField[data-typing="int_check"] dl:nth-child(2) dd:after, #ibanField[data-typing="nat_check"] dl:nth-child(3) dd:before, #ibanField[data-typing="nat_check"] dl:nth-child(3) dd:after, #ibanField[data-typing="ABI_code"] dl:nth-child(4) dd:before, #ibanField[data-typing="ABI_code"] dl:nth-child(4) dd:after, #ibanField[data-typing="CAB_code"] dl:nth-child(5) dd:before, #ibanField[data-typing="CAB_code"] dl:nth-child(5) dd:after, #ibanField[data-typing="CC_number"] dl:nth-child(6) dd:before, #ibanField[data-typing="CC_number"] dl:nth-child(6) dd:after {
    display: block; }
  #ibanField[data-typing="int_code"] dl:nth-child(1) dt, #ibanField[data-typing="int_check"] dl:nth-child(2) dt, #ibanField[data-typing="nat_check"] dl:nth-child(3) dt, #ibanField[data-typing="ABI_code"] dl:nth-child(4) dt, #ibanField[data-typing="CAB_code"] dl:nth-child(5) dt, #ibanField[data-typing="CC_number"] dl:nth-child(6) dt {
    display: block; }

/*# sourceMappingURL=iban.css.map */