@font-face {
    font-family: cocon;
    src: url('cocon_ar.ttf')
}
@font-face {
    font-family: cocon_en;
    src: url('cocon.ttf')
}
@font-face {
    font-family: math;
    src: url('u2000.ttf') format("truetype")
}
.en body {
    font-family: math, cocon_en !important
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
div,
span,
p,
img,
table,
td,
tr,
li,
ul,
ol {
    -webkit-tap-highlight-color: transparent
}
input,
textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}
body {
    direction: rtl;
    overflow: hidden;
    font-family: cocon !important;
    text-align: center;
    background-color: transparent;
    width: 100%;
    height: 100%;
    overflow: hidden
}
#main,
#init {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    overflow: hidden;
    display: none
}
#init {
    background: url(../img/loading.gif) no-repeat center center #fff;
    display: block
}
#result-container {
    text-align: center
}
#score {
    position: absolute;
    border-radius: 5px;
    text-align: center;
    border: dotted 1px #fff
}
.questions-separator {
    text-align: center
}
.control-area {
    position: absolute;
    text-align: left
}
.control-area span {
    margin: 0 2px;
    cursor: pointer;
    display: block;
    opacity: .9;
    float: left;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #ccc;
    display: none;
    position: relative
}
.control-area span:hover {
    opacity: 1;
    text-shadow: 0 0 5px #000
}
span.skip-question,
span.show-correct-answers {
    display: block
}
input[type="checkbox"],
input[type="radio"] {
    display: none
}
input[type="checkbox"]+label span.label_tbn,
input[type="radio"]+label span.label_tbn {
    display: inline-block;
    height: 19px;
    vertical-align: middle;
    background: url(../img/check_radio_sheet.png) left top no-repeat;
    cursor: pointer
}
input[type="checkbox"]:checked+label span.label_tbn {
    background: url(../img/check_radio_sheet.png) -19px top no-repeat
}
input[type="radio"]+label span.label_tbn {
    background-position: -38px top
}
input[type="radio"]:checked+label span.label_tbn {
    background-position: -57px top
}
#time_counter {
    position: absolute;
    background: #fff;
    color: #000;
    text-align: center;
    z-index: 1;
    border: dotted 1px #333
}
#feedback {
    position: absolute;
    left: 50%;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(50, 50, 50, 1);
    background: #333;
    color: #eee;
    border: solid 1px #333;
    font-weight: bold;
    display: none;
    text-align: center;
    cursor: pointer
}
#feedback-close {
    cursor: pointer;
    background: url('../img/exam/close-fb.png');
    background-size: contain;
    float: left
}
html.en #feedback-close {
    float: right
}
.correct {
    background: url(../img/happy.png) right center no-repeat #085b0e !important
}
.wrong {
    background: url(../img/sad.png) right center no-repeat #b03835 !important
}
#feedback b {
    display: block
}
.exam-report-header-item {
    display: inline-block
}
#exam-report {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    background-color: #fff
}
#exam-report-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-color: #000;
    z-index: 2
}
.exam-report-title {
    background-color: #eee;
    text-align: center;
    border-bottom: solid 1px #ababab
}
.exam-report-header {
    border-bottom: 1px dotted #c6c6c6
}
.exam-report-header-item {
    font-weight: bold;
    display: inline-block
}
#exam-report-body {
    overflow: auto
}
.exam-report-cell {
    display: inline-block
}
.exam-report-cell:hover {
    background-color: #ffffe1
}
#exam-report-footer {
    background-color: #eee;
    border-top: solid 1px #ababab;
    text-align: center;
    background-color: #f7951d
}
.exam-report-cell:nth-child(even) {
    background: #e9e9e9 !important
}
.exam-report-cell:nth-child(odd) {
    background: #f7f6f6 !important
}
.disabled {
    opacity: .3 !important
}
.disabled:hover {
    opacity: .3 !important
}
#act_close {
    position: absolute;
    bottom: 1px;
    right: 1px;
    cursor: pointer;
    background: url(../img/close.png) 0 0 no-repeat transparent
}
#act_close:hover {
    margin-top: 1px;
    margin-right: 1px
}
.match-answer-area {
    margin: 0 auto
}
.question-header {
    color: #fff;
    background: #74c2e1;
    text-align: center;
    white-space: nowrap
}
.mcq-title {
    background: #cacaca;
    display: table-cell;
    vertical-align: middle
}
.mcq-title_answer_img {
    width: 98% !important;
    height: 5% !important;
    display: block;
    background: transparent
}
.mcq-img {
    background: #cacaca;
    display: inline-block;
    float: left;
    border-radius: 0 8px 8px 0;
    border: 1px solid #c9c9ca;
	text-align: center;
}
html.en .mcq-img {
    float: right;
    border-radius: 8px 0 0 8px
}
.mcq-title-with-img {
    position: absolute
}
.mcq-answers {
    display: table-cell;
    vertical-align: middle;
    /*padding-top: 45px;*/
	padding-top: 26px;
}
.mcq_image_only .mcq-answers {
    padding-top: 0
}
.mcq_image_only .mcq-img {
    border-radius: 0
}
.mcq-answer {
    overflow: hidden
}
.mcq-answers_with_img {
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    margin: 0 auto;
    display: block;
    line-height: 25px
}
.mcq-answers_with_img .answer {
    display: inline-block
}
.mcq-answers .answer {
    background: #b7d8eb
}
.mcq-answers .answer label {
    display: block
}
.mcq-answers_with_img img {
    border-radius: 10px
}
.mcq-answers_with_img .answer label {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.mcq_answers_5 img {
    width: 173px;
    height: 364px
}
.mcq_answers_4 img,
.mcq_answers_3 img,
.mcq_answers_2 img,
.mcq_answers_1 img {
    width: 224px;
    height: 362px
}
.match_help_bg {
    background: #333;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: .8
}
.match_help {
    color: #EEE;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999
}
.match_help video {
    opacity: 1 !important;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(250, 250, 250, .8)
}
.match_help_btn {
    position: absolute;
    cursor: pointer;
    background: url(../img/match_help_btn.png) 0 0 no-repeat transparent;
    display: none
}
.pickup_container {
    position: absolute;
    top: 25%;
    left: 6%;
    width: 90%;
    height: 55%
}
.pickup-row {
    margin: 30px 0 60px 10px
}
.pickup_element {
    display: inline-block;
    width: 20%;
    text-align: center;
    /* commented to solve fraction issue in pickup question on 28/1/2018
         padding: 10px;*/
    border-radius: 10px;
    height: 57px;
  /*  padding-bottom: 31px;*/
    margin-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
	/*padding: 10px;*/
}
.pick-imgs img {
    display: none
}
.table-complete-rows {
    width: 71%;
    position: absolute;
    top: 20%;
    left: 123px
}
.en .table-complete-rows {
    left: 170px
}
.table-drag-rows {
    top: 45%;
    right: 228px;
    width: 86%
}
.en .table-drag-rows {
    left: 204px
}
.table-complete-element {
    display: inline-block;
    /*display: inline-flex;*/
    width: 20%;
    text-align: center;
    padding: 10px;
    /*line-height: 71px;*/
    line-height: 80px;
    max-height: 70px;
    /*white-space: nowrap;*/
    font-size: .9em
}
.table-complete-element-4 {
    width: 43%
}
.table-complete-element-6 {
    width: 27.5%
}
.first-node,
.second-node {
    display: inline-block;
    width: 15%;
    position: absolute;
    top: 29%;
    text-align: center;
    line-height: 125px;
    border-radius: 5px;
    color: white
}
.first-node {
    left: auto;
    right: 0
}
.second-node {
    right: auto;
    left: 0
}
.en .first-node {
    left: 0;
    right: auto
}
.en .second-node {
    right: 20px;
    left: auto
}
.first-node-drag {
    display: inline-block;
    width: 19%;
    position: absolute;
    top: 45%;
    height: 185px
}
.first-node-drag {
    left: auto;
    right: 30px;
    border-radius: 0 10px 10px 0
}
.en .first-node-drag {
    left: 6px;
    right: auto;
    border-radius: 10px 0 0 10px
}
.node0,
.node1 {
    width: 100%;
    height: 50%;
    text-align: center;
    line-height: 90px;
    color: white
}
.node0 {
    border-bottom: 3px solid white
}
.table-drage-sourcelist {
    width: 100%;
    height: 27%;
    background: transparent;
    position: absolute;
    top: 15px;
    text-align: center
}
.en .table-drage-sourcelist {
    left: 6px
}
.table-drage-sourcelist-element {
    display: inline-block;
    min-width: 4%;
    white-space: nowrap;
    height: 90px;
    line-height: 90px;
    background: #85c5c4;
    border-radius: 10px;
    margin: 1% 1% 0 0;
    padding-left: 2%;
    padding-right: 2%;
    cursor: move;
    font-size: .9em !important
}
@media(max-height:780px) {
    .table-complete-rows {
        top: 23%;
        left: 130px;
        width: 66%
    }
    .en .table-complete-rows {
        left: 145px
    }
    .en .table-drag-rows {
        left: 159px
    }
    .table-complete-element {
       line-height: 59px;
            height: 50px;
    }
    .first-node,
    .second-node {
        width: 15%;
        top: 33%;
        line-height: 90px
    }
    .second-node {
        left: 0
    }
    .en .first-node {
        left: 0
    }
    .en .second-node {
        right: 0
    }
    .node0,
    .node1 {
        line-height: 70px
    }
    .table-drage-sourcelist-element {
        line-height: 56px;
        height: 56px;
        font-size: 20px
    }
    .table-drag-rows {
        top: 42%;
        right: 160px;
        width: 86%
    }
    .first-node-drag {
        height: 145px;
        top: 42%
    }
    .first-node-drag {
        right: 6px
    }
}
.destination-drop-area {
    border: 1px solid blue
}
.drag-drop-destination-list {
    border: solid 1px #74a6bd;
    background: #b0daeb;
    border-radius: 5px
}
.drag-drop .destination {
    float: right;
    text-align: center;
    background: #e2f0f6;
    border-radius: 5px;
    border: 1px solid #74a6bd;
    position: relative
}
.destination-drop-area {
    border: 1px solid blue
}
.drag-drop .source {
    display: inline-block;
    background: #74c2e1;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #a7a7a7;
    cursor: pointer;
    z-index: 1;
    opacity: 1 !important
}
.drag-drop .destination-text {
    overflow: hidden;
    vertical-align: middle;
    position: absolute;
    background: #5d9dbc;
    border-radius: 5px 5px 0 0;
    text-align: center
}
.reorder-images-answer-area {
    overflow: hidden
}
.reorder-images-destination-list {
    position: absolute;
    width: 95%;
    height: 54%;
    text-align: center
}
.destination-reorder-images-cards {
    display: inline-block;
    margin: .5% 1%;
    border: 2px dashed #ccc;
    border-radius: 14px;
    position: relative
}
.destination-text-vert-mid {
    display: table-cell;
    vertical-align: middle
}
.destination-text {
    color: #b1b1b1;
    background-color: #f1f1f1;
    border-radius: 28px 28px 28px 28px;
    width: 20%;
    margin: 0 auto;
    padding: 3%
}
.reorder-images-source-list {
    position: absolute;
    width: 95%;
    height: 54%;
    padding-right: 2.5%
}
.source-reorder-images-cards {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 10px
}
.source-reorder-images-cards img {
    width: 100%;
    height: 100%
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
    opacity: 1
}
.ui-draggable-dragging {
    z-index: 999
}
.pickup-img-area {
    margin-top: 40px !important;
    height: 490px
}
#icons {
    width: 95%;
    height: 54%;
    text-align: center;
    direction: rtl;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}
.en #icons {
    direction: ltr
}
.elems {
    padding: 5px;
    width: 210px;
    height: 350px;
    display: inline-block
}
#icons img {
    width: 100%;
    height: 100%;
    border-radius: 8px
}
.pick-imgs {
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
    width: 200px;
    height: 350px;
    border-radius: 8px;
    background: #ccc
}
.en .pick-imgs {
    margin-right: 8px
}
#icons.icon_3 {
    height: 60%
}
.pickup-img-area .icon_3 .elems {
    width: 260px;
    height: 390px
}
.pickup-img-area .icon_3 .pick-imgs {
    width: 260px;
    height: 390px
}
#icons.icon_2 {
    height: 58%
}
.pickup-img-area .icon_2 .elems {
    width: 320px;
    height: 380px
}
.pickup-img-area .icon_2 .pick-imgs {
    width: 320px;
    height: 380px
}
.pickup-img-area .icon_2 .elems:nth-child(1) {
    margin-right: 20px
}
.pickup-img-area .icon_2 .elems:nth-child(2) {
    margin-right: 20px
}
.en .pickup-img-area .icon_2 .elems:nth-child(1) {
    margin-left: 20px;
    margin-right: auto
}
.en .pickup-img-area .icon_2 .elems:nth-child(2) {
    margin-left: 20px;
    margin-right: auto
}
#icons.icon_1 {
    height: 55%
}
.pickup-img-area .icon_1 .elems {
    width: 400px;
    height: 360px
}
.pickup-img-area .icon_1 .pick-imgs {
    width: 400px;
    height: 360px
}
.pickup-img-area .icon_1 .elems:nth-child(1) {
    margin-right: 20px
}
.en .pickup-img-area .icon_1 .elems:nth-child(1) {
    margin-left: 90px
}
@media(max-height:780px) {
    .pickup-img-area {
        height: 295px
    }
    #icons {
        height: 55%;
        margin-top: 142px
    }
    .elems {
        padding: 5px;
        width: 150px;
        height: 220px;
        display: inline-block
    }
    .pick-imgs {
        width: 140px;
        height: 220px
    }
    .pick-imgs img {
        width: 130px;
        height: 130px;
        border-radius: 8px
    }
    .en .pick-imgs {
        margin-right: 8px
    }
    .pickup-img-area .icon_3 .elems,
    .pickup-img-area .icon_3 .pick-imgs {
        width: 190px;
        height: 220px
    }
    #icons.icon_2 {
        height: 60%
    }
    .pickup-img-area .icon_2 .elems {
        width: 230px;
        height: 250px
    }
    .pickup-img-area .icon_2 .pick-imgs {
        width: 230px;
        height: 250px
    }
    .pickup-img-area .icon_2 .elems:nth-child(1) {
        margin-right: 10px
    }
    .pickup-img-area .icon_2 .elems:nth-child(2) {
        margin-right: 10px
    }
    .en .pickup-img-area .icon_2 .elems:nth-child(1) {
        margin-left: 10px;
        margin-right: auto
    }
    .en .pickup-img-area .icon_2 .elems:nth-child(2) {
        margin-left: 10px;
        margin-right: auto
    }
    #icons.icon_1 {
        height: 65%
    }
    .pickup-img-area .icon_1 .elems {
        width: 300px;
        height: 270px
    }
    .pickup-img-area .icon_1 .pick-imgs {
        width: 300px;
        height: 270px
    }
    .pickup-img-area .icon_1 .elems:nth-child(1) {
        margin-right: 0
    }
    .en .pickup-img-area .icon_1 .elems:nth-child(1) {
        margin-left: 50px
    }
}
@media(min-height:780px) {
    #reorder-images-question-title {
        margin: 2%
    }
    .destination-reorder-images-cards {
        width: 21.5%;
        height: 92.5%
    }
    .destination-text-vert-mid {
        width: 237px;
        height: 385px
    }
    .num-of-cards5 .destination-text-vert-mid {
        width: 184px
    }
    .num-of-cards5 .destination-reorder-images-cards {
        width: 16.5%
    }
}
@media(max-height:779px) {
    #reorder-images-question-title {
        margin: 1% 2%
    }
    .destination-reorder-images-cards,
    .destination-text-vert-mid {
        width: 155px;
        height: 250px
    }
    .num-of-cards5 .destination-text-vert-mid {
        width: 119px
    }
    .num-of-cards5 .destination-reorder-images-cards {
        width: 118px;
        height: 249.6px
    }
}
.match-answer-area {
    overflow: hidden
}
.match-columns-container {
    position: relative;
    width: 93%;
    margin: 0 auto;
    text-align: center
}
.horizontal .match-columns-container {
    height: 83%
}
.columns {
    display: inline-block;
    z-index: 1
}
.vertical .columns {
    position: relative;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 2px solid #d7d7d7;
    border-radius: 15px
}
.horizontal .columns {
    position: absolute;
    width: 100%;
    height: 32%;
    left: 0;
    right: 0;
    margin: auto
}
.vertical .num-of-columns3 .columns {
    width: 27%
}
.vertical .num-of-columns2 .columns {
    width: 42.5%;
    margin: 0 4%
}
.vertical .num-of-columns2 #column-num1 {
    margin-right: 2%;
    float: right
}
html.en .vertical .num-of-columns2 #column-num1 {
    margin-left: 2%;
    float: left
}
.vertical .num-of-columns2 #column-num2 {
    margin-left: 2%;
    float: left
}
html.en .vertical .num-of-columns2 #column-num2 {
    margin-right: 2%;
    float: right
}
.vertical .num-of-columns3 #column-num1,
html.en .vertical .num-of-columns3 #column-num3 {
    float: right
}
.vertical .num-of-columns3 #column-num3,
html.en .vertical .num-of-columns3 #column-num1 {
    float: left
}
.horizontal #column-num1 {
    top: 0
}
.horizontal #column-num2 {
    bottom: 8%
}
.horizontal .rows,
.horizontal .row-imgs {
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: top;
    border: 2px solid #d7d7d7
}
.vertical .rows {
    position: relative;
    width: 75%;
    white-space: nowrap
}
.vertical .rows:after,
.vertical .row-imgs:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #d7d7d7;
    width: 85%;
    right: 0;
    left: 0;
    margin: auto
}
.vertical .num-of-columns3 .row-imgs:after {
    bottom: -19%
}
.vertical .rows:last-child:after,
.vertical .row-imgs:last-child:after {
    content: none
}
.vertical .row-imgs {
    position: relative;
    width: 75%;
    height: 23%
}
.row-imgs img {
    width: 100%;
    height: 100%
}
.horizontal .rows .vert-align-text {
    display: table-cell;
    vertical-align: middle
}
.horizontal .rows:last-child,
.horizontal .row-imgs:last-child {
    margin-left: 0
}
html.en .horizontal .rows:last-child,
html.en .horizontal .row-imgs:last-child {
    margin-right: 0
}
.join-points {
    display: inline-block;
    position: absolute;
    border: 1px solid #d7d7d7;
    background-color: #fff
}
.vertical .join-points {
    top: 20%
}
.num-of-columns3 .join-points {
    width: 10.5%;
    height: 53%;
    border-radius: 10px
}
.vertical .num-of-columns2 .join-points {
    width: 7.5%;
    height: 19px;
    border-radius: 20px
}
.vertical .img-join-points {
    top: 37%
}
.vertical .left-join-points {
    left: -14%
}
html.en .vertical .left-join-points {
    right: -14%;
    left: auto
}
.vertical .right-join-points {
    right: -14%
}
html.en .vertical .right-join-points {
    left: -14%;
    right: auto
}
.horizontal .left-join-points,
.horizontal .right-join-points {
    left: 45%
}
.horizontal .left-join-points {
    top: 106%
}
.horizontal .right-join-points {
    bottom: 106%
}
.join-point-dots {
    position: absolute;
    width: 40%;
    height: 40%;
    background-color: #626262;
    border-radius: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.active-join-point-dots {
    background-color: #3a87fa
}
.match-answer-area svg {
    display: inline-block;
    position: absolute
}
.num-of-columns3 svg {
    width: 9.2%
}
.num-of-columns3 #svg-num-1,
html.en .num-of-columns3 #svg-num-2 {
    right: 27.2%
}
.num-of-columns3 #svg-num-2 {
    left: 27.2%
}
html.en .num-of-columns3 #svg-num-1 {
    left: 27.2%;
    right: auto
}
html.en .num-of-columns3 #svg-num-2 {
    right: 27.2%;
    left: auto
}
.vertical .num-of-columns2 svg {
    left: 44.9%;
    width: 10.2%
}
.vertical svg {
    top: 0
}
.horizontal svg {
    top: 36.5%;
    left: 0;
    width: 100%;
    height: 19.5%
}
svg line {
    stroke: #656565
}
@media(min-height:780px) {
    #match-question-title {
        margin: 2%
    }
    .vertical .columns {
        height: 385px
    }
    .rows {
        font-size: 23px
    }
    .num-of-columns3 .rows {
        margin: 12% auto;
        margin-bottom: 0
    }
    .vertical .num-of-columns2 .rows {
        margin: 7% auto;
        margin-bottom: 0
    }
    .vertical .num-of-columns2 .rows:after {
        bottom: -40%
    }
    .horizontal .rows,
    .horizontal .row-imgs {
        width: 18%;
        margin: 0 0 0 2%;
        border-radius: 20px
    }
    .row-imgs img {
        border-radius: 20px
    }
    .horizontal .rows .vert-align-text {
        width: 185px;
        height: 135px;
        padding: 0 7px
    }
    .vertical .num-of-columns3 .row-imgs {
        margin: 11% auto;
        margin-bottom: 0
    }
    .vertical .num-of-columns2 .row-imgs {
        margin: 7% auto;
        margin-bottom: 0
    }
    .num-of-columns3 .rows:after {
        bottom: -40%
    }
    .num-of-columns2 .row-imgs:after {
        bottom: -19%
    }
    .num-of-columns3 .img-join-points {
        height: 23%
    }
    .vertical .num-of-columns2 .img-join-points {
        height: 28%
    }
    .horizontal .left-join-points,
    .horizontal .right-join-points {
        height: 14%;
        width: 11%;
        border-radius: 20px
    }
    .vertical svg {
        height: 388px
    }
    svg line {
        stroke-width: 5
    }
}
@media(max-height:779px) {
    #match-question-title {
        margin: 1% 2%
    }
    .vertical .columns {
        height: 245px
    }
    .rows {
        margin-bottom: 0;
        font-size: 17px
    }
    .vertical .num-of-columns3 .rows {
        margin: 7.5% auto;
        margin-bottom: 0
    }
    .vertical .num-of-columns2 .rows {
		
        margin: 2% auto;
        margin-bottom: 0
    }
    .vertical .num-of-columns3 .row-imgs {
        margin: 9% auto;
        margin-bottom: 0
    }
    .vertical .num-of-columns2 .row-imgs {
        margin: 5.5% auto;
        margin-bottom: 0
    }
    .vertical .num-of-columns3 .rows:after {
        bottom: -28%
    }
    .vertical .num-of-columns2 .rows:after {
        bottom: -7%
    }
    .vertical .num-of-columns2 .row-imgs:after {
        bottom: -19%
    }
    .horizontal .rows,
    .horizontal .row-imgs {
        width: 17%;
        margin: 0 0 0 2%;
        border-radius: 15px
    }
    .row-imgs img {
        border-radius: 12px
    }
    .horizontal .rows .vert-align-text {
        width: 125px;
        height: 85px;
        padding: 0 5px
    }
    .vertical .num-of-columns3 .img-join-points {
        height: 28%
    }
    .vertical .num-of-columns2 .img-join-points {
        height: 33%
    }
    .horizontal .left-join-points {
        height: 15%;
        width: 10%;
        border-radius: 10px
    }
    .horizontal .right-join-points {
        height: 16%;
        width: 11%;
        border-radius: 10px
    }
    .vertical svg {
        height: 248px
    }
    svg line {
        stroke-width: 3
    }
    .pickup_container {
        left: 5%
    }
    .pickup-row {
        margin: 25px 0 30px 0
    }
    .pickup_element {
        height: 55px;
        margin-bottom: 30px;
        white-space: nowrap
    }
}
html.en .horizontal .rows,
html.en .horizontal .row-imgs {
    margin: 0 2% 0 0
}
#highlight-object-question-title {
    display: inline-block;
    width: 41%;
    margin: 6% 6% 0 3%;
    vertical-align: top
}
.highlight-object #svg_container {
    display: inline-block;
    position: relative
}
.highlight-object #svg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.highlight-object .selected_object * {
    fill: #00fffb
}
.highlight-object .correct_answer * {
    fill: green
}
.highlight-object .wrong_answer * {
    fill: red
}
@media(min-height:780px) {
    .highlight-object #svg_container {
        width: 545px;
        height: 500px
    }
}
@media(max-height:779px) {
    .highlight-object #svg_container {
        width: 345px;
        height: 315px
    }
    .highlight-object #svg_img {
        zoom: .75
    }
}
.td-true-false-correct label,
.td-true-false-correct input,
.td-true-false-wrong label,
.td-true-false-wrong input {
    cursor: pointer
}
.complete-sentence {
    text-align: right;
    -webkit-touch-callout: default !important
}

/*edit in 22/11/2017 error in minus sign appears on the left  in arabic*/
input.complete-area {
    background-color: transparent;
    border: 0;
    border-bottom: 1px dotted black;
    text-align: center;
   /* direction: rtl;*/
}
.en input.complete-area {   
    direction: ltr;
	text-align:left;
}
.true-false-answers input[type="radio"]+label span {
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    cursor: pointer
}
.td-true-false-correct input[type="radio"]+label span {
    background-image: url(../img/t.png)
}
.td-true-false-correct input[type="radio"]:checked+label span {
    background-image: url(../img/t_s.png)
}
.td-true-false-wrong input[type="radio"]+label span {
    background-image: url(../img/f.png)
}
.td-true-false-wrong input[type="radio"]:checked+label span {
    background-image: url(../img/f_s.png)
}
.ui-tabs-active a,
.ui-state-active a {
    color: red !important;
    cursor: pointer !important
}
li {
    cursor: pointer !important
}
.hotspot-map-container {
    text-align: center
}
.map-img {
    vertical-align: middle;
    border: solid 1px #ccc;
    border-bottom: 0
}
area {
    cursor: pointer
}
.hp-next-btn,
.hp-prev-btn {
    cursor: pointer;
    position: absolute;
    z-index: 1
}
.hp-current-sent {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
    background: url(../img/tf.png) no-repeat 0 0 transparent;
    line-height: normal
}
.img-disabled {
    opacity: .3;
    cursor: default
}
.hp-img-fb {
    position: absolute;
    left: 0;
    top: 0
}
#exam_pages {
    position: absolute;
    text-align: center !important
}
#exam_pages input {
    text-align: center;
    border: 0;
    border-radius: 22px
}
.open-questionQ-body {
    white-space: pre-wrap
}
.open-questionQ .answer-area {
    -webkit-touch-callout: default !important
}
.open-question-area-vertical-img .open-question-correct-answer {
    display: none;
    color: green;
    background: #ddd;
    padding: 2px;
    border: solid 1px #ccc;
    overflow: auto
}
.open-question-area .open-question-correct-answer,
.open-question-area-horizontal-img .open-question-correct-answer {
    display: none;
    color: green;
    background: #ddd;
    margin-right: 0;
    margin-top: 8px;
    border: solid 1px #ccc;
    overflow: auto;
    width: 95%
}
.open-questionQ .open-question-area-vertical-img textarea {
    display: inline-block;
    width: 48.5%
}
.open-questionQ textarea,
.open-questionQ .open-question-area-horizontal-img textarea {
    width: 95%
}
.hp-img-fb {
    display: none
}
.ui-widget-content {
    border-width: 0
}
.ui-tabs {
    padding: 0 !important;
    text-align: right
}
.ui-tabs .ui-tabs-nav li {
    float: right
}
.ui-tabs .ui-tabs-panel {
    padding: 0;
    overflow: auto
}
.ui-widget-header {
    background: none !important;
    border-width: 0
}
.ui-tabs .ui-tabs-nav .ui-state-disabled a {
    cursor: default !important
}
.ui-tabs .ui-tabs-nav {
    position: absolute
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background-color: #d7d7d7;
    border: solid 0 #bdbcbc;
    border-radius: 0
}
.ui-tabs .ui-tabs-nav li a {
    text-align: center;
    cursor: pointer !important
}
.true-false-answers {
    position: relative
}
.true-false-vertical-img {
    width: 95%;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 1px #333;
    border-radius: 8px;
    position: relative
}
.true-false-vertical-img img {
    display: block;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
.true-false-horizontal-img {
    width: 45%;
    margin-right: 30px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px #333;
    border-radius: 8px;
   /* float: right;*/
	 margin-right: 30px;
}
.en .true-false-horizontal-img{
	float: left;
	margin-left: 30px;
}
.true-false-horizontal-img img {
    max-height: 100%;
    max-width: 85%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.td-true-false-question-title {
    display: inline-block;
    width: 900px
}
.true-false-question-title {
    width: 870px
}
.true-false-answer {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: table
}
.true-false-answers-horizontal-img {
    display: inline-block;
    margin-right: 30px !important;
    position: relative;
    float: right;
    margin-right: 30px !important;
}
.true-false-answer-horizontal-img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table
}
.open-question-area {
    position: relative;
    overflow-y: auto
}
.open-question-area-vertical-img {
    position: relative;
    overflow-y: auto
}
.open-question-area-horizontal-img {
    overflow-y: auto
}
.open-question-vertical-img {
    width: 95%;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 1px #333;
    border-radius: 8px;
    position: relative
}
.open-question-vertical-img img {
    display: block;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
.open-question-horizontal-img {
    width: 45%;
    margin-right: 0;
    margin-left: 30px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px #333;
    border-radius: 8px;
    float: left
}
html.en .open-question-horizontal-img {
    float: right !important;
    margin-right: 30px !important;
    margin-left: 0 !important
}
.open-question-horizontal-img img {
    max-height: 100%;
    max-width: 85%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.open-question-question-title {
    display: inline-block;
    width: 70%
}
.true-false-answer {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    display: table;
	text-align: center;
}
.en .true-false-answer{
	text-align: left;
}
.open-question-area-horizontal-img {
    display: inline-block;
    width: 47% !important;
    margin-right: 30px !important;
    position: relative;
    float: right;
    margin-left: 30px !important
}
html.en .open-question-area-horizontal-img {
    float: left !important;
    margin-left: 30px !important;
    margin-right: auto !important
}
@media(max-height:779px) {
    .open-question-area-horizontal-img {
        margin-right: 25px !important;
        margin-left: 0 !important
    }
    .open-question-horizontal-img {
        margin-left: 25px !important
    }
    html.en .open-question-area-horizontal-img {
        margin-left: 25px !important
    }
    html.en .open-question-horizontal-img {
        margin-right: 25px !important
    }
}
.complete-answers {
    position: relative
}
.complete-sentence {
    display: table;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 0;
    white-space: normal;
    float: left
}
#drag-complete-answers-elements-container {
    display: inline-block;
    position: relative;
    width: 100%;
    top: 0;
    text-align: center;
    margin-top: 2%;
    z-index: 999
}
#drag-complete-answers-elements-container .draggable-complete-answer-elements {
    display: inline-block;
    vertical-align: middle;
    min-width: 10%;
    margin: 1%;
    padding: 1%;
    border: 1px solid;
    border-radius: 10px;
    background-color: #243e55;
    color: #fff;
    white-space: nowrap;
    overflow: hidden
}
.complete-answers-vertical-img {
    width: 45%;
    margin-right: 30px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px #333;
    border-radius: 8px
}
.complete-answers-vertical-img img {
    max-height: 100%;
    max-width: 85%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.complete-answers-vertical-img {
    display: inline-block;
    width: 45% !important;
    margin-right: 14px !important;
    margin-left: 39px !important;
    position: relative;
    overflow: hidden;
   /* float: left;*/
}
html.en .complete-answers-vertical-img {
    float: right;
    margin-right: 39px !important;
    margin-left: 0 !important
}
.open-questionQ-body u{

        padding-bottom: 0px !important;

}
@media(max-height:779px) {
    .complete-answers-vertical-img {
        margin-left: 30px !important
    }
    html.en .complete-answers-vertical-img {
        margin-right: 30px !important;
        margin-left: 0 !important
    }
}
.complete-answers-horizontal-img {
    width: 95%;
    height: 150px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 1px #333;
    border-radius: 8px;
    position: relative
}
.complete-answers-horizontal-img img {
    display: block;
    height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
.active_element {
    background-color: #ddd !important
}
.done_element {
    background-color: transparent !important
}
.complete-timeline {
    bottom: auto;
    top: 0 !important
}
.complete-sentence {
    width: 96.5%
}
.timeline {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 15px
}
.timeline:after {
    content: '';
    position: absolute;
    width: 75%;
    height: 10px;
    top: 82%;
    left: 12%
}
.timeline input.complete-area,
.complete-area_label {
    width: 197px;
    height: 46px;
    margin-top: 7px;
    display: inline-block;
    line-height: 46px
}
.timeline_span {
    display: inline-block
}
.timeline_span:after {
    content: "";
    width: 25px;
    height: 36px;
    top: -5px;
    right: 42%;
    position: relative;
    display: block;
    z-index: 1
}
.en .timeline_span:after {
    left: auto;
    right: 30%
}
.en .timeline_span:after {
    right: auto;
    left: 30%
}
.timeline_4 input.complete-area,
.timeline_4 .complete-area_label {
    width: 220px
}
.timeline.timeline_4:after {
    width: 63%;
    right: 18%
}
.en .timeline.timeline_4:after {
    right: auto;
    left: 18%
}
.timeline_3 input.complete-area,
.timeline_3 .complete-area_label {
    width: 255px
}
.timeline.timeline_3:after {
    width: 50%;
    right: 24%
}
.en .timeline.timeline_3:after {
    left: auto;
    left: 25%
}
.timeline_2 input.complete-area,
.timeline_2 .complete-area_label {
    width: 290px
}
.timeline.timeline_2:after {
    width: 27%;
    right: 35%
}
.en .timeline.timeline_2:after {
    right: auto;
    left: 35%
}
#venn {
    position: absolute;
    background-color: #fff;
    width: 95%;
    height: 60%;
    top: 18%;
    left: 2.5%;
    border-radius: 10px;
    overflow: hidden
}
#venn_question {
    position: absolute;
    right: 2%;
    width: 50%;
    height: 16%;
    top: 19%
}
.en #venn_question {
    right: auto;
    left: 2%
}
#venn_elements {
    position: absolute;
    height: 12%;
    top: 5%;
    display: block;
    left: 0;
    width: 100%;
    text-align: center
}
#droppable_container {
    position: absolute;
    left: 4%;
    width: 40.5%;
    height: 68%;
    top: 21.4%;
    border-radius: 7px;
    border: 1px solid #d3d3d3
}
.element {
    position: relative;
    text-align: center;
    line-height: 53px;
    margin-left: 19px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    min-width: 59px;
    z-index: 1000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.dropped_element {
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    visibility: visible;
    background-color: transparent;
    line-height: 20px;
    min-width: 10px;
    margin-top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.en #droppable_container {
    right: 4%;
    left: auto
}
@media(max-height:780px) {
    .intersection_container, .differnt_container {
        top: 5%;
        right: 10.3%;
        background-size: 296px 180px;
        background-repeat: no-repeat
    }
    .intersection_container #left {
        top: 5%;
        height: 158px;
        width: 15%;
        left: 14%
    }
    .intersection_container #right {
        top: 5%;
        height: 160px;
        width: 13%;
        right: 34%
    }
    #intersectionn {
        top: 15%;
        height: 110px;
        width: 10%;
        left: 36%
    }
    .differnt_container #left,
    .differnt_container #right {
        top: 0;
        height: 180px;
        width: 180px;
        left: 5px
    }
    .differnt_container #left {
        left: 45px
    }
    .differnt_container #right {
        right: 53px
    }
    .subset_container {
        top: -1%;
        right: 32%;
        width: 234px;
        height: 197px
    }
    .subset_container #left,
    .subset_container #right {
        top: 11px;
        left: 40px;
        width: 180px;
        height: 180px
    }
    .subset_container #intersectionn {
        top: 21%;
        left: 42.6%;
        width: 120px;
        height: 120px
    }
    .en #help {
        left: 53px
    }
    .en #help:after {
        left: -32px
    }
    .en .differnt_container #right {
        right: 55px;
        left: auto
    }
}
@media(max-height:779px) {
    #venn_shapes {
        z-index: 3
    }
    .element {
        line-height: 36px;
        margin-left: 19px;
        min-width: 39px;
        border-radius: 5px
    }
}
@media(min-height:780px) {
    body {
        line-height: 30px
    }
    #main,
    #init {
        height: 770px;
        width: 1160px;
        margin-left: -580px;
        margin-top: -385px;
        font-size: 25px
    }
    #score {
        padding: 5px 10px;
        top: 10px;
        right: 350px
    }
    .questions-separator {
        margin: 20px
    }
    .control-area {
        bottom: 5px;
        left: -10px
    }
    .control-area span {
        padding: 0 6px;
        font-size: 25px;
        line-height: 50px
    }
    input[type="checkbox"]+label span.label_tbn,
    input[type="radio"]+label span.label_tbn {
        width: 19px;
        margin: -1px 5px 5px 5px
    }
    #time_counter {
        width: 80px;
        margin: 5px;
        top: 10px;
        left: 10px;
        border-radius: 5px
    }
    #feedback {
        top: -15px;
        margin-left: -215px;
        width: 350px;
        min-height: 80px;
        font-size: 25px;
        padding-top: 30px;
        padding-left: 10px
    }
    #feedback-close {
        width: 24px;
        height: 24px
    }
    .correct {
        padding-right: 64px !important
    }
    .wrong {
        padding-right: 64px !important
    }
    #feedback b {
        font-size: 25px
    }
    #exam-report {
        border-radius: 15px;
        width: 900px;
        max-height: 600px;
        margin-top: -260px;
        margin-left: -480px;
        border: solid 10px #fff;
        font-size: 25px
    }
    .exam-report-title {
        height: 50px;
        line-height: 50px;
        font-size: 30px
    }
    .exam-report-header-item {
        width: 290px;
        padding-right: 10px
    }
    #exam-report-body {
        height: 270px
    }
    .exam-report-cell {
        width: 200px;
        padding-right: 10px
    }
    #exam-report-footer {
        height: 40px;
        line-height: 40px
    }
    #act_close {
        width: 64px;
        height: 64px
    }
    .match-answer-area {
        width: 800px
    }
    .question-header {
        font-size: 25px;
        line-height: 40px;
        width:  875px;
        margin: 5px auto
    }
    .mcq-title {
        padding: 10px;
        width: 550px;
        height: 472px
    }
    .mcq-img {
        padding: 10px;
        width: 550px;
        height: 485px
    }
    .mcq_image_only .mcq-img {
        padding: 10px 0;
        width: 100%;
        height: 400px;
        text-align: center
    }
    .mcq_image_only .mcq-img img {
        width: initial !important;
        height: 100% !important
    }
    .mcq-title img {
        height: 100%
    }
    .mcq-title-with-img {
        top: 10px;
        left: 630px;
        width: 465px
    }
    html.en .mcq-title-with-img {
        right: 630px;
        left: auto;
        width: 465px
    }
    .mcq-answers {
        height: 400px
    }
    .mcq-answers .answer {
        margin: 5px;
        line-height: 60px
    }
    .mcq_image_only .mcq-answers .answer {
        display: inline-block;
        margin: 10px 40px
    }
    .mcq-answers_with_img .answer {
        line-height: 25px
    }
    .mcq-answers .answer label {
        padding-right: 20px
    }
    .mcq_image_only .mcq-answers {
        display: inline-block;
        height: 85px !important;
        width: 100%;
        text-align: center
    }
    .match_help {
        margin-top: -150px;
        margin-left: -300px
    }
    .match_help_btn {
        top: 20px;
        left: 10px;
        width: 123px;
        height: 42px
    }
    .destination-drop-area {
        min-height: 50px;
        min-width: 50px
    }
    .drag-drop-destination-list,
    .drag-drop-source-list {
        min-width: 130px;
        padding: 5px;
        margin: 5px
    }
    .drag-drop-destination-list {
        min-height: 200px
    }
    .drag-drop-source-list {
        min-height: 50px
    }
    .drag-drop .destination {
        width: 445px;
        min-height: 80px;
        margin: 35px 10px 10px;
        padding: 10px
    }
    .destination-drop-area {
        min-height: 50px;
        min-width: 50px
    }
    .drag-drop .source {
        max-width: 305px;
        min-width: 210px;
        min-height: 40px;
        line-height: 40px;
        margin: 5px;
        padding: 10px
    }
    .drag-drop .destination-text {
        padding: 5px;
        line-height: 40px;
        top: -31px;
        width: 180px
    }
    .true-false-wrong-area,
    .true-false-correct-area {
        width: 20px
    }
    .td-true-false-correct,
    .td-true-false-wrong {
        width: 50px
    }
    .true-false-question-title {
        padding: 20px;
        display: inline-block
    }
    .complete-area,
    .complete-area_label {
        margin: 5px
    }
    .complete-area_label {
        padding: 1px 0
    }
    .true-false-answers input[type="radio"]+label span {
        width: 53px;
        height: 50px
    }
    .td-true-false-correct {
        left: 180px
    }
    .hotspot-map-container {
        height: 250px;
        width: 900px
    }
    .hp-next-btn {
        bottom: 88px;
        left: 70px
    }
    .hp-prev-btn {
        right: 99px;
        bottom: 88px
    }
    .hp-current-sent {
        width: 594px;
        height: 135px;
        margin-left: -350px;
        padding: 0 50px;
        padding-top: 35px
    }
    .hp-img-fb {
        width: 32px
    }
    .ui-tabs .ui-tabs-nav {
        right: 100px !important
    }
    #exam_pages {
        bottom: 5px;
        right: 20px;
        padding: 0 20px;
        font-size: 25px;
        line-height: 45px
    }
    #exam_pages input {
        width: 30px;
        margin-right: 3px;
        height: 20px
    }
    .open-questionQ-body {
        padding: 10px;
        margin: 10px
    }
    .open-questionQ .answer-area {
        margin: 10px
    }
    .open-question-area-vertical-img .open-question-correct-answer {
        margin-right: 1.8%;
        border-radius: 5px;
        max-height: 180px;
        width: 46%
    }
    .open-question-area .open-question-correct-answer,
    .open-question-area-horizontal-img .open-question-correct-answer {
        padding: 10px;
        padding: 5px;
        margin: 5px;
        border-radius: 5px;
        max-height: 230px
    }
    .open-question-area-vertical-img .answer-area .open-question-correct-answer {
        margin-top: 0;
        margin-right: 20px
    }
    .open-questionQ .open-question-area-vertical-img textarea {
        height: 100px;
        max-height: 100px;
        max-width: 1028px
    }
    .open-questionQ textarea,
    .open-questionQ .open-question-area-horizontal-img textarea {
        height: 100px;
        max-height: 100px;
        max-width: 1028px
    }
    .ui-tabs .ui-tabs-panel {
        height: 770px
    }
    .ui-tabs .ui-tabs-nav {
        width: 490px;
        right: 25px;
        bottom: 5px
    }
    .ui-tabs .ui-tabs-nav li a {
        line-height: 35px !important;
        width: 45px !important;
        height: 35px !important;
        padding: 5px !important;
        font-size: 25px
    }
    .true-false-answers-vertical-img {
        height: 245px !important
    }
    .true-false-vertical-img {
        height: 245px
    }
    .true-false-horizontal-img {
        height: 505px
    }
    .true-false-answers-horizontal-img {
        width: 47% !important
    }
    .open-question-area-vertical-img {
        height: 245px !important
    }
    .open-question-vertical-img {
        height: 245px
    }
    .open-question-horizontal-img {
        height: 505px
    }
    .complete-answers-vertical-img {
        height: 505px
    }
    .complete-answers-horizontal-img {
        height: 245px !important
    }
}
@media(max-height:779px) {
    body {
        line-height: 20px
    }
    #main,
    #init {
        height: 500px;
        width: 900px;
        margin-left: -450px;
        margin-top: -250px;
        font-size: 15px
    }
    .td-true-false-question-title {
        width: 700px
    }
    .true-false-question-title {
        width: 670px
    }
    #score {
        padding: 4px 7px;
        top: 7px;
        right: 245px
    }
    .questions-separator {
        margin: 15px
    }
    .control-area {
        bottom: 4px;
        left: 0
    }
    .control-area span {
        padding: 0 5px;
        font-size: 15px;
        line-height: 35px
    }
    input[type="checkbox"]+label span.label_tbn,
    input[type="radio"]+label span.label_tbn {
        width: 18px;
        margin: 0 5px 5px 5px
    }
    #time_counter {
        width: 55px;
        margin: 4px;
        top: 7px;
        left: 7px;
        border-radius: 4px
    }
    #feedback {
        top: -10px;
        margin-left: -150px;
        width: 245px;
        min-height: 55px;
        font-size: 15px;
        padding-top: 20px;
        padding-left: 7px
    }
    #feedback-close {
        width: 15px;
        height: 15px
    }
    .correct {
        padding-right: 45px !important
    }
    .wrong {
        padding-right: 45px !important
    }
    #feedback b {
        font-size: 15px
    }
    #exam-report {
        border-radius: 10px;
        width: 630px;
        max-height: 420px;
        margin-top: -180px;
        margin-left: -335px;
        border: solid 7px #fff;
        font-size: 15px
    }
    .exam-report-title {
        height: 35px;
        line-height: 35px;
        font-size: 20px
    }
    .exam-report-header-item {
        width: 200px;
        padding-right: 7px
    }
    #exam-report-body {
        height: 190px
    }
    .exam-report-cell {
        width: 140px;
        padding-right: 7px
    }
    #exam-report-footer {
        height: 30px;
        line-height: 30px
    }
    #act_close {
        width: 45px;
        height: 45px
    }
    .match-answer-area {
        width: 560px
    }
    .question-header {
        font-size: 1.3em !important;
        line-height: 30px;
        width: 700px;
        margin: 4px auto
    }
    .mcq-title,
    .mcq-img {
        padding: 7px;
        width: 385px;
        height: 306px;
		/*text-align: center;*/
    }
    .mcq_image_only .mcq-img {
        padding: 7px 0;
        width: 100%;
        height: 250px;
        text-align: center
    }
    .mcq_image_only .mcq-img img {
       /* width: initial !important;*/
        height: 100% !important
    }
    .mcq-title-with-img {
       /* top: 20px;*/
        left: 440px;
        width: 405px
    }
    html.en .mcq-title-with-img {
        right: 425px;
        left: auto;
        width: 425px
    }
    .mcq-answers {
        width: 456px;
        height: 280px
    }
    .mcq-answers_with_img {
        width: auto
    }
    .mcq-answers .answer {
       /* margin: 4px;
        line-height: 42px*/
           margin: 5px;
          line-height: 26px
    }
    .mcq-answers_with_img .answer {
        line-height: 15px
    }
    .mcq_image_only .mcq-answers .answer {
        display: inline-block;
        margin: 7px 40px
    }
    .mcq-answers .answer label {
        padding-right: 15px
    }
    .mcq_answers_5 img {
        width: 104px;
        height: 220px
    }
    .mcq_answers_4 img,
    .mcq_answers_3 img,
    .mcq_answers_2 img,
    .mcq_answers_1 img {
        width: 136px;
        height: 212px
    }
    .mcq_image_only .mcq-answers {
        display: inline-block;
        height: 55px !important;
        width: 100%;
        text-align: center
    }
    .match_help {
        margin-top: -105px;
        margin-left: -210px
    }
    .match_help_btn {
        top: 15px;
        left: 7px;
        width: 85px;
        height: 30px
    }
    .destination-drop-area {
        min-height: 35px;
        min-width: 35px
    }
    .drag-drop-destination-list,
    .drag-drop-source-list {
        min-width: 90px;
        padding: 4px;
        margin: 4px
    }
    .drag-drop-destination-list {
        min-height: 140px
    }
    .drag-drop-source-list {
        min-height: 35px
    }
    .drag-drop .destination {
        width: 310px;
        min-height: 55px;
        margin: 25px 7px 7px;
        padding: 7px;
		padding-bottom: 23px;
    }
	.destination .source.ui-draggable.ui-draggable-handle.ui-draggable-disabled{
		top:24px !important;
	}
    .destination-drop-area {
        min-height: 35px;
        min-width: 35px
    }
    .drag-drop .source {
        max-width: 315px;
        min-width: 145px;
        min-height: 30px;
        line-height: 30px;
        margin: 4px;
        padding: 7px
    }
    .drag-drop .destination-text {
        padding: 4px;
        line-height: 30px;
        top: -20px;
        width: 125px
    }
    .true-false-wrong-area,
    .true-false-correct-area {
        width: 15px
    }
    .td-true-false-correct,
    .td-true-false-wrong {
        width: 35px
    }
    .true-false-question-title {
        padding: 15px;
        display: inline-block;
		text-align: right;
    }
	.en .true-false-question-title {
		text-align: left;
	}
    .complete-area,
    .complete-area_label {
        margin: 4px
    }
    .complete-area_label {
        padding: 1px 0
    }
    input.complete-area {
        width: auto
    }
    .true-false-answers input[type="radio"]+label span {
        width: 40px;
        height: 35px
    }
    .td-true-false-correct {
        left: 125px
    }
    .hotspot-map-container {
        height: 175px;
        width: 630px
    }
    .hp-next-btn {
        bottom: 60px;
        left: 50px
    }
    .hp-prev-btn {
        right: 70px;
        bottom: 60px
    }
    .hp-current-sent {
        width: 415px;
        height: 95px;
        margin-left: -245px;
        padding: 0 35px;
        padding-top: 25px
    }
    .hp-img-fb {
        width: 20px
    }
    .ui-tabs .ui-tabs-nav {
        right: 70px !important
    }
    #exam_pages {
        bottom: 4px;
        right: 15px;
        padding: 0 15px;
        font-size: 15px;
        line-height: 34px
    }
    #exam_pages input {
        width: 20px;
        margin-right: 2px;
        height: 15px
    }
    .open-questionQ-body {
        padding: 7px;
        margin: 6px
    }
    .open-questionQ .answer-area {
        margin: 7px;
        margin-top: 5px
    }
    .open-question-area-vertical-img .open-question-correct-answer {
        padding: 7px;
        margin-right: 1%;
        border-radius: 4px;
        max-height: 125px;
        width: 45%
    }
    .open-question-area .open-question-correct-answer,
    .open-question-area-horizontal-img .open-question-correct-answer {
       /* padding: 7px;*/
        padding: 6px;
        margin: 4px;
        border-radius: 4px;
        max-height: 125px
    }
    .open-question-area-vertical-img .answer-area .open-question-correct-answer {
        margin-top: 0;
        margin-right: 20px
    }
    .open-questionQ .open-question-area-vertical-img textarea {
        height: 70px;
        max-width: 95%;
        max-height: 70px
    }
    .open-questionQ textarea,
    .open-questionQ .open-question-area-horizontal-img textarea {
        height: 70px;
        max-width: 95%;
        max-height: 70px
    }
    .ui-tabs .ui-tabs-panel {
        height: 500px
    }
    .ui-tabs .ui-tabs-nav {
        width: 345px;
        right: 15px;
        bottom: 4px
    }
    .ui-tabs .ui-tabs-nav li a {
        line-height: 25px !important;
        width: 30px !important;
        height: 25px !important;
        padding: 4px !important;
        font-size: 15px
    }
    .true-false-answers-vertical-img {
        height: 140px !important
    }
    .true-false-vertical-img {
        height: 150px
    }
    .true-false-horizontal-img {
        height: 320px
    }
    .true-false-answers-horizontal-img {
        width: 45% !important;
		overflow: hidden;
    }
    .open-question-area-vertical-img {
        height: 140px !important
    }
    .open-question-vertical-img {
        height: 150px
    }
    .open-question-horizontal-img {
        height: 320px
    }
    .complete-answers-vertical-img {
        height: 320px
    }
    .complete-answers-horizontal-img {
        height: 140px !important
    }
    .ui-widget {
        font-size: 1.3em
    }
    .complete-sentence {
        width: 96.7%
    }
    .timeline input.complete-area,
    .timeline .complete-area_label {
        width: 53px!important;
    }
    .timeline_4 input.complete-area,
    .timeline_4 .complete-area_label {
        width: 181px
    }
    .timeline_3 input.complete-area,
    .timeline_3 .complete-area_label {
        width: 211px
    }
    .timeline_2 input.complete-area,
    .timeline_2 .complete-area_label {
        width: 236px
    }
}
.fraction {
    display: inline-block;
    position: relative;
    margin: 10px;
    height: 100px;
    text-align: center;
    top: 55px
}
.fraction span {
    position: absolute;
    top: 0;
    right: 0;
    /*line-height: 0px;*/
    line-height: 65px;
    height: 50px
}
.fraction span:first-child {
    border-bottom: solid 3px #000
}
.fraction span:last-child {
    top: 45px
}
.fraction input {
    height: 35px;
	right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
@media(min-height:780px) {
    .fraction {
        width: 100px
    }
    .fraction span {
        width: 100px
    }
    .fraction input {
        width: 80px
    }
}
@media(max-height:779px) {
    .fraction {
        width: 90px
    }
    .fraction span {
        width: 90px;
	   /*width: 200px;*/
    }
    .fraction input {
        width: 70px
    }
}
@media (max-width: 864px){
		#main, #init {
			zoom: 0.82;
		}
	}
.mcq-answers_with_img label {
    padding-right: 0 !important
}
/*.math_seg:before {
    top: -10px
}*/
u {
	padding-bottom: 0px;
    text-decoration: none;
    border-bottom: 1px solid
}
.complete-complete input {
    min-width: 40px;
	top: 10px;
}
.math_roa_2 {
  /*  font-size: 0.99em !important;*/
}
.math_roc{
	direction:rtl !important;
}
.math_roc_2 .math_fra{
	line-height: 11px;
    font-size: 0.7em !important;
}
.math_roc_2 .math-eq-item .supfrac{
	    top: 0.05em !important;
    line-height: 0.1!important;
    font-size: 0.6em !important;
}
.mcq-answers .math-eq-item .supfrac {
    top: -0.5em !important;/* to mcq cen sup 3 in choose return in 26-12-2019*/
}
.complete-answers-horizontal-img #drag-complete-answers-elements-container {
    margin-top: 0% !important;
}
.dragdrop-complete-sentence {
    display: contents !important;
}
    .dragdrop-complete-sentence span {
        margin-right: 10px;
    }


@media (max-height: 400px) {
    #main, #init {
	        zoom: 0.62 !important;

}}

@media (max-height: 500px) {
	 #main, #init {
	        zoom: 0.80;

}}