﻿
/*****************General Style*/

body, html {
    font-family: 'Adobe Arabic';
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    min-height: 100%;
    
}

.main_content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
      width: 1280px;
    height: 800px;
 
}
.tab-pane{
  height:inherit;
  width:inherit;
   
 
}
.tdContent {
    background-color: transparent;
    padding: 20px;
    
}
.tdContentES {
    background-color: transparent;
    padding:0px 10px 0px 10px;
    
}
.tdTopQuestion{

  margin: 0px; padding: 0px; height: 60px;
    
}
.contentTb {
    height: 100%;
    width: 100%;
    min-height: inherit;
  
}
.QCounterDiv {
    z-index: 2;
    position: absolute;
    width: 15%;
  
    background-color: white;
    top: 12.8%;
    left: 3%;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
}
.topQuestion {
    color: #ffffff;
    background-color: #3ec000;
    font-family: Khalid Art bold;
    font-size: 25px;
    border-radius: 10px;
   
    height: 60px;
    padding: 10px 30px;
    vertical-align: top;
  
    margin:10px;
}


.refresh {
    width: 173px;
    height: 70px;
    position: absolute;
    left: 65px;
    top: 4%;
    background-image: url('../images/refreshbg.png');
    background-repeat: no-repeat;
}

    .refresh > img {
        display: block;
        margin: auto;
        vertical-align: middle;
        margin-top: 15px;
        padding-right: 35px;
    }
.right-to-left li {
    float: right;
}
#exTab3 {
    position:absolute;
    top:17%;
     width: 100%;
}
#exTab3 .tab-content {
   border: 5px solid #fd7a00;
    border-width: 6px 2px 2px;
  
    margin-right:20px; margin-left:20px;
    border-radius: 10px;
   
    padding-bottom: 0px;
    height:550px;
    min-height:550px;
}


#exTab3 .nav-tabs {
    margin: -8.1px;
    list-style-type: none;
    line-height: 35px;
    max-height: 65px;
    overflow: hidden;
    display: inline-block;
    padding-right: 100px;
    border-bottom: none;
}

    #exTab3 .nav-tabs > li.active {
        z-index: 2;
        background: #fd7a00;
    }

        #exTab3 .nav-tabs > li.active > a {
            color: white;
        }

    #exTab3 .nav-tabs > li {
        float: right;
        margin: 5px -10px 0;
        border-top-right-radius: 25px 170px;
        border-top-left-radius: 20px 90px;
        padding: 0 30px 0 25px;
        height: 170px;
        background: #ddd;
        position: relative;
        box-shadow: 0 10px 20px rgba(0,0,0,.5);
    }

        #exTab3 .nav-tabs > li > a {
            background-color: transparent;
            border: none;
            font-size: 25px;
            font-family: Khalid Art bold;
            color: #a1a1a1;
        }

.nav > li > a {
    position: relative;
    display: block;
    padding: 11px 15px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.pageTitle {
    font-family: Khalid Art bold;
    font-size: 34px;
    color: #ffffff;
    position: fixed;
    z-index: 999;
    left: -20%;
    top:27px;
    width: 100%;
    direction:rtl;
}

    .pageTitle > span {
        color: Yellow;
    }



.subtopQuestion {
    color: #221e1f;
    background-color: #c7e9f9;
    font-family: 'Adobe Arabic';
    font-size: 35px;
    border-radius: 10px;
    width: 100%;
    height: 100px;
    padding: 18px 15px;
    vertical-align: top;
    margin-bottom: 5px;
    font-weight: bold;
}

a[class='correct'][disabled='disabled'], .Choice[disabled='disabled'] {
    opacity: 1;
}

a[class='wrong'][disabled='disabled'], .Choice[disabled='disabled'] {
    opacity: 1;
}

.center {
    margin-right: 10px;
    margin-left: 10px;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    cursor: pointer;
}
/************************* Clear Fix took for HTML 5 Boilerlate*/

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}




/*1st tab  اللغويات*/

.Quran {
    font-family: Quran;
    font-size: 30px;
    vertical-align: top;
    margin-right: 20px;
    line-height: 1.8em;
}

    .Quran b {
        font-family: QuranAye;
        font-style: normal;
        font-size: 80%;
        font-weight: normal;
    }

.QuranTop {
    font-family: Quran;
    font-size: 34px;
    vertical-align: top;
    color: #730F11;
    text-align: center;
    font-weight: bold;
}

.meaningBox {
    text-align: right;
    font-size: 30px;
    background-color: white;
    border-radius: 10px;
    font-family: 'Adobe Arabic';
    width: 49%;
    height: 60px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
    padding-right: 10px;
    border: 2px solid #a2a0a0;
}

    .meaningBox a {
        font-size: 32px;
        margin: 0 auto;
        color: #221e1f;
        display: block;
        font-weight: bold;
    }




#nextES  {
    margin-right: 20px;
    background: url('../images/arrow.png') no-repeat center center;
    height: 80px;
    width: 80px;
     position:relative;
}



#anstxt {
    font-family: 'Adobe Arabic';
    font-size: 35px;
}

.meaning {
    position: relative;
    cursor: pointer;
   
}

    .meaning :hover, .meaning :active, .meaning :focus {
        cursor: pointer;
    }


@keyframes move {
    0% {
        -webkit-transform: translate(0.0px, 0.0px);
    }

    50% {
        -webkit-transform: translate(20.0px, 0.0px);
    }

    100% {
        /*-webkit-transform: translate(50.0px, 50.0px) ;*/
    }
}

@keyframes move {
    0% {
        transform: translate(0.0px, 0.0px);
    }

    50% {
        transform: translate(20.0px, 0.0px);
    }

    100% {
        /*-webkit-transform: translate(50.0px, 50.0px) ;*/
    }
}

#nextMC ,#nextTF {
    margin-right: 20px;
    background: url('../images/arrow_multi.png') no-repeat center center;
    height: 80px;
    width: 80px;
    position:relative;
}

@keyframes animatezoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

#FinalResult ,#FinalResult2 {
   
    z-index: 2;
    position: fixed;
    width: 50%;
    background-color: white;
    top: 300px;
    right: 15%;
    height: 350px;
    padding: 5px;
    border-radius: 10px;
    display: none;
    border: 2px solid #afafaf;
    border-radius: 10px;

}

.FinalResult {
    animation: animatezoom 1s;
}
/***************************2nd tab  الفهم والتحليل*/

.ans {
    background-color: transparent;
    border-radius: 10px;
    height: 134px;
    margin-bottom: 10px;
}

.ans2 {
    display: inline-block;
}

    .ans2 a {
        display: block;
        height: 100%;
    }

    .ans2 a {
        font-size: 30px;
        margin: 0 auto;
        color: #35957b;
        display: block;
    }

        .ans2 a > img {
            display: block;
            margin: auto;
            vertical-align: middle;
            padding-top: 25px;
        }

.ans2 {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #afafaf;
    font-family: 'Adobe Arabic';
    width: 32%;
    height: 50px;
    vertical-align: bottom;
    display: inline-block;
}



.subTitle {
    color: #221e1f;
    font-family: 'Adobe Arabic';
    font-size: 35px;
    padding-right: 20px;
    font-weight: bold;
}

.Choice {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    font-family: 'Adobe Arabic';
    /*padding-right: 20px;*/
    font-size: 30px;
    margin: 0 auto;
    color: #221e1f;
    position: relative;
    left: -50px;
}



    .correct:hover, .choice > a:hover, .correct:focus, .choice > a:focus, .correct:active, .choice > a:active {
        /*animation: pulse 1s linear infinite;
        animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;*/
    }

.qsign ,.qsign2{
    font-size: 20px;
    position: relative;
    top: 6px;
    left: -40px;
    visibility: hidden;
    font-weight: 100;
}

th {
    text-align: center;
    font-family: Khalid Art bold;
    font-size: 35px;
}

.matchTD {
    text-align: center;
       font-family: 'Adobe Arabic';
    font-size: 32px;
    width:60%;
    /*border: 1px solid #dddddd;*/
   vertical-align:middle;
  
}
.matchTDcenter {
     width:10%;
     border-top:none;
      border-bottom:none;
}

@keyframes pulse3 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

/*.term {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #fd7a00;
    font-family: 'Adobe Arabic';
    width: 95%;
    height: 60px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 35px;
    color: #221e1f;
    margin: 0 auto;
    cursor: pointer;
}*/

.termQ {
    width: 70%;
    font-family: 'Adobe Arabic';
    font-size: 33px;
     color: #221e1f;
}

.termAns {
   
    font-family: 'Adobe Arabic';
    font-size: 28px;
    cursor: pointer;
     color: #221e1f;
 
}

.termAns_ {
    text-align: center;
        /*border-radius: 10px;*/
    border: 2px solid #3ec000;
    margin:5px;
      padding-top:10px;
    height:80px;
    vertical-align:middle;
}
.AnsNo {
      border: 2px solid #3ec000;
      position:relative;
      top:7px;
      left:-5px;
     padding:5px;
     font-size:35px;
}
.ColA 
 {
    cursor: pointer;
    width:100%;
   border: 1px solid #fd7a00;
    border-radius:10px;
        /*margin:0 auto;*/
         float:left;
}
.ColB {
    cursor: pointer;
      width:60%;
      border: 1px solid #fd7a00;
   
    border-radius:10px;
      float:right;
    /*margin:0 auto;*/

}
.ColAClicked {
    /*animation: pulse3 1s ease 1;*/
    background-color:#f3d86c;
    color:white;
    /*color:green;
     border-color:green;*/
}
.RightMatch {
    /*animation: pulse3 1s ease 1;*/
  
    color:green;
     border-color:green;
}
.wrongMatch {
  
    /*animation: move .3s linear 1;*/
    color:red;
     border-color:red;
}
/*3rd tab  سؤال وجواب*/

.noteIcon {
    position: fixed;
    z-index: 999;
    left: 50px;
    bottom: 120px;
}

.noteBG {
    position: absolute;
    top: 66%;
    display: none;
    left: 50px;
}

#ansDIV {
    color: #221e1f;
    font-family: 'Adobe Arabic';
    font-size: 33px;
    overflow-y: scroll;
    height: 147px;
}


/*Check List*/
input[type=radio],
input[type=checkbox] {
    /* Hide original inputs */
    visibility: hidden;
    position: absolute;
}

    input[type=radio] + label:before,
    input[type=checkbox] + label:before {
        height: 30px;
        width: 30px;
        /*margin-right: 12px;*/
        margin-left: 12px;
        margin-top: 0px;
        content: " ";
        display: inline-block;
        vertical-align: middle;
        border: 5px solid #777;
    }

    input[type=radio]:checked + label:before,
    input[type=checkbox]:checked + label:before {
        /*background: gold;*/
    }

    /* CUSTOM RADIO AND CHECKBOX STYLES */
    input[type=radio] + label:before {
        border-radius: 50%;
    }

    input[type=checkbox] + label:before {
        /*border-radius: 2px;*/
    }

    input[type=radio]:checked + label {
        /*color: #2c8900;*/
    }

@keyframes pulse2 {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.4);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}


/*------------------MC--------------------*/

#radio0[type=radio]:checked + label.correct:before,#radio1[type=radio]:checked + label.correct:before,#radio2[type=radio]:checked + label.correct:before {
    background: green;
    
     /*animation: pulse2 1s ease 1;*/
}

#radio0[type=radio]:checked + label.wrong:before,#radio1[type=radio]:checked + label.wrong:before,#radio2[type=radio]:checked + label.wrong:before {
    background: red; 
    
    /*animation: pulse2 1s ease 1;*/
}
/*------------------TF--------------------*/

#radio00[type=radio]:checked + label.correct:before,#radio01[type=radio]:checked + label.correct:before {
   /*animation: pulse2 1s ease 1;*/ 
    background: green; 
}

#radio00[type=radio]:checked + label.wrong:before,#radio01[type=radio]:checked + label.wrong:before {
    background: red; 
     /*animation: pulse2 1s ease 1;*/
}
/*--------------------------------------*/
.stylecorrect[type=radio] + label.correct:before {
    /*animation: pulse2 1s ease 1;*/
    background: green;
}
.stylewrong[type=radio] + label.wrong:before {
    /*animation: pulse2 1s ease 1;*/
    background: red;
}

.data {
    font-family: 'Adobe Arabic';
    font-size: 30px;
}
/*#radio0[type=radio] + label.correct:before {
    background: yellow;
}*/
.term {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    border: 2px solid #fd7a00;
    font-family: 'Adobe Arabic';
    /* width: 95%; */
    height: 65px;
    vertical-align: bottom;
    display: inline-block;
    font-size: 32px;
    color: #465450;
    cursor: pointer;
    padding: 10px;
    margin-left: 10px;
    margin-top: 5px;
}
drp {
     font-family: 'Adobe Arabic';
      text-align: right;
    font-size: 35px;
     color: #465450;
}
.draggingBox {
    text-align: right;
    font-size: 35px;
    background-color: white;
    border-radius: 10px;
    font-family: 'Adobe Arabic';
  color: #465450;
   
    vertical-align: bottom;
    display: inline-block;
    margin: 5px;
    
    padding: 10px;
    border: 2px solid #a2a0a0;
}
 .nm {
           margin: 10px;
    background-color: #06abf9;
    border-radius: 10px;
     padding-top: 5px; 
    width: 40px;
    height: 40px;
    text-align: -webkit-center;
    
    vertical-align: bottom;
        }
        .tab2correct{
        color:#06abf9;
        opacity:0.5;
        }
        #tryAgain
        {
        background-color:gray;
        padding:10px;
        text-align:center;
        border-radius:20px;

        }
        .tab2hovered {
            transition:all 0.5s ease-in-out;
         box-shadow: 6px 6px rgba(0, 0, 0, 0.3)
         
          
           
        }
        .dropinggBox {
    text-align: center;
    background-color: white;
    font-family: 'Adobe Arabic';
    font-size: 30px;
    margin: 0 auto;
    
}
 /*End of tab2*/

