@import "media_one_portrait.css";
@import "fonts.css";

@media print{
	body{
		font-size: 130% !important;
	}
/*	#addtestBase{
		height: 100% !important;
	}*/
	/* .addToPrintContainer{
		height: 100% !important;
	}
	.addToTestContainer{
		overflow: auto !important;
		height: 100% !important;
	}
	#mainContainer{
		width: 120%;
	}
	#addPrintBase{
		display: block;
		margin-bottom: 5% !important;
		margin-left: 5% !important;
		margin-right: 5% !important;
		height: 100% !important;
	}
	#addPrintHeader{
		display: none !important;
	}
	#addToBreadCrum{
		display: none;
	} */
	/* .addToPrintContainer{
		overflow:none !important;
		overflow-y:none !important;
	} */
}

@charset "UTF-8";

body{
    margin: 0px auto;
    -webkit-user-select:none;
    -moz-user-select:none;
    background-color: #ffffff;
    width: 1150px;
    height: auto;
}

input[type=number] {
    -moz-appearance:textfield;
}

#mainContainer{
	width: 1150px;
	margin:0 auto;
	height: 710px;
}
div#homePage_btn {
    display: block;
    text-align: center;
    vertical-align: middle;
}
.debug{
	/* border:1px solid red; */
}
/* Display list items side by side */
ul.breadcrumb li {
    display: inline-block;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    color: #931d19;
    content: "\025B8";
    padding-left: 5px;
    padding-right: 0px;
    font-weight: bold;
    font-size: 1.5em;
    vertical-align: middle;
    line-height: 0px;
}
/* input.checkBoxes {
    float: right;
    width: 25px;
    height: 25px;
} */
.fright{
	float: right;
}
#heading-btn {
	width:30%;
}
.btn-prop {
    border-radius: 15px 15px 0px 0px;
    background-color: #ff8e6c;
    cursor: pointer;
    font-size: 110%;
    padding: 25px 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0px 2px;
    border: solid 0px #feb952;
    border-bottom: solid 0px #feb952;
}
.quest-select {
    width: 30%;
}
ul.text-left {
    list-style-type: none;
}
ul.text-right {
    list-style-type: none;
}
ul.text-mid {
    list-style-type: none;
	font-size: 26px;
}
ul.text-mid > li:first-child {
    margin: 0 15px 0;
}
#addtestHeader {
    background-color: #ffedcd;
    /* box-shadow: 2px 2px 2px #ababab; */
    /* border-radius: 7px; */
    height: 12.7em;
    margin: 0px;
    display: block;
}

.col5{
    overflow: hidden;
}
.col5 > .column:nth-child(1){
    float: left;
    width: 50%;
    margin-left: 15px;
    margin-right: 7%;
}
.col5 > .column:nth-child(2){
    float: left;
    width: 10%;
    margin-left: 0px;
    margin-right: 2%;
    text-align: center;
}
.col5 > .column:nth-child(3){
    float: right;
    margin-left: 2px;
    margin-right: 2px;
}
.col5 > .column:nth-child(4){
    float: right;
    margin-left: 2px;
    margin-right: 2px;
}
.col5 > .column:nth-child(5){
    float: right;
    margin-left: 2px;
    margin-right: 2px;
}
input[data-txt="addtxt"] {border-radius: 5px;border: 2px #b3b5b8 solid;background-color: white;cursor: pointer;font-size: 100%;padding: 10px;display: inline-block;vertical-align: middle;line-height: 0;margin: 2px;outline: solid 0px #000;}
input[data-txt="txt"], input[type="number"]{
    border-radius: 5px;
    border: 2px #b3b5b8 solid;
    background-color: white;
    cursor: pointer;
    font-size: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 2px;
    text-align: center;
    width: 29%;
    height: 30px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3) inset;
    outline: solid 0px transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.select-btn-prop{
    padding: 10px 15px;
    font-size: 100%;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    background-color: #f07e01;
    border: solid 1px #e85d00;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 123%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 123%);
    background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 123%);
    background: -ms-linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 123%);
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 123%);
}
/*.select-btn-prop{
    border-radius: 5px;
    border: 2px #b3b5b8 solid;
    background-color: white;
    cursor: pointer;
    font-size: 100%;
    padding: 20px 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0px 5px;
}*/

button{
	outline: none;
}
button#addMore-btn {
    width: 136px;
    margin: 3px 0 0;
}
.alertBox-inner {
    background-color: #ffe5cc;
    border-radius: 12px;
    font-size: 100%;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 356px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: arial;
    border: solid 2px #ff9525;
    width: 340px;
    height: 180px;
}
.setGap {
    margin: 0 0 19px;
}
.alertBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
}
div#questBase {
    margin: 45px 0px 0px 0px;
}
.title-quest {
    text-align: left;
    margin: 2px 17px 2px 7px;
    font-size: 100%;
    font-family: arial;
}
.option-quest {
    text-align: left;
    background-color: #eee;
    padding: 10px 20px 10px;
    margin: 8px 0 8px;
    font-size: 100%;
    font-family: arial;
    line-height: 120%;
}
.col3{
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    align-items: center;
    background-color: #ffedcd;
    width: 100%;
}
.col3 > .column:nth-child(1){
    float: left;
    width: 40%;
    margin-left: 15px;
    margin-right: 0px;
}
.col3 > .column:nth-child(2){
    float: left;
    width: 11%;
    margin-left: 5%;
    margin-right: 10px;
}
.col3 > .column:nth-child(3){
    float: left;
    width: 33%;
    margin-left: 5%;
    margin-right: 0px;
}
span.quest-num {
    border-radius: 5px;
    border: 2px #b3b5b8 solid;
    background-color: white;
    cursor: pointer;
    font-size: 100%;
    padding: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0px 0px;
    font-family: arial;
}
.heading {
    text-align: left;
    font-size: 100%;
    font-family: arial;
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #931d19;
    text-decoration: none;
    font-family: arial;
    padding: 0;
    font-weight: bold;
    font-size: 100%;
    margin-left: 5px;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
ul.breadcrumb {
    padding: 10px 16px 10px 16px;
    list-style: none;
    background-color: #c1c1c1;
    font-size: 90%;
    text-align: left;
    margin: -20px 0px 10px 0px;
    /* box-shadow: 2px 2px 2px #ababab; */
    /* border-radius: 5px; */
    float: left;
    width: 98%;
}

.logoSection {
    float: left;
    width: 14%;
    height: auto;
    margin-top: 3.5%;
    text-align: center;
    vertical-align: middle;
    margin-left: 5px;
}
img#headLogo {
    width: 70%;
}
.logoSection p {
    font-size: 150%;
    font-family: arial;
    margin-top: 10px;
    margin-bottom: 0;
}
#header {
    background-color: #ffedcd;
    margin: 0px;
    /* box-shadow: 2px 2px 2px #ababab; */
    /* border-radius: 7px; */
    height: 18.4%;
}
img.folderImg {
    width: 60px;
    height: 70px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 5px;
}
div.folderLogo {
    float: left;
    /* box-shadow: 1px 1px 5px #ababab, -1px 1px 5px #ababab, 1px -1px 5px #ababab, -1px -1px 5px #ababab; */
    border-radius: 5px;
    margin: 5px 10px;
    background-color: #f7e6e2;
    width: 17.2%;
    height: 130px;
    font-size: 100%;
    font-family: arial;
    text-align: center;
    cursor: pointer;
    border: solid 1px #f8724a;
}
div.folderLogo  p{
    margin: 0;
    padding: 0px 5px 5px 5px;
    color: #931d1a;
}
.navigation {
    overflow-x: auto;
    overflow-y: auto;
    height: 690px;
    width: 25%;
    float: left;
    vertical-align: top;
    background: #fee2da;
    padding: 10px 0px 20px 0px;
}
.rtContainer {
    width: 73.5%;
    float: left;
    height: 710px;
    margin: 0px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0px 0px 20px 0px;
}
.hScreen{
	position: absolute;
	max-width: 100% !important;
	z-index: -1;
}
.homeScreen{
	background-image: url(../images/HomeScreen.png);
	background-size: 100% 100%;
	width: 100%;
	height: 710px;
	background-position: center top;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
}
input#startBtn {
    margin: 35.8% auto 0 1%;
    padding: 10px 15px;
    font-size: 100%;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    background-color: #f07e01;
    border: solid 1px #e85d00;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 90%);
    background: -moz-linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 90%);
    background: -o-linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 90%);
    background: -ms-linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 90%);
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, #f07e01 90%);
}
.iPage {
    width: 100%;
    height: 710px;
    position: relative;
    max-height: 100%;
    display: block;
}
.iPageL1{
	position: relative;
	height: 100%;
}
.iPageL1 #tree ~ .rtContainer #header #wrapper-button{
	 margin-top: 9.7% !important;
}
.iPageL1 #tree ~ .rtContainer #header .logoSection #headLogo{
	 width: 80%;
}
.iPageL1 #tree ~ .rtContainer #header ~ #questBase{
	 margin-top: 5% !important;
}
button#addTo-btn {
    margin-left: 3px;
}
.addToTestContainer{
    width: 100%;
    /* float: left; */
    height: 710px;
    margin: 0px;
    display: none;
    overflow-y: auto;
}

div#answer-txt > ul {
    list-style-type: none;
}
li{
	   /*list-style-type: none;*/
	   list-style-image: url(../images/bullet.png);
}
.replaceBox-inner {
    background-color: #ffe5cc;
    border-radius: 12px;
    padding: 10px;
    position: absolute;
    overflow: auto;
    left: 0px;
    border: solid 2px #ff9525;
    outline: none;
    font-size: 100%;
    text-align: left;
    right: 0px;
    margin: 0px 21%;
    top: 13%;
    height: 50%;
}
.replaceBox-inner .replaceBox-txt {
    font-size: 23px;
    font-family: arial;
    text-align: center;
}
.replace-quest-txt {
    float: left;
    width: 80%;
    margin: 0px 5px 0px 1%;
}
.replace-checkbox{
    margin-right: 1%;
    float: right;
    width: 14%;
}
.replace-txt {
    overflow: hidden;
    background-color: #eee;
    padding: 1% 0% 1% 1%;
    margin-top: 3px;
    font-size: 100%;
    font-family: arial;
    line-height: 120%;
    margin-left: 3%;
    margin-right: 3%;
}
.closeBtn-wrap{
    text-align: center;
    position: absolute;
    top: 5px;
    right: 30px;
}
.selected-full-quest{
    text-align: left;
    background-color: #eee;
    padding: 10px 20px 10px;
    margin: 8px 0 8px;
    font-size: 100%;
    font-family: arial;
    line-height: 150%;
}
#addtestBase {
    margin: 0px;
    margin-top: 1%;
}

.check-prop{
    border-radius: 5px;
    border: 2px #b3b5b8 solid;
    background-color: white;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px;
    width: 25px;
    height: 25px;	
}
label{
    font-size: 100%;
    font-family: arial;
    vertical-align: middle;
}
.col2_allStr{
    overflow: hidden;
    margin: 0px;
    z-index: 1;
    position: relative;
    margin-top: 2%;
}
.col2_allStr  > .column:nth-child(1){
    float: right;
    width: 30%;
    margin-left: 0px;
    margin-right: 0px;
}
.col2_allStr  > .column:nth-child(2){
    float: right;
    width: 30%;
    margin-left: 0px;
    margin-right: 0px;
}
.selected-quest img{
	border: solid 1px white;
	border-radius: 10px;
	padding: 5px;
	background: white;
	/* width: 100%;
	height: 100%; */
}
.option-quest img {
    background-color: #d7d7d7;
    padding: 5px;
    border-radius: 15px;
    border: solid 2px #fff;
}
.addToPrintContainer{
    width: 100%;
    float: left;
    height: 710px;
    margin: 0px;
    display: block;
}
.printpdf{
    overflow: hidden;
    overflow-y: auto;
}
#addPrintHeader {
    background-color: #ffedcd;
    /* box-shadow: 2px 2px 2px #ababab; */
    /* border-radius: 7px; */
    height: 12em;
    margin: 0px 0px 30px 0px;
    display: block;
}
#addPrintBase {
    margin-right: 1%;
}
.addPrintImage img {
	display: inline-block;
    border: solid 3px #eeeeee;
    margin: 2px auto;
    border-radius: 10px;
    padding: 3px;
    background-color: #b3b5b8;
    max-width: 100%;
    vertical-align: middle;
}
.addToschoolInfo{
    margin: 0px auto;
}

.schoolInfo{
    display: inline-block;
    border: solid 2px #ff9525;
    width: 70%;
    border-radius: 10px;
    background-color: #ffe5cc;
    border-radius: 12px;
}
.schoolInfo_table {
    display: table;
    font-size: 100%;
    font-family: sans-serif, arial;
    margin: 10px auto;
    padding: 5px;
	text-align: left;
    width: 70%;
    /* border: solid 1px; */
}
.schoolInfo_tr{
	display: table-row;
}
.schoolInfo_td{
	display: table-cell;
    padding: 5px 5px;
    width: 400px;
}
.schoolName{
    font-size: 100%;
    font-family: arial;
    margin: 0px 5px;
}
.addPrintImage {
    text-align: center;
}
.schoolInfo1{
	text-align: center;
}
#wrapper-button {
    float: right;
    margin: 0px;
    text-align: center;
    margin-top: 10.8%;
    margin-right: 1%;
}
/*---------@media-------------*/
.total_number{
	font-size: 100%;
	font-family: arial;
	text-align: right;
	position: relative;
	font-weight: bold;
	color: #865a2d;
	margin: 16px 0px 0px 0px;
	height: 58px;
}
.col2{
    overflow: hidden;
    width: 100%;
}
.col2 > .column:nth-child(1) {
    float: left;
    width: 82%;
    margin-left: 35px;
    margin-right: 0px;
}
.col2 > .column:nth-child(2) {
    float: left;
    width: 8%;
    margin-left: 20px;
    margin-right: 0px;
}
.schoolInfo {
    margin-top: 2%;
}
/* 
input[type=checkbox] + label {
    border: 2px solid #b3b5b8;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3) inset;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    font-size: 1.5em;
    color: #b3b5b8;
    display: inline-block;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + label::after {
    content: '\02713';
    font-weight: bold;
    line-height: 100%;
    display: block;
    text-align: center;
} */
input[type=checkbox] + label {
    border: 2px solid #b3b5b8;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3) inset;
    border-radius: 5px;
    width: 1em;
    height: 1em;
    font-size: 1.5em;
    color: #00c100;
    display: inline-block;
    background: #fff;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + label::after {
    content: '\02713';
    font-weight: bold;
    line-height: 100%;
    display: block;
    text-align: center;
}
span.hang {
    float: left;
    margin-left: -35px;
    width: 25px;
    text-align: right;
}
.selected-quest {
    margin-left: 20px;
}
.imgCross {
       height: 10px;
       width: 10px;
       background-color: red;
       border-radius: 50%;
       margin: 4px 44px -5px;
       content: '&#x000D7';
       color: white;
       font-size: 9px;
       text-align: center;
       line-height: 11px;
       cursor: pointer;
       position: absolute;
       z-index: 2;
}
#logoImg {
    width:50px;
    height:50px;
    position:absolute;
    z-index: 1;
    margin: 8px 0px 0px 0px;
}

/*------------new css-------*/
.alert-txt span{
	color: #b36510;
	font-weight: bold;
	font-size: 150%;
}
.alertBox-inner .infoBox{
	overflow-y: hidden;
	margin-left: 15px;
}
.alertBox-inner .infoBox > .infoBoxCol{
	float: left;
	width: 45%;
	margin-top: 50px;
}
.alertBox-inner .infoBox > .infoBoxCol:nth-child(2){
	margin-left: 15px;
}
.alertBox-inner .infoBox > .infoBoxCol .infoBoxColTxt{
	text-align: left;
	border: solid 2px #b2a191;
	font-size: 95%;
	border-radius: 15px;
	padding: 8px;
	margin-top: 3%;
	font-size: medium;
	color: #131212;
	display: none;
}
.btn-prop .btn-prop-inner{
	background-color: #ffffff;
	padding: 22px 15px;
	border-radius: 15px;
	margin: -22px -15px;
	display: block;
}
button#shuffle-quest {
    margin-left: 4px;
}
div#addToBreadCrum {
    height: 58px;
    width: 100%;
    background-color: rgb(255, 210, 129);
    position: relative;
}
#addtestBase .title-id-prop{
	background-color: #bfbfbf;
	display: flex;
	align-items: center;
	padding: 5px 10px 5px 0px;
}
#addtestBase .title-id-quest-prop{
	background-color: #eeeeee;
}
.select-tot-mark span{
	font-family: arial;
	font-weight: bold;
	color: #4d4d4c;
}
/* #addtestBase .title-quest{
	font-weight: bold;
	color: #931d1a;
} */
.title-quest{
	font-weight: bold;
	color: #931d1a;
}
#questBase .title-quest{
	margin-left: 0px;
	display: block;
	background-color: #bfbfbf;
	margin-right: 0px;
	padding: 10px;
	margin-top: 7px;
}
.select-btn-prop-gray{
	background-color: #f4f4f4;
	border: solid 1px #acacac;
	background: linear-gradient(#f4f4f4, #bfbfbf);
	padding: 7px 12px;
}
#breadCrum{
	height: 58px;
	width: 100%;
	background-color: rgb(255, 210, 129);
	margin: 0px;
	margin-top: -2px;
}
.heading-btn .btn-prop{
	border-radius: 15px;
	padding: 20px 20px;
	margin: 5px 5px;
}
.wrapper-button-extra-margin{
		margin-top: 13.5% !important;
}
.replaceBox-inner::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	/* border-radius: 10px; */
	/* background-color: #F5F5F5; */
}
.replaceBox-inner::-webkit-scrollbar
{
	/* width: 12px; */
	/* background-color: #F5F5F5; */
}
.replaceBox-inner::-webkit-scrollbar-thumb
{
	/* border-radius: 10px; */
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	/* background-color: #D62929; */
}
.title-txt{
	max-width: 100%;
	font-size: 100%;
	outline: solid 0px #000;
	border: solid 2px #b3b5b8;
	border-radius: 4px;
}
.title-txt option{}
.add-lable-txt{
	font-size: 100%;
	font-family: arial;
	line-height: 120%;	
	padding: 9px 0 0 0;
}
.add-lable-txt .btn-prop{
	border-radius: 15px;
	padding: 20px 20px;
	margin: 5px 5px;
}
.schoolInfo_td .btn-prop{
	border-radius: 15px;
	padding: 20px 20px;
	margin: 5px 5px;
}
.addToPrintContainer #addPrintHeader #addToBreadCrum{margin: -18px 0px;top: 172px;}
.homeScreen_text{
	position: relative;
	margin: 0px auto;
}
.homeScreen_text .chapterTitle{
	font-size: 4em;
	line-height: 1.2em;
	text-align: center;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: usablkn;
	color: #15adfe;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -490px;
}
.homeScreen_text .chapterHeading{
	font-size: 2.8em;
	line-height: 1.2em;
	text-align: center;
	text-indent: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	font-family: times;
	color: #f07700;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -430px;
}
.pabsolute{
	position: absolute;
	right: 1%;
}
input, textarea, button{
	outline: solid 0px;
	border: solid 0px #000;
	padding-left: 2px;
}
.school-txt, .setNo-txt, .time-txt{
	font-size: 100%;
	line-height: 120%;
	height: 30px;
}
.replace-scroll {
}

.option-quest .col2 .column .hang ~ span{
	display: block;
}
.replace-txt .replace-quest-txt span{
	display: block;
}
.replace-txt .replace-quest-txt span ~ img{
	margin-top: 2%;
}


@media screen and (max-device-width: 600px){
.replaceBox-inner {
    background-color: #ffe5cc;
    border-radius: 12px;
    padding: 10px;
    position: absolute;
    overflow: auto;
    left: 0px;
    border: solid 2px #ff9525;
    outline: none;
    font-size: 100%;
    text-align: left;
    right: 0px;
    margin: 0px 21%;
    top: 140px;
    height: 14%;
}
#lastQuest-btn{
	margin-left: 4px;
}
#saveTest-quest{
	margin-left: 4px;
}
.homeScreen_text{
	position: relative;
	margin: 0px auto;
}
.homeScreen_text .chapterTitle{
	font-size: 4em;
	line-height: 1.2em;
	text-align: center;
	text-indent: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: usablkn;
	color: #15adfe;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -490px;
}
.homeScreen_text .chapterHeading{
	font-size: 2.8em;
	line-height: 1.2em;
	text-align: center;
	text-indent: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	font-family: times;
	color: #f07700;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -420px;
}
.pabsolute{
	position: absolute;
	right: 1%;
}
.heading {
    text-align: left;
    font-size: 100%;
    font-family: arial;
}
.iPageL1 #tree ~ .rtContainer #header ~ #questBase {
    margin-top: 2% !important;
}
.iPageL1 #tree ~ .rtContainer{
	 margin-top: -15%;
}
.iPageL1 #tree ~ .rtContainer .total_number{
	 top: 0px;
}
.selected-quest img {
    border: solid 1px white;
    border-radius: 10px;
    padding: 5px;
    background: white;
    width: 100%;
    height: 100%;
}
.select-tot-mark span {
    font-family: arial;
    font-weight: bold;
    color: #4d4d4c;
	font-size: 100%;	
}
div#addToBreadCrum {
    height: 58px;
    width: 100%;
    background-color: #feb952;
    margin: -56px 0px 0px 0px;
}
.homeScreen {
    background-image: url(../images/HomeScreen.png);
    background-size: 100% 100%;
    height: 710px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: center;
    display: block;
    width: 100%;
}
span.hang {
    float: left;
    margin-left: -35px;
    padding-right: 0;
    width: 25px;
    text-align: right;
}
body{
	/* background-color: gray; */
	width: 1150px;
	height: auto;
}
.alertBox-inner {
    background-color: #ffe5cc;
    border-radius: 12px;
    font-size: 100%;
    text-align: center;
    padding: 10px;
    position: absolute;
    top: 356px;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: arial;
    border: solid 2px #ff9525;
}
.addToPrintContainer{
    width: 99%;
    float: left;
    height: 99%;
    overflow: auto;
    overflow-x: hidden;
    margin-left: 1%;
	display: block;
}

.iPage {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 100%;
    display: block;
}	
.iPageL1 {
    position: relative;
    height: 100%;
}	
.navigation {
    overflow: hidden;
    overflow-y: auto;
    height: 16.9em;
    width: 100%;
    vertical-align: top;
    background: #fee2da;
    display: block;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}
.rtContainer {
    width: 100%;
    height: 99%;
    overflow: hidden;
    overflow-y: auto;
    margin: 0px 0px 0px 0px;
}
#header {
    background-color: #ffedcd;
    margin: 0px;
    /* box-shadow: 2px 2px 2px #ababab; */
    /* border-radius: 7px; */
    height: 16.5em !important;
}
.logoSection {
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
.iPageL1 #tree ~ .rtContainer #header .logoSection #headLogo {
    width: 15%;
}
img#headLogo {
    width: 15%;
}
.logoSection p {
    font-size: 350%;
    font-family: arial;
    margin-top: 10px;
    margin-bottom: 0;
    float: left;
}
#wrapper-button {
	display: block;
	float: none;
	text-align: center;
	margin: 0px;
}
.btn-prop {
    border-radius: 15px 15px 0px 0px;
    background-color: #ff8e6c;
    cursor: pointer;
    font-size: 110%;
    padding: 25px 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0px 0px;
    border: solid 0px #feb952;
    border-bottom: solid 0px #feb952;
}
ul.breadcrumb {
    padding: 20px 16px;
    list-style: none;
    /* background-color: #feb952; */
    font-size: 100%;
    text-align: left;
    margin: 10px 0px 0px 0px;
}
div#questBase {
    margin: 0px;
}
.total_number {
	font-size: 100%;
	font-family: arial;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #865a2d;
	margin: 0px;
	top: -2px;
	right: 0px;
	left: 0px;
	background-color: #feb952;
	padding: 10px 0px 0px 0px;
	line-height: 210%;
}
ul.breadcrumb li a {
    color: #931d19;
    text-decoration: none;
    font-family: arial;
}
div.folderLogo {
    float: left;
    /* box-shadow: 1px 1px 5px #ababab, -1px 1px 5px #ababab, 1px -1px 5px #ababab, -1px -1px 5px #ababab; */
    /* border-radius: 5px; */
    /* margin: 5px 5px; */
    /* background-color: #f7f7f7; */
    /* width: 32%; */
    /* font-size: 150%; */
    font-family: arial;
    text-align: center;
    /* height: 160px; */
}
img.folderImg {
    /* width: 100px; */
    /* height: 100px; */
}
div.folderLogo p {
    margin: 5px 0px;
    padding: 0px 5px 5px 5px;
}
.jstree-node, .jstree-children, .jstree-container-ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    font-size: 20px !important;
    font-family: arial;
    margin-top: 15px !important;
}
.col3 > .column:nth-child(1) {
    float: left;
    width: 44%;
    margin-left: 15px;
    margin-right: 0px;
}
.col3 > .column:nth-child(2) {
    float: left;
    width: 14%;
    margin-left: 0;
    margin-right: 0px;
}
.col3 > .column:nth-child(3) {
    float: left;
    width: 38%;
    margin-left: 15px;
    margin-right: 0;
}
.col3 span{
    /* font-size: 150%; */
    font-family: arial;
}
.title-quest {
    text-align: left;
    margin: 11px 17px 0px;
    font-size: 100%;
    font-family: arial;
}
.option-quest {
    text-align: left;
    background-color: #eee;
    padding: 10px 0px 10px 10px;
    margin: 8px 0 8px 0px;
    font-size: 100%;
    font-family: arial;
    line-height: 120%;
}
.col2{
    overflow: hidden;
}
.col2 > .column:nth-child(1) {
    float: left;
    width: 75%;
    margin-left: 35px;
    margin-right: 0px;
}
.col2 > .column:nth-child(2) {
    float: left;
    width: 10%;
    margin-left: 15px;
    margin-right: 0px;
}
.addToTestContainer{
    width: 100%;
    float: left;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    display: none;
    margin: -155px 0px 0px 0px;
}
#addtestHeader {
    background-color: #ffedcd;
    /* margin-right: 1%; */
    /* box-shadow: 2px 2px 2px #ababab; */
    /* border-radius: 7px; */
    height: 16.3em;
    margin: 0px;
}
#addtestBase {
    /* margin-right: 1%; */
}
.selected-full-quest{
    text-align: left;
    background-color: #eee;
    padding: 10px 20px 10px;
    margin: 8px 0 8px;
    font-size: 100%;
    font-family: arial;
    line-height: 120%;
}
input[data-txt="txt"], input[type="number"] {
    border-radius: 5px;
    border: 2px #b3b5b8 solid;
    background-color: white;
    cursor: pointer;
    font-size: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 2px;
    width: 50%;
}
.col5{
    overflow: hidden;
}
.col5 > .column:nth-child(1) {
    float: left;
    width: 48%;
    margin-left: 15px;
    margin-right: 0px;
}
.col5 > .column:nth-child(2) {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 10%;
    text-align: center;
}
.col5 > .column:nth-child(3) {
    float: right;
    margin-left: 4px;
    margin-right: 4px;
    /* width: 13%; */
}
.col5 > .column:nth-child(4) {
    float: right;
    margin-left: 4px;
    margin-right: 4px;
    /* width: 13%; */
}
.col5 > .column:nth-child(5) {
    float: right;
    margin-left: 4px;
    margin-right: 4px;
    /* width: 8%; */
}
/* input.checkBoxes {
	float: right;
    width: 25px;
    height: 25px;
} */
.fright{
	float: right;
}
label{
    font-size: 100%;
    font-family: arial;
    vertical-align: middle;
}
.col2_allStr {
    overflow: hidden;
    margin-top: 1.6%;
}
.col2_allStr > .column:nth-child(1) {
    float: left;
    margin-left: 30%;
    margin-right: 0px;
    width: 20%;
}
.col2_allStr > .column:nth-child(2) {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 20%;
}
span.quest-num {
    border-radius: 5px;
    border: 2px #b3b5b8 solid;
    background-color: white;
    cursor: pointer;
    /* font-size: 150%; */
    padding: 19px 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0px 0px;
}
.alertBox-inner .infoBox{
	overflow-y: hidden;
}
.alertBox-inner .infoBox > .infoBoxCol{
	float: left;
	width: 45%;
	margin-top: 50px;
}
.alertBox-inner .infoBox > .infoBoxCol:nth-child(2){
	margin-left: 5%;
}
.alertBox-inner .infoBox > .infoBoxCol .infoBoxColTxt{
	text-align: left;
	border: solid 2px #b2a191;
	font-size: 95%;
	border-radius: 15px;
	padding: 8px;
	margin-top: 3%;
	font-size: medium;
}
#breadCrum {
    height: 55px;
    background-color: transparent;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
button#shuffle-quest {
    margin-left: 4px;
}
}
div#answer-txt {
    margin: 1% 0 0 2%;
}
.pdfPrintActive {
    padding-left: 1%;
    display: block;
	padding-right: 1%;
}
.pdfPrintActive2 {
	padding-right: 7%;
}