﻿html * {
   box-sizing: border-box;
}
html *:not(input):not(textarea){
	-webkit-touch-callout: none; /* iOS Safari */
   -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
   -moz-user-select: none; /* Firefox */
   -ms-user-select: none; /* Internet Explorer/Edge */
   user-select: none; /* Non-prefixed version, currently
                                 supported by Chrome and Opera */
}
body {
    font-size: 11pt;
    margin: 0px;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    height: 100vh;
}

.logo-main {
    background-image: url(/App_Static/images/mcrhrdi.png);
    margin-left: 10px;
}
.logo-image {
    margin: 5px;
    width: 110px;
    flex-shrink: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logo-name {
    float: left;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #095f72;
    margin-left: 15px;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.brand-line {
    width: 20%;
    margin: 1%;
    min-width: 250px;
}

.time {
    font-size: 2em;
    padding: 8px 20px;
    background-color: #206580;
    color: white;
    box-shadow: #ffffff 0px 0px 10px;
    margin: 0px 10px;
    border-radius: 10px;
    margin-top: 8px;
}

.bbtn {
    font-size: 1.1em;
    padding: 0.2em 0.8em;
    margin: 2px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: black 0px 0px 2px;
    color: white;
    cursor: pointer;
}

a.bbtn {
    cursor: pointer;
}

.exit {
    background: linear-gradient(#f52424, #6f0000);
}

.welcome {
    font-size: 1.2em;
    margin: 2px 0px;
    margin-bottom: 0px;
    color: #00667d;
    width: 100%;
    font-weight: 600;
}

.content {
    max-width: 1200px;
    margin: 30px auto;
}

.qcard {
    margin: 30px;
}

.qcard .question {
    text-align: center;
    padding: 20px;
    margin: 0px auto;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.8em;
    word-break: break-word;
}

.qcard .options {
    text-align: center;
    margin: 30px;
}

.qcard .options a {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1em;
    margin: 3px 20px;
    padding: 15px 20px 15px 50px;
    vertical-align: middle;
    border-radius: 30px;
    cursor: pointer;
    word-break: break-all;
    position:relative;
}

.qcard .options a::before {
    content: "";
    display: block;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 8px;
    box-sizing: border-box;
    border: 3px solid #c5c5c5;
    box-shadow: black 0px 0px 6px;
    border-radius: 15px;
}

.qcard .options a:hover {
    box-shadow: black 0px 0px 6px;
}

.qcard .options a.selected::before {
    background: linear-gradient(#4f4f4f, black);
}

.navigate {
    margin: 40px 0;
    text-align: center;
}

.navigate button {
    vertical-align: top;
    font-size: 1em;
    margin: 5px 15px;
    padding: 0.5em 1em;
    min-width: 160px;
    color: white;
    border: 2px solid white;
    border-radius: 6px;
    box-shadow: black 0px 0px 2px;
    cursor: pointer;
}

.navigate .review {
    background: linear-gradient(#e87702, #b35b00);
}

.navigate .answer {
    font-size: 1.5em;
    background: linear-gradient(#24b627, #006502);
}

.navigate .later {
    background: linear-gradient(#8c8e29, #797602);
}

.navigate button:hover {
    box-shadow: black 0px 0px 8px;
}

.navigate button:disabled {
    background: #c5c5c5;
    box-shadow: none;
    cursor: not-allowed;
    color: #999;
}

.tucard {
    text-align: center;
    font-size: 1.3em;
    max-width: 600px;
    margin: 100px auto;
    line-height: 1.6em;
    display: none;
}
.qnumber {
    padding-left: 10px;
    font-size: 1.2em;
    font-weight: 300;
    margin-top: 2px;
    float: left;
}

.btnAction {
    background-color: #005d72;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
    margin: 15px 0px;
}
.divFullWidth {
    float: left;
    width: 100%;
}
.divHalfWidth {
    float: left;
    width: 50%;
}

.clsfileUpload {
    width: 90%;
    background: white;
    height: 35px;
    padding: 7px;
    border: 1px solid #b0adad;
}
.lblSubject {
    font-weight: 400;
}
.divSubject {
    float: left;
    width: 100%;
    margin-top: 12px;
    text-align: left;
    padding: 10px 0px 4px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3c;
    border-top: 1px solid #206580;
    margin-left: 3px;
}
.header {
    border-bottom: 1px solid #aaaaaa;
    padding: 8px;
    background: linear-gradient(#ffffff, #bcbcbc);
    text-align: center;
}
.divRightTop {
    float: right;
    padding: 0px;
    padding-right: 0px;
    border-left: 1px solid #176888;
}
.spnCode {
    color: #4d4d4d;
    font-size: 15px;
}

.clsRightPanel {
    margin: 10px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #c3c2c2; 
    box-shadow: #d7d7d7 -1px 2px 1px 1px;

}
.clsLeftPanel {
    float: left;
}
.clsSubHeader {
    float: left;
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #3c7186;
}
.clsExit {
    margin: 5px;
    color: #b10202;
    text-decoration: underline;
    float: right;
    font-weight: bold;
    cursor: pointer;
}
.clsQuestionIndex,.clsIndexToggle {
	display:none;
}
.clsRightHead {
    width: 100%;
    height: 100px;
    float: left;
    box-shadow: #eae9e9 0px 3px 0px 0px;
    border-bottom: 1px solid #c7c7c7;
}
.clsCards {
    float: left;
    width: 43%;
    height: 30px;
    margin: 2% 3%;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    background: #dddcdc;
}

.clsFntWght {
    font-weight: 600;
}
.clsEachQstn {
    padding: 5px;
    margin: 3px;
    color: white;
    border: 1px solid #055a6d;
    border-radius: 5px;
    width: 35px;
    height: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.clsSummarySpn {
    width: 50%;
    float: left;
    text-align: center;
}
.clsSumDiv {
    background: wheat;
    font-size: 16px;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
}
footer {
    bottom: 0px;
    position: absolute;
    width: 100%;
    background: #cfcfcf;
    height: 30px;
}
@media only screen and (min-width: 300px) {
    .header {
        height: 90px;
    }
    .logo-image {
        width: 70px;
        height: 70px;
    }
    .time {
        font-size: 1.2em;
    }
    .welcome {
        font-size: 1em;
    }
    .spnCode {
        font-size: 12px;
    }
    .divSubject {
        margin-top: 3px;
        font-size: 13px;
        padding: 6px 0px 4px 10px;
    }
    .clsRightPanel {
        width: 315px;
    }
}
@media only screen and (min-width: 1450px) {
    .header {
        height: 120px;
    }
    .logo-image {
        width: 90px;
        height: 90px;
    }
    .time {
        font-size: 2em;
    }
    .welcome {
        font-size: 1.2em;
    }
    .spnCode {
        font-size: 15px;
    }
    .divSubject {
        margin-top: 12px;
        font-size: 16px;
        padding: 10px 0px 4px 10px;
    }
    .clsRightPanel {
        width: 385px;
    }
}

@media only screen and (max-width: 1440px) {
	.qcard .options {
		display:flex;
		flex-wrap:wrap;
	}
	.qcard .options a {
	    flex: 0 49%;
	    margin: 10px 0;
	    text-align: left;
	}
}
@media only screen and (max-width: 1080px) {
	
	div#divRightPanel {
        width: 0;
    	overflow: hidden;
    	transition:width 0.3s;
	    border: none;
	    box-shadow: none;
	    margin:0;
	    position:absolute;
	    right:0;
	    background:#fff;	
	    top:90px;
	}
	div#divLeftPanel {
    	width: 100% !important;
    	transition:width 0.3s;
	}
	div#divRightPanel.qIndex-active--right {
        width: 300px !important;
	    border: 1px solid #c3c2c2;
	    box-shadow: #d7d7d7 -1px 2px 1px 1px;
    	z-index:5;
	}
	.clsQuestionIndex {
		display:block;	
	}
	.clsIndexToggle {
		display:block;
		float:left;
	}
}
@media only screen and (max-width: 820px) {
	span#spnTraineeCode {
		float:none;
	}
	.logo-name {
	    margin: 0;
	    font-size: 16px;
	    padding: 5px 12px;
	}
	.divRightTop {
	    float: left;
	    width: calc(100% - 80px);
	    border: none;
	    text-align: left;
	    padding: 0 12px;
	    margin-top:4px;
	}
	span#spnTraineeName {
	    margin: 0 !important;
	    float:none;
	    padding-right:5px;
	}
	span.fr.time {
	    float: none;
	    margin:0;
	}
	.divSubject {
		width:75%;
	    padding: 6px 0;
	    margin: 3px 0 0;
	}
}
@media only screen and (max-width: 640px) {
	.qcard .options a {
    	flex: 0 100%;
    	word-break: break-word;
    }
    .header {
	    height: auto;
	    min-height: 90px;
	    text-align:left;
	}
	.logo-name {
    	float: none;
	}
	.navigate .answer {
    	font-size: 1.2em;
    }
    .tucard {
    	width: 80%;
    }
}
@media only screen and (max-width: 540px) {
	.divRightTop {
	    float: none;
	    margin-top:25px;
	    flex: 0 100%;
	}
	.logo-name {
	    position: absolute;
	    left: 70px;
	    right: 10px;
	    padding: 0 !important;
	    top:8px;
	}
	.header {
	    display: flex;
	    position:relative;
	}
	
	.navigate {
		margin:10px 0 30px;
	}
	.navigate button {
		margin:8px auto;
		display:block;
	}
	.qcard .options {
	    margin: 10px;
	}
	.qcard {
	    margin: 50px 10px 20px;
	}
	.qcard .question {
	    text-align: center;
	    padding: 30px 10px 10px;
    	font-size: 1.15em;
    }
	span.fr.time {
	    padding: 6px 10px;
	    position: absolute;
	    bottom: -65px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    width: 100px;
	    text-align: center;
	}
    .logo-image {
	    width: 50px;
	    height: 50px;
	    margin:5px 0;
	}
	.divSubject {
    	width: 100%;
    }
    .clsSummarySpn {
    	width: 100%;
    }
}
@media only screen and (max-width: 350px) {
	.qnumber {
	    padding-left: 4px;
	    font-size: 1.1em;
    }
    .divRightTop {
    	margin-top: 40px;
    }
    a.clsExit {
	    margin: 2px 5px;
	}
}