/*******************************************************************************


                Fichier css du shortcode ikc_frm_mode_invite


*******************************************************************************/


DIV.panel_mode_invite
  {
  min-height:580px;
  }
  
#panel_mode_invite_facturation
  {
  height:100px;
  }

#frm_facturation_mode_invite
  {
  margin-top:0px;
  }

#frm_create_account
  {
  display:none;
  }
  
DIV.mode_invite H5
  {
  height:35px;
  }
  
DIV.mode_invite H5 small
  {
  font-size:50%;
  }
  
input.newradio {
    display:none;
}
input.newradio + label span {
    display:inline-block;
    width:40px;
    height:40px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(/content/images/radio_shipping-payment_mode.png) left top no-repeat;
    cursor:pointer;
}
input.newradio:checked + label span {
    background:url(/content/images/radio_shipping-payment_mode.png) -40px top no-repeat;
}

input.newcheckbox {
    display:none;
}
input.newcheckbox + label span {
    display:inline-block;
    width:40px;
    height:40px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(/content/images/checkbox_shipping-payment_mode.png) left top no-repeat;
    cursor:pointer;
}
input.newcheckbox:checked + label span {
    background:url(/content/images/checkbox_shipping-payment_mode.png) -40px top no-repeat;
}

.form-check
  {
  padding:0;
  }
  
p.radio_label
  {
  position:absolute;
  top:5px;
  left:50px;
  }
  
