﻿@charset "utf-8"; @import url('font-awesome.css');  
* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

html, body {
   	font-family: 'Roboto', sans-serif;
   	background: #f2f2f2;
   	height: 100%;
	overflow: hidden !important;
   }

.padding0 {
    padding: 0px !important;
}

.padding15 {
    padding: 15px !important;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper {
    height: 100%;
}

header {
    width: 100%;
    height: 2px;
    background: #B10C8B;
}

.contain {
    width: 1018px;
    margin: 0px auto 0 250px;
    overflow: hidden;
    height: 98%;
    border: 4px #eee solid;
    background: #FFF;
    overflow-y: auto;
    position: relative;
}

.startScreen {
	width: 80%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(../img/bg.png);
	background-size: 100% 100%;
}
#tg-logo {
    float: right;
}

.start_logo {
    width: 100%;
    /* height: 100%; */
    display: inline-block;
}
#logo {
    /* width: 200px; */
    text-align: center;
    margin: 0px auto;
    max-width: 100%;
    float: left;
}
#logo img {
    max-width: 150px;
}
.clear {
    clear: both;
    margin: 0px;
    float: none !important;
}

.TG_bg {
    /* width: 580px;
    height: 270px; */
    margin: 30px auto 20px;
    /*! border-bottom: 10px; */
    text-align: center;
}

#topTitle {
    font-family: 'Titillium Web', sans-serif;
    padding-top: 30px;
    width: 200px;
    margin: auto;
}

#topTitle1 {
    font-family: 'Titillium Web', sans-serif;
    padding-top: 30px;
    width: 139px;
    margin: auto;
}

h1#topTitle {
    font-size: 31px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
    color: #1C1D1E;
}

h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: normal;
    line-height: normal;
    color: #939598;
}
.CiE-txt {
	display: block;
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Conv_McLaren-Regular';
    clear: both;
    padding-top: 0px;
}
.CiE-txt.tgTitle {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
	color:#FFC422;
}
.CiE-txt.tgMainTitle {
	color:#fff;
}
/* .cover-image {
    text-align: center;
	margin: 3% 0;
	margin-left: 33%;
    border: 8px solid;
    padding: 2% 3% 0 3%;
    width: 25%;
} */
.cover-image{
	text-align: center;
    margin: 2% 0 2% 32%;
    /* margin-left: 33%; */
    padding: 4% 0% 3% 0%;
    width: 37%;
    background: url(../img/bg_start.png);
    background-size: 100% 100%;
    /* border: 16px solid transparent; */
    -moz-border-image: -moz-linear-gradient(bottom, #FFBC1B 10%, #E65100 56%);
    /* -webkit-border-image: -webkit-linear-gradient(bottom, #FFBC1B 10%, #E65100 26%); */
    /* border-image: linear-gradient(to bottom, #FFBC1B 10%, #E65100 56%); */
    /* border-image-slice: 1; */
}

.TG_bg .sm_button, .typePannel button {
    margin: 40px auto;
}

.sm_button {
    border: 0px;
    border-radius: 10px;
    /* color: #ffffff; */
    font-size: 24px;
    /* box-sizing: border-box; */
    text-align: center;
    font-weight: 600;
    background: #e33400;
    padding: 10px 10px;
    cursor: pointer;
    margin: 0px 10px;
    display: block;
    min-width: 180px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(top, #FFD92E, #D2621C);
}

.sm_button:hover {
    /* background: #b30000;
    color: #ffffff;
    border-color: #b30000; */
    outline: none;
}
.inner-Pannel{
    background: #1F2A44;
    width: 430px;
    text-align: center;
    padding: 35px;
    margin: 20% 0 0 20%;
	display: inline-flex;
}
.info_btn {
    touch-action: manipulation;
    line-height: 1.42857143;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: top;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    background: #e33400;
    padding: 6px 15px;
    cursor: pointer;
    display: inline-block;
    background: -webkit-linear-gradient(top, #D2621C, #FFD92E);
}
/* .info_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    border: 2px solid #fbc507;
    white-space: nowrap;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #cd1212;
    margin: 8px 0;
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
} */

.info_btn:hover {
    color: #000000;
    background-color: #fbc507;
    outline: none;
    border-color: #fbc507;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding: 0.5em;
    line-height: 1.2em;
    width: 56%;
    /* cursor: pointer; */
    border: 1px solid #ffabab;
    background: #ffffff;
    border-radius: 0;
    font-size: 14px;
    color: #444;
    /* height: 25px; */
}

select {
    padding: 0.5em;
    line-height: 1.2em;
    width: 56%;
    /* cursor: pointer; */
    border: 1px solid #ffabab;
    background: #ffffff;
    border-radius: 0;
    font-size: 14px;
    color: #444;
    /* height: 25px; */
}

#activityArea {
    width: 80%;
    height: 100%;
    position: relative;
    display: none;
    margin: auto;
}

#collectionList {
    width: 22%;
    height: 85%;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(92, 69, 69, 0.33);
    -moz-box-shadow: 0px 0px 4px 0px rgba(92, 69, 69, 0.33);
    -ms-box-shadow: 0px 0px 4px 0px rgba(92, 69, 69, 0.33);
    -o-box-shadow: 0px 0px 4px 0px rgba(92, 69, 69, 0.33);
    box-shadow: 0px 0px 4px 0px rgba(92, 69, 69, 0.33);
    float: left;
    position: relative;
    z-index: 2;
    background: #FFFAC2;
    max-width: 100%;
}

#container
{
	margin-top: 2%;
    height: 98%;	
}

#level1_explorer {
    float: left;
    width: 100%;
    /*width: calc(100% - 265px);*/
    height: 80vh;
    background: #ffab01;
    position: relative;
    z-index: 1;
}

div#explorer {
    width: 78%;
    height: 100%;
	position:relative;
	top:-41px;
	background: url(../img/bg_blank.png);
    background-size: 100% 100%;
    float: right;
}

#topHeader {
    height: 15%;
    position: relative;
    background: url(../img/header.png);
    background-size: 100% 100%;
    text-align: left;
    /* padding: 10px 30px; */
    min-height: 120px;
    color: #fff;
}

/*#topHeader:after {
	content: '';
	width: 320px;
    height: 100%;
    background: url(../img/header_design.png) no-repeat;
    position: absolute;
    left: 450px;
    top: 0px;
    background-size: 100%;
}*/
#topHeader h1 {
    /* color: #000; */
    /* font-weight: normal; */
    /* font-family: 'LDFComicSans'; */
    /* font-size: 25px; */
}

.level1-header {
    /* width: 55%; */
    margin: auto;
    /* float: left; */
    text-align: left;
    /* padding-top: 6px; */
}

/* start folder design */
div#folders {
    margin-left: 15px;
}

.main {
    float: left;
    height: 100px;
    position: relative;
    width: 20%;
    display: inline-block;
    margin: 20px 5px;
    padding: 0 8px;
    font-family: 'Titillium Web', sans-serif;
}

.folder {
    /* width: 150px; */
    /* height: 56px; */
    /* background: url(../img/folder-icon.png) no-repeat; */
    text-align: center;
    margin: 0 auto;
    /* position: absolute; */
    /* left: 40px; */
    /* top: 0px; */
    /* background-size: 100%; */
}

.folder_name {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    position: relative;
    line-height: normal;
    padding-top: 30px;
    vertical-align: middle;
    padding: 0px;
    width: 100%;
    height: 100px;
    display: table;
}

.folder_name a {
	color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    z-index: 9;
    position: relative;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
}

.folder_name a:hover {
    color: #000;
    text-decoration: underline;
}

/* end folder design */
#breadcrums {
	background: #FECF5C;
    padding: 0px;
    color: #c50000;
    margin: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    height: 39px;
    padding-left: 12px;
    /* font-size: 13px;
    border: 1px #febbbb solid; */
    line-height: 40px;
    font-weight: 600;
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #ffbd1b
    margin: 0px 10px 5px 0px;
    padding: 0;
    font-size: 13px;
    line-height: 13px;
    width: 20px;
    height: 20px;
    background: #fff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));
    background: -moz-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));
    background: -ms-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));
    background: -o-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#fbfbfb));
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
    -ms-box-shadow: 1px 1px 1px #fff;
    -o-box-shadow: 1px 1px 1px #fff;
    box-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -ms-border-radius: 0.25em;
    -o-border-radius: 0.25em;
    border-radius: 0.25em;
    vertical-align: text-top;
    display: inline-block;
    cursor: pointer;
}

input[type=radio] {
    -webkit-border-radius: 2em;
    /* Make radios round */
    -moz-border-radius: 2em;
    /* Make radios round */
    -ms-border-radius: 2em;
    /* Make radios round */
    -o-border-radius: 2em;
    /* Make radios round */
    border-radius: 2em;
    /* Make radios round */
}

input[type=checkbox]:checked::after {
    content: "✔";
    display: block;
    text-align: center;
    font-size: 15px;
    height: 14px;
    line-height: 18px;
    color: #c50000;
}

input[type=radio]:checked::after {
    content: "●";
    display: block;
    height: 16px;
    line-height: 15px;
    font-size: 20px;
    text-align: center;
    color: #c50000;
}

#questionsViewer input[type=checkbox] {
    float: right;
}

.question-parent {
    clear: both;
    margin: 0px;
    padding: 6px 20px 6px 45px;
    background: #ffffff;
    /* border-bottom: 1px solid #c1c1c1; */
    position: relative;
    /* height: 45px; */
    margin-top: 2px;
    min-height: 95px;
}

#level1 .question-parent {
    border-bottom: 1px solid #c1c1c1;
}

.question-parent.selection {
    background: rgba(220, 216, 202, 0.93);
}

#stats {
    height: 10%;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: .6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    /* background: #EBEBEB; */
    padding-top: 10px;
}

#stats input#totalQuestions, #stats input#questionSelected {
    width: 30px;
    text-align: center;
    margin: 4px 0px;
    padding: 3px;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

#stats label {
    display: inline-block;
    float: left;
    padding: 7px;
    width: 145px;
}

#stats > div {
    display: inline-block;
    /* margin-right: 75px; */
    padding-left: 12px;
    width: 50%;
    /* float: left; */
    font-size: 15px;
    vertical-align: top;
    color: #fff;
}

.quesSecNo {
   width: auto;
    color: #fff;
    border: 1px #c50000 solid;
    background: #e33400;
    padding: 5px 10px;
    border-radius: 0;
}

span.quesSec {
    /* width: 72%; */
    /* float: left; */
    line-height: 35px;
    margin-right: 10px;
}

#addTest {
    float: right;
    cursor: pointer;
}

#selectAll {
    float: right;
    margin-right: 10px;
}

#questionsViewer {
    height: auto;
    /* overflow-y: auto; */
    font-size: 15px;
}

.question-title {
    /*width: 95%;*/
    width: 90%;
    float: left;
    padding-top: 10px;
}

#questionsViewer .question-parent:first-child {
    /* border-top: 1px solid rgb(168, 168, 168); */
}

#pdfPreview .question-title {
    width: 63%;
    /*text-align: justify;*/
}

#level1, #level2, #level3 {
    height: 100%;
    position: relative;
}

#level2 {
    display: none;
}

#toolbars, .level3-navigation {
    height: 18%;
        background: url(../img/header.png);
    background-size: 100% 100%;
    position: relative;
    color: #fff;
}

/*#toolbars:after, .level3-navigation:after {
	content: '';
	width: 320px;
    height: 100%;
    background: url(../img/header_design.png) no-repeat;
    position: absolute;
    left: 450px;
    top: 0px;
    background-size: 100%;
}*/
#pdfPreview, #previewHTML {
    height: 70%;
    height: calc(78% - 30px);
    position: relative;
    overflow-y: auto;
    font-size: 14px;
    clear: both;
    height: 69%;
}

#toolbars > * {
    display: inline-block;
    /* margin: .45%; */
    /*cursor: pointer;*/
}
.top_checkbox li {
    text-align: left;
    list-style: none;
    width: 100%;
}
.toolbarsHead {
    width: 50%;
    margin: auto;
    text-align: left;
    padding-top: 3px;
    vertical-align: top;
}

.toolbarsHead h1 {
    color: #000;
    font-weight: normal;
    font-size: 25px;
    line-height: normal;
}

.toolbarsHead > div {
    font-size: 21px;
    margin-bottom: 10px;
}

.finalise_btns button {
    display: inline-block;
}

.toolbars_preview {
    /* width: 200px; */
    text-align: center;
    vertical-align: middle;
    padding-top: 1px;
    /* width: 23%; */
    margin-left: 2%;
    font-size: 14px;
    line-height: 22px;
    width: 38%;
}

.toolbars_preview button {
    margin-top: 0px;
}

#pdfPreview .question-parent {
    padding: 7px 55px 6px 6px;
    position: relative;
}

.marksDiv {
    width: 90px;
    float: right;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 178px;
    background: rgb(247, 217, 217);
    height: 100%;
    top: 0px;
}

.marksDiv span {
    vertical-align: middle;
    display: block;
    padding: 5px 6px;
}

.marksInput {
    width: 30px;
    /* position: absolute; */
    /* right: 12px; */
    /* top: 5px; */
    text-align: center;
    padding: 5px 6px;
    background: rgb(255, 255, 255);
    margin-top: 5px;
    height: 12px;
    border: 1px solid #ffabab;
    color: #213049;
}

.marksPreview {
    width: 100%;
    /* position: absolute; */
    /* right: 12px; */
    /* top: 5px; */
    text-align: center;
    padding: 3px 0px;
    background: rgb(255, 255, 255);
    margin-top: 2px;
    height: auto;
    text-align: center;
    margin: auto;
}

#pdfPreview > div > h3 {
    padding: 10px 10px 10px 25px;
    color: black;
    /*text-transform: uppercase;*/
}

.numbering {
    position: absolute;
    left: 31px;
    top: 5px;
}

.rx-editable:focus {
    background: rgb(238, 208, 208);
}

#pdfPreview .answerText {
    display: inline-block;
}

#userInfo {
    width: 95%;
    position: relative;
    height: 310px;
    border-bottom: 1px solid #a8a8a8;
    background: #e3e3e3;
    /* box-shadow: inset 0px 1px 4px #aaa; */
    /* -webkit-box-shadow: inset 0px 1px 4px #aaa; */
    -moz-box-shadow: inset 0px 1px 4px #aaa;
    -ms-box-shadow: inset 0px 1px 4px #aaa;
    -o-box-shadow: inset 0px 1px 4px #aaa;
    margin: 10px auto;
    border-radius: 0;
    /* padding-bottom: 20px; */
}

#userInfo > div {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 10px 0px;
}

#userInfo input[type="text"] {
    /* width: 278px; */
    /* background: #f1f1f3; */
    /* border: 2px #949599 solid; */
}

#userInfo label {
    width: 119px;
    /* display: inline-block; */
    margin-left: 17px;
}

#pdfPreview #userInfo > div:nth-child(1) {
    width: 50%;
    text-align: center;
}

#pdfPreview #userInfo > div:nth-child(2) {
    width: 30%;
    text-align: center;
    margin-top: 50px;
}

#pdfPreview #userInfo > div:nth-child(3) {
    width: 51%;
    text-align: center;
}

#pdfPreview #userInfo > div:nth-child(4) {
    width: 47%;
    /*text-align: center;*/
    /*! left: 35px; */
    top: 280px;
}

#pdfPreview #userInfo > div:nth-child(5) {
    /* float: left; */
    clear: both;
    position: absolute;
    top: 54px;
    left: 125px;
}

#pdfPreview #userInfo > div:nth-child(6) {
    position: relative;
    top: -53px;
    left: 668px;
}

#pdfPreview #userInfo > div:nth-child(7) {
    text-align: right;
    width: 399px;
    position: absolute;
    bottom: 149px;
    right: 41%;
    z-index: 9999;
    display: block;
    overflow: hidden;
}

#pdfPreview > div {
    clear: both;
}

.options {
    clear: both;
}

#pdfPreview .options, #pdfPreview .question-answer {
    margin-left: 5%;
    width: 63%;
    text-align: justify;
}

#previewHTML .options, #previewHTML .question-answer {
    margin-left: 5%;
    width: 63%;
    text-align: justify;
}

.question-answer {
    margin-top: 10px;
    width: 500px;
    /* display: block; */
    clear: both;
    text-align: justify;
    width: 63%;
    text-align: justify;
}

#previewHTML h3 {
    margin-left: 20px;
    background: none;
    margin-top: 0px;
}

#pdfPreview label.numbering {
    position: absolute;
   /*left: 23px;
    top: 17px;*/
	left: 0px;
    top: 18px;
    font-size: 11px;
    font-weight: bold;
    width: 5.5%;
    text-align: center;	
}

.marksPreview {
    background: none;
}

#closePreviewBtn {
    /* margin: 10px; */
    /* cursor: pointer; */
    /* float: left; */
}

#downloadify {
    padding: 10px;
}

#wrapper-button {
    width: 38%;
    margin: 5px 0px 5px 2%;
    text-align: left;
    background: #FFBD1B;
    padding: 4px 2px;
	color: #000;
    font-weight: bold;
    font-size: 16px;
}

#showCartBtn {
    /* cursor: pointer; */
    /* margin-bottom: 5px; */
}

button#QuesSelectedBtn {
    cursor: default;
}

.totalQues {
    display: inline-block;
/*     color: #ffffff; */
}

#cartItems {
    padding: 2px 3px;
    cursor: default;
    /* color: #c50000;
	background: #ffffff; */
}

.top_checkbox{
	/* display: block; */
	/* width: 300px; */
    /* margin-left: 20px; */
	/* margin: 2px; */
    display: block;
}

.top_checkbox div{
	float: left;
	margin: 10px 6px;
}
    
span#totalQuestionsInTG {
    padding: 2px 3px;
    cursor: default;
    /* color: #c50000;
	background: #ffffff; */
}

div#selectthecorrectoption, div#fillintheblanks, div#answerthequestions, div#matchthecolumns, div#rewritethesentences, div#unseencomprehension, div#rhymingwords, div#completethewords, div#makenewwords, div#writing, div#rearrangethewordstomakesentences, div#writethewordsinalphabeticalorder, div#completethesentences, div#completethewords, div#makesentences, div#rearrangethesentences, div#referencetocontext, div#replacethewords, div#underlinethewords, div#wordsearch, div#trueorfalse {
    width: 90%;
    margin: auto;
    border: 1px #e2e1e1 solid;
    border-radius: 15px;
    padding: 20px 0px;
    margin-top: 10px;
}

.mx-tools {
    width: 152px;
    float: right;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 10px;
    background: #f7d9d9;
    height: 100%;
    top: 0px;
}

.tool-remove, .tool-replace, .tool-edit {
    padding: 5px 6px;
    display: inline-block;
    text-decoration: none;
    color: #213049;
    border: 1px #38393b solid;
    width: 60px;
    border-radius: 0;
    margin-top: 5px;
    background: #fff;
    font-weight: bold;
    font-size: 12px;
    margin-left: 4px;
}

a.tool-remove {
    color: #d2232a;
}

.tool-remove:hover, .tool-replace:hover, .tool-edit:hover {
    background: #e33400;
    color: #fff;
}

#insertNewQuestion, #replaceQuestion {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    display: none;
}

#print_option {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    display: none;
}

#replaceQuestion > div {
    width: 600px;
    height: 400px;
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -309px;
    overflow: hidden;
    border: 1px solid #989a9d;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
}

.insertNewQuestion-container {
    width: 600px;
    height: 560px;
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 9;
    top: 7%;
    left: 30%;
    /* margin-top: -310px; */
    /* margin-left: -309px; */
	overflow: hidden;
    border: 1px solid #989a9d;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
}

#print_option > div {
    width: 550px;
    height: 128px;
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 9;
    top: 38%;
    left: 15%;
    overflow: hidden;
    border: 1px solid #989a9d;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
}

#replaceList {
    height: 300px;
    width: 100%;
    overflow-y: auto;
}

#replaceList img {
    max-width: 277px;
}

.topTitle {
    width: 100%;
    padding: 12px 5px;
    line-height: normal;
    font-weight: normal;
    clear: both;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #1F2A44;
}

.bottomMenu {
    clear: both;
    width: 100%;
    height: 36px;
    position: relative;
}

#closeReplaceBtn {
    /* background: #FFF; */
    /* color: #000; */
    /* padding: 4px 10px; */
    /* font-weight: bold; */
    /* border: 1px solid rgb(145, 145, 145); */
    float: right;
    margin-right: 27px;
    margin-top: 2px;
    cursor: pointer;
}

.selection.dis {
    background: rgb(236, 202, 202);
}

#treeTemplate {
    display: none;
}

#previewHTML .mx-tools {
    display: none;
}

.question-title.rx-editable {
    padding-left: 5%;
    width: 70%;
    text-align: left;
}

.image {
    clear: both;
    padding-top: 10px;
    width: 700px;
    /* max-width: 20%; */
}

#previewHTML .image {
    margin-left: 5%;
    /*changed from 2 to 3 by Ratish*/
    width: 532px;
    /* max-width: 20%; */
}

#pdfPreview .image {
    margin-left: 58px;
    width: 532px;
    /* max-width: 20%; */
}

.image img {
    width: auto;
    max-width: 100%;
}

img.ansImg {
    width: auto;
    max-width: 100%;
}

/*added by Ratish*/
/*************/
#breadcrums :nth-child(2n) {
    color: #1f2021;
}

#breadcrums :nth-child(3) {
    /* color: #3b65a7; */
}

#breadcrums :last-child {
    color: #000;
    /* background: #f5f7fc; */
    padding: 10px;
}

#breadcrums > span.breadLabel {
    margin: 0px 5px;
}

#container > ul > li {
    color: #000;
}

#container > ul > li > ul > li {
    color: #0d0e0d;
}

#container > ul > li > ul > li > ul > li {
    color: #000000;
}

#container > ul > li > ul > li > ul > li > ul > li {
    color: #f5821e;
}

.option.rx-editable {
    width: 100%;
    text-align: left;
}

#btn-downlodify {
    width: 98px;
    height: 36px;
    background: url(../scr/save2Disk.png) no-repeat;
    position: absolute;
    left: 135px;
    top: 9px;
}

#tempAshok {
    font-size: 10px;
}

button#print {
    position: absolute;
    left: 69px;
    top: 10px;
}

.topTitlez {
    width: 95%;
    margin: auto;
    border: 0px #e2e1e1 solid;
    border-radius: 15px;
    padding: 0px 0px;
    margin-top: 10px;
}

.topTitlez > h3 {
    padding: 6px 9px 0px 25px;
    color: black;
}

#previewHTML .numbering {
    /*position: static;
font-weight: bold;
font-size: 18px;
margin-left: -43px;
margin-right: 20px;*/
    position: absolute;
    left: 4%;
    top: 11px;
}

#previewHTML td {
    padding: 8px 6px;
    font-weight: bold;
    font-size: 15px;
    line-height: 63px;
}

.question-title.hTitle {
    font-weight: bold;
    margin-left: -24px;
    margin-bottom: 8px;
}

@media print {
    .noprint {
        display: none;
    }

    a {
        display: none;
    }

    @page {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .marksPreview {
        width: 50px;
        text-align: center;
        padding: 3px;
        background: rgb(255, 255, 255);
        margin-top: 2px;
        height: 20px;
    }

    .marksDiv {
        width: 60px;
        float: right;
        display: inline-block;
        text-align: center;
        position: absolute;
        right: 25px;
        background: #efeeef;
        height: 100%;
        top: 0px;
    }

    .option.rx-editable {
        width: 100%;
        text-align: left;
    }

    #previewHTML .options, #previewHTML .question-answer {
        margin-left: 3%;
        width: 70%;
        text-align: justify;
    }

    .ansImg {
        width: 400px;
    }
}

#logoUpdateParent {
    position: relative;
    top: -211px;
    left: 24px;
}

#logoUpdateParent input {
    border: 0px;
    background: transparent;
    box-shadow: none;
}

.userDisplayLogos {
    display: block;
    margin: auto;
    margin-top: 10px;
    max-width: 100px;
    max-height: 100px;
}

.fileChooseBlocker {
    position: absolute;
    width: 250px;
    height: 33px;
    background: red;
    top: 0px;
    left: 154px;
    opacity: 0;
    z-index: 999;
}

#userInfo > div.boxPosTime {
    clear: both;
    position: absolute;
    top: 207px;
    left: 377px;
}

.practive > a {
    background: #b3ffbb;
}

#level3 {
    display: none;
}

#sContainIn > .topTitlez:last-child {
    margin-bottom: 50px;
}

#pdfPreview > div {
    overflow: hidden;
}

@media (min-width: 1025px) {
	
	#btn-refresh-list
	{
		float:none !important;	
	}
}

.level1-header {
    /* width: 25%; */
    height: 100%;
}

#wrapper-button {
    /* width: 70%; */
    text-align: right;
}

.jc-bs3-container.container {
    max-width: 450px;
    margin: auto;
}

.mxio select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 18px;
    padding: 8px 0px 8px 12px;
    margin: 4px;
    border-radius: 0;
    background: #ffffff;
    color: #c50000;
    border: 1px #c50000 solid;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 110px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .mxio select {
        padding-right:20px -moz-box-sizing:border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

.mxio label {
    position: relative
}

.mxio label:after {
    content: '►';
    color: #c50000;
    /* background-color:#fff; */
    border-radius: 0 3px 3px 0px;
    right: 6px;
    top: 0px;
    padding: 7px 7px 6px 12px;
    margin: -7px 0px 0px 0px;
    border-left: 1px solid #c50000;
    position: absolute;
    pointer-events: none;
}

.mxio label:before {
    content: '';
    right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
    /*background: #f8f8f8;*/
    position: absolute;
    pointer-events: none;
    display: block;
}

.marksper {
    width: 104px;
    margin-left: 13px;
}

.auto-top-bar {
    height: 43px;
    background: #fafafa;
    padding: 20px 20px;
    margin: 20px 0px 0px 0px;
    /* border: 1px solid #a6adbf; */
    border-bottom: none;
}

.auto-top-bar .cntiner {
    width: 100%;
    max-width: 637px;
}

.width80 {
    width: 80px;
}

.width40 {
    width: 40px;
}

.marksper:disabled {
    background: #f9d8d8;
}

.form-insertion {
    /* margin: 20px; */
    /* background: #e2e2e2; */
    padding: 5px 20px;
	overflow: auto;
    max-height: 460px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group label {
    width: 190px;
    display: inline-block;
    color: #1f2021;
}

.insertion-footer {
    text-align: right;
    margin-right: 20px;
}

#testgenerator-type {
    width: 100%;
    height: 100%;
    /* background: rgba(165, 165, 165, 0.95); */
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    display: none;
}

.tg-type-container {
    width: 500px;
    height: 300px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;
    overflow: hidden;
	/* 
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.59); 
    border: 3px #7d5a50 solid;*/
}

.tg-type-container .width50 {
    width: 50%;
    float: left;
    text-align: center;
}

.typePannel {
    margin-top: 50px;
}

#footer_logo
{
	    /* text-align: center; */
    position: absolute;
    /* bottom: 10px; */
    /* left: 10px; */
    /* width: 100%; */
    z-index: 999;
    left: 2.5%;
    top: 95%;
}	

button#print-student {
    /* position: absolute; */
    /* left: 68px; */
    /* top: 10px; */
}

button#print-teacher {
    /* position: absolute; */
    /* left: 179px; */
    /* top: 10px; */
}

.auto-topsection {
    width: 22%;
    float: left;
    padding: 10px;
}

.auto-topsection img {
	padding-right: 20px;
    max-width: 88px;
    width: 88px;
}

.auto-topsection * {
    display: inline-block;
    vertical-align: top;
}

h1.tgTitle {
   font-weight: 600;
   padding: 4px 6px;
   font-size: 18px;
   margin: 0;
   text-align: center;
   border-radius: 0px 0px 15px 15px;
   color: #FFC422;
}

.level3-navigation button {
    margin: 8px 8px;
}

.level3-navigation > * {
    display: inline-block;
    /* margin: .45%; */
}

h3.navTitle {
   
    font-size: 16px;
    background: #FFBD1B;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    width: 20%;
    height: 4%;
}

.level1-header * {
    display: inline-block;
    vertical-align: top;
}

.level1-header img {
    padding-right: 20px;
	max-width: 150px;
}
.instruction_btn button {
    border: 0;
    outline: none;
    font-size: 20px;
    color: #2f218b;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
    cursor: pointer;
}

.instruction_btn {
    float: right;
    margin: 20px 20px 10px 0;
}

.instruction_btn button:hover {
    background: #fac223;
    color: #fff;
}

button#startBtn {
    margin-top: 5%;
}
div#folders > div:nth-child(8n-0) { background: #0f93f5;}
div#folders > div:nth-child(8n-1) { background: #f6412c;}
div#folders > div:nth-child(8n-2) {background: #9c1ab1;}
div#folders > div:nth-child(8n-3) {background: #795446;}
div#folders > div:nth-child(8n-4) {background: #FAC2FB;}
div#folders > div:nth-child(8n-5) {background: #FBDAC2;}
div#folders > div:nth-child(8n-6) {background: #E4E0F9;}
div#folders > div:nth-child(8n-7) {background: #D3F9DB;}

#level2 .question-title.rx-editable,
#auto-level-2 .question-title.rx-editable {
    padding-left: 5%;
	word-break: break-word;
}

#level2 div#userInfo:after,
#auto-level-2 div#userInfo:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(193, 193, 193, 0.23);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
}

#level2 div#userInfo
#auto-level-2 div#userInfo, {
    z-index: 99;
    position: absolute;
    width: 100%;
}

.aligntop {
    vertical-align: top;
}

#level3 #previewHTML td,
#auto-level-3 #previewHTML td {
    line-height: initial !important;
}

#level3 div#userInfo,
#auto-level-3 div#userInfo {
    height: auto;
}

.book_name {
	width: 50%;
    float: left;
    text-align: center;
	background: #1F2A44;
	color: #fff;
    border: 4px solid #EC6300;;
    margin-top: -5px;
	padding-top: 1px;
}

.book_name h1{
	display: inline-block;
}

.auto-tabs-wrapper button {
    border: 0;
    background: #000;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.auto-tabs-wrapper button:hover {
    background: #000;
    color: #fff;
}
.book_name h3 {
    font-weight: normal;
    padding: 10px 0;
    text-transform: uppercase;
}

.auto_level-buttons {
    text-align: center;
    float: right;
    padding: 0px 10px;
    height: 100%;
    box-sizing: border-box;
}

.auto_level-buttons button {
     border: 0;
     background: #000;
     width: 45px;
     height: 45px;
     border-radius: 100%;
     color: #fff;
     font-size: 30px;
     text-align: center;
     cursor: pointer;
     margin: 5px auto;
     display: block;
}

.auto_level-buttons button:hover {
    background: #000;
    color: #fff;
}

 

.finalise_btns {
    margin-top: 10px;
    clear: both;
    display: inline-block;
}


#auto-level-3 .auto_level-buttons {
    height: 100%;
    box-sizing: border-box;
}

.level3_buttons {
   margin: 10px auto;
    width: 30%;
    text-align: right;
}

@media (max-width: 1200px) {
	#activityArea,
	.summary-container,
	#mainPage {
		width: 100% !important;
	}
}


.myqstype-MCQ .options, 
.myqstype-MCQ .options {
    padding-top: 15px;
}



.jconfirm .jconfirm-box div.jconfirm-title-c {
    background: #cd1212 !important;
}

button#closepopupBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    border: 0px;
    background: #ca3c3a;
    color: #FFF;
    border-radius: 0px 0px 0px 5px;
    cursor: pointer;
    z-index: 9999999999999999999999;
}

button#closepopupBtn:hover {
    background: #b30000;
}

#auto-page1 {
    height: 100%;
    overflow: auto;
}

.manual-filter-section {
    /* margin-right: 12px; */
    background: #1F2A44;
    padding: 0px 3px 0px 11px;
    border: 1px solid #ffbd1b;
}

.startScreenWrap {
    padding: 0%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

#level3 #userInfo,
#auto-level-3 #userInfo {
    width: 100%;
}

.mtf-col {
    display: inline-block;
}

.mtf-col-0 {
    width: 150px;
}

#breadcrums .breadLabel {
    padding: 0px 1px;
}

#breadcrums .breadLabel[data-link] {
    cursor: pointer;
}

#level2 .finalise_btns,
#auto-level-2 .finalise_btns {
   /* display: block; */
    margin-top: 20px;
}


.finalise{
    touch-action: manipulation;
    line-height: 1.42857143;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: top;
    border: 0px;
    font-size: 14px;
    font-weight: 600;
    background: #e33400;
    padding: 6px 15px;
    cursor: pointer;
    display: inline-block;
    background: -webkit-linear-gradient(top, #D2621C, #FFD92E);
    margin-top: 45px;
}
div#wrapper-button > * {
    display: block;
}

span.outcome-wrap {
    white-space: nowrap;
}

.image-grp-afm-wrap {
    display: inline-block;
    width: 60%;
}

.image-grp-afm-wrap input {
    border: none;
}

.image-grp-afm {
    /* background: red; */
    position: relative;
}

.image-grp-afm:after {
    /* background: blue; */
    width: 250px;
    z-index: 9;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';
}

select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}

@-moz-document url-prefix() { 
    select {
       color: transparent !important;
       text-shadow: 0 0 0 #000 !important;
    }
}


.option.rx-editable table td {
  font-size: 14px !important;
  padding: 0px !important;
  font-weight: normal !important;
  padding-top: 10px !important;
}
.option.rx-editable table tr td {
  padding-right: 40px !important;
  padding-left: 10px !important;
  padding-bottom: 8px !important;
}

.level1-header, #toolbars {
    min-height: 120px;
}

.options_table
{
	width:60%;
	border:1px Solid Black;
}

.options_table td
{
	width:23%;	
}

#new-question-insertion-form
{
    /*overflow: auto;
    max-height: 550px;	*/
}

.sContainIn
{
	font-size: 16px;	
}

.table_options
{
    width: 400px;
    border: 1px Solid black;	
}

.table_options td
{
	min-width: 18%;
	max-width: 100px;	
}

.addtransform
{
	transform: scale(0.95,0.90) !important;
}

@page {
  size: 210mm 297mm; 
  /* Chrome sets own margins, we change these printer settings */
  margin: 27mm 16mm 27mm 16mm; 
}