HTML {
    font-size: 100%; /* IE hack */
}

BODY {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    direction: rtl;
    background-color: white;
    font-family: arial;
}

IMG {
    border: 0px;
}

H1, H2, H3, H4, FORM, P {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.clear {
    display: block;
    overflow: hidden;
    clear: both;
    float: none !important;
    font-size: 1px;
    line-height: 1px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

ul, li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.centeredContent {
    max-width: 1180px;
    margin: 0px auto;
    padding: 0px 25px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

* {
    box-sizing: border-box;
}
/* -------- -------- -------- -------- -------- -------- -------- -------- -------- -------- */

.miniHeader {
    background: #ffffff url(images/inner_header_border.png) left bottom repeat-x;
    height: 90px;
}

.miniHeaderLogo {
    float: right;
    padding: 20px 0px 0px 0px;
}

    .miniHeaderLogo img {
        height: 23px;
    }

.miniFooter {
    height: 48px;
    background: #ffffff url(images/inner_header_border.png) left top repeat-x;
    color: #00003b;
    font: 12px/18px arial;
    color: #adadad;
}

    .miniFooter .footerCopyrights {
        float: right;
        text-align: right;
        padding: 10px 0px 0px 0px;
    }

        .miniFooter .footerCopyrights span {
            color: #010101;
            display: block;
            padding: 4px 0px 0px 0px;
        }

.pageBody {
    padding: 30px 0px 75px;
}

.invoiceFrame {
    margin: 0px auto;
    max-width: 900px;
}

.invoiceTitle {
    margin-bottom: 4px;
    min-height: 40px;
    padding: 0px 32px 0px 32px;
        /*background: #00003b url(images/inner_title_bg.png) 100px top no-repeat;*/
    background-size: auto 100%;
    font: normal 28px/38px arial;
    color: white;
    border-radius: 5px;
}

.invoiceBody_bg {
    background-color: #efebef;
    border-radius: 5px;
    padding: 30px 32px 30px 32px;
}

.invoiceBody {
    max-width: 720px;
}

    .invoiceBody P {
        padding: 0px 0px 0px 0px;
        font: bold 18px/20px arial;
        color: #00003b;
    }

ul.invoiceForm {
    padding: 32px 0px 0px 0px;
}

    ul.invoiceForm li {
        float: right;
        width: 290px;
        padding: 8px 0px 0px 0px;
        font: normal 14px/30px arial;
        color: #505050;
    }

        ul.invoiceForm li input {
            width: 245px;
            height: 33px;
            font: bold 18px arial;
            color: #505050;
            padding: 0px;
            margin: 0px;
            background-color: white;
            border-radius: 5px;
            border: 0px;
            text-indent: 12px;
        }

.invoiceToggle {
    width: 245px;
    min-height: 33px;
    padding: 0px;
    margin: 0px;
}

    .invoiceToggle a {
        display: inline-table;
        text-decoration: none;
        width: 50%;
        vertical-align: middle;
        height: 33px;
        font: normal 14px/13px arial;
        background-color: white;
        color: #00003b;
        box-shadow: inset 0px 0px 3px #888;
    }

        .invoiceToggle a div {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

        .invoiceToggle a span {
            display: block;
            margin: 0px auto;
            font: normal 12px/13px arial;
        }

        .invoiceToggle a:first-child {
            border-radius: 0px 5px 5px 0px;
        }

        .invoiceToggle a:last-child {
            border-radius: 5px 0px 0px 5px;
        }

        .invoiceToggle a.toggleActive {
            background-color: #00003b;
            color: white;
        }

.invoiceCombo {
    display: none;
}

.tooltipHolder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
}

    .tooltipHolder a.tooltipToggle {
        display: block;
        width: 27px;
        height: 28px;
        background: url(images/tooltip_icon.png) left top no-repeat;
        font-size: 0px;
    }

.invoiceForm_submitHolder {
    width: 535px;
    text-align: left;
    padding: 12px 0px 0px 0px;
    clear: both;
}

a.invoiceForm_submit {
    display: inline-block;
    text-decoration: none;
    width: 160px;
    height: 42px;
    background-color: #00003b;
    font: bold 24px/40px arial;
    color: white;
    text-align: center;
    border-radius: 5px;
}

    a.invoiceForm_submit:hover {
        background-color: #3c528f;
    }

.invoiceLegal {
    padding: 70px 0px 0px;
    clear: both;
}

    .invoiceLegal P {
        padding: 0px 8px 6px 0px;
        font: normal 14px/16px arial;
        letter-spacing: -0.25px;
        color: #505050;
        position: relative;
    }

        .invoiceLegal P:before {
            content: '*';
            position: absolute;
            right: 0px;
            top: 0px;
        }

.invoiceForm_errorMsg {
    clear: both;
    padding: 18px 0px 0px 0px;
}

    .invoiceForm_errorMsg P {
        font: bold 14px/16px arial;
        color: #fc2020;
        padding: 0px 20px 4px 0px;
        background: url(images/error_icon.png) right top no-repeat;
    }

.invoiceSection {
    padding: 10px 0px 0px 0px;
}

    .invoiceSection strong {
        display: block;
        font: bold 16px arial;
        color: #505050;
        padding: 0px 0px 5px 0px;
    }

    .invoiceSection ul {
        padding: 0px;
    }

    .invoiceSection li {
        padding: 0px 0px 8px 0px;
        font: normal 14px arial;
        color: #505050;
    }

        .invoiceSection li label {
            display: inline-block;
            width: 250px;
            vertical-align: middle;
        }

    .invoiceSection input {
        width: 400px;
        height: 33px;
        font: bold 18px arial;
        color: #505050;
        padding: 0px;
        margin: 0px;
        background-color: white;
        border-radius: 5px;
        border: 0px;
        text-indent: 12px;
    }

.invoiceDetails {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}

    .invoiceDetails .invoiceToggle {
        width: 100%;
    }

        .invoiceDetails .invoiceToggle a {
            width: 33.33%;
        }

.invoiceDetails_text {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
    position: relative;
}

.invoiceSection .invoiceDetails_text input {
    width: 221px;
}

.invoiceSection .invoiceForm_submitHolder {
    padding: 10px 0px 0px 0px;
    width: 650px;
}

@media screen and (max-width: 800px) {
    .invoiceToggle a {
        font: normal 12px/12px arial;
    }

        .invoiceToggle a span {
            font: normal 11px/12px arial;
        }

    .invoiceSection input {
        width: 350px;
    }

    .invoiceSection .invoiceForm_submitHolder {
        width: 600px;
    }

    .invoiceDetails {
        width: 350px;
    }
}

@media screen and (max-width: 768px) {
    .centeredContent {
        padding: 0px 15px;
    }

    .invoiceTitle {
        padding: 0px 24px 0px 24px;
        background-position: 32px top;
        font: normal 24px/38px arial;
    }

    .invoiceBody_bg {
        padding: 24px 24px 30px 24px;
    }

    .invoiceLegal {
        padding: 40px 0px 0px;
    }

    .invoiceSection li label {
        width: 200px;
    }

    .invoiceDetails {
        width: 330px;
    }

    .invoiceDetails_text {
        padding-right: 15px;
    }

    .invoiceSection .invoiceDetails_text input {
        width: 201px;
    }

    .invoiceSection .invoiceForm_submitHolder {
        width: 550px;
    }
}

@media screen and (max-width: 670px) {
    ul.invoiceForm {
        padding: 21px 0px 0px 0px;
    }

        ul.invoiceForm li {
            width: 50%;
            position: relative;
            padding-left: 35px;
        }

            ul.invoiceForm li input {
                width: 100%;
                font: normal 18px arial;
            }

    .invoiceForm_submitHolder {
        width: auto;
        padding-left: 35px;
    }

    .tooltipHolder {
        position: absolute;
        left: 0px;
        top: 12px;
        margin-right: 0px;
    }

    .invoiceToggle {
        display: none;
    }

    .invoiceCombo {
        display: inline-block;
        direction: rtl;
        position: relative;
        width: 100%;
        vertical-align: middle;
    }

        .invoiceCombo select {
            width: 100% !important;
            background-color: #ffffff;
            border: 0px;
            height: 33px;
            font: normal 18px arial;
            color: #505050;
            right: 0px !important;
            z-index: 10;
        }

        .invoiceCombo span.customSelect {
            display: block !important;
            width: auto !important;
            height: 33px;
            background-color: white;
            border: 0px;
            border-radius: 5px;
            font: normal 18px/30px arial;
            color: #505050;
        }

        .invoiceCombo span.customSelectInner {
            display: block !important;
            width: auto !important;
            height: 33px;
            white-space: nowrap;
            overflow: hidden;
            padding: 0px 10px 0px 0px;
            margin-left: 25px;
            position: relative;
        }

        .invoiceCombo span.customSelect:after {
            content: '';
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -2px;
            width: 0px;
            height: 0px;
            border: 5px solid transparent;
            border-top-color: #00003b;
        }

    .invoiceDetails_text {
        padding-right: 15px;
        padding-left: 35px;
    }

    .invoiceSection .invoiceDetails_text input {
        width: 201px;
    }

    .invoiceSection .invoiceDetails_text .tooltipHolder {
        top: 4px;
    }

    .invoiceSection li input {
        font: normal 18px arial;
    }

    .invoiceSection .invoiceDetails_text input {
        font: normal 18px arial;
    }
}

@media screen and (max-width: 640px) {
    .invoiceSection li label {
        display: block;
        width: auto;
        padding-bottom: 4px;
    }

    .invoiceSection li {
        padding-left: 35px;
    }

        .invoiceSection li input {
            width: 100%;
        }

    .invoiceDetails {
        width: auto;
        padding-left: 35px;
        display: block;
    }

    .invoiceDetails_text {
        padding-right: 0px;
        width: auto;
        display: block;
        padding-top: 20px;
    }

    .invoiceSection .invoiceDetails_text input {
        width: 100%;
    }

    .invoiceSection .invoiceDetails_text .tooltipHolder {
        top: 24px;
    }

    .invoiceSection .invoiceForm_submitHolder {
        width: auto;
        padding-left: 35px;
    }
}

@media screen and (max-width: 600px) {
    ul.invoiceForm {
        padding: 7px 0px 0px 0px;
    }

    .invoiceLegal {
        padding: 25px 0px 0px;
    }
}

@media screen and (max-width: 568px) {
    .invoiceTitle {
        padding: 0px 21px 0px 21px;
        background-position: 24px top;
        font: normal 21px/38px arial;
    }

    .invoiceBody_bg {
        padding: 21px 21px 24px 21px;
    }
}

@media screen and (max-width: 480px) {
    .pageBody {
        padding: 30px 0px 40px;
    }

    .invoiceTitle {
        padding: 8px 21px 8px 45px;
        min-height: 0px;
        font: normal 18px/20px arial;
    }

    .invoiceBody_bg {
        padding: 15px 21px 21px 21px;
    }

    .invoiceBody P {
        font: bold 14px/16px arial;
    }

    .invoiceLegal P {
        font: normal 13px/15px arial;
    }

    a.invoiceForm_submit {
        width: 160px;
        height: 36px;
        font: bold 24px/33px arial;
    }

    .invoiceForm_errorMsg P {
        font: bold 13px/15px arial;
        padding: 0 20px 8px 0;
    }

    ul.invoiceForm li {
        float: none;
        width: auto;
    }

        .invoiceSection li input, .invoiceSection .invoiceDetails_text input,
        ul.invoiceForm li input, .invoiceCombo select, .invoiceCombo span.customSelect {
            font-size: 16px;
        }
}

@media screen and (max-width: 414px) {
    .invoiceSection li input, .invoiceSection .invoiceDetails_text input,
    ul.invoiceForm li input, .invoiceCombo select, .invoiceCombo span.customSelect {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .invoiceTitle {
        padding: 8px 15px 8px 60px;
    }

    .invoiceBody_bg {
        padding: 15px 15px 15px 15px;
    }

    .invoiceSection li input, .invoiceSection .invoiceDetails_text input,
    ul.invoiceForm li input, .invoiceCombo select, .invoiceCombo span.customSelect {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    .invoiceSection li input, .invoiceSection .invoiceDetails_text input,
    ul.invoiceForm li input, .invoiceCombo select, .invoiceCombo span.customSelect {
        font-size: 12px;
    }
}
