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

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

#exportinsurancereport{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 102px;
    padding: 4px 0 4px 0;
    margin-bottom: 20px;
    cursor: pointer;
    float: right;
}

#resend{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 75px;
    padding: 4px 0 4px 0;
    margin-bottom: 20px;
    cursor: pointer;
    float: right;
    margin-right: 8px;
}

#resetemp{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 75px;
    padding: 4px 0 4px 0;
    margin-bottom: 20px;
    cursor: pointer;
    float: right;
    margin-right: 7px;
    text-align: center;
}

#fresetemp{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 75px;
    padding: 4px 0 4px 0;
    margin-bottom: 20px;
    cursor: pointer;
    float: right;
    margin-right: 7px;
    text-align: center;
}

#maincont{
    margin: 0 auto;
    float: none;
    height: 100vh;
}

#paymentext{
    width: 330px;
    margin: 0 auto;
    border: 3px solid #e7e7e7;
    padding: 11px;
    margin-bottom: 20px;
    text-align: center;
}

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

#newphone{
    border-radius: 0;
    height: 40px;
    margin-bottom: 10px;
}

.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% - 72px);
}

.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: white;
    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;
    z-index: 99999999;
    display: none;
}

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

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

#loadercont{
    text-align: center;
    position: absolute;
    color: white;
    width: 100%;
    top: 200px;
    z-index: 99999999;
}


#loader{
    border-radius: 25px;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 170px;
    height: 140px;
    direction: rtl;
    color: black;
    font-size: 22px;
    text-align: center;
    background: #e7e7e7;
    padding-top: 35px;
}

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

#adminactions{
    width: 570px;
    float: none;
    margin: 0 auto;
}

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


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

.toptext{
    text-align: right;
    width: 350px;
    margin: 0 auto;
    position: relative;
    top: -10px;
}

.wrapper canvas {
    border: 3px solid black;
    width: ˝;
}

.wrapper{
        width: 350px;
        margin: 0 auto;
        text-align: center;
        display: none;
}

#delsign{
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    cursor: pointer;
}

#signcont{
    width: 300px;
    margin: auto;
    height: 120px;
}

#signcont button{
    width: 300px;
    margin-top: 20px;
}

#sendsigncont{
    width: 300px;
    margin: auto;
    display: none;
}

#sendsigncont button{
    width: 300px;
    margin-top: 20px;
}

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

.jconfirm-buttons{
    width: 100%
}

.jconfirm-buttons button{
    width: 100%
}

#employeeid{
    direction: rtl;
    height: 45px;
    border-radius: 0;
    border: 1px solid #efefef;
    border-bottom: 1px solid #562669;
    font-size: 17px;
    margin-bottom: 22px;
    box-shadow: none !important;
    background: none;
    padding: 0;
    float: right;
    width: 85%;
}

#validid{
    float: left;
    width: 15%;
    font-size: 40px;
    padding: 5px;
    cursor: pointer;
}

.validated{
    color: green;
}

.nvalidated{
    color: red;
}

#docslist{
    display: none;
    width: 350px;
    margin: 0 auto;
}

.cb-row{
    float: right;
    width: 100%;
}

.cbright{
    float: right;
    width: 50%;
}

.cbleft{
    float: left;
    width: 50%;
    text-align: left;
}


.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  display: none;
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
  top: 5px;
  border-radius: 50%;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

#watchlink{
    display: none;
    width: 350px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

#watchlink a{
    color: black;
    font-size: 16px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 5px;
}

#restday{
    direction: rtl;
    height: 42px;
    border-radius: 0;
    border: 1px solid #efefef;
    font-size: 18px;
    box-shadow: none !important;
    border-top: 2px solid #2ecc71;
}

#toptext{
    text-align: right;
    margin-top: 40px;
    font-weight: 300;
}

#userpersonaldet{
    width: 350px;
    margin: 0 auto;
    position: relative;
    top: -13px;
}

.userfname{
    float: right;
    font-size: 16px;
    font-weight: 300;
    color: #552768;
}

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

.jconfirm-buttons{
    width: 100%
}

.jconfirm-buttons button{
    width: 100%
}

.userphone{
    float: left;
    font-size: 16px;
    font-weight: 300;
    color: #552768;
}


#genericcont button{
    width: 100%;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

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

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

    #maincont{
        padding: 0px;
    }

    #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(8){
        display: none;    
    }

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

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

    select#status{
        
    }

    #adminactions {
        width: 100%;
    }
}