@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
body {
    margin: 0;
    font-family: 'Open Sans Hebrew', sans-serif;
}

.main{
    background-image: url(../img/bg.png);
    width: 100%;
    /*height: 100vh;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 468px;
    min-height: 800px;
}

#maincont{
    height: auto;
}

#tophead{
    padding: 7px 20px 40px 20px;
    border-bottom: 1px solid #b2b1b1;
    font-size: 22px;
    background: #6d2d87;
    color: white;
}

#logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 150px;
}

#loginid{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    width: 74%;
}

.popupinsidetext{
    text-align: center;
    font-size: 22px;
}

.jconfirm-buttons, .jconfirm-buttons button{
    width: 100%;
}

.okinvoice{
    width: 49% !important;
    float:right;
}

.cinvoice{
    width: 49% !important;
    float:left;
}

#loginbtn{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 74%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 3px;
    cursor: pointer;
}

#footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: black;
    color: white;
    text-align: center;
    padding: 10px;
    max-width: 468px;
}

#dark{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
}

.loader {
  margin: 0 auto;
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #6d2d87; /* Blue */
  border-radius: 50%;
  width: 43px;
  height: 43px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#loader{
    z-index: 9999;
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    direction: rtl;
    color: white;
    font-size: 22px;
    text-align: center;
}

#loader img{
    width: 70px;
}

#detcont{
    direction: rtl;
    padding: 20px;
    height: 506px;
}

#username{
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: -20px;
}

#amountext{
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px
}

#expensetype{
    width: 70%;
    padding: 0 12px 0px 0px;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 22px;
    background: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 53px;
}

#subexpense{
    width: 70%;
    padding: 0 12px 0px 0px;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 22px;
    background: white;
    height: 53px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -13px;
}

#amount{
    width: 70%;
    padding: 0 12px 0px 0px;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 22px;
    background: white;
    height: 56px;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -13px;
}

#invoice{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        width: 70%;
        color: #868686;
        background: #ffffff;
        font-size: 22px !important;
        border: none;
        padding: 3px;
        cursor: pointer;
        border: 1px solid #e7e7e7;
        margin-top: -12px;
        line-height: 46px;
}

#sendinvoice{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 70%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 3px;
    cursor: pointer;
    margin-top: -6px;
    line-height: 45px;
}


#imageform{
    display: none;
}

canvas{
    display: none !important;
}

#closekopa{
    /*display: none;*/
    width: 93px;
    color: #fff;
    background: #6a2f87;
    font-size: 13px !important;
    border: none;
    padding: 6px;
    cursor: pointer;
    margin-top: 16px;
    float: left;
}

#kopacont{
    height: 410px;
    overflow-y: auto;
}

#closekopabtn{
    display: none;
    width: 100px;
    color: #fff;
    font-size: 13px !important;
    border: none;
    padding: 6px;
    cursor: pointer;
    margin-top: 16px;
    float: left;
}

table{
    direction: rtl;
}

table th, td{
    text-align: center;
}

#closekopaheader{
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    font-weight: bold;
}

.jconfirm-title{
    display: block !important;
}

.jconfirm-content-pane{
    text-align: right !important;
    direction: rtl !important;
}

#invoiceprev{
    cursor: pointer;
}

#adminbtn{
    float: left;
    margin: 16px 0px 0px 30px;
    font-size: 19px;
    border: 1px #e7e7e7 solid;
    padding: 10px;
    color: white;
    background: #6a2f89;
    width: 50px;
    text-align: center;
    position: absolute;
}

#admincont{
    height: 600px;
    overflow: auto;
}


#reports{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: -3px;
    text-align: center;
}

#csvupload{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 25px;
    text-align: center;
    direction: rtl;
}

button#uploadBtn{
    display: none;
}

#invoices{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 25px;
    text-align: center;
    direction: rtl;
}

#fromdate{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

#todate{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

#kopareport{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

#singlekopa{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;  
}

#invoicebyid{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;  
}

#singleinvoice{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;  
}

#invoicereport{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;  
}

#changekopaid{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;  
}

#changekopa{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 25px;
    text-align: center;
    direction: rtl;
}

#onekopa{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 25px;
    text-align: center;
    direction: rtl;
}

#addnewuser{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 25px;
    text-align: center;
    direction: rtl;
}

#kopapreview{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    color: #fff;
    background: #6a2f87;
    font-size: 22px !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 25px;
    text-align: center;
    direction: rtl;
}

input#kopaprevid{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

button#kopaprevbtn{
    margin: 30px 0px 0 60px;
    padding: 10px 20px 10px 20px;
    width: 74%;
}

#exereport{
    margin: 30px 0px 0 60px;
    padding: 10px 20px 10px 20px;
    width: 74%;
}

#editkopabtn{
    margin: 30px 0px 0 60px;
    padding: 10px 20px 10px 20px;
    width: 74%;
}

#updatekopabtn{
    margin: 59px 0px 0px 60px;
    width: 100px;
    height: 40px;
    font-size: 20px;
}

#delkopa{
    margin: 58px;
    width: 100px;
    height: 40px;
    font-size: 20px;
    float: left;
}

#kopaamount{
    width: 75%;
    padding: 0 12px 0px 0px;
    color: #495057;
    vertical-align: middle;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-size: 22px;
    background: white;
    height: 53px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 57px;
    text-align: right;
    direction: rtl;
}

#addusername{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

#adduserid{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

#adduseramount{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

#adduseremail{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

#adduserphone{
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    color: black;
    outline: 0;
    border: 0;
    height: 53px;
    z-index: 4;
    border-bottom: 1px black solid;
    direction: rtl;
    font-size: 22px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 74%;
}

#addnewuserbtn{
    margin: 30px 0px 0 60px;
    padding: 10px 20px 10px 20px;
    width: 74%;
}