body {
    font-family: Arial;
    line-height: 27px;
    color: black;
    font-size: 18px;
    
/*    overflow: hidden;*/

    /*width: 100%;*/
}

* {
    box-sizing: border-box;
}
.w{display:none;}
.main {
    width: 860px;
    /*width: 100%;
    position: absolute;*/
    left: 0px;
    top: 0px;
    /*margin: auto;
    max-width: 800px;*/
    padding: 10px;
    box-sizing: border-box;
	background-color: #fff;
}

.btns {
    border-radius: 6px;
    color: #fff;
    background-color: #d9534f;
    cursor: pointer;
    font-size: 18px;
    padding: 5px 10px;
    border: none;
	display:none;
}
#validate
{
/*display:inline-block;*/
}
.btns:focus {
    outline: none;
}

#main-titles {
	width: 100%;
    
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
}
#main-titles img {
	width: 100%;
}

div[tabindex]:focus {
    outline: none;
    border: 1.5px solid #E47976;
    /**/
}

a:focus {
    outline: none;
    border: 1.5px solid #E47976;
    /**/
    opacity: 1 !important;
}

p {
    margin: 0px;
}

.mainscreen {
    display: block;
}

.container {
    position: relative;
}
.dummy_container
{
    position: absolute;
    height: 300px;
    font-size: 15px;
    line-height: 21px;
    width: 100%;
    max-width: 800px;
    margin: 70px auto;
	border:0px solid red;
	
	background:rgba(255,255,255,0.1);
	z-index:100;
	display:none;

}
.text_info {
    font-size: 1.4rem;
    word-wrap: break-word;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.43em !important;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.questions {
    position: relative;
    height: 490px;
    font-size: 18px;
    line-height: 21px;
    width: 100%;
    /*max-width: 800px;*/
    /*margin: 0 auto;*/
}

.questions p {
    line-height: 1.43em !important;
    margin-bottom: 20px;
    font-size: 1.8rem;
}

select {
    border: 0;
    border-bottom: 1px solid #CCC;
}

.img-container {
    position: absolute;
    float: right;
    width: 300px;
    height: 200px;
    display: inline-block;
    margin: 0;
    right: 61px;
    top: 10px;
    max-width: 100%;
    vertical-align: top;
}

.image_slide {
    /*width: 100%;*/
}

.zoom_flag {
    display: block;
    /*    opacity: 0;*/
    position: relative;
    z-index: 1;
    /*    right: 0;*/
}

.zoom_flag_img {
    position: absolute;
    top: 0;
    /*    right: 0;*/
    opacity: 0;
    vertical-align: top;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    background-color: #4b4b4b;
	
}

.button-holder {
    position: relative;
    width: 100%;
    height: 36px;
    margin: 15px 0px;
    text-align: center;
	z-index:1000;
}

#hide, #solution {
    display: none;
}

select.correct {
    background-color: #E9FED6;
    border-color: #74D320;
}

select.wrong {
    background-color: #FFD8DC;
    border-color: #EF0C24;
}

select.showans {
    background-color: #b6ecff;
    border-color: #00bdff;
}

.zoom_image_slide {
    position: relative;
    width: 100%;
}

.modal-header {
    border: none;
}

.attempts {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 24px;
    background-color: #ec8585;
    border-radius: 100%;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-right: 3px;
    margin-left: 3px;
    padding: 6px 12px 6px 12px;
    text-align: center;
    color: #fff;
}

#right_arrow {
    display: table-cell;
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 50px;
    background: #9C9C9C;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    transition: all 1s linear;
    cursor: pointer;
}

#right_arrow a {
    vertical-align: middle;
    color: white;
    cursor: inherit;
    position: relative;
    top: 54px;
    text-decoration: none;
    text-transform: none;
}

#right_arrow:hover {
    background: #5b5b5b;
}

.final {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 30px;
    margin-left: 20%;
    width: 60%;
    height: 100%;
    text-align: center;
    font: 400 15px 'Source Sans Pro',sans-serif;
    line-height: 21px;
    color: #414141;
}

.header {
    font-weight: bolder;
    font-size: 26px;
}

.time {
    float: left;
    width: 50%;
}

.score {
    float: left;
    width: 50%;
}

.msg {
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 30px;
}

.final div {
    line-height: 21px;
    font: 400 15px 'Source Sans Pro',sans-serif;
}

.msg-green {
    color: #77b800;
    font-size: 20px;
    font-weight: bold;
}

.quesOptionLeft, .quesOptionRight {
    color: #414141;
}

.quesOptionLeft {
    position: absolute;
    width: 175px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin: 2px 0;
    padding: 5px;
    left: 20px;
    display: table;
    cursor: pointer;
}

.quesOptionRight {
    position: absolute;
    width: 175px;
    height: 52px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    margin: 2px 2px;
    padding: 5px;
    left: 500px;
    display: table;
    cursor: pointer;
}

.textContAlignment {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.clicked {
    border: 1.5px solid #417BD2;
}

.hideMe {
    display: none;
}

.drawHitArea {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.01;
    position: absolute;
    background-color: blue;
}

.glyphicon {
    top: -80%;
}

.modal {
    overflow-y: hidden!important;
}

#audio_img {
    cursor: pointer;
    height: 28px;
    width: 28px;
    display: inline-block;
    background-color: #008000;
    background-repeat: no-repeat;
    background-position: -29px -1px;
    border-radius: 100%;
    margin: 0 5px;
    vertical-align: sub;
    text-decoration: none;
    color: #414141;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

#audio_img:hover {
    background-color: rgb(0, 187, 0);
}

#audio_ques {
    width: 300px;
    margin-left: 0%;
}

.audio-contanier {
    width: 100%;
    height: 100%;
    border: 1px solid;
    background-color: black;
}

.controls {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 52px;
    margin: -26px 0 0 -36px;
    /**/
}

#play, #replay {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
    display: block;
    background-color: #38383C;
    border-radius: 5px;
    margin-top: -26px;
    top: 50%;
    cursor: pointer;
}

#play {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#replay {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0;
    display: none;
}

.audioBtn {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url(audio.png);
    background-position: 0 0;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
    cursor: pointer;
    /*color: #b72f3d;*/
    color: rgb(238,38,38);
    text-align: center;
    font-size: 14px;
    padding-top: 6px;
    box-sizing: border-box;
    border-radius: 50%;
}

.audioBtn[data-playstatus="1"] {
    background-position: 100% 0;
    /*color: #2fb73c;*/
}



video {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    margin-left: 5%;
    left: 0px;
}

@media all and (min-width: 10px) and (max-width: 479px) {
   

    .text_info {
        width: 100%;
    }

    .img-container {
        position: relative;
        float: left;
        display: block;
        /*        right: 0;        */
        /*		left: 65px; */
        width: 100%;
        text-align: center;
        left: 0px;
        top: -10px;
        max-height: 250px;
        border: 0px solid red;
    }

    .container {
        position: relative;
        /*overflow: hidden;
    height: 558px;*/
    }

    .image_slide {
        height: 100%;
    }

    .button-holder {
        width: 100%;
    }

    #validate,#solution,#hide {
        margin-left: 0px;
        margin-top: 0px;
    }

    .attempt1 {
        display: block;
        margin-top: 5px;
        margin-left: 0px;
    }
}

@media all and (min-width: 480px) and (max-width: 720px) {
    .img-container {
        position: relative;
        float: left;
        display: block;
        /*        right: 0;        */
        /*		left: 182px;*/
        width: 100%;
        text-align: center;
        left: 0px;
        top: -10px;
        max-height: 250px;
        border: 0px solid red;
    }
}

@media all and (min-width: 480px) and (max-width: 990px) {
    .image_slide {
        height: 100%;
    }

    .text_info {
        width: 100%;
    }

    .img-container {
        position: relative;
        float: left;
        display: block;
        width: 100%;
        text-align: center;
        /*        right: 0;*/
        /*        left: 160px;*/
        left: 0px;
        top: -10px;
        max-height: 250px;
        border: 0px solid red;
    }

    .questions {
        width: 100%;
    }

    .button-holder {
        width: 100%;
		
    }
}

@media all and (min-width: 990px) {
    .image_slide {
        width: 100%;
    }

    .img-container {
        position: absolute;
        float: right;
        display: inline-block;
        right: 50px;
        top: 10px;
        width: 235px;
    }
}

.msgPanel {
    text-align: center;
    margin-top: 10px;
	display:none;
}

.qno{
	background: #00618a;
	padding: 5px 10px;
	color: #fff;
}

.quesTxt{
 font-weight:bold;
}

.scorePanel{
    padding: 0px 10px;
    /*text-align: center; */
    font-size: 18px;
	font-weight: bold;
    color: #d9534f;
	margin: 20px;
}

/*  mixed template begins here */

.main-title {
    width: 100%;
    
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
}

.voc-sub-title {
    font-size: 20px;
    padding: 10px 0px;
	font-weight:bold;
    text-align: left;
	color: #083e50;
	display: none;
}

input[type="text"] {
    border: none;
    border-bottom: 1px solid gray;
    text-align: center;
    font-size: 18px;
}

input[type="text"]:focus {
    background-color: #ecca9d;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

select {
    border: 1px solid;
    text-align: center;
    font-size: 18px;
    width: 200px;
    background-color:white;
}

textarea {
    font: inherit;
    display: block;
    resize: none;
    width: 500px;
    height: 90px;
    padding: 5px;
    border-radius: 5px;
}


/* checkbox activitiy (not true false) */
.qrow > td {
    display: block;
    padding: 5px;
}

.qrow > td > * {
    vertical-align: middle;
    display: inline-block;
}

.qrow > td:first-child > * {
    vertical-align: bottom;
}

.qrow td input[type="checkbox"] {
    margin: 0px;
}

.drag {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #888;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    white-space: nowrap;
}

.drop {
    width: 150px;
}

.drag.ui-draggable-disabled {
    cursor: default;
    color: #808080;
}

.gm-validate {
    display: inline-block;
}

.questions {
    width: 800px;
    height: 560px;
}

[data-correct="true"] {
    background-color: rgb(233, 254, 214);
}

[data-correct="false"] {
    background-color: rgb(255, 216, 220)
}


textarea[data-solution="true"], input[type="text"][data-solution="true"], select[data-solution="true"], [data-free][data-solution="true"],[data-free][data-solution="true"]:disabled {
    background-color: rgb(182, 236, 255);
}

.para {
    height: 30px;
	margin-left:20px;
}

.clk{
    border:2px solid transparent;
    border-radius: 50%;
    padding: 3px;
    position: relative;
}

.clk.checked {
    border-color: #000;
}
.blue-border .clk.checked {
    border-color: #000;
}

.red-border .clk.checked {
    border-color: #000;
}


td.dnd {
    padding: 4px 0px;
}

.tf th {
    padding: 5px;
}

.tf td:not(:first-child) {
    text-align: center;
}

.dash {
    display: inline-block;
    width: 120px;
    border-bottom: 1px solid black;
    vertical-align: bottom;
    margin: 0px 3px;
}

div.text {
    margin: 10px 0px;
}

div.text > div:first-child {
    margin-bottom: 10px;
}
.tab img {
	width:150px;
	margin-top:10px;
}
.tab td {
	width:180px;
	text-align: center;
}
.btncont {
	text-align: center;
	margin-top: 20px;
}

element.style {
}
.para b {
    display: none;
}
span#clk_1,span#clk_15,span#clk_29 {
    left: 30px;
}
span#clk_2,span#clk_16,span#clk_30 {
    left: 70px;
    top: 18px;
}
span#clk_3,span#clk_17,span#clk_31 {
    left: 46px;
}
span#clk_4,span#clk_18,span#clk_32 {
    left: 60px;
    top: 20px;
}
span#clk_5,span#clk_19,span#clk_33 {
    left: 101px;
    top: 35px;
}
span#clk_6,span#clk_20,span#clk_34 {
    top: 10px;
}
span#clk_7,span#clk_21,span#clk_35{
    left: 12px;
    top: 30px;
}
span#clk_8,span#clk_36 {
    left: 18px;
    top: 52px;
}
span#clk_22 {
    left: 47px;
    top: 46px;
}
span#clk_9,span#clk_23,span#clk_37 {
    top: 31px;
}
span#clk_10,span#clk_24,span#clk_38 {
    top: 50px;
    left: 25px;
}
span#clk_11,span#clk_25,span#clk_39 {
    top: 56px;
    left: 80px;
}
span#clk_12,span#clk_26,span#clk_40 {
    top: 67px;
}
span#clk_13,span#clk_27,span#clk_41 {
    top: 67px;
    left: 29px;
}
#main-titles img {
	width: 500px;
}
.rtitletxt {
	float: right;
}
.box {
	background: #f2f2f2;
	padding: 20px;
}
.tf {
	margin-top: 15px;
	border-collapse: collapse;
	width: 100%;
}
.tf td, .tf th {
	border: 2px solid #000;
	padding: 10px;
}
.tf th {
	background: #f2f2f2;
}
.rtxt {
	float: right;
}

th, td { padding: 5px; } /* cellpadding */