﻿/* DEFAULTS
----------------------------------------------------------*/
body {
    background: #b6b7bc;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
    direction: rtl;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.helpLink {
    font-size: 14px;
    cursor: pointer;
    color: Blue;
    text-decoration: underline;
}

a {
    cursor: pointer;
    text-decoration: underline;
    color: Blue;
}

    a:link, a:visited {
        color: Blue;
    }

    a:hover {
        color: Black;
        text-decoration: none;
    }

    a:active {
        color: #034af3;
    }

.page {
    width: 100%;
    max-width: 780px;
    min-height: 80%;
    padding-bottom: 20px;
    background-color: #f6d78c;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    border-bottom: 0px;
    font-size: 100%;
}

h1, h2, h3, h4, h5 {
    margin: auto;
    margin-top: 5px;
}

input[type="checkbox"] {
    vertical-align: middle;
}

/*עיצוב מסך כניסה והרשמה*/
.LoginLeftTD {
    text-align: right;
    width: 50%;
}

.LoginRightTD {
    text-align: left;
    width: 50%;
}

.LoginTB {
    width: 100px;
}

.errorDiv {
    color: Red;
}

.kuponText {
    font-size: 14px;
    font-weight: bold;
}

.registerTable {
}

    .registerTable td {
        height: 40px;
    }

/*עיצוב מאסטר*/
.MenuDiv {
    position: fixed;
    float: right;
    z-index: 8;
    border: 1px solid #b6b7bc;
    background-color: #fff;
    margin-right: 10px;
    margin-top: 10px;
}

    .MenuDiv a {
        display: inline-block;
        padding: 5px 5px 5px 5px;
        border: 1px solid #b6b7bc;
        width: 75px;
        text-align: center;
    }

.LinksDiv {
    display: none;
    padding: 5px 5px 0px 5px;
}

.ExitLink {
    padding: 5px 0px 5px 0px !important;
    border: 0px !important;
    width: auto !important;
}

.headerImage {
    max-width: 90%;
}

.MainContent {
    height: 80%;
}

.headerImageContainer {
    height: 10%;
    background-color: #256608;
    margin-bottom: 10px;
}


/*עיצוב כללי בעמוד*/
table {
    width: 100%;
}

input[type="submit"] {
    width: 60%;
    max-width: 154px;
    background-color: White;
    height: 50px;
    background-color: #502a0d;
    border-color: #edaf1a;
    border-width: 2px;
    border-top-left-radius: 5px;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    margin: 20px 10px 30px 20px;
    cursor: pointer;
}

.buttonBig {
    width: 70% !important;
    max-width: 174px !important;
    height: 70px !important;
    font-size: 25px !important;
}

.buttonSmall {
    width: 30% !important;
    max-width: 134px !important;
    height: 40px !important;
    font-size: 18px !important;
}

.DivMain a {
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    border: 1px solid Black;
    height: 30px;
    width: 120px;
    display: inline-block;
    font-size: 18px;
}

.divExpand span {
    display: inline-block;
    width: 60px;
    text-align: right;
}

.dateTB {
    width: 111px;
}

.PageTB {
    width: 140px;
}

.PageDDL {
    width: 144px;
}

.pageDDLCB {
    width: 70%;
    margin: 20px auto;
    border: 1px solid;
}

    .pageDDLCB td {
        width: 20%;
        text-align: right;
        white-space: nowrap;
    }

.PageTextArea {
    width: 140px;
    padding: 1px;
}

.textAreaHeight {
    height: 50px;
    vertical-align: middle;
}

.mainTable {
    width: 100%;
    max-width: 300px;
}

.Menu {
    width: auto;
}

    .Menu a {
        padding: 10px 10px 10px 10px;
    }

    .Menu table {
        width: auto;
    }

.LBcss {
    max-height: 200px;
    min-width: 80px;
    width: 100%;
}

.tblUpdateCss {
    vertical-align: top;
}

.blUpdateCss td {
    padding: 5px 5px 5px 5px;
}

GridViewFirstCell .GridViewcss {
    width: 100%;
    text-align: center;
    direction: rtl;
    font-size: 10px;
}

.GridViewFirstCell {
    max-width: 40px;
}

.GridViewCell {
    max-width: 120px;
}

.GridViewCell1 {
    direction: ltr;
    color: Red;
}

.GridViewCell2 {
    direction: ltr;
}

.GridViewLastCell {
    max-width: 180px;
}

.GVheaderCss {
    font-size: 12px;
}

.rowCss {
    height: 50px;
    vertical-align: middle;
}

.divGridView {
    width: 100%;
}

.PageRightSpan {
    display: inline-block;
    width: 80px;
    text-align: left;
}

.DateRightSpan {
    display: inline-block;
    width: 80px;
    text-align: left;
    vertical-align: bottom;
}

.PageDivLine {
    padding-bottom: 20px;
}

.DateSpan {
    display: inline-block;
    width: 24px;
    text-align: left;
}


.ddlcbCss {
    text-align: right !important;
    direction: rtl !important;
}

.SearchLbl {
}

.DivDateOptions {
    z-index: 8;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #000000;
    min-width: 115px;
}

    .DivDateOptions div {
        padding: 8px 0px 8px 0px;
        border-bottom: 1px solid black;
    }

.spanDatePersonal {
    cursor: pointer;
    width: 113px;
    display: inline-block;
    border: 1px solid black;
    padding: 3px 0px 3px 0px;
}

.Right {
    text-align: right;
}

.Left {
    text-align: left;
}

.topTranLinks {
    font-size: 16px;
}

.UserTableMain {
    width: 100%;
    display: inline-block;
}

    .UserTableMain td {
        vertical-align: top;
    }

.UserTableRightCol {
    text-align: right;
    width: 60%;
}

.UserTableLeftCol {
    text-align: right;
    width: 40%;
}

.UserTableCenter {
    text-align: center;
}

.UserSettingRightTd {
    text-align: left;
    width: 30%;
    padding-left: 5px;
}

.UserSettingMidTd {
    text-align: right;
    width: 40%;
}

.UserSettingLeftTd {
    text-align: right;
    width: 30%;
}

.UserSettingCenterTd {
    text-align: center;
    font-size: 14px;
}

.UserTableSpace {
    padding: 10px;
}

.UserTableMain label {
    line-height: 300%;
}

.incomeBtn img {
    width: 41%;
    float: right;
}

.expenseBtn img {
    width: 41%;
    float: left;
}

.label {
    background-color: #502a0d;
    border-color: #edaf1a;
    border-width: 2px;
    border-top-left-radius: 5px;
    font-size: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    margin: auto;
    max-width: 50%;
}

.footer {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    height: 190px;
    width: 100%;
    text-align: center;
    max-width: 780px;
    background-color: #f6d78c;
    margin: 0px auto;
    border: 1px solid #496077;
    border-top: 0px;
}

    .footer .btn {
        vertical-align: top;
        display: inline-block;
        zoom: 1;
        background-color: #088605;
        border: 3px solid #000000;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 20%;
        height: 60px;
        border-bottom-right-radius: 5px;
        padding-top: 3%;
        color: #fff;
        text-decoration: none;
    }

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.footer .btn a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 25%;
    vertical-align: middle;
}

/*דריסת לוח שנה*/
.ajax__calendar .ajax__calendar_container {
    z-index: 8;
}

/*דריסת עיצוב של רשימה נפתחת של בחירה מרובה */
div.dd_chk_drop div#buttons input {
    width: 66px !important;
}

.aspNetDisabled {
    width: 100px;
}

div.dd_chk_select div#caption {
    text-align: right !important;
}

div.dd_chk_drop {
    text-align: right !important;
    width: 142px !important;
}

    div.dd_chk_drop span {
        line-height: 300%;
    }

    div.dd_chk_drop label {
        vertical-align: middle !important;
    }

div.dd_chk_select div#caption {
    margin-left: 20px !important;
    margin-right: 2px !important;
}

div.dd_chk_select {
    background-position: left center !important;
}

/* עיצוב של הפופ אפ */
#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}

.popup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 70%;
    width: 80%;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
    text-align: right;
}

    .popup h1 {
        text-align: center;
        color: #6FA5FD;
        font-size: 22px;
        font-weight: 700;
        border-bottom: 1px dotted #D3D3D3;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }

    .popup .close {
        font-size: 14px;
        line-height: 14px;
        right: 6px;
        top: 4px;
        position: absolute;
        color: #6fa5fd;
        font-weight: 700;
        display: block;
        cursor: pointer;
    }

    .popup .closeEnd {
        font-size: 14px;
        vertical-align: bottom;
        display: block;
        cursor: pointer;
        text-align: center;
        position: absolute;
        bottom: 0px;
        left: 100px;
    }
/*לתכנות*/
.MenuDiv {
    display: none;
}

.DivMain {
    display: none;
}

.GoToMainPage {
    display: inline-block;
    padding: 10px 0px 0px 0px;
    text-align: right;
    width: 45%;
}

.Exit {
    display: inline-block;
    padding: 10px 0px 0px 0px;
    text-align: left;
    width: 45%;
}

/*calendar*/


.ajax__calendar_title {
    width: 100% !important;
}

.ajax__calendar_header {
    margin: auto !important;
    width: 100% !important;
}

.ajax__calendar_body {
    width: 100% !important;
    height: 239px !important;
}

.ajax__calendar_container {
    left: auto !important;
    top: auto !important;
    position: relative !important;
    width: 90% !important;
    margin: 0px auto !important;
    font-size: 15px !important;
    height: 290px !important;
}

.ajax__calendar_day, .ajax__calendar_months, .ajax__calendar_years {
    font-size: 15px !important;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    width: 90% !important;
    height: 100% !important;
    position: relative !important;
}

#MainContent_CalendarExtender1_daysTable, #MainContent_CalendarExtender1_monthsTable, #MainContent_CalendarExtender1_yearsTable, #MainContent_CalendarExtender2_daysTable, #MainContent_CalendarExtender2_monthsTable, #MainContent_CalendarExtender2_yearsTable {
    height: 230px !important;
}

.ajax__calendar_container TABLE {
    font-size: 15px !important;
}


.helpBtn {
    margin: 0px 10px 0px 5px;
}

.pendingTrans {
    font-weight: bold;
    background-color: yellow !important;
    font-size: 16px;
    color: #088605 !important;
}

.PageRadioBtn {
    list-style: none;
    margin: 0 10px;
    padding: 0;
}

    .PageRadioBtn.horizontal li {
        display: inline;
    }

    .PageRadioBtn label {
        display: inline;
        margin-left: 10px;
    }

.bigtextbox {
    height: 35%;
    width: 95%;
    max-width: 800px;
}
