/* CSS Document */

.teacherBody {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0 0 10pt #000000;
	border-radius: 10pt;
	padding: 6pt;
	margin-top: 15pt;
	background-color: #4893f8;
	background: rgb(72,147,248); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(72,147,248,1) 0%, rgba(39,101,181,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,147,248,1)), color-stop(100%,rgba(39,101,181,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(72,147,248,1) 0%,rgba(39,101,181,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(72,147,248,1) 0%,rgba(39,101,181,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(72,147,248,1) 0%,rgba(39,101,181,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(72,147,248,1) 0%,rgba(39,101,181,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4893f8', endColorstr='#2765b5',GradientType=0 ); /* IE6-9 */

}
.teacherBody .heading {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 1%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 1%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,239,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 0px 15px 0px 15px;
	margin-top: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -15px;
	box-shadow:0 1px 1px rgba(0,0,0,0.70);
}
.teacherBody .heading h2 {
	color: #326dc7;
}
.teacherBody .content {
	background: #FFF;
	border-radius:8px;
	padding: 15px;
	box-shadow: 0 0 6px #000000;
	overflow: hidden;
}
.teacherBody h4, .summaryTable .level1Title, .cardBox h4 {
	margin: 15px;
	padding: 10px 15px;
background: #4a94fa; /* Old browsers */
background: linear-gradient(to bottom,  #4a94fa 0%,#2553a7 85%,#162f5e 100%); /* W3C */
	border-radius: 5px;

	color: #FFF;
	font-size:20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 4px #000;
}
.cardBox h4 {
	margin: 10px;
	padding: 10px 15px;
    background: #FFF;
    background: linear-gradient(to bottom,  #4a94fa 0%,#2553a7 85%,#162f5e 100%); /* W3C */
	color: #205BAC;
    color:#FFF;
    border-bottom: 1px solid #205BAC;
	font-size:20px;
    font-weight: bold;
	text-shadow: none;
	box-shadow: none;
    border-radius: 0;
}
.cardBox h4:nth-of-type(1) {
    margin-top: -1.875rem;
}
h3.section {
	margin: 10px;
	padding: 10px 15px;
background: #4a94fa; /* Old browsers */
background: linear-gradient(to bottom, #ec9a2d 0%,#bb3626 100%);/* W3C */
    background: linear-gradient(to bottom,  #4a94fa 0%,#2553a7 85%,#162f5e 100%); /* W3C */
	border-radius: .625rem;

	color: #FFF;
	font-size:24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.50);
}
.cardBox h3.section {
	margin: 10px;
	padding: 10px 15px;
background: #4a94fa; /* Old browsers */
background: linear-gradient(to bottom, #ec9a2d 0%,#bb3626 100%);/* W3C */
    background: linear-gradient(to bottom,  #4a94fa 0%,#2553a7 85%,#162f5e 100%); /* W3C */
	border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
	color: #FFF;
	font-size:24px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.50);
}
.cardBox h3.section:nth-of-type(1) {
    margin: -1.875rem -1.875rem 10pt -1.875rem;
}
.summaryTable { background:#dbdad8; }
.summaryTable .level2Title {

background: #dfe9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #dfe9f9 0%, #bcc8dd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe9f9), color-stop(100%,#bcc8dd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #dfe9f9 0%,#bcc8dd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #dfe9f9 0%,#bcc8dd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #dfe9f9 0%,#bcc8dd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #dfe9f9 0%,#bcc8dd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe9f9', endColorstr='#bcc8dd',GradientType=0 ); /* IE6-9 */

border-bottom:3px solid rgba(89,89,89,1.00);
	color: #4f4f4f;
	font-size:16px;
	font-weight:bold;
	text-shadow: 0 1px 1px #fff;
}
.summaryTable .identifier {
	margin: -8px 4px -8px -8px;
	padding: 8px;
	background: #0a79e9; /* Old browsers */
background: -moz-linear-gradient(top,  #0a79e9 0%, #0059b3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a79e9), color-stop(100%,#0059b3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0a79e9 0%,#0059b3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0a79e9 0%,#0059b3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0a79e9 0%,#0059b3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0a79e9 0%,#0059b3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a79e9', endColorstr='#0059b3',GradientType=0 ); /* IE6-9 */
color:#FFF;
text-shadow: 0 1px #000000;

}
.summaryTable .pLevels {
background: #f9f9f9; /* Old browsers */
background: url(images/noise60.png) repeat, -moz-linear-gradient(top,  #f9f9f9 0%, #d8d8d8 100%); /* FF3.6+ */
background: url(images/noise60.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#d8d8d8)); /* Chrome,Safari4+ */
background: url(images/noise60.png) repeat, -webkit-linear-gradient(top,  #f9f9f9 0%,#d8d8d8 100%); /* Chrome10+,Safari5.1+ */
background: url(images/noise60.png) repeat, -o-linear-gradient(top,  #f9f9f9 0%,#d8d8d8 100%); /* Opera 11.10+ */
background: url(images/noise60.png) repeat, -ms-linear-gradient(top,  #f9f9f9 0%,#d8d8d8 100%); /* IE10+ */
background: url(images/noise60.png) repeat, linear-gradient(to bottom,  #f9f9f9 0%,#d8d8d8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */

color:#045977;
text-shadow:0 1px #FFF;
font-size:16px;
font-weight:bold;
box-shadow:inset 0 -3px 3px rgba(0,0,0,0.50);
}
.summaryTable .level2Item {
	margin:9px;
	border-radius:8px;
	background:#FFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.80);
	overflow:hidden;
}

/*.summaryTable input[type='radio'], .summaryTable input[type='checkbox'] {
    
    opacity: 0;
    float: left;
    width: 18px;
    height:18px;
    cursor: pointer;
}*/
.summaryTable .evidenceItem {
	color: #2e2e2e;
	font-size:12px;
	line-height:18px;
	border-bottom:1px solid #c5c5c4;
	border-top:1px solid #ffffff;
	padding: 0;
	position:relative;
	height:auto;
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
}
.summaryTable .evidenceItem .timeBox {
    padding: 3px 5px;
	background: #fff9bc; /* Old browsers */
background: url(../images/pattern-diag3.png) repeat, linear-gradient(to bottom, #fffcea 0%,#fffad6 100%);; /* W3C */
	display:block;
	border-right: 1px solid #c4b10e;
    order: 0;
    flex: 0 0 75px;
    align-self: stretch;
}
.summaryTable .evidenceItem .time {
	font-size:11px;
	color:#7f7b53;
	text-align:right;
}
.summaryTable .evidenceItem .date {
	font-size:10px;
	color:#7f7b53;
	text-align:right;
}


.summaryTable .evidenceItem .statement {
    order: 0;
    flex: 1 1 auto;
    align-self: stretch;
    padding:5px 5px 5px 10px;
    }
.obsInitials {
    float:left;
    font-size: 0.8em;
    width: 1.9em;
    height: 1.9em;
    line-height: 1.9em;
    text-align: center;
    border-radius: 50%;
    background: dodgerblue;
    vertical-align: middle;
    margin-right: 0.5em;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    color: white;
}
/*.summaryTable input[type='radio'] + label, .summaryTable input[type='checkbox'] + label {
    
margin: 0;

    clear: none;
    padding: 48px 0 4px 0px;
    background: url(../images/chkBox.png) center top no-repeat; 
	color:#045977;
	text-shadow:0 1px #FFF;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}


.summaryTable input[type='radio']:checked + label {
    background-image: url(../images/chkBox-checked.png);
}

.summaryTable input[type='checkbox']:checked + label {
    background-image: url(check.png);
}
.summaryTable input[type='radio']:checked + td {
background: url(../images/noise60.png) repeat, linear-gradient(to bottom,  #49a4ff 0%,#1a6aba 100%);
}*/

.teacherBody h4 .teacherDate, .cardBox h4 .teacherDate{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-shadow:none;
	margin-left:25px;
}
.cardBox h3 .teacherDate {
    font-size: 12px;
	font-weight: normal;
	color: rgba(255,255,255,0.80);
	text-shadow:none;
	margin-left:25px;
}
.tQuestion {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom: 30px;
	box-shadow: 0 1px 6px #000;
	border-radius:10px;
	overflow:hidden;
}
.tQuestion label {
background: #4a94fa; /* Old browsers */
background: -moz-linear-gradient(top,  #4a94fa 0%, #2553a7 85%, #162f5e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a94fa), color-stop(85%,#2553a7), color-stop(100%,#162f5e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4a94fa 0%,#2553a7 85%,#162f5e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4a94fa 0%,#2553a7 85%,#162f5e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4a94fa 0%,#2553a7 85%,#162f5e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4a94fa 0%,#2553a7 85%,#162f5e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a94fa', endColorstr='#162f5e',GradientType=0 ); /* IE6-9 */

	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px 1px #333333;
	margin: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	display: block;
}
.tQuestion textarea {
	display: block;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	margin:0;
}
.SignatureBox {
    display: inline-block;
    margin-bottom: 10pt;
    border-bottom: 2px dashed #BDBDBD;
    background-color: #F0F0F0;
    width: 260px;
    height: 65px;
    text-align: center;
    vertical-align: text-bottom;
    box-shadow: 0 0 4px rgba(0,0,0,0.60);
    color: #BDBDBD;
}
.SignatureBox img {
    max-height: 65px;
    max-width: 260px;
}
#signatureWindow {
	position:fixed;
	width:90%;
	top:10%;
	left:5%;
	background:#FFF;
	border-radius:12pt;
	box-shadow:0 0 10px rgba(0,0,0,0.75);
	z-index:600;
	padding:5px;
}
.signatureParent {
	width:90%;
	margin: 15px auto 15px auto;
	background-color:lightgrey;
	border-radius:8pt;
	padding:20px;
}
#signature {
	border: 1px dotted rgba(0,0,0,0.35);
	background-color:white;
}
#sigbgOverlay {
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:10;
	background-color:rgba(0,0,0,0.50);

    display:none;	
}
.mb-4, .my-4 {
    margin-bottom: 1.9rem!important;
}