:root
{
	--base-color:#171c6c;
	--base-light-color:#afdbeb;
	--base-light-border-color:#2f8ca8;
	--base-top-button-color: #f9f2cf;
	--base-top-button-border:#b3a66d;
	--base-top-button-h-color: #ffe35a;
	--base-top-button-h-border: #a98e19;
}

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

html, body 
{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url('../img/bg.jpg');
	background-size: 100% 100%;
    background-color: rgba(255,255,255,.5);
    background-blend-mode: color-burn;	
}

.padding0 {
    padding: 0px !important;
}

.padding15 {
    padding: 15px !important;
    top: 80%;
    position: relative;
    float: right;
}
#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: 100%;
    margin: 0px auto;
    position: relative;
    max-width: 100%;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
}
#tg-logo {
    float: right;
}

.start_logo {
    width: 100%;
    /* height: 100%; */
    display: inline-block;
    margin: 0px;
    padding: 0;
    text-align: left;
    background: var(--base-color);
    border-bottom: 3px solid #f4f4f4;
	background-image: url('../img/top.jpg');
	background-size: 100% 100%;	
}

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

.TG_bg {
    width: 100px;
    text-align: left;
    margin: 30px auto 20px;
}

#topTitle {
    padding-top: 30px;
    width: 200px;
    margin: auto;
}

#topTitle1 {
    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;
    /* margin: 20px auto; */
    text-align: center;
    font-size: 35px;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    clear: both;
    padding-top: 0px;
    margin-top: 8%;
    /* margin-bottom: 80px; */
    font-size: 42px;
}

.cover-image {
    text-align: center;
}

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

.sm_button {
    border: 2px solid #111213;
    border-radius: 22.5px;
    color: #000;
    font-size: 18px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    background: #055bf9;
    padding: 7.5px 10px;
    cursor: pointer;
    margin: 10px 20px;
    display: block;
    min-width: 120px;
    color: white;
    text-transform: uppercase;
}

.sm_button:hover {
    /* background: #f7f4f0; */
    /* color: #171c6c; */
    /* border-color: #055bf9; */
    outline: none;
}

.info_btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-color: var(--base-top-button-color);
    border: 2px solid var(--base-top-button-border);
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
    margin: 4px 8px;
    vertical-align: top;
    /* margin-left: 17px; */
    position: relative;
}

.info_btn:hover {
    background-color: var(--base-top-button-h-color);
    outline: none;
    border-color: var(--base-top-button-h-border);
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    padding: 0.5em;
    line-height: 1.2em;
    width: 40%;
    /* cursor: pointer; */
    border: 1px solid var(--base-light-color);
    background: #ffffff;
    border-radius: 0;
    font-size: 14px;
    color: #444;
    /* height: 25px; */
    text-align: center;
}

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

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

#collectionList {
    width: 22%;
    height: 100%;
    overflow-x: hidden;
    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: #fff;
    max-width: 100%;
}

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

div#explorer {
    width: 78%;
    height: 100%;
    /*ratish*/
    background: #ffffff;
    float: right;
}

#topHeader {
    /* height: 15%; */
    position: relative;
    background: var(--base-color);
    text-align: left;
    /* padding: 10px 30px; */
    min-height: 70px;
    color: #fff;
	background-image: url('../img/top.jpg');
	background-size: 100% 100%;	
}

/*#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;
}

.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: #ffffff;
    text-decoration: none;
    display: block;
    z-index: 9;
    position: relative;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
}

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

/* end folder design */
#breadcrums {
        background: #e6df00;
        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: 44px;
        /* padding-left: 12px; */
        font-size: 12px;
        border: 1px #febbbb solid;
        line-height: 40px;
        font-weight: 600;
        /* display: none; */
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #c0c0c0;
    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: var(--base-color);
}

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

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

.question-parent {
    clear: both;
    margin: 0px;
    padding: 6px 10px 6px 15px;
    background: #ffffff;
    /* border-bottom: 1px solid #c1c1c1; */
    position: relative;
    /* height: 45px; */
    /* margin-top: 7px; */
    min-height: 50px;
    /* padding: 0; */
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
}

#level1 .question-parent {
	border-bottom: 1px solid #f1efef;
	min-height:auto !important;
}

.question-parent.selection {
    /* background: rgba(255, 222, 96, 0.44); */
}

#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: var(--base-light-color);
    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: 98%;
    /* float: left; */
    font-size: 15px;
    vertical-align: top;
    color: #213049;
}

.quesSecNo {
   width: auto;
   color: #fff;
   border: 1px #ffffff solid;
   background: var(--base-color);
   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;
    background: white;	
}

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

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

#pdfPreview .question-title {
    width: 83%;
    text-align: justify;
}

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

#level2 {
    display: none;
}

#toolbars, .level3-navigation {
    /* height: 18%; */
    background: var(--base-color);
    position: relative;
    min-height: 70px;
    color: #fff;
    background-image: url('../img/top.jpg');
    background-size: 100% 100%;
}

.level3-navigation {
    min-height: 90px;
}

/*#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: calc(100% - 124px);
    top: -5px;
    background: white;
}

#previewHTML {
	height: calc(100% - 100px) !important;
}

#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: left;
    vertical-align: middle;
    padding-top: 1px;
    /* width: 23%; */
    margin-left: 3%;
    font-size: 14px;
    line-height: 22px;
    width: 28%;
    text-align: right;
    float: right;
    right: 15px;
    position: relative;
    top: 7px;
}

.toolbars_preview button {
    /* margin-top: 8px; */
}

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

.marksDiv {
    width: 90px;
    float: right;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 3%;
    background: #e1e6ff;
    height: 100%;
    top: 0px;
    /* pointer-events: none; */
    cursor: pointer;
}

#auto-level-3 .marksDiv {
    right: 3.5% !important;
}

.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 #886b4b;
    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: white;
    /* 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: 7.5px 0px;
}

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

#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: 45px;
    width: 83%;
    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 {
    text-align: left;
    position: absolute;
    left: 23px;
    top: 7px;
    width: 30px;
}

.marksPreview {
    background: none;
}

#downloadify {
    padding: 10px;
}

#wrapper-button {
    width: 31%;
    margin: 5px 5px;
    text-align: left;
    color: #fff;
    font-size: 15px;
}

button#QuesSelectedBtn {
    cursor: default;
}

.totalQues {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 8px;
}

#cartItems {
    background: #ffffff;
    padding: 2px 7px;
    cursor: default;
    color: var(--base-color);
}

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: 30px;
    float: right;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 5px;
    /* background: #f7d9d9; */
    height: 100%;
    top: 0px;
}

.tool-remove, .tool-replace, .tool-edit {
    padding: 2.5px 3px;
    display: inline-block;
    text-decoration: none;
    color: #213049;
    width: 10px;
    height: 10px;
    margin-top: 15px;
    margin-left: 4px;
    background-image: url("../img/delete.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    filter: grayscale(1);
}

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

.tool-remove:hover, .tool-replace:hover, .tool-edit:hover {
    filter: none !important;
}

#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: 620px;
    background: rgb(255, 255, 255);
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    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: var(--base-color);
}

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

#closeReplaceBtn {
    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 
{
    width: 65%;
    text-align: justify;
    word-break: break-word;
}

#auto-level-3 .question-title.rx-editable 
{
    /* width: 65% !important; */
    /* margin-left: 5%; */
}

.image {
    clear: both;
    padding-top: 10px;
    width: 700px;
}

#previewHTML .image {
    margin-left: 5%;
    width: 532px;
}

#pdfPreview .image {
    margin-left: 58px;
    width: 532px;
}

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

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

#breadcrums :nth-child(2n) {
    color: #1f2021;
}

#breadcrums :last-child {
    color: #0d8b13;
    padding: 10px;
}

#breadcrums > span.breadLabel {
    margin: 0px 2.5px 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;
}

.main_Div_table td {
    padding: 0px !important;
}

.question-title.hTitle, .question-passage_header, .extra_titles
{
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 8px;
    padding-top: 10px;
}

.extra_titles
{
	text-align:center;
}

@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; */
    /* width: 100% !important; */
}

#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: 989px) {
}

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

#wrapper-button {
    /* width: 70%; */
    text-align: right;
    float: right;
    right: 12px;
    position: relative;
}

.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: black;
    border: 1px var(--base-color) solid;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 83px;
}

/* 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: var(--base-color);
    /* 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 var(--base-color);
    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;
}

#container li
{
	margin-left:0px;
	list-style-type:none;
	padding: 5px 5px 0px 25px;
}

.checkbox input{
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
}

._checkbox
{
	
	float: left;	
}

.chaptersss{
	display: inline-block;
    width: calc(100% - 45px);
	font-size: 15px;
    line-height: 17px;
}

.TG_bg label
{
	color: black;
}

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

.auto-top-bar {
    min-height: 43px;
    background: var(--base-light-color);
    margin: 0;
    /* border: 1px solid #a6adbf; */
    border-bottom: none;
}

.auto-top-bar .cntiner {
    width: 100%;
    position: relative;
    /* top: -10px; */
    color: black;
}

.width80 {
    width: 80px;
}

.width40 {
    width: 40px;
}

.marksper:disabled {
    background: #e0edf2;
}

.form-insertion {
    /* margin: 20px; */
    /* background: #e2e2e2; */
    padding: 10px 20px;
}

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

.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;
    background: #ffffff;
    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;
}

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

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

.auto-topsection {
    width: 33%;
    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: 400;
	padding: 20px 10px;
	font-size: 25px;
	color: #000;
	margin: 0;
	text-align: center;
	background: rgba(255,255,255,1);
	border-radius: 0px 0px 0px 0px;
	width: 100%;
}

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

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

h3.navTitle {
       margin-bottom: 10px;
       font-size: 18px;
       /* background: #c50000; */
       color: var(--base-color);
       font-weight: normal;
       padding: 10px;
       /* border-bottom: 2px #ff3c02 solid; */
       letter-spacing: 0.5px;
       font-weight: bold;
}

.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: var(--base-top-button-h-color);
}

button#startBtn {
    /* margin-top: 5%; */
	display:
    inline-block !important;
}
button#usePreBtn {
    margin-top: 5%;
	display:inline-block !important;
}

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: #3d4db6;}

div#folders > div:nth-child(8n-5) {background: #47af4a;}

div#folders > div:nth-child(8n-6) {background: #ff9700;}

div#folders > div:nth-child(8n-7) {background: #eb1460;}



#level2 .question-title.rx-editable,
#auto-level-2 .question-title.rx-editable {
    padding-left: 45px;
    /* position: relative; */
}

#level2 div#userInfo:after,
#auto-level-2 div#userInfo:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 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; */
	width: 100%;
    display: block;
}

.bullettop {
	width: 20px;
    display: inline-block;
}

.aligntop > table {
	table-layout:fixed;
	width: 100%;
}

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

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

.book_name {
    width: 26%;
    /* float: left; */
    color: #fff;
    text-align: center;
    left: auto;
    position: absolute;
    display: inline-block;
    left: 37%;	
}

.auto-tabs-wrapper_button {
    border: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: var(--base-color);
    font-size: 25px;
    text-align: center;
    cursor: pointer;
	    margin: 5px auto;
		    display: block;
}

.auto-tabs-wrapper button:hover {
    background: var(--base-light-color);
    color: white;
}
.book_name h3 {
    font-weight: normal;
    padding: 10px 0;
    text-transform: uppercase;
}

.auto_level-buttons {
    text-align: center;
    float: left;
    /* background: #fbc507; */
    padding: 10px 10px;
    /* height: 100%; */
    box-sizing: border-box;
    width: 110px;
}

.auto_level-buttons button {
     border: 0;
     background: #fff;
     width: 40px;
     height: 40px;
     border-radius: 100%;
     color: var(--base-color);
     font-size: 25px;
     text-align: center;
     cursor: pointer;
     margin: 5px auto;
     display: inline-block;
}

.auto_level-buttons button:hover {
    background: var(--base-light-color);
    color: var(--base-color);
}

 

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


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

.level3_buttons {
   float: right;
   margin: 10px auto;
   width: 310px;
   text-align: right;
}

.top_checkbox{/* display: block; *//* margin: 2px; */float: right;}
span#totalQuestionsInTG {
    background: #ffffff;
    padding: 2px 7px;
    cursor: default;
    color: var(--base-color);
}

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


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

.CiE-txt.tgTitle {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    background: var(--base-color);
}

button#closepopupBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 23px;
    border: 0px;
    background: no-repeat;
    color: black;
    border-radius: 0px 0px 0px 5px;
    cursor: pointer;
    z-index: 9;
}

button#closepopupBtn:hover {
    background: none;
}

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

.manual-filter-section {
    margin-right: 12px;
    background: #c32c2c;
    padding: 2px 3px 2px 11px;
    border: 1px solid #922425;
}

.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 2.5px;
}

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

#level2 .finalise_btns,
#auto-level-2 .finalise_btns {
    display: block;
}

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: 130px; */
}

#main_Head {
    color: black !important;
    text-align: left;
    width: 95%;
    margin: auto;
    padding: 15px 0px;
    font-size: 25px !important;
}

.main_Div {
    width: 100%;
    margin: auto;
    background: white;
    padding: 8px 0px;
}

.main_titles_Div > table {
	width: 100%;
	background: white !important;
	border: 1px solid #ffa9a9;
}

#info{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.5);
    display: none;
    width: 100%;
    height: 100%;
	z-index:999;
}

#info_box
{
	width: 50%;
	height: 50%;
	margin: auto;
	display: block;
	top: 25%;
	left: 25%;
	position: absolute;
	background: white;
	border-radius: 25px;
	border: 3px Solid #922425;
}

#info_header
{
    position: relative;
    width: 100%;
    height: 15%;
    display: table;
    text-align: center;
    background: var(--base-color);
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
}

#info_head_text
{
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 2em;
    color: white;
    top: 15%;
    filter: drop-shadow(1px 1px 1px rgba(255,255,255,.25)) drop-shadow(-1px -1px 1px rgba(255,255,255,.25));
    display: block;
}

#info_close
{
	position: absolute;
    top: 2.5%;
    left: 90%;
    width: 45px;
    height: 45px;
    background: white;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
}

#info_close > span
{
	position: relative;
    display: block;
    font-size: 27px;
    line-height: 45px;
}
	
#info_ok
{
    position: absolute;
    top: 81%;
    left: 0%;
    width: 100%;
    height: 45px;
    background: white;
    border-radius: 7px;
    display: inline-block;
    cursor: pointer;
}

#info_ok span
{
    font-size: 1.75em;
    position: relative;
    height: 90%;
    display: inline-block;
    /* vertical-align: middle; */
    width: 150px;
    border: 2px solid #922425;
    border-radius: 7.5px;
    line-height: 41px;
    background: var(--base-color);
    color: white;
}

#info_body
{
	position: relative;
    width: 100%;
    height: 85%;
    display: block;
    text-align: center;
    background: white;
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
}

#info_text
{
    position: absolute;
    top: 5%;
    display: table;
    left: 1.75%;
    width: 94%;
    height: 70%;
    overflow-y: auto;
    font-size: 1.25em;
    border: 1px solid #ccc;
    padding: 1%;
}

#info_text > span
{
	display:table-cell;
	vertical-align:middle;	
}

#font_label
{
	width: 47%;
    top: 44%;
    display: block;
    position: absolute;
    text-align: right;
}

#font_sizes
{
	width: 21%;
    top: 42%;
    display: block;
    position: absolute;
    left: 51%;
}

.titles {
    display: inline-block;
}

.marks {
    right: 1.5%;
    position: relative;
    width: 110px;
    /* display:none; */
    vertical-align: top;
}

.sqno {
    width: 40px;
    /* display: inline-block; */
    position: relative;
    /* float: left; */
    text-align: center;
    vertical-align: top;
}

.questionsSS {
    /* width: calc(100% - 100px); */
    display: inline-block;
    position: relative;
    /*     text-indent: 23px; */
}

.ansHeading
{
	font-weight:bold;
}

.question-parent > table td {
    font-weight: normal !important;
}

.sequence
{
	font-weight:normal !important;
	vertical-align: top !important;
	text-align: left;
	text-indent: 20px;
}

._markss
{
	font-weight:normal !important;
	vertical-align: top;
}

.quest, .opts, .imgss
{
	font-weight:normal !important;
	vertical-align:top !important;
}

._markss p
{
	display: none;
	width: 100%;
    text-align: center;
    margin: auto;
}

p.previewNumbering 
{
    width: 50px;
}


#auto-level-3 .question-parent img
{
	/* margin-left:10%; */
}

.data_table 
{
	min-width: 50% !important;
    max-width: 70% !important;
}

.data_table td{border-collapse:collapse;border:solid 1px black}

.glink
{
	/*margin-left: 20%;*/
    position: absolute;
	left:15%;
    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: white;
    padding: 4px 16px;
    cursor: pointer;
    display: inline-block;
    border-radius: 7px;
    /* background: -webkit-linear-gradient(top, #D2621C, #FFD92E); */
    margin-top: -22px;
}

#testInfo {
    display: none;
    z-index: 99;
    position: absolute;
    width: 80%;
    background: #ffffff;
    left: 10%;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.18);
    border-radius: 20px;
    border: 2px #EC6300 solid;
    top: 100%;
}
#testInfo #form-shcool {
    margin: 15px;
}

#testInfo #form-btn {
    margin-bottom: 20px;
}
#form-btn {
    position: relative;
    text-align: center;
}

button#showPrevBtn {
    float: none;
    display: inline;
    margin: auto;
}

/*   test list */

.worksheet_page_1 {
    width: 100%;
    /* float: left; */
    height: 100%;
    position: relative;
    /* top: -1px; */
    margin: auto;
    /* overflow-y: auto; */
}

.settings-inner {
    margin: 35px;
    max-height: 91%;
    overflow-y: auto;
}

.testListsTable {
    width: 100%;
    margin: 20px 0px;
    border-spacing: 0;
    border-collapse: collapse;
}

.testListsTable .trHead {
    background: #b30000;
    color: #fff;
}

.testListsTable .strong {
    font-weight: 600;
}
.testListsTable td {
    padding: 10px;
    text-align: center;
}

#level4
{
	display:none;
    position: absolute;
    top: 0;
    width: 100%;
}

#leftside
{
	position: absolute;
	height: calc(100% - 120px);
	max-width: 95%;
	width: 400px;
	display: block;
	top: 100px;
	left: 2.5%;
	text-align:
	center;
}

#leftside > img
{
	max-width:100%;
	max-height:100%;
	width:
	auto;
	height:
	auto;
	position:
	relative;
	border: 3px solid #12478c;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5));
	top: 2.5%;
}

#rightside
{
	position: absolute;
	width: 45%;
	max-width: 95%;
	left: 50%;
	height: 50%;
	display: inline-block;
	top: calc(50% - 25%);
	/* background: rgb(57 240 45 / 70%); */
	border-radius: 20px;
	/* border: 3px solid #007704; */
	/* filter: drop-shadow(2px 2px 4px rgba(0,0,0,.5)); */
}

._learning
{
	display:none !important;
}
.jstree-node > a {
    font-weight: bold !important;
}

.jstree-leaf > a{
    font-weight: normal !important;
}

.TG_bg span
{
	font-weight: bold;
    font-size: 18px;
    color: white;
}

.sContainIn {
    /* border-bottom: 1px solid black; */
    width: 99%;
    margin: auto;
}

.chapters_list
{
    height: 100%;
    position: relative;
	width:100%;
}

.macm_logo
{
	/* right: 15px; */
	position: relative;
}

.stud_word, .tech_word, .stud_pdf, .tech_pdf
{
	margin-top:0px !important;
	margin-right:0px !important;
	margin-left: 0px !important;
}

._laststep
{
	width: 100% !important;
	text-align: center !important;
	margin-top: 20px !important;
}

.select_copy
{
	width: 125px;
}

#auto-page2
{
	position: absolute;
    z-index: 999;
}

.diaableitem
{
    pointer-events: none !important;
	opacity:.7;
}

.logo_file
{
	width: 250px;
    margin: auto;
    height: 150px;
    text-align: center;
}

.logo_file img
{
	max-width: 100%;
    max-height: 100%;
}

._hr
{
	position: relative;
	width: 99%;
	margin: auto;
	margin-bottom: 5px;
}

._check
{
	display: table-cell;
	float: left;
	width: calc(100% - 30px);
	left: 5px;
	position: relative;
	pointer-events: none;
}

#compulsary
{
	position: relative;
    color: red;
    display: inline-block;
    font-size: 32px;
}

#text-school,#text-class_t,#text-stuname,#text-roll
{
    width: 150px;
    display: inline-block;
}

#text-subject,#text-exam,#text-marks,#text-time
{
    margin-left: 0px;
    width: 150px;
    display: inline-block;
    text-align: left;
}

#text-marks
{
    position: relative;
}

.topHeadLableLeft
{
    position: relative;
}

.topHeadLable
{
	position: relative;
	min-width: 155px;
	display: inline-block;
	width: 23.5%;
	text-align: left;
	left: 0;
	position: relative;
}

.left_btns
{
	width: 60px;
    float: left;
    text-align: left;	
}

.right_btns
{
	width: calc(100% - 95px);
	float: right;
	text-align: left;
	right: 10px;
	position: relative;
}

.passage
{
    padding: 6px 10px 6px 15px;
    width: 73%;	
}

.preview_passage {
    padding-left: 40px !important;
    width: 65% !important;
}

.redheading
{
	font-weight:bold;
	display:block;
}

.numbers
{
	position: relative;
	width: 20px;
	display: inline-block;
	vertical-align:top;
}

.qts
{
	position: relative;
	display: inline-block;
	width: calc(100% - 40px);
	word-break: break-word;
}

.align_right
{
	width: 100%;
    text-align: right;
    display: block;
}

.hide
{
	display:none !important;
}

.userInfo #school, .userInfo #subject
{
	text-align:left !important;
}

#extra-logo
{
    height: 100px;
    margin: 3px 0px;
	z-index: 99;
    width: 100%;
	position:fixed;
}

#extra-logo img
{
    max-height: 100%;
	height:auto;
	width:100%;
}

@media screen {
  #extra-logo {
    display: none;
  }
}

#print-teacher, #print-student
{
	background: white;
	border-radius:10px;
	border: 3px solid #e0f5ff;
}

#print-teacher:hover, #print-student:hover
{
	background: #e0f5ff;
	border-color:#55b8af;
}

.expand
{
	cursor:pointer;
	position:absolute;
	right:5%;
	font-size:1.2em;
}

.main_titles
{
	position:relative;
}

.colon
{
    width: 20px;
    text-align: center;
    display: inline-block;	
}