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

#apptitle{
    text-align: center;
    font-size: 23px;
    position: relative;
    top: -22px;
}

#apptitlesapakim{
    text-align: center;
    font-size: 23px;
    position: relative;
    top: -22px;
    display: none;
}

.main{
    background-image: url(../img/bg.png);
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    overflow-y: auto;
}

#maincont{
    margin: 0 auto;
    float: none;
}

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

#logo{
    margin: 0 auto;
    float: none;
    text-align: center;
    cursor: pointer;
}

#logo img{
    width: 150px;
}

#loginpage{
    margin: 0 auto;
    float: none;
    border: 1px solid #6a2f89;
    padding: 30px 0 70px 0px;
    text-align: center;
    border-radius: 4px;
}

.uploadbutton{
    position: relative;
    height: 53px;
    font-size: 18px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 113px;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{
    float: left !important;
}

#searchresults{
    background: #e7e7e7;
    padding: 5px;
    position: absolute;
    z-index: 99999;
    width: calc(100% - 67px);
    top: 105px;
}

.resultrow{
    padding: 10px;
    border-bottom: 1px solid white;
    cursor: pointer;
}

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

#topdetheader{height: 55px;}


/* ENDS */

#connectext{
    position: relative;
    top: -30px;
    font-size: 24px;
    background: #ff9d6c;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 38px;
}

#loginpage #sep
{
    position: relative;
    top: -30px;
    width: 100%;
    border-bottom: 1px solid #6a2f89;
}

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

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

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

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

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

#loader img{
    width: 70px;
}

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

#username{
    font-size: 22px;
    float: right;
}


#imageform{
    display: none;
}

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

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

#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;
}

button#uploadBtn{
    display: none;
}


#logout{
    position: relative;
    top: 10px;
    left: -20px;
    font-size: 32px;
    cursor: pointer;
    z-index: 1;
    float: right;
}

#fulltask{
    cursor: pointer
}

#goback{
    float: left;
    margin: 14px 23px 0 6px;
    font-size: 22px;
    cursor: pointer;
}

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

#manualuploadbtn{
    width: 100%;
}

.addAlertBorder{
    border:1px solid red !important;
}

#taskdetailscont #snifdates{
    margin-bottom: 7px !important;
    margin-top: -16px !important;
}

#taskdetailscont #snifyears{
    margin-bottom: 7px !important;
}

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

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

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

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

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

#sniflist, #snifdates, #snifyears{
    width: 100%;
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
}

#employeedates, #employeeyears{
    width: 100%;
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
    display: none;
}

.fa-check-circle{
    float: left;
    font-size: 50px; 
    cursor: pointer;
}

#dlsalary, #dlallbtn, #sendmailbtn{
    width: 100%;
}

#dlemployeebtn{
    width: 48%;
    float: right;
}

#sendinmail{
    width: 48%;
    float: left;
}

#employeeid{
    position: relative;
    top: 13px;
    width: 80%;
    float: right;
}

/* ************************* */

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

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

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

#tripformcont select{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
}

#tripformcont input{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
    margin-top: -16px;
}

#newmainservicecont input{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
    margin-top: -16px;
}

#taskdetailscont input{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
    margin-top: -16px;
}

#taskdetailscont textarea{
    margin-top: -15px;
    direction: rtl;
    height: 150px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 19px;
    margin-bottom: 22px;
    box-shadow: none !important;
    width: 100%;
    padding: 15px;
}

#tripformcont textarea{
    margin-top: -15px;
    direction: rtl;
    height: 150px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 19px;
    margin-bottom: 22px;
    box-shadow: none !important;
    width: 100%;
    padding: 15px;
}

#newservicecont input{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
    margin-top: -16px;
}

#newservicecont textarea{
    margin-top: -15px;
    direction: rtl;
    height: 150px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 19px;
    margin-bottom: 22px;
    box-shadow: none !important;
    width: 100%;
    padding: 15px;
}

#newservicecont select{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
}

#editservicecont input{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
    margin-top: -16px;
}

#editservicecont textarea{
    margin-top: -15px;
    direction: rtl;
    height: 150px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 19px;
    margin-bottom: 22px;
    box-shadow: none !important;
    width: 100%;
    padding: 15px;
}

#editservicecont select{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
}

#newtaskcont input{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
    margin-top: -16px;
}

#newtaskcont textarea{
    margin-top: -15px;
    direction: rtl;
    height: 150px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 19px;
    margin-bottom: 22px;
    box-shadow: none !important;
    width: 100%;
    padding: 15px;
}

#sendtaskbtn{
    width: 100%;
}

#newtaskcont select{
    direction: rtl;
    height: 54px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
}

#newtaskcont #subservice{
    margin-top: -15px;
}

#editservicecont #subservice{
    margin-top: -15px;
}

#newtaskcont #docscan{
    margin-top: -10px;
    direction: rtl;
    height: 45px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    margin-bottom: 22px;
    box-shadow: none !important;
    width: 100%;
}

#docimage{
    display: none;
}

#addnewmainservice{
    float: right;
    font-size: 23px;
    position: relative;
    top: 14px;
    cursor: pointer;
}

#newservicelist{
    width: 90%;
    float: left;
}

#tripform{
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    background: #e7e7e7;
    padding: 8px;
    margin-top: 24px;
    cursor: pointer;
}

#tripformdl{
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    background: #e7e7e7;
    padding: 8px;
    margin-top: 24px;
    cursor: pointer;
}

#addnewservice{
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    background: #e7e7e7;
    padding: 8px;
    margin-top: 24px;
    cursor: pointer;
}

#addsubservice{
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    background: #e7e7e7;
    padding: 8px;
    margin-top: 4px;
    cursor: pointer;
}

#editservice{
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    background: #e7e7e7;
    padding: 8px;
    margin-top: 4px;
    cursor: pointer;
}

#servicelist{
    width: 100%;
    text-align: center;
    border: 1px solid #eee;
    background: #e7e7e7;
    padding: 8px;
    margin-top: 4px;
    cursor: pointer;
}

#smscont{
    height: 60px;
    position: relative;
    top: -6px;
}

#smstext{
    position: relative;
    top: -60px;
    left: -30px;
    width: 200px;
}

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

.jconfirm-buttons{
    width: 100%;
    text-align: center;
}

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

.datecont{
    float: none;
    margin: 0 auto;
}

#taskstablecont{
    height: 60vh;
    overflow-y: auto;
}

#taskstable{
    width: 100%;
    direction: rtl;
}

#taskstable tr#tableheader {
    background: #cfcfcf;
    font-size: 20px;
    line-height: 40px !important;
    font-weight: 600 !important;
}

tr#tableheader th{
    text-align: center;
}

#servicerowdet th{
    text-align: center;
    font-size: 15px;
    line-height: 47px;
    border-bottom: 1px solid #cfcfcf;
    font-weight: 400;
}


#servicerowdet #fulltext{
    width: 15%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

select#status{
    direction: rtl;
    height: 34px;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    box-shadow: none !important;
    padding: 0;
}

select#statuspop{
    width: 100%;
    direction: rtl;
    height: 34px;
    border-radius: 0;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    box-shadow: none !important;
    padding: 0;
}

#csvexport{
    font-size: 15px;
    cursor: pointer;
    float: right;
    margin-top: 30px;
    position: relative;
    top: -11px;
}

#statusfilter{
    float: left;
    position: relative;
    top: 14px;
}

#dashsearch{
    margin-bottom: 10px;
}

#statusfilter select{
    /* direction: rtl; */
    /* height: 34px; */
    /* border-radius: 0; */
    /* border: 1px solid #cfcfcf; */
    /* font-size: 15px; */
    /* box-shadow: none !important; */
    /* padding: 0; */
}

.sapakimfilter{
    position: relative !important;
    top: 3px !important;
    margin-bottom: 8px !important;
}

#sapakim{
    position: relative;
    top: 30px;
    left: 73px;
    font-size: 15px;
    float: left;
}

#sapakim a{
    color: black;
}

#previmg{
    cursor: pointer;
}

#taskstable th:nth-child(9){
    display: none;    
}

@media only screen and (max-width: 768px) {
    
}

@media only screen and (min-device-width : 320px) and (max-device-width : 414px) {

    #taskstable th:nth-child(1){
        display: none;    
    }

    #taskstable th:nth-child(3){
        display: none;    
    }  

    #taskstable th:nth-child(4){
        display: none;    
    } 

    #taskstable th:nth-child(6){
        display: none;    
    }

    #taskstable th:nth-child(7){
        display: none;    
    }

    #taskstable th:nth-child(9){
        display: block;    
    }

    #taskstable th:nth-child(2){
        width: 15%;
        text-align: center;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; 
    }

    #taskstable tr#tableheader{
        font-size:16px;
    }

    #employeedet{
        padding:0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 217px;
    }

    tr#tableheader th {
        font-size: 12px;
    }

    #mprevimg{
        width: 100%;
        margin: -10px 0 10px 0;
    }

    #closetakkpop{
        margin-top: 10px;
    }

}

#loader {
    /* border: 1px solid red; */
    position: absolute;
    top: 0px;
    font-size: 100px;
    margin: 25% 0 0 0;
    width: 100%;
    text-align: center;
}
#loader img {
    width: 200px; 
    height: 200px; 
}


/* #loader {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1000; 
    margin-top: 35%;
    width: 32%;
    font-Size: 20px;
    right: 100px;
    text-align: left;

} */



 .file-upload-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
}

.btn {
    padding: 10px 20px;
    margin: 10px;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary { background-color: #6a2f87; }
.btn-success { background-color: #28a745; }
.btn-warning { background-color: #ffc107; color: black; }



