/*HEADER*/
/*HEADER For Mobile*/
/*FOOTER*/
/*Global and BODY*/
/* Path variables*/
/*COMMON*/
/*BODY*/
/*DIV*/
/* 3072AC plus de relief 32329B */
/* EAF3F7 plus de relief 999969 */
/* 97B8D5 plus de relief 3072AC */
/* EAF3F7 plus de claret� F4F9FB */
/*box*/
/* Numeric Keypad */
/* Main style sheet for jQuery Keypad v1.5.1. */
button.keypad-trigger {
  width: 25px;
  padding: 0px;
}
img.keypad-trigger {
  margin: 2px;
  vertical-align: middle;
}
.keypad-popup,
.keypad-inline,
.keypad-key,
.keypad-special {
  font-family: Arial;
  font-size: 14px;
}
.keypad-popup {
  display: block;
  z-index: 10;
  padding: 0;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #11355f;
}
.keypad-keyentry {
  display: none;
}
.keypad-inline {
  background-color: #FFFFFF;
  border: 1px solid #11355F;
  border-radius: 0.25em;
}
.keypad-disabled {
  position: absolute;
  z-index: 100;
  background-color: white;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: none;
}
.keypad-rtl {
  direction: rtl;
}
.keypad-prompt {
  clear: both;
  text-align: center;
}
.keypad-prompt.ui-widget-header {
  margin: 0.125em;
}
.keypad-row {
  width: 100%;
  text-align: center;
}
.keypad-space {
  display: inline-block;
  margin: 0.125em;
  width: 2em;
}
.keypad-half-space {
  display: inline-block;
  margin: 0.125em 0.0625em;
  width: 1em;
}
.keypad-key,
.keypad-special {
  font: 15px Arial;
  margin: 2px;
  padding: 0em;
  width: 2.1em;
  height: 23px;
  text-align: center;
  border: 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #11355f;
  font-weight: bold;
}
.keypad-key[disabled] {
  border: 0;
}
.keypad-key-down {
  background: #E06E2B;
}
.keypad-special {
  width: 95%;
  font: 13px Arial;
  text-align: center;
  background-color: #69b77d;
  margin: 2px 0px 3px 0px;
}
/*Hack for IE7 */
* + html .keypad-special {
  width: 139px;
  background: #69b77d;
}
/*Hack for IE6 or Quirck */
*html .keypad-special {
  width: 139px;
  background: #69b77d;
}
.keypad-spacebar {
  width: 13.25em;
}
.keypad-tab {
  width: 2em;
}
.keypad-clear,
.keypad-back,
.keypad-close,
.keypad-shift {
  background: #61b57c;
  text-transform: uppercase;
}
.keypad-clear {
  *background-color: #61b57c;
  /* IE7 and below */
  background-repeat: no-repeat;
}
.keypad-back {
  background-repeat: no-repeat;
}
.keypad-close {
  background-repeat: no-repeat;
}
