html, body, div, span, h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif !important;
}
.arS input[type="text"], .arS input[type="password"], .arS select, .arS textarea {
    font-family: 'Cairo', sans-serif !important;
    font-size: 10px;
}
.arS select {
    padding: 5px !important;
}
.bgColor{background-color: #E7E9F2;}
.mainDiv{height: 100vh; width:100%; display: table;}
.innerDiv{display: table-cell; vertical-align: middle; text-align:center;}

.logoDiv{margin: 30px; position: absolute; top: 60px; width: 50%; margin: 0 auto;}
.logoDivSignUp{margin: 30px;}
.formDiv{position: absolute; top: 250px; width: 50%; height: 350px;}
.foot{position: absolute; bottom: -100px; width: 95% !important; margin: 0 auto;}

.logoStyle{width: 20% !important;}
.boxDiv{background-color: white; border-radius:10px; padding:20px; width: 50%; margin:0 auto; text-align:center; box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);}
.boxDivSignup{top:-15px; position: relative; background-color: white; border-radius:10px; padding:10px; width: 50%; margin:0 auto; text-align:center; box-shadow: 0px 0px 7px rgb(0 0 0 / 20%);}

.headingStyle{font-size:20px; text-align: left; font-weight: bold;}
.headingStyleAR{font-size:20px; text-align: right; font-weight: bold;}

.nafathButton{width: 50%; color: white; font-weight: bold; margin: 0 auto; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-bottom: 20px; border-radius: 5px; background-color: #319795; cursor: pointer;}
.emailButton{background-color: #1C1E4C;}

.w100P{width: 100%; margin: 0 auto; margin-top: 10px;}
.w50P{width: 50%; float: left;} 
.w70P{width: 70%; float: left;}  .w30P{width: 30%; float: left;} 
.leftAligned{text-align: left;}
.codeRegen{text-align: left !important;}

.box {
    position: relative;
    display: inline-block;
   /* top: 20px;
    margin-right: 20px;*/
    padding-bottom: 50px;
}
.randNum {
    background: none repeat scroll 0 0 #319795;
    /*border: 2px solid #ffffff;*/
    border-radius: 100px !important; /* 80% */ padding: 20px 20px 20px 20px !important; text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    /*padding: 5px 15px;
    position: absolute;*/
    position: relative;
    right: -10px; top: 30px;
    /* top: -40px; */
    margin: 10px;
}
.loadingImg{ /*top: 0px !important; left: 340px !important;*/
width: 100%; 
}

.tabButtons{width: 100%;}
.tabButtons .ajax__tab_header{font-size: 15px; padding: 10px; }
.tabButtons .ajax__tab_hover{font-weight: bold;}
.tabButtons .ajax__tab_tab{color: white; text-decoration: none !important;}
.tabButtons .ajax__tab_outer{width: 36%; margin: 0 auto; color: white !important;}
.tabButtons .ajax__tab_inner{background-color: #0C316F; padding: 6px 15px 3px 15px; border-radius: 10px;}
.nafathBG{background-color: #319795 !important;} .nafathOutline{border: 2px solid #319795;} .emailOutline {border: 2px solid #7E81D4;}
#UserLoginControl_tpcMain_tblNafath_tab .ajax__tab_inner{background-color: #319795 !important;}
.tabButtons .ajax__tab_active .ajax__tab_inner{font-weight: bold;}

.forgotDiv{width:100%; text-align: right;}
.buttonDiv{width: 100%; margin: 0 auto;}
.mrgn20{margin: 20px;}
.btnStyle{background-color: #1C1E4C !important; color: white; width: 40%;} .btnStyleNafath{background-color: #319795 !important; color: white; width: 40%;} 
.btnStyle:hover, .btnStyleNafath:hover{color: white !important; background-color: #94C11E !important;} 
.inputBoxStyle{width: 92% !important;} .inputBoxStyleAR{width: 92%; text-align: right;}
.width100percent{width: 108% !important; margin: 0 auto;}
.fieldStyle{}

.vAlignMid{display: flex; vertical-align: middle;}
.captchaImgStyle{width: 100%; height: 40px;}

/*#UserLoginControl_tpcMain_tplLogin_imgCaptcha{background-color: #037fff !important;}*/

.inputBoxStyle2{width: 75% !important;}

/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */
.langHolder{width: 100%; text-align: center;}
.zLeft{width: 100%;} .ar{text-align: right;}
#app-cover {
    display: table;
    /*width: 100px;
    margin: 80px auto; */ margin: 30px; counter-reset: button-counter;}
  
  .zLeft .row {display: table-row;}
  .zLeft .toggle-button-cover {
    display: table-cell; position: relative;
   /* width: 200px; height: 140px; */
    box-sizing: border-box;
  }
  
  .zLeft .button-cover {
    margin-top: 15px;
    /*height: 100px; margin: 20px; background-color: #fff; box-shadow: 0 10px 20px -8px #c5d6d6; border-radius: 4px;*/
  }
  
  .zLeft .button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: relative; /*absolute */
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
  }
  
  .zLeft .button-cover, .zLeft .knobs, .zLeft .layer { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
  
  .zLeft .button {
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: -20px auto 0 auto;
    overflow: hidden;
  }
  
  .zLeft .button.r, .zLeft .button.r .layer {border-radius: 100px;}
  .zLeft .button.b2 {border-radius: 2px;}
  .zLeft .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }
  .zLeft .knobs {z-index: 2;}
  .zLeft .layer {width: 100%; background-color: #CACFE5; transition: 0.3s ease all; z-index: 1;}
  
  
  /* Button 3 */
  #button-3 .knobs:before {
    content: "AR";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 20px;
    height: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #1C1E4C;
    border-radius: 50%;
    transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  }
  
  #button-3 .checkbox:active + .knobs:before {width: 46px; border-radius: 100px;} 
  #button-3 .checkbox:checked:active + .knobs:before {margin-left: -26px;}
  #button-3 .checkbox:checked + .knobs:before {
    content: "EN";
    left: 42px;
    background-color: #7E81D4;
  }
  #button-3 .checkbox:checked ~ .layer {background-color: #CACFE5;}/*background for EN*/





/* FOr Login.aspx */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html, body {
   /* font-family: 'Poppins', sans-serif !important;*/
    font-size: 13px !important;
    font-weight: 400;
    color: #555;
    padding: 0px;
    margin: 0px;            
}

.login {
    text-align: center;
}

/*Classes for Signup */
.nameField{width: 26% !important; float: left;} .nameFieldAR{width: 26% !important; float: right;} .mR{margin-right: 36px;} .mL{margin-left: 36px;}


.width-60 {width:55%; height:100vh; padding:0rem 1.75rem; float:right;}
.width-60 table {width:100%; height:80vh; max-width:400px; margin:0 auto;}
.mb-lg-20, .my-lg-20 {margin-bottom:5rem !important;}
.text-center {text-align:center !important;}
.mb-10, .my-10 {margin-bottom:2.5rem !important;}
.font-size-h1 {font-size:1.9rem !important; margin-bottom:0.5rem;}
.text-muted {color:#B5B5C3 !important;}
.font-weight-bold {font-weight:500 !important;}
p {margin-top:0; margin-bottom:1rem;}
/*
.form-control.form-control-solid {background-color: #f6fbff; border-color: #F3F6F9; color: #003265;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;}
.h-auto {height:auto !important;}

a.text-hover-primary, .text-hover-primary {color:#4085ae !important;}
.pl-6, .px-6 {padding-left:1.5rem !important;}
.pr-6, .px-6 {padding-right:1.5rem !important;}
.pb-5, .py-5 {padding-bottom:1.25rem !important;}
.pt-5, .py-5 {padding-top:1.25rem !important;}
.form-control {
    display: block; background-color: #003265;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b543f;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-top-color: rgb(228, 230, 239);
    border-right-color: rgb(228, 230, 239);
    border-bottom-color: rgb(228, 230, 239);
    border-left-color: rgb(228, 230, 239);
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input, button, select, optgroup, textarea {margin:0; font-family:inherit; font-size:inherit; line-height:inherit;}
*/
.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-primary:focus:not(.btn-text), .btn.btn-primary.focus:not(.btn-text) {color: #FFFFFF; background-color: #187DE4; border-color: #187DE4;}
.btn:hover:not(.btn-text), .btn:focus:not(.btn-text), .btn.focus {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    }
.btn.btn-primary {color: #FFFFFF; background-color: #3699FF; border-color: #3699FF; float: right;}
.btn-primary:hover {color: #ffffff; background-color: #1086ff; border-color: #037fff;}
.btn:hover {color: #3F4254; text-decoration: none;}
.btn {outline: none !important; vertical-align: middle; -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    border-radius: 0.42rem; border: 0px; cursor: pointer;}
.font-weight-bold {font-weight: 500 !important;}
.pl-9, .px-9 {padding-left: 2.25rem !important;}
.pr-9, .px-9 {padding-right: 2.25rem !important;}
.pb-4, .py-4 {padding-bottom: 1rem !important;}
.pt-4, .py-4 {padding-top: 1rem !important;}
.mb-3, .my-3 {margin-bottom: 0.75rem !important;}
.mt-3, .my-3 {margin-top: 0.75rem !important;}
.width-60 table td .flex-div {display:flex;}
.width-60 table td .btn-submit {display: block;}
a.text-hover-primary:hover, .text-hover-primary:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    color: #3699FF !important;
    }
a:hover {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease; text-decoration: underline !important;
    }
a.text-hover-primary, .text-hover-primary {
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;font-size: 13px; text-decoration: none;
    }
.text-dark-50 {color: #7E8299 !important;}
.mb-3, .my-3 {margin-bottom: 0.75rem !important;}
.mt-3, .my-3 {margin-top: 0.75rem !important;}
.mr-2, .mx-2 {margin-right: 0.5rem !important;}
.top-0 {top: 0 !important;}
.right-0 {right: 0 !important;}
.text-right {text-align: right !important;}
.width-40 {width: 40%; height: 100vh; float: left; background: url("images/bg-4.jpg") no-repeat top left; background-size: cover;}

.width-50 {width: 50%; height: 100vh; float: left; background: url("../images/bg-4.png") no-repeat top left; background-size: cover;}
.width-50Login {width:50%; /*height:100vh; padding:0rem 1.75rem;*/ float:left;}    

.flex-center {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.flex-column-fluid {-webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto;}
.flex-column {-webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important;}
.justify-content-center {-webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important;}
.login-logo {text-align: left;}
.login-logo img {width: 20%;}
.padding-40 {padding:2.5rem !important;}
.text-white {color:#fff !important;}
.opacity-80 {opacity:0.8 !important;}
.hv100 {margin-top:35%;}
.folderheader {padding: 1.5rem 1.75rem; border-bottom: 1px solid #EBEDF3; font-weight: 500; font-size: 1.3rem; color: #181C32; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify;
    justify-content: space-between;}
.modalPopup {border-width: 0px !important; border-style: solid; border-color: #2882BD; background-color: White; padding: 0px !important; width: 450px !Important; height: auto !important;
    border-radius: 0.42rem; min-width: 896px; max-width: 960px; width: 100% !important; left: auto;}
.table-padding {padding: 0.5rem 1.75rem 1.75rem 1.75rem;}
.login-control-tbl {max-width: 100% !important; height: auto !important;}

input[type="text"], input[type="password"], select, textarea {
    display: block; width: 100% !important; height: 10px; padding: 0.65rem 1rem; font-size: 0.9rem;
    font-weight: 100; line-height: 1; color: #3F4254; background-color: #F3F6F9; border-color: #F3F6F9; background-clip: padding-box; border: 1px solid #E4E6EF; border-radius: 0.42rem;
    -webkit-box-shadow: none; box-shadow: none; line-height: 0px; margin-top: 0.875rem; margin-bottom: 0.875rem; -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;}

    .modal-footer {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; padding: 1.5rem; margin-top: 0px; border-top: 1px solid #EBEDF3; border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;}
select{height: 30px; font-size: 0.8rem; margin-bottom: 0.875rem !important;}    
.login-control-tbl tbody td {font-size: 1rem; font-weight: 400; color: #3F4254; line-height: 0px;}

/* Mobile Version */

@media (min-width: 300px) and (max-width: 540px){ 
    .mainDiv{position: relative; top: -145px;}
    .logoStyle{ width: 40%;

        -webkit-filter: drop-shadow(2px 2px 0 #E7E9F2)
                drop-shadow(-2px 2px 0 #E7E9F2)
                drop-shadow(2px -2px 0 #E7E9F2)
                drop-shadow(-2px -2px 0 #E7E9F2);

filter: drop-shadow(2px 2px 0 #E7E9F2)
        drop-shadow(-2px 2px 0 #E7E9F2)
        drop-shadow(2px -2px 0 #E7E9F2)
        drop-shadow(-2px -2px 0 #E7E9F2);

    }
    .boxDiv{width: 80%;} .boxDivSignup{width: 80%;}
    .inputBoxStyle{width: 87%;} 
    .logoWidth{width: 50%;}
    .forgotDiv{ margin-bottom: 15px}
    .tabButtons .ajax__tab_outer{width: 50%; margin: 0 auto;}
    .formDiv{top:250px !important;}
    .foot{bottom: -190px !important;}
    .w50P{font-size: 15px !important;}
    .w100P{ margin-top: 0px;}
    .w70P{width: 100%; float: left; margin-bottom: 10px; text-align: center;}  .w30P{width: 100%; float: left; margin-bottom: 10px;} 

    .nameField{width: 23% !important;} .nameFieldAR{width: 24.5% !important;} 

}

@media screen and (max-width: 768px) {
.width-40 {width:100%; height:auto; background-size:180%;}
.width-50 {width:100%; height:30vh; background-size:180%;}
.hv100 {margin-top:5%;}
.width-60 {width:auto; height:auto; float:none;}
.width-50Login {width:auto; height:auto; float:none;}
.width-60 table {height:auto;}
.font-size-h1 {font-size:1.8rem !important;}

.logoDiv{margin: 30px; position: absolute; top: 70px; width: 100%; margin: 0 auto;}
.logoStyle{width: 40% !important;}
.formDiv{position: absolute; top: 290px; width: 100%; height: 300px;}
.foot{position: absolute; bottom: -150px; width: 90%; margin: 0 auto;}
.inputBoxStyle{width: 94%;}

.w50P{width: 100%; padding-bottom: 10px; text-align: center; font-size: 16px;} .captchaImgStyle{width: 35%;} .inputBoxStyle2{width: 92% !important;}
.codeRegen{text-align: center !important;}

.nameField{width: 24% !important;} .nameFieldAR{width: 24% !important;} 

}

@media (max-width: 1399px){
    .nameField{width: 24.5% !important;} .nameFieldAR{width: 24.5% !important;} 
}

@media screen (max-width: 1200px) and (min-width: 1400px) {
    .logoDiv{margin: 30px; position: absolute; top: 30px; width: 50%; margin: 0 auto;} .logoStyle{width: 12%;}
    .formDiv{position: absolute; top: 250px; width: 50%; height: 350px;}
    .foot{position: absolute; bottom: -100px; width: 90%; margin: 0 auto;}
    .inputBoxStyle{width: 96%;} .inputBoxStyle2{width: 92% !important;}
    .captchaImgStyle{width: 20% !important;}
}

/* classes for UserLoginControl.ascx */

.txtbox {
    background-color: #f0fafb;
    height: 25px;
    width: 250px;
    font-size: 1.0em !important;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
    border: inset 1px #b3b9c3;
    border-radius: 3px;
    box-shadow: 0px 0px 2px black;
    border: none;
}

body {
    font-family: Arial;
    font-size: 10pt;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border-radius: 0.42rem;
    padding: 0;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .modalPopup .body {
        padding: 10px;
        min-height: 50px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
.float-left {float: left;}
.float-right {float: right;}
.w-10 {width: 10%;}
.w-90 {width: 90%;}
.text-right {text-align: right;}
.btn-primary-save, .btn-primary-save:focus {background-color: #e1f0ff !important; border-color: #e1f0ff !important; color: #3699FF !important; line-height: 2; font-weight: 400; border: 0px; border-radius: 0.42rem;
    padding: 0.55rem 0.75rem; font-size: 1rem;}