.hide { display: none; }
.clear{
    clear: both;
    display: block;
}
#main-quiz-holder{
    background: #000;
    color: #fff;
    display: inline-block;
    width: 700px;
    height: 500px;
}
#main-quiz-holder .header {
    margin-bottom: 10px;
}
.header > div{
    /*display: inline-block;*/
    float: left;
    /*height: 83px;*/
}
.titleLogo{
	font-size: 24px;
	padding: 5px;
	font-family: MyriadProBold;
}
div#notice {
    position: absolute;
    bottom: 30px;
    left: 41%;
    color: yellow;
}

.logoBgKeyWord{
	background: url(../img/logo.svg) no-repeat;
}
.logoBgQuiz{	
	background: url(../img/logo.svg) no-repeat;
}
.logoBgQuiz1, .logoBgKeyWord1{
	background-size: contain;
	/*position: absolute;*/
	/*margin-left: 49px;*/
	height: 87px;
	/*width: 172px;*/
	/*	top: 60px;
		left: 60px;*/
}

.leftBlock, .logo{
    width: 270px;
}
.progress-block, .rightBlock {
    width: 410px;
	padding-left: 10px;

}
#progressKeeper, #progress{
    height: 18px;
}
#progressKeeper{
    margin-top: 24px;
    margin: 31px auto 0;
    border: 1px solid #fff;
    border-radius: 9px;
    overflow: hidden;
    width: 80%;
	position: relative;


}
#progress{
    width: 0px;
    background: #00C219;
	border-radius: 8px 0 0 8px;
}
/* progress */
.wrapperSeparate{
	width: 100%;
	height: 100%;
	position: absolute;
}
.wrapperSeparate > div {
	/*//border-right: 1px solid #fff;*/
	/*width: 33%;*/
	height: 100%;
	float: left;
	position: relative;
}
.wrapperSeparate > div:first-child .fill{
	border-radius: 9px 0 0 9px;

	/*overflow: hidden;*/
}
.wrapperSeparate > div:last-child .fill{
	border-radius:0 9px   9px 0;

	/*overflow: hidden;*/
}
.borderRight{
	right: 0;
	top: 0;
	width: 2px;
	height: 100%;
	/*background: #fff;*/
	position: absolute;
	border-right: 1px solid #fff;
}
/*.wrapperSeparate > div:last-child{
	border-right: none;
}*/

.leftBlock{
    float: left;
    text-align: left;
    line-height: 18px;
}

.rightBlock{
    float: left;
	text-align: left;
	height: 270px;
}

.rightBlock img{
	max-width: 100%;
	max-height: 100%;
}

.quizImg{
    width: 100%;
}

.number-question{
    padding-top: 25px;
    color: #fff;
    font-size: 18px;
}
.question{
    margin: 15px 0;
}
.question, .answers label{
    color: #ABABAB;
    font-size: 13px;
	border-radius: 100%;
}
.answers, .leftBlock ul{
    padding: 0;
    margin: 10px 0;
    list-style-type: none;
}

.answers li {
    font-weight: 300;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 15px;
    width: 260px;
}
.btnSpeaker, .btnPlay{


	margin: 0 auto;

}

.btnSpeaker {
	height: 80px;
	background: url(../img/speak.svg) no-repeat;
	/*background-size: contain;*/
	background-size: 190px 85px;
	background-position: -4px
}
html[data-useragent*='MSIE 10.0'] .btnSpeaker {
	 background-size: 190px !important;
}
.speak-bg{ 
	background-position: -100px;
}
.btnPlay{
	height: 40px;
	margin-top: 20px;
	cursor: pointer;
} 
.btnSpeaker, .btnPlay{
	/*	-webkit-transition: background 1s ease-out 0.5s;
		-moz-transition: background 1s ease-out 0.5s;
		-o-transition: background 1s ease-out 0.5s;
		transition: background 1s ease-out 0s;*/
}
.bgPlay{
	background: url(../img/bgyPlay.svg) no-repeat;
	background-size: contain;
} 


.keyWord .number-question{
	padding-bottom: 25px;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
.keyWord .helpMessage{
	font-size: 24px;
}
.keyWord .answers, .keyWord .leftBlock ul{
    padding: 0;
    margin: 25px 0;
    list-style-type: none;
	width: 100%;
}

.keyWord .answers li {
    font-weight: 300;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 20px;
    width: 49%;
}

.btnSoundControl{
	width: 80px;
	padding: 20px;  
	margin: 35px auto 0;
}
.answers span {
	/*display: table;*/
    padding: 3px 0;    
}
input[name^=q] {
    display:none; 
    margin:10px;
}
input[name^=q] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    border: 2px solid #fff;
    float: left;
	/*    border-radius: 100%;*/
}

input[name^=q]+label:hover {
    background: #fff;
}

input[name^=q]:checked+label { 
    background: #fff;
}
.btnContainer {
	position: absolute;
	bottom: 25px;
	right: 50px;

}
.next a{
    text-decoration: none;
    cursor: pointer;
    float: right;
    padding: 5px 7px;
    /*margin: 5px 10px;*/
    color: #fff;
    background: #00C219;
    border-radius: 7px;
}

/*result*/
#results-container{
    width: 700px;
    /*position: relative;*/
}
.finished{
     position: absolute;
    width: 150px;
    height: 100px;
    left: 80px;
    top: 65px;
    background: url(../img/bg_finishied.png) no-repeat;
    background-size: contain;
}
.resultLogo{
    width: 260px;
    height: 111px;
    margin: 0 auto;
    /*background: url(../img/logo.svg) no-repeat;  */
    background-size: contain;

	background-position: center;

}

.summary{
    text-align: center;
    padding: 0 0 20px;
    font-size: 26px;
    font-weight: 600;
}
table.tableResult{
    width: 320px;
    float: left;
    border-spacing: 7px 31px;
    display: none;
}
table.tableResult td{
	//text-align: right;
}



.scoreBlock{
    float: left;
    width: 140px;
    margin: 5px 0 0 35px;

}
.scored{
    font-size: 25px;
    font-weight: 600;
}
.percent{
    color: #00FC00;
    font-size: 70px;
    font-weight: bold;
}

.resultFooter{
	position: absolute;
	font-size: 20px;
	font-weight: 600;
	width: 550px;
	margin: 30px auto 0;
	bottom: 28px;
	left: 155px;
}



/*.correct{
    background-image: url(../img/bg_correct.png);
}
.wrong{
    background-image: url(../img/bg_wrong.png);
}*/
#resultKeeper{
    width: 500px;
    margin: 0 auto;
}
.three-clm-cls{
	width: 740px !important;
}

.three-clm-cls table.tableResult {
    width: 450px !important;
    
} 
.resultFooter > div{
    height: 41px;
    display: table-cell;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    //padding-left: 50px;
    width: 39%;
}
.resultFooter div span{
    float: left;
    color: #fff;
}
.resultFooter .resultIcon{
    display: inline-block;
}

.resultFooter  .resultIconText{
	padding: 10px 0 10px 5px;
}
.resultIcon{
    background: url(../img/round-buttons-k2.svg) no-repeat;
    width: 50px;
    height: 100%;
    display: inline-block;
}

.btnReStart{
    //background: url(../img/try.png) no-repeat;
    //background-position: -1196px 0;
}
.btnPrint{
    //background: url(../img/print.png) no-repeat;
}
.resultFooter .btnEmail{
	width: 130px;
    //background: url(../img/email.png) no-repeat;
}
a.btnStart {
    cursor: pointer;
    display: inline-block;
    margin: 50px auto 0;
    border: 1px solid #fff;
    border-radius: 9px;
    /*background: red;*/
	background:#FBC555;
    text-transform: uppercase;
    padding: 6px;
    font-size: 23px;
    font-weight: 600;
}
.quiz-download {
    font-size: 22px;
    font-weight: 600;
    padding-top: 20px;
    //width: 210px;
    display: inline-block;
    margin: 0 auto;
    min-width: 33%;
}
.quiz-download a {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}
.quiz-download img {
    float: left;
    margin-top: -8px;
    max-width: 23%;
}
.btnPrint .resultIconText {
    padding-left: 10px;
}
.charRes{
    float: right;
    padding: 0px 5px 6px 0px;
}
/*table.tableResult td{
    //position: relative;
}*/
.tableResult .correct, .tableResult .wrong {
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
	font-size: 36px;
	border: 1px solid #fff;
	float: left;
	font-weight: 600;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 11px;
}
/* This bug fix for IE 10-11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tableResult .correct span, .tableResult .wrong span {
        margin-left: -5px !important;
    }
}
.tableResult .correct{
    color: lime;
}

.tableResult .wrong{
    color: red;
}
.tableResult .questionTextRes{
    display: inline-block;
    padding: 2px 5px;
    color:#fff;
}
img.quizTitle{
    /*max-height: 150px;*/
    max-height: 95%;
}
.quizTextType{
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    margin-top: 22px;
}
.icon-quiz{
	background: url('../img/round-buttons-k2-quiz.svg') no-repeat;
    margin-bottom: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
	background-size: 130px 41px;
}

.icon-try{
	background-position: -89px center;
}
.icon-email{
	background-position: -45px center;
}
.icon-print{
	background-position: 2px center;
}


.questionContainer{
	/*position: relative;*/
}
.helpMessage{ 
	font-weight: 300;
	font-size: 12px;
}
.fill{
	height: 100%;
	/*background: #00FC00;*/
	background:#FBC555;
	width: 0;
}

/* code for font in /css/stylename.css */
/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
		url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
		url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "MyriadProItalic";
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
		url("../fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBold"; */
@font-face {
    font-family: "MyriadProSemiBold";
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
		url("../fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBoldItalic"; */
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
		url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBoldItalic"; */
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
		url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


.main-outer-column-cls {
    float: left;
    width: 450px !important;
} 
.main-column-cls {
       float: left;
    width: 33%;
    margin-bottom: 10px;
    position: relative;
}
.main-column-cls .questionTextRes {
    float: left;
    margin-left: 10px;
	padding: 10px 0 0 0;
}
.main-column-cls .correct {
        color: #01fe01;
    font-size: 30px;
    float: left;
    height: 20px;
}
.main-column-cls .correct:before {
       border: 1px solid #fff;
    height: 16px;
    width: 16px;
    content: "";
    float: left;
    position: absolute;
    top: 10px;
}
.main-column-cls .wrong {
        color: #ff0d06;
    font-size: 30px;
    float: left;
    height: 20px;
}
.main-column-cls .wrong:before {
       border: 1px solid #fff;
    height: 16px;
    width: 16px;
    content: "";
    float: left;
    position: absolute;
    top: 10px;
}

#resultKeeper {
    width: 758px;
}
.main-outer-column-cls {
    max-width: inherit !important;
margin-left: -15px;
width: 70% !important;
}
.float-left {
    width: 25%;
    float: left;
}
.scoreBlock {    
    width: 27%;
display: inline-block;
float: right;
margin-top: 50px;  
}
.percent {
    color: 
    #00FC00;
    font-size: 57px;
    font-weight: bold;
}

.main-column-cls{width:100%;margin-bottom: 4px;}

/*.main-outer-column-cls > div {
    column-count: 3;
    width: 100%;
    height: 255px;
}
.main-column-cls {
    float: none;
    width: 140px;
    margin-bottom: 7px;
    position: relative;
    height: 30px;	
	break-inside: avoid;
}*/

@media print { 
 /* All your print styles go here */
 #resultKeeper {
    width: 758px;
}
.main-outer-column-cls {
    max-width: inherit !important;
margin-left: -15px;
width: 70% !important;
}
.float-left {
    width: 25%;
    float: left;
}
.scoreBlock {    
    width: 27%;
display: inline-block;
float: right;
margin-top: 50px;  
}
.percent {
    color: 
    #00FC00;
    font-size: 57px;
    font-weight: bold;
}

.main-column-cls{width:100%;margin-bottom: 4px;}
}


/******Quiz New Design******/
#pgwModal .pm-body {
    overflow: hidden;
    border: 6px solid #fff;
}
.pgwModal-black .pm-title{display:none !important;}
.pgwModal-black .pm-content {
    background: #00adee;
    border-radius: 14px;
}
#main-quiz-holder {
    background: #00adee;
    height: 510px;
    padding: 20px 0 40px 0;
	width:100%;
}
#main-quiz-holder .header {
    width: 700px;
    margin: 35px auto 10px;
}
#intro-container{
	margin-top:40px;
}
.questionContainer {    
    margin: 0 auto;
    width: 700px;
}
.answers, .leftBlock ul {    
    margin: 15px 0 10px;
}
.question, .answers label {    
    display: none;
}
input[name^=q] + label{font-size:0;}
.pgwModal-black .pm-close {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 9;
    border: 3px solid #fff;
    border-radius: 20px;
}
.pgwModal-black .pm-close span.pm-icon {
    background-image: url('/wp-content/plugins/smartbook/image/close-btn.png');
    display: block;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    /* background-position: center; */
}
.rightBlock {    
    height: auto;
}
.errorImage{
	background-image: url(https://v2av2.smartlayer.co/wp-content/themes/default/templates/newtheme/images/errorImage.png);
    position: absolute;
    height: 144px;
    width: 167px;
    background-size: cover;
    top: -82px;
    left: -53px;
}
.next a {
    float: none !important;
    font-size: 14px;
    padding: 4px 10px !important;
    background: #FBC555 !important;
    font-weight: 600;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.wrapperSeparate {
    overflow: hidden;
}

/****Result Page Start******/
.lbxlogo {
    width: 115px;
    position: absolute;
    left: 5px;
    /*background: #fff;*/
    padding: 7px 5px 4px;
    border-radius: 10px;
    top: 6px;
}
#results-container{width:100%;}
#results-container *{
	margon:0; padding;0 box-sizing:border-box;
}
.resultLogo {
    width: 100%;
    min-height: 70px;
	/*min-height: 149px;*/
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    padding: 0px 85px 0 140px;
    line-height: 34px;
    height: 70px;
	box-sizing: border-box;
}
.summary{display: none;font-size: 34px;}

.tableResult .correct, .tableResult .wrong{width: 30px;
    height: 30px;font-size: 50px;line-height: 29px;}
	#resultKeeper {    width: 650px;
    
}
	.tableResult .questionTextRes{font-size:19px;padding: 2px 6px;}
	table.tableResult{width: 100%;border-spacing: 0;}
	.scoreBlock {    
    width: 179px;
    margin: 5px 0 0 35px;
}
.scored {
    font-size: 34px;
	line-height: 36px;
    
}
.percent {    
    font-size: 105px;
line-height: 96px;	
}
.resultFooter {    
    font-size: 28px;    
    width: 575px;    
    left: 206px;
}
.resultFooter > div{width: 44%;}

.date-time {
    display: none;
}

#last-cover-page {
    background: #fff;
}

.correct img, .wrong img {
    display: none;
}

.scroll-indication {
    width: 55px;
    height: 55px;
    /*background: #5a3580;*/
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    border-radius: 10px;
    display: none;
    cursor: pointer;
	/*border:3px solid #5a3580;*/
}
.scroll-indication:hover {
    /*background: #da36b9;
    border: 3px solid #ab4396;*/
}
.keyword-note {    
    position: relative;
    top: 50px;
    padding-left: 21px;
}
.resultTableWrapperInner {
    float: left;
    width: 65%;
    /*min-height: 85px;
    height: 50%;*/
    max-height: 370px;
    overflow-y: scroll;
}

.mainResultTable th:first-child {
    background: #00adee;
    border: none;
    border-right: 1px solid #fff;    
}
.resultTableWrapperInner .mainResultTable td:first-child {
    text-align: right;
    border: none;
    border-right: 1px solid #fff;	
}
.resultTableWrapperInner .mainResultTable th:first-child, .resultTableWrapperInner .mainResultTable td:first-child{width: 50px !important;}


.resultTableContainer {
    width: 100%;
    background: #00adee;
    padding: 10px 10px 10px 40px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    /* max-width: 900px; */
    text-align: left;
    box-sizing: border-box;
}

.resultTableWrapperInner.ansWrapperInner {
    width: calc(100% + 36px) !important;
    margin-left: -35px;
}
.resultTableWrapperInner .tableResultAns th, .resultTableWrapperInner .tableResultAns td {
  width: 33.33%;
   
}
/***Colorcombo 2***/
.main-quiz-holder-2 {
    background-color: #8ac249 !important;
}
.main-quiz-holder-2 input[name^=q] + label{background: #54752d;}
.main-quiz-holder-2 input[name^=q]+label:hover {
    background: #3f51b5;
}
.main-quiz-holder-2 input[name^=q]:checked+label {
    background: #3f51b5;
}
.main-quiz-holder-2 .fill{border: 2px solid #8fc74d;}
.main-quiz-holder-2 .full .fill {
    background: #3f51b5 !important;
    color: #fff !important;
}
.main-quiz-holder-2 .resultTableContainer{background: #8ac249;}
.main-quiz-holder-2 .resultTableWrapper:after{background: #8ac249;}
.main-quiz-holder-2 .resultHeader, .main-quiz-holder-2 .mainResultTable th{    background: #54752d;}
.main-quiz-holder-2 .mainResultTable th:first-child{background: #8ac249;}
.main-quiz-holder-2 .correctAns, .main-quiz-holder-2 .correctAnsButton, .main-quiz-holder-2 .retryButton, .main-quiz-holder-2 .next a {
    background: #3f51b5 !important;
    color: #fff;
}
/***Colorcombo End 2***/

/***Colorcombo 3***/
.main-quiz-holder-3 {
    background-color: #fe5621 !important;
}
.main-quiz-holder-3 input[name^=q] + label{background: #ce481d;}
.main-quiz-holder-3 input[name^=q]+label:hover {
    background: #ffeb3c;
}
.main-quiz-holder-3 input[name^=q]:checked+label {
    background: #ffeb3c;
}
.main-quiz-holder-3 .fill{border: 2px solid #ff6230;}
.main-quiz-holder-3 .full .fill {
    background: #ffeb3c !important;
    color: #fff !important;
}
.main-quiz-holder-3 .resultTableContainer{background: #fe5621;}
.main-quiz-holder-3 .resultTableWrapper:after{background: #fe5621;}
.main-quiz-holder-3 .resultHeader, .main-quiz-holder-3 .mainResultTable th{    background: #ce481d;}
.main-quiz-holder-3 .mainResultTable th:first-child{background: #fe5621;}

/***Colorcombo End 3***/
/***Colorcombo 4***/
.main-quiz-holder-4 {
    background-color: #2095f2 !important;
}
.main-quiz-holder-4 input[name^=q] + label{background: #1764a0;}
.main-quiz-holder-4 input[name^=q]+label:hover {
    background: #fe5621;
}
.main-quiz-holder-4 input[name^=q]:checked+label {
    background: #fe5621;
}
.main-quiz-holder-4 .fill{border: 2px solid #219afb;}
.main-quiz-holder-4 .full .fill {
    background: #fe5621 !important;
    color: #fff !important;
}
.main-quiz-holder-4 .resultTableContainer{background: #2095f2;}
.main-quiz-holder-4 .resultTableWrapper:after{background: #2095f2;}
.main-quiz-holder-4 .resultHeader, .main-quiz-holder-4 .mainResultTable th{    background: #1764a0;}
.main-quiz-holder-4 .mainResultTable th:first-child{background: #2095f2;}

/***Colorcombo End 4***/

/* Tablets, iPads (portrait and landscape) ---------- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .video-cover {    
    height: auto;
}
.video-cover video {
    width: auto;    
    height: auto;    
}

.showimage{
	height: 80%;
}
.enlarge {
    height: 100%;
}
.enlarge img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto !important;
    width: 100%;
}

.slick-slide {
    margin: 0px 10px;	
}
.thumb-content .title { 
padding: 4px 10px;   
    font-size: 20px;    
}

.thumb-img audio{width:100%;    height: 35px;}

.book-index .slimScrollDiv, .book-index .cover-menu-vscroll{height:575px !important;}

}
.spread-embeded-video { box-sizing: content-box; overflow: hidden; }

.resultTableContainer {
   width: 100%;
   background: #00adee;
   padding: 10px 10px 10px 40px;
   margin: 0 auto;
   font-family: 'Open Sans', sans-serif;
   /* max-width: 900px; */
   text-align:left;
   box-sizing: border-box;
}
	.resultHeader {
       background: #00adee;
    color: #fff;
     float: left;
    width: 100%;	
	min-height: 48px;
	display: flex;
    align-items: center;
}
	.scoreDetail {
       float: left;
    width: 70%;
    display: flex;
    align-items: center;
}
	.actionButtons{
	float: left;
    width: 30%;
 
	}
	.actionButtons ul{
	     list-style-type: none;
    display: flex;
    align-items: center;
    float: right;
    padding: 5px 10px 5px 0;
	}
	.actionButtons li {
    
		margin-left:20px;;
}
	.scoreDetail span {
    font-size: 26px;
    font-weight: 700;
		padding-left: 10px;
}
	span.percentage {
      font-size: 45px;
    line-height: 45px;
		padding-left: 0;
}
	.scoreDetail label {
    margin: 0 20px 0 10px;
    font-size: 18px;
    font-weight: 600;
}
	.scoreDetail label font{
    font-size: 24px;
   
}
	.actionButtons li a img{
    width: 65px;
    margin: 6px 0 0 0;
}
	.resultTableWrapper{
	   display: inline-block;
		width: 100%;
	 margin: 10px 0 0 0;
    border: 1px solid #fff;
		position: relative;		
	}
	.resultTableWrapper:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -46px;
    width: 45px;
    height: 101%;
    background: #00adee;    
}
	
	.resultTableWrapperInner{
		float: left;
		/*width: 65%;*/		
		width: calc(70.66% + 46px);
    margin-left: -35px;
	}
	.mainResultTable{
		text-align: left;
		color:#fff;
		    width: 100%;
		
	}
	.mainResultTable th {
      background: #00adee;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #fff;
      padding: 6px 5px;
      width: 50%;
      text-transform: uppercase;
      font-size: 16px;
	  position: sticky;
	  position:-webkit-sticky;
	  z-index: 9999;
	  top: 0;
}
	.mainResultTable td {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 6px 5px;
    width: 50%;
    font-size: 14px;
	/**/ont-family: 'MyriadProRegular';
	line-height: 22px;
	vertical-align: middle;
}
	.mainResultTable tr:last-child td{
		border-bottom: none;
	}
	.reveal span.count {
    width: 25px;
    float: left;
    padding-left: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
	.reveal p.ques {
    width: calc(100% - 33px);
    float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom:0;
}
.correctAnswerDiv {
    float: left;
    width: 28.1%;
    text-align: center;    
}
	
.reveal .correctAnsButton {
    background: #FBC555;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 0;
    width: 140px;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: 600;
    margin: 32px 0 0 0;
}
.reveal .retryButton {
   background: #FBC555;
   color: #fff;
   text-decoration: none;
   border-radius: 10px;
   display: inline-block;
   padding: 3px 8px;
   width: 78px;
   font-size: 15px;
   border: 1px solid #fff;
   font-weight: 600;
   margin: 40px 0 0 0;
}
.leftIcons {
    width: 25px !important;
    border: none !important;
    position: static;
    left: -46px;
    display: inline-block;
}
.correctAns{
	background: #91C257;
    color: #000;
}
.deleteIt{display:none !important;}
.printPreview {display: none;}
#emailModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,0.5);
    display: none;
}
/****Result Page End******/

/**Quiz Email Popup**/
#emailModal{}
#emailModal .modal-dialog-term {
    padding-top: 0;
    width: 450px;
    /* max-width: 310px; */
    height: 225px;
    top: 0;
    bottom: 0;	
    max-width: 75%;
    position: absolute;
    left: 0;
    right: 0;    
    margin: auto;
}
#emailModal .modal-content-term {
    background-color: #00adee;
    border: 4px solid #fff;
    border-radius: 6px;
	
}
#emailModal .modal-header-term {
    position: absolute;
    z-index: 2;
	border-bottom: none;
    display: inline-block;
    width: 100%;
    padding: 0;
}
#emailModal .modal-header-term .close {
	background: #f80000;
	border: 2px solid #fff !important;
	margin: 5px 5px 0 0;
	padding: 2px 0 0 0;
	position: absolute;
	right: 10px;
	top: 2px;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	color: #fff;
	opacity: 1;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	cursor: pointer;
}
#emailModal .modal-header-term .close img {
    width: 16px;
}
#emailModal .modal-body-term {
    padding: 0 20px;
}
#emailModal .modal-content-term h2 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 24px;
	line-height: 33px;
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif !important;
}
#emailModal .modal-body-term .scrollbar-inner {
    max-height: 85vh !important;
    overflow: auto;
    height: auto;
    margin: 25px 0;
    background: #00adee;
    border-radius: 0;
}
#emailModal .modal-body-term .scrollbar-inner p {
	color: #fff;
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 1.42857143;
}
#emailModal .modal-body-term .scrollbar-inner input{width: 100%;
    box-sizing: border-box;
    height: 40px;padding: 0 10px;font-size: 16px;
    font-weight: 300;}
#emailModal .modal-body-term .scrollbar-inner #inputToEmail {	
	background: #fff;
	border-radius: 0;
}
#emailModal .modal-body-term .scrollbar-inner p.email-send-btn	{width:100%; padding:0;box-sizing: border-box; text-align:center;margin-top:20px;}
#emailModal .email-send-btn input{float:none;background: #FBC555;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 0;    
    font-size: 17px;
    border: 1px solid #fff;
    font-weight: 600;
    margin: 0px 0 0 0;width:84px !important; display:inline-block;cursor:pointer;}

/**Quiz Email Popup End**/




/****Result Page End******/



/*******OverLayScrollBarCss*****/
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.6.3
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 31.01.2019
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html > .os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
html.os-html > .os-host > .os-padding {
    position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
body.os-dragging,
body.os-dragging * {
    cursor: default;
}
.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}
.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.os-host-flexbox > .os-size-auto-observer {
    height: inherit !important;
}
.os-host-flexbox > .os-content-glue {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
}
#os-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%; 
    margin: 10px 0;
}
#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    background: transparent !important;
}
.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 1;
}
.os-host-overflow > .os-padding {
    overflow: hidden;
}
.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none;
}
.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible;
}
.os-content > .os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    background: transparent !important;
    outline: 0px none transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    float: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    border: none !important;
    resize: none !important;
    -webkit-transform: none !important;
            transform: none !important;
    max-width: none !important;
    max-height: none !important;
    box-shadow: none !important;
    -webkit-perspective: none !important;
            perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0px;
}
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
    right: 0 !important;
}
.os-content > .os-textarea-cover {
    z-index: -1;
    pointer-events: none;
}
.os-content > .os-textarea[wrap='off'] {
    white-space: pre !important;
    margin: 0px !important;
}
.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
}
.os-resize-observer-host:after {
    content: '';
}
.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host:after {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0px;
    display: block;
    box-sizing: content-box;
}
.os-resize-observer.observed,
object.os-resize-observer {
    box-sizing: border-box !important;
}
.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
}
.os-size-auto-observer > .os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px;
}
.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}
.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}
.os-resize-observer {
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-name: hs-resize-observer-dummy-animation;
    animation-name: hs-resize-observer-dummy-animation;
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
    -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
html.os-html > .os-host > .os-scrollbar {
    position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
    z-index: 999999; /* highest z-index of the page */
}
.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    z-index: 1;
}
.os-scrollbar-corner {
    bottom: 0;
    right: 0;
}
.os-scrollbar {
    pointer-events: none;
}
.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important;
}
.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
}
.os-scrollbar-horizontal {
    bottom: 0;
    left: 0;
}
.os-scrollbar-vertical {
    top: 0;
    right: 0;
}
.os-host-rtl > .os-scrollbar-horizontal {
    right: 0;
}
.os-host-rtl > .os-scrollbar-vertical {
    right: auto;
    left: 0;
}
.os-host-rtl > .os-scrollbar-corner {
    right: auto;
    left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.os-scrollbar-corner-resize-both {
    cursor: nwse-resize;
}
.os-host-rtl > .os-scrollbar-corner-resize-both {
    cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    top: 0;
    bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
    right: 0;
    left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important;
}
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.os-host-overflow {
    overflow: hidden !important;
}
.os-host-overflow-x {
} 
.os-host-overflow-y {
} 
@-webkit-keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }
    to {
        z-index: -1;
    }
}
@keyframes hs-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }
    to {
        z-index: -1;
    }
}

/*
THEMES:
*/

/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
    display: none !important;
}
.os-theme-none > .os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px;
}
/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
    right: 10px;
    height: 10px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
    bottom: 10px;
    width: 10px;
}
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
    left: 10px;
    right: 0;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    height: 10px;
    width: 10px;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    background-color: transparent;
}
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent;
}
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
    background: transparent;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    background: rgba(255,255,255,0.2);
}
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    min-width: 30px;
}
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    min-height: 30px;
}
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 10px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.4);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.4);
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, .55);
}
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, .55);
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(0, 0, 0, .7);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(255, 255, 255, .7);
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px;
}
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px;
}

.pgwModal-black .pm-body {
    background-color: #00adee !important;
}
.errorCls {
    border: 2px solid red !important
}
.overlay-box {
    position: fixed;
    z-index: 1051;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display:none;
}
.overlay-box img.loader-custom-cls {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
}