/************* general ************/

body {
    background-color: #ffffff;
    overflow-y: scroll;
}

fieldset {
    border-width: 0;
    padding: 0;
    margin: 0;
}

div.calendar {
    z-index: 10;
}

.calendar, .calendar table {
    background-color: #fafafa !important;
}

form {
    margin: 0;
    padding: 0;
}

a img {
    border: none;
}

/************** general classes *********/

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.centered {
    text-align: center;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.block {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.relative {
    position: relative;
}

.radioChoice input {
    width: 20px;
}

.labelForChoice label {
    margin-left: 3px;
}

.labelForChoice input {
    margin-left: 3px;
}

.inputRadioSet  input, .inputRadioChoiceSet  input {
    width: 13px;
    vertical-align: middle;
}

#disabler {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 99%;
    height: 99%;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity = 0);
    z-index: 100;
}

/************** ajax indicator *********************/

#ajaxIndicitor .bg, #ajaxIndicitor .indicatorContainer {
    position: fixed;
    _position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1110;
}

.indicator {
    position: relative;
    margin: auto;
    top: 50%;
}

.indicator div {
    position: relative;
}

.pageIndicitor .bg {
    background-color: black;
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

.ajaxIndicitor .bg {
    background-color: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

/********************************************************************/

.en, .ltr {
    direction: ltr;
    text-align: left;
}

.rtl {
    direction: rtl;
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

/***********/
.wicket_autoComplete {
    position: absolute;
    z-index: 50;
    background-color: #EFEFEF;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 11px;
    direction: ltr;
}

.dialog_wicket_autoComplete {
    z-index: 1003;
}

.wicket_autoComplete UL {
    border: solid 1px #DADADA;
    margin: 0;
    padding: 0;
    text-align: right;
    border-bottom: none;
    direction: rtl;
}

.wicket_autoComplete li {
    cursor: pointer;
    list-style: none;
    margin: 0;
    padding: 0 3px 0 3px;
    border-bottom: solid 1px #DADADA;
    line-height: normal;
    height: 18px;
    direction: rtl;
    color: #636563;
}

.wicket_autoComplete .selected {
    background-color: #ffffff;
    color: #000;
}

.dateField {
    direction: ltr;
    text-align: left;
    width: 66px;
}

/***************/

.errorIcon {
    float: right;
    margin-top: 14px;
    margin-right: 3px;
}

.errorTxt {
    float: right;
    margin: 10px 11px 0 0;
    color: #E01F35;
    font-weight: bold;
}

.field-feedback ul.feedback {
    background: none;
}

ul.feedback {
    padding: 0 5px;
    background-color: #FCE3E7;
}

ul.feedback li a {
    color: #DF303D;
    font-weight: bold;
}

ul.feedback li {
    list-style: none;
    padding: 1px 20px 1px 3px;
    text-align: right;
    direction: rtl;
    line-height: normal !important;
    vertical-align: top;
    white-space: normal;
}

li.feedback-warning {
    background: url('images/icon_error.gif') right no-repeat;
    color: red;
    font-size: 13px;
    font-weight: bold;
}

li.feedback-error {
    background: url('images/icon_error.gif') right no-repeat;
    color: #DF303D;
    font-weight: bold;
    clear: both;
    zoom: 1;
}

li.feedback-info {
    background: url('images/ok.gif') right no-repeat;
    color: #DF303D;
    font-weight: bold;
    min-height: 16px;
    _height: 16px;
}

.feedback-marker-error input,
.feedback-marker-error textarea,
.feedback-marker-error select {
    background: #fce3e7;
    border: 1px solid #d4d4d4;
}

.feedback-aware-error {
    display: block !important;
}

.field-error {
    background: #fce3e7;
}

/*-- wicket ajax debug -------------------------------------------*/

#wicketAjaxDebugWindow, #wicket-debug-link {
    background-color: #ffffff;
}

#wicket-debug-link {
    margin-top: 6px;
    padding: 3px;
    position: fixed !important;
    _position: absolute !important;
}

#wicket-debug-link a {
    display: block;
    border: solid 1px #666666;
    font-weight: bold;
    text-decoration: none;
    font-size: 10px;
    padding: 2px 5px;
    color: darkblue;
}

#wicket-debug-link a:hover {
    background-color: lightyellow;
    color: blue;
}

#wicketAjaxDebugWindow {
    direction: ltr;
}

/*********** help bubble ****************************/

input.question {
    cursor: pointer;
    border: none;
    padding: 0;
}

.modal_wrapper, .modal_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal_wrapper {
    z-index: 100;
}

.modal_bg {
    background-color: black;
    opacity: 0.2;
    filter: alpha(opacity = 20);
}

.modal_window {
    position: absolute;
    overflow-x: hidden;
    z-index: 110 !important;
    direction: rtl;
}

.modal_close {
    position: absolute;
    cursor: pointer;
}

.modal_body {
    line-height: 1.35em;
    zoom: 1;
}

.modal_body ul {
    margin: 0;
    padding: 0 20px 7px 0;
}

.modal_body ul li {
    background-image: none;
    list-style: disc;
    padding: 0;
}

div.help_wrapper .modal_body {
    font-size: 11px;
}

#help_wrapper div.modal_bg {
    z-index: 115;
}

#help_wrapper, #help_window {
    z-index: 120 !important;
}

div.confirm_wrapper .modal_close {
    visibility: hidden;
}

div.error_wrapper .error_footer, div.confirm_wrapper .error_footer {
    color: #444444;
    font-weight: normal;
    margin-right: 5px;
}

.datePicker img {
    margin-bottom: -3px;
    _margin-bottom: -1px;
}

a.button {
    background-repeat: repeat-x;
    border: none;
    display: -moz-inline-box;
    display: inline-block;
}

a.button_register {
    background-repeat: no-repeat;
    width: 66px;
    height: 22px;
    display: block;
}

.iconPdfTxt {
    background: no-repeat right;
    padding-right: 30px;
}

.cache {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: -1000px -1000px;
}

.styled-checkbox input {
    display: none;
}

.styled-checkbox button {
    border: none;
    width: auto;
}

button.styled-checkbox:focus {
    border: none !important;
    outline: 0 !important;
}

button.styled-checkbox::-moz-focus-inner, button.styled-checkbox:focus::-moz-focus-inner {
    border: none;
}

.female .styled-checkbox, .male .styled-checkbox, .femaleDriver, .maleDriver {
    width: 39px;
    height: 45px;
}

.femaleDriverSmall, .maleDriverSmall {
    width: 17px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 10px;
}

.female button.styled-checkbox:focus {
    background: url("images/gender/female-hover.gif") no-repeat;
}

.female .styled-checkbox-hover, .female .styled-checkbox-checked {
    background: url("images/gender/female-on.gif") no-repeat;
}

.female .styled-checkbox-unchecked, .femaleDriver {
    background: url("images/gender/female-off.gif") no-repeat;
}

.male button.styled-checkbox:focus {
    background: url("images/gender/male-hover.gif") no-repeat;
}

.male .styled-checkbox-hover, .male .styled-checkbox-checked {
    background: url("images/gender/male-on.gif") no-repeat;
}

.male .styled-checkbox-unchecked, .maleDriver {
    background: url("images/gender/male-off.gif") no-repeat;
}

.femaleDriverSmall {
    background: url("images/gender/button-female_small.gif") no-repeat;
}

.maleDriverSmall {
    background: url("images/gender/button_mail_small.gif") no-repeat;
}

/* Class for displaying an UpdatingRadioGroup horizontally */
.updatingRadioGroupHoriz div.updatingRadioGroupItem {
    display: inline;
}

.gender.block .updatingRadioGroupItem {
    margin-left: 15px;
}

.modal_content .modalAreaScroll {
    direction: rtl;
    margin: 0;
    max-height: 370px;
    overflow-y: auto;
    padding: 0;
}

#wicketDebugLink {
    left: 3px;
    bottom: 3px;
}

#modalPanel .componentERROR, #modalPanel .feedbackPanelERROR {
    text-align: right;
    direction: rtl;
    line-height: normal !important;
    vertical-align: top;
    padding: 0 20px 0 0 !important;
    white-space: normal;
    font-weight: normal;
}

#modalPanel  .componentERROR, #modalPanel .feedbackPanelERROR {
    background: url('images/icon_error.gif') right top no-repeat;
    color: red;
}

ul.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    margin-left: -11px;
    border-width: 1px;
}

.ui-autocomplete .ui-menu-item a {
    font-weight: normal;
    color: black;
}

.clearIframeFields {
    display: block;
}

/* Header right side */
.clientZoneHomeLinks {
    position: relative;
    display: block;
}

.clientZoneHomeLinks label {
    display: block;
    float: right;
}

.clientZoneHomeLinks a {
    display: block;
    float: right;
    right: 12px;
    position: relative;
    top: 2px;
    border-right: solid 1px;
    line-height: 1;
    padding: 0px 5px 0px;
}

.clientZoneHomeLinks .logoutLink {
    border-right: 0;
    padding-right: 0;
}