.noborder {
	border: none;
}
.aligntop {
	vertical-align: top;
}

.topbar {
	display:inline-flex;
	width:100%;
	background-image:linear-gradient(to bottom, rgba(0,0,0,0.7),  rgba(0,0,0,0.3) 100%);
}

.homeMenuAreaClass {
	height: -webkit-fill-available;
	width: -webkit-fill-available;
	display: flex;
    align-items: center;
    justify-content: space-around;
	
}

.homeMenuContainer {
	position: relative;	
    max-width: 50%;
}

.homeMenuBoxClass {
	padding: 20px 20px;
}

.homeBtnClass {
	cursor: pointer;
	font-size: 1em;
	padding: 20px;
	margin: 10px;
	color: rgb(255,255,255);
	text-align: center;
    border-radius: 2px;
    width: min-content;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	float: left;
	transition: transform .2s; /* Animation */
	border: none !important;
	outline: none !important;
}

.homeBtnClass:hover {
	transform: scale(1.1);
	filter: brightness(110%);
}

.homeBtnClass:disabled {
	background-color: rgb(200,200,200) !important;
	cursor: not-allowed;
}
.homeBtnClass:disabled:hover {
	transform: scale(1.0);
}

#contentManagerBtn.homeBtnClass {
	background-color: rgb(160,120,0);
}
#assetMateBtn.homeBtnClass {
	background-color: rgb(9,133,50);
}
#kmclassBtn.homeBtnClass {
	background-color: rgb(88, 43, 172);
}
#knowledgemateBtn.homeBtnClass {
	background-color: rgb(5,100,230);
}
#digiveuBtn.homeBtnClass {
	background-color: rgb(230,100,5);
}
#documateBtn.homeBtnClass {
	background-color: rgb(0,180,120);
}
#lotomateBtn.homeBtnClass {
	background-color: rgb(110,65,65);
}
#mqttBtn.homeBtnClass {
	background-color: rgb(177,18,65);
}
#visitmateBtn.homeBtnClass {
	background-color: rgb(9, 68, 149);
}
#sitemateBtn.homeBtnClass {
	background-color: rgb(155 0 210);
}
#ertBtn.homeBtnClass {
	background-color: rgb(214,180,24);
}
#pipemarkBtn.homeBtnClass {
	background-color: rgb(40,75,90);
}

#policyViewWindow {
	width: 80%;
	margin: 20px auto;
	line-height: 1.3;
}

#policyViewWindow li {
	padding-top: 5px;
}

.homeBtnClass .homeBtnIconClass {
	font-size: 3em;
	padding: 5px;
	line-height: 60px;
}

.homeBtnClass .smallImageIcon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.homeBtnClass .homeBtnTextClass {
	font-size: 1em;
	font-weight: normal;
	padding: 5px;	
}

.homeTemplateBoxClass {
	background: rgba(255,255,255,1);
	padding: 10px;
    width: 50%;
    position: relative;
    margin: 0 10px;
	
}

.demoMenuAreaClass {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-around;
	margin: 0px auto;
    padding: 30px 20px 0 20px;
    background-color: rgba(114,46,133,0);
    background-image: url("https://bviucp.s3.ap-south-1.amazonaws.com/bviu_resource/bviu_contents/banner-shape.png");
    border-radius: 0px;
    background-size: 100% 100%;
}

.demoMenuTextArea {
	width: 50%;
	padding: 20px;
}

.demoMenuAreaLightClass {
	width: 98%;
	display: flex;
    align-items: center;
    justify-content: space-around;
	margin: 100px auto;
	padding: 10px;
    background-color: rgba(255,255,255,0.94);
	border-radius: 3px;
}

.demoAboutBoxClass {
    width: 80%;
    margin: 50px auto 30px auto;
	padding: 0px;
	color: rgb(100,100,100);
	text-align:center;
	/*backdrop-filter: blur(10px);*/
	
}
.demoAboutBoxLightClass {
    width: 98%;
    margin: auto;
	padding: 10px;
	text-align:center;
	border-radius: 3px;
}

.demoInfoCards {
	padding: 20px;
	background-color: rgba(255,255,255,0.85);
	color: rgb(100,100,100);
	margin: 100px 0;	
}
.demoInfoCards#card1 {
	border-radius: 100px 10px 10px 10px;
}
.demoInfoCards#card2 {
	border-radius: 10px 100px 10px 10px;
}
.demoInfoCards#card3 {
	border-radius: 100px 10px 10px 10px;
}
.demoInfoCards#card4 {
	border-radius: 10px 100px 10px 10px;
}

.demoInfoBlock {
	display: flex;	
}

.demoBannerTitle {
	padding-bottom: 30px;
	font-size: 2.5em;
	text-align: center;
	color: rgb(240, 240, 240);
}

.demoBannerText {
	font-size: 1.0em;
	line-height: 1.5;
	text-align: center;
	color: rgb(240, 240, 240);
}

.demoInfoTitle {
	padding: 20px 0;
	font-size: 2.5em;
	text-align: center;
	color: rgb(143, 46, 133);
}
.demoTableText {
	font-size: 1.0em;
	line-height: 1.5;
	text-align: left;
}

.demoTableDarkTitle {
	padding: 30px 10px;
	font-size: 2.5em;
	font-weight: bold;
}
.demoTableDarkText {
	padding: 0px 10px;
	font-size: 1.0em;
	line-height: 1.5;
}

.demoTableData {
	width: 50%;
	padding: 10px 10px;
	font-family: 'Nanum Gothic', sans-serif;
	color: rgb(0,0,0);
	margin: auto;
}

.demoBtnClass {
	cursor: pointer;
	padding: 5px 40px;
	margin: 20px 50px;
	color: rgb(255,255,255);
	text-align: center;
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demoBtnIconClass {
	font-size: 2em;
	padding: 10px;
}

#demoBtn {
	background: rgb(255 255 255);
	color: rgb(114, 46, 133);
}

#demoBtn1 {
	background: rgb(114 46 113);
	color: rgb(255,255,255);
}

#aboutBtn {
	background: rgb(54 154 225);
}

#contentSelectArea {
	padding: 10px;
	height: inherit;
    overflow: auto;
    border-right: 1px solid rgba(225,225,225);
}

.titleFontClass {
	font-size: 1.5em;
	padding: 10px 0;
	color: rgb(55, 55, 55);
}

#contentPreviewArea {
	background-color:rgb(255,255,255);
	border: none;
}


#contentSelectBox {
	height: 500px;
}

#contentSelectHeaderArea {
	display: flex;
	width: -webkit-fill-available;
	justify-content: space-between;
    align-items: center;
    border: none;
}

.clickable {
	color: rgb(0, 150, 255);
	cursor: pointer;
}
.clickable:hover {
	color: rgb(0, 200, 150);
	text-decoration: underline;
	
}

#contentPreviewArea {
	background-color:rgb(255,255,255);
	padding: 10px;
	border: none;
}

#contentPreviewBox {
	border: 1px solid rgb(200, 200, 200);
	border-radius: 3px;
	margin: 5px 0;
	font-size: 1em;
	overflow: hidden;
}

.contentDescriptionTableClass {
	border: none;	
}
.contentDetailLabel {
	font-size: 1em;
	line-height: 1.5;
	border: none;
	color: rgb(150, 150, 150);
	padding-bottom: 3px;

}

.courseDetailText {
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	border: none;
	padding-bottom: 3px;
    display: flex;
    /*justify-content: center;*/
}

.contentDetailText {
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	border: none;
	padding-bottom: 10px 10px;
}

#contentTypeSelectionArea {
	padding: 10px;
}

#contentTypeSelectionBox {
	display: flex;
    flex-wrap: wrap;
    margin: 15px;
}

.contentTypeBtnClass {
padding: 10px 5px;
    color: rgb(55, 55, 55);
    border: 1px solid rgb(200, 200, 200);
    border-radius: 10px;
    text-align: center;
    white-space: nowrap;
    min-width: 100px;
    margin: 0 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
}

.contentTypeBtnClass:hover {
	background-color: rgba(170, 235, 255, 0.5);
	transform: scale(1.05);
}

.contentTypeBtnClass.active {
	background-color: rgba(170, 255, 235, 1.0);
	border: 3px solid rgb(170,255,235);
}

.contentTypeBtnIconClass {
	font-size: 2em;
	padding: 10px;
}

.contentTypeBtnTextClass {
    font-size: 0.8em;
    font-weight: normal;
    margin: 10px 0;
}

.preview-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.preview-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.previewAssessmentArea {
    background-color: rgba(0,0,0,0.1);
}
.previewAssessmentRow {
	text-align: left;
}
.previewAssessment {
	padding: 5px 10px;
}

.itemlistcontainer {
	display: block;
	overflow: auto;
	height: 620px;
	border: 1px solid rgba(0,0,0,0.1);
}

.itemlistitem {
	cursor: pointer;
	margin: 1px;
	color: rgba(0,0,0,0.7);
	background-color: rgba(0,0,0,0);
	font-size: 1em;
	padding: 4px;
}

#signagebackground {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(0,0,0);
    z-index: -1;
}
#signageworkarea {
    position: fixed;
    left: 00px;
    top: 0px;
    height: calc(100%);
    width: calc(100%);
    display: inline-block;
    padding: 0px 0px;
    overflow: auto;
    transition: 0.5s;
}

.videoControlButton {
	display: none;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	z-index: 1;
	background-color: rgba(0,0,0,0.4);
	border-radius: 50%;
	border: none;
	color: rgba(255, 255, 255, 1.0);
	font-size: 2em;
    height: 60px;
    width: 60px;
    padding: 10px;
}
#fullScreenBtn {
	right: 20px;
}

#muteButton {
	right: 100px;
}

#pauseButton {
	left: 20px;
}

#viewerCloseBtn {
	right: 20px;
	top: 20px;
}
#volControl {
	cursor: pointer;
	position: absolute;
	right: 103px;
	bottom: 55px;
	z-index: 1;
	color: rgba(255, 255, 255, 0.1);
	font-size: 2em;
	writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    width: 8px;
    height: 125px;
    display: none;
    
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#videoFrame {
    width: -webkit-fill-available !important; 
    height: auto; 
    background-size: cover;
}

input[type='file'] {
    border: 3px dashed #999;
    padding: 180px 180px 180px 180px;
    cursor: move;
    position:relative;
}

input[type='file']:before {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 40px;
    margin: -25px 0 0 -100px;
    font-size: 1em;
    font-weight: bold;
    color: #999;
}

.popupscreen {
	background: rgba(0,0,0,0.8);;
	justify-content: center;
    align-content: center;
    align-items: center;
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: -webkit-fill-available;
    height: calc(100% - 80px);
    z-index: 4;
    overflow: auto;
}

.popuparea {
	box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
	border-radius: 5px;
	padding: 10px;
	background-color: rgb(255,255,255);
	position: relative;
}

.popupclosebtn {
	float: right;	
}
.submitbtn {

	margin: 20px;
}

.storageItemRow {
	display: grid;
	grid-template-columns: 15% 55% 15% 15%;
	border: 1px solid rgb(200,200,200);
	margin: 5px 0;
    align-items: center;
}

.storageItemColumn {
	padding: 5px;	
}

.thumbnailContainer {
	width:50px;
	height: 50px;	
}
.thumbnail {
	width:50px;
	height: 50px;	
}

.roundBtn {
	cursor: pointer;
	width: 40px;
	height: 40px;
	font-size: 20px;
	background-color: rgb(50, 155, 140);
	color: rgb(255,255,255);
	border-radius: 50%;
	margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.roundBtn:hover {
	background-color: rgb(50, 205, 140);
}

#contentChooser {
	background-color:rgba(245, 245, 245, 1);
	color:rgb(0,100,50);
    font-size: 1em;
}
#contentChooser:hover {
	background-color:rgba(200, 255, 240, 0.5);
}

.cameraCaptureBtn{
	position: absolute;
	width: 60px;
	height:60px;
	font-size: 30px;
	background-color: rgb(100,100,100);
	color: rgb(200, 200, 200);
	display: none;
	left: 50%;
	bottom: 10%;
	margin: 0 -30px;
	align-items: center;
    justify-content: center;
}
.cameraCaptureBtn:hover{
	color: rgb(255, 255, 255);
}

.visitorImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
#courseComplete.disabled,
#courseComplete:disabled {
	background-color: rgb(200,200,200);
	border: none;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
   display: none;
 }
 input[type=time]::-webkit-clear-button {
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance: none;
   -ms-appearance:none;
   appearance: none;
   margin: -10px; 
 }

/**************************************************************** TEMPLATE BUILDER ********************************************************************/
#templatewireframeViewerScreen {
	overflow: auto;	
}

#templatewireframeViewerArea {
	width: 99%;
	height: -webkit-fill-available;
	margin: 10px auto;
	overflow-y: auto;
}

#formViewerArea {
	width: 95%;
	height: -webkit-fill-available;
	margin: 20px auto;
	overflow-y: auto;
}

#templatewireframeEditor {
	display: grid;
	grid-template-columns: 76% 24%;
    height: 100%;
}

#templatewireframeCanvas {
	padding: 10px;
	height: 100%;
	background-color: rgba(0,0,0,0.75);
	overflow: auto;
}

#templatewireframeStyles {
	overflow: hidden;
	padding: 10px 0 10px 10px;
}

#templateFrame {
	background-color: rgb(255,255,255);
	margin: auto;
	position: relative;
	outline: none;
	/*outline: rgba(0, 0, 0, 0.05) solid 3px;
	outline-offset: -3px;*/
	border: none;
}

.templatelabel {
    color: rgb(100, 100, 100);
    font-size: 1.0em;
    line-height: 1.5em;
}

.formlabel {
	padding: 10px;
}

.addbutton {
    cursor: pointer;
    border: none;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    Background-color: rgb(26 72 91);
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0 2px;
}

.styleForm {
    display: block;
    width: 100%;
    height: calc(1.5rem + 2px);
    padding: 0.1em 0.75em;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.styleLabel {
	padding-left: 20px;
    padding-top: 5px;
}

.blogbtn {
	cursor: pointer;
	transition: transform .5s; /* Animation */
}

.blogbtn:hover {
	
	box-shadow: 0px 0px 5px 0px rgba(50, 255, 100, 1.0);
}

#templatewireframeDataEditBox {
	display: block;
	/*grid-template-columns: 50% 50%;*/
}

#templatewireframeData {
	display: none;
	padding: 10px;
    font-size: 0.8em;
	border: 1px solid rgb(240,240,240);
	background-color: rgb(240,240,240);
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 135px);
}

.templatebox {
	outline: none;
	/*outline: rgba(0, 0, 0, 0.05) solid 3px;
	outline-offset: -3px;
	padding: 10px;*/
	width: 100%;
	z-index: 0;
}

.templateSelectbox {
	padding: 10px;
	width: 100%;
	font-size: 1.2em;
}

.placeholder-highlighted {
	border: 1px dashed rgb(0, 255, 150);
	width: 100%;
	margin: 1% 0;
}

.active {
	background: #ebfff6;
	border-color: #24b373;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

/*.templatebox.selectedCell {
	outline: rgba(50, 255, 150, 1) solid 3px;
}*/

.templatetextbox {
	outline: rgba(0, 0, 0, 0.05) solid 3px;
}
/*.templatetextbox.selectedCell {
	outline: rgba(50, 255, 150, 1) solid 3px;
} */

.templateimagebox {
	outline: rgba(0, 0, 0, 0.05) solid 3px;
}
.templatecontentbox {
	outline: rgba(0, 0, 0, 0.05) solid 3px;
}
/*.templateimagebox.selectedCell {
	outline: rgba(50, 255, 150, 1) solid 3px;
}*/

/*#templateFrame.selectedCell {
	outline: rgba(50, 255, 150, 1) solid 3px;
}*/
.selectedCell {
	outline: rgba(50, 255, 150, 1) solid 3px !important;
	outline-offset: -3px;
	z-index: 1; 
}
/*
.templategridbox {
	outline: rgba(0, 0, 0, 0.05) solid 3px;
}
.templategridbox.selectedCell {
	outline: rgba(150, 150, 250, 1) solid 3px;
}
*/

#lookupForm {
	border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 5px 0px 10px 0px;
}

#contentTypeForm {
	display: grid;
    grid-template-columns: auto auto auto;
    margin: 5px 0px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.configPverviewGrid {
	display: grid;
	grid-template-columns: 20% 27% 20% 27%;
}
.configPreviewItemName {
	padding: 5px 0 5px 20px;
	font-weight: bold;
	border-left: 1px solid rgb(240, 240, 240);
	border-top: 1px solid rgb(240, 240, 240);
	border-bottom: 1px solid rgb(240, 240, 240);
    overflow-wrap: anywhere;
}
.configPreviewItemDescription {
	padding: 5px;
	border-right: 1px solid rgb(240, 240, 240);
	border-top: 1px solid rgb(240, 240, 240);
	border-bottom: 1px solid rgb(240, 240, 240);
    overflow-wrap: anywhere;
}

.sitemateTaskBtn {
	cursor: pointer;
    padding: 5px 5px;
    border-radius: 5px;
    background-color: #17a2b8;
    text-align: center;
    color: white;
}

.qrviewer {
    background-color: white;
    margin: 10px;
    padding: 20px;
    border-radius: 5px;
}

/**************************************************************** MARQUEE SCROLLER ********************************************************************/
.styleInputRow {
	display:flex;
	padding: 5px 10px;
	justify-content:
	space-between;
	align-items: center;	
}

.styleInputHeader {
	font-size: 1.5em;
	padding: 10px 10px;
	background-color: rgb(20, 150, 200);
	color: rgb(255,255,255);
}

#productdisplayarea {
	display: none;	
}

.formTitleBtn {
	cursor: pointer;
	padding: 5px 10px;
	margin: 0 10px;
	background-color: rgba(255, 255, 255, 0.3);
	font-size: 0.8em;
	border-radius: 5px;
}
.formTitleBtn:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

#assessmentViewArea {
	display: none;
}

#assessmentViewBox {
	border: 1px solid rgb(200,200,200);
	padding: 10px;
}

#assessmentBox {
	background-image: url(/img/white-paper-texture.jpg);
	background-color: rgb(255, 255, 255);
	color: rgb(50, 50, 50);
	border: 1px solid rgb(200, 200,200);
	border-radius: 3px;
	padding: 10px;
	/*height: 65%;*/
    overflow: auto;
	margin: 20px 0;
}
.assessmenttitletext {
	font-size: 2em;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	color: rgb(95, 95, 95);
}
.assessmentresulttext {
	font-size: 1.5em;
	line-height: 1.5;
	text-align: center;
	margin: 40px 40px;
	font-weight: normal;
	color: rgb(105, 105, 105);
}

.assessmentquestioanswerbox{
	margin-bottom: 20px;	
}

.assessmentquestion {
	font-size: 1.7em;
	Padding: 10px 0;
}
.assessmentanswer {
	margin: 5px 10px;
}
.assessmentanswerlabel {
	font-size: 1.5em;
	padding: 5px 0;
}
.assessmentanswerlabel:hover {
	background-color: rgb(200,255,250,0.4);
}

.warningText {
	font-weight: bold;
	animation: effect 1s linear infinite;	
}
@keyframes effect {
    0% {
    	color: rgb(255,0,0);
    }
    100% {
    	color: rgb(0,0,255);
    }
}
        
#qPaperArea {
	width: 90%;
	background-color: rgb(240,240,240);
	    height: -webkit-fill-available;
    margin: 20px 0;
}
#qPaperFooter {
	width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
}
#displayContent {
	display: block;
	height: -webkit-fill-available;
}
#timeLimitArea {
	display: flex;
	justify-content: flex-end;
	padding: 10px 20px;
}

#assessmentDescriptionText {
	font-size: 1.3em;
	line-height: 1.3;
	padding: 10px 0;
}

#assessmentTime {
	padding: 0 10px;
}

#courseViewerArea {
	padding: 0;
}

.bannerarea {
	position: relative;	
}

.bannerimage {
	width: 100%;
}

.bannername {
	top: 0;
    position: absolute;
    color: white;
    font-size: 3em;
    font-weight: bold;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.0) 100%);
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px;
}

#sitemateBannerName{
	background-image: none;
	justify-content: center;
	background-color: rgb(248, 240, 255);
}

#trainingBannerName {
	background-image: none;
	justify-content: center;
	background-color: rgb(240, 248, 255);
}

.bannerLogo {
	max-height: 60px;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));
}

.bannernamerelative {
    color: white;
    font-size: 3em;
    font-weight: bold;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.0) 100%);
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
}

.courseCatalogGrid {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}

#courseName {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#coursedisplayarea {
	width: 100%;
	margin-left: 0;
	/*height: -webkit-fill-available;*/
}

#myCatalogArea {
	margin: 20px;
}

#coursedisplaybox {
	width: 100%;
	/*background-color: rgb(255,255,255);
	background-color: rgba(0,0,0,0.2);*/
	margin: auto;
	height: -webkit-fill-available;
	backdrop-filter: blur(10px);
	padding-bottom: 10px;
}

.catalogticket {
	position: relative;
	padding: 10px 10px;
    border-radius: 5px;
	height: 100%;
	box-shadow: 1px 1px 8px rgb(0 0 0 / 50%);
	cursor: pointer;
	transition: transform .2s; /* Animation */
}

.catalogticket:hover {
	transform: scale(1.05);
}

.catalogicon {
	width:  100%;
	display: block;
	max-height: 150px;
	object-fit: contain;
	
}
.cataloginfoarea {
	margin-top: 0px;
	padding-top: 25px;
    display: inline-block;
    width: -webkit-fill-available;
    color: rgb(100,100,100);
}
.catalogname {
	padding: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size: 1.9em;
	text-align: center;
}

.catalogdescription {
	padding: 5px 0;
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
    background: transparent;
    width: -webkit-fill-available;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4em;
    border: none;
    margin: 5px 0;
}

.catalogoneline {
	padding: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size: 1.0em;
	text-align: left;
	font-weight: normal;
}

.catalogpopup {
	display: none;
	border: 1px solid rgb(200,200,200);
	background-color: rgb(255,255,255);
	border-radius: 5px;
	padding: 10px;
	position: absolute;
	width: 500px;
}

.catalogpopupbanner {
	width: 100%;
	max-height: 500px;
}

.catalogpopupname {
	top: 0;
    position: absolute;
    font-size: 1.5em;
    font-weight: bold;
    /*background-image: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.0) 100%);
    color: white;*/
    color: rgb(100, 100, 100);
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding: 20px;
    /*text-align: center;*/
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.catalogpopupdescription {
	padding: 5px 0 5px 0;
	font-size: 1.0em;
	text-align: left;
	font-weight: normal;
	color: rgb(100,100,100);
}

.catalogpopuponeline {
	padding: 10px 0 5px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	font-size: 1.0em;
	text-align: left;
	font-weight: normal;
	color: rgb(100,100,100);
}

#courseArea {
	height: 100%;
	width: 100%;
	margin: 0;
}


#contentDisplayArea {
	background-color:rgba(255, 255, 255);
}

#assessmentContentListArea {
	/*background-color: rgb(240,240,240);	*/
	border-left: 1px solid rgb(200,200,200);
}

#assessmentContentListBox {
	width: 100%;
}

#assessmentContentTitle {
	padding: 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid rgb(200,200,200);
	color: rgb(150, 79, 1);
}

#coursedisplay {
	width: 100%;
	background-color: rgba(255,255,255, 0.5);
	margin: auto;
	/*height: -webkit-fill-available; */
}

 #contentDescriptopnArea {
 	width: 100%;
 	padding: 10px;
 }
 
 #courseTitleBox {
 	width: 100%;
 }
 
.coursecontentlist {
	border-bottom: 1px solid rgb(200,200,200);
	cursor: pointer;
	margin-bottom: 3px;
}
.coursecontentlist:hover {
	background-color: rgb(240,255,255);
}

.coursecontentlistfont {
	font-size: 1em;
	padding: 10px 5px;
	color: rgb(50,50,50);
}

#contentViewArea {
	background-color: transparent;
	/*table-layout: fixed;*/
	display: grid;
	grid-template-columns: 70% 30%;
	height: calc(100% - 80px);
}

#contentViewBox {
	border: 1px solid rgb(200, 200, 200);
	margin: 0 auto;
	background-color: rgba(0,0,0,0.5);
}

.view-container {
    position: relative;
    padding-bottom: 56.25%; /*56.25% 16:9 */
    height: 0;
}
.view-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#courseDescriptionBox {
	margin: 0;
}

.running {
	font-weight: bold;
	color: rgb(20, 150, 50);
	font-size: 1em;
}

#templatecontentViewerData {
	width: 700px;
	height: 350px;
    position: relative;
}
#templatecontentDataEditBox {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 1.3em;
	color: rgb(216, 80, 0);
}

.templatesections {
	cursor: pointer;
}

.templatesections:hover {
	background-color: rgba(0, 150, 250, 0.1) !important;
}

.selectedsection {
	background-color: rgba(0, 0, 250, 0.2) !important;
	font-weight: bold;
}
#selectedSection {
	padding: 10px;
}

/*
.templatesection::-webkit-scrollbar {
    width: 10px;
}
.workarea::-webkit-scrollbar {
    width: 10px;
}
.homeworkarea::-webkit-scrollbar {
    width: 10px;
}
*/
.clamped3lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border: none;
	margin-bottom: 0;
}
.maxWidth300 {
	max-width: 300px;
}
.maxWidth600 {
	max-width: 600px;
}

/*
.scoll-pane {
	scrollbar-width: 3px;
}
*/

.reportarea {
	display: block;
	font-family: 'Nanum Gothic', sans-serif;
}

.reportCard {
	float: left;
	min-width: 360px;
	width: calc(((100% - 40px) / 3) - 20px);
	min-height: 200px;
	background-color: rgba(255,255,255,0.95);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

.reportTitle {
	font-size: 1.5em;
	line-height: 1.5;
	color: rgb(100,100,100);
	text-align: center;

}

.reportContentLabel {
	font-size: 1.0em;
	line-height: 1.5;
	color: rgb(100,100,100);
	text-align: left;
	margin: 0;

}

.reportContent {
	font-size: 1.0em;
	line-height: 1.5;
	color: rgb(100,100,100);
	text-align: left;
	margin: 0;
}

#assessmentCertificateArea {
	position: relative;
}

#certificateTextBox {
	position: absolute;
	top: 35%;
	left: 10%;
	right: 10%;	
}

.certificatetitletext {
	font-size: 6vw;
	text-align: center;
	font-weight: bold;
	color: rgb(50, 50, 50);
	font-family: 'The Nautigal', cursive;
}
.certificatetext {
	font-size: 3vw;
	line-height: 1.2;
	text-align: center;
	margin: 40px 0px;
	font-weight: normal;
	color: rgb(50, 50, 50);
	font-family: 'Moon Dance', cursive;
}

select option:disabled {
    color: rgba(0,0,0,0.3);
}

.tagBtnArea {
	height: fit-content;
	min-height: 40px;
	padding: 3px 10px;
}

.tagBtn {
	display: flex;
	margin: 5px;
	padding: 0px 10px;
	background-color: rgba(0,0,0,0.1);
	border-radius: 5px;
	float: left;
}
.tagBtnText {
	padding-right: 5px;
}



#dateInputArea {
	display: block;
	padding: 10px 20px;
}

.tab {
	overflow: hidden;
	border: 1px solid rgb(200,200,200);
	background-color: rgb(240,240,240);
}

.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
  }
  
  .tab button:hover {
	background-color: rgb(220,220,220);
  }
  
  .tab button.active {
	background-color: rgb(200,200,200);
  }

#chartDisplayArea {
	position: relative;
}

.chartArea {
	background-color: rgb(255,255,255);
	display: block;
	width: 100%;
	margin: auto;
	padding: 10px;
}

.chartBlockHeader {
	cursor: pointer;
	font-size: 1.5em;
	color: rgb(50,50,50);
	text-align: center;
	padding: 10px;
	width: 100%;
    /*background-color: rgba(0,0,0,0.1);
	border-radius: 5px;*/
	position: relative;
}

.chartRow {
	display: grid;
	grid-template-columns: 50% 50%;
	width: 100%;
}

.drilledDown {
	display: grid;
}
.drilledUp {
	display: none;
}

.labelElement:hover {
	cursor: move;
	border: 1px solid rgba(255,255,255, 0.5);	
}

.labelImageContainerElement:hover {
	cursor: move;
	border: 1px solid rgba(255,255,255, 0.5);	
}

.labelImageElement:hover {
	border: 1px solid rgba(255,255,255, 0.5);	
}



@media only screen and (max-width: 1600px) and (min-width: 1021px) {
	
	.homeMenuContainer {
	    max-width: 60%;
	}

	.courseCatalogGrid {
		grid-template-columns: 25% 25% 25% 25%;
	}

}

@media only screen and (max-width: 1020px) and (min-width: 721px) {
	.chartRow {
		grid-template-columns: 100%;
	}
	
	.courseCatalogGrid {
		grid-template-columns: 33.3% 33.3% 33.3%;
	}
	
	.homeMenuContainer {
	    max-width: 70%;
	}
	.homeBtnClass {
		padding: 10px;
	}
}

@media only screen and (max-width: 720px) and (min-width: 601px) {
	.demoMenuAreaClass {
		display: block;
	}
	
	.demoMenuTextArea {
		width: 100%;
	}

	.homeTemplateBoxClass {
		width: 100%;
	}

	.courseCatalogGrid {
		grid-template-columns: 50% 50%;
	}

	.demoInfoBlock {
		display: block;	
	}
	.demoTableData {
		width: 100%;
		margin: 0 !important;
	}
	.homeMenuContainer {
	    max-width: 80%;
	}
	.homeBtnClass {
		padding: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.courseCatalogGrid {
		grid-template-columns: 100%;
	}
	
	.homeMenuContainer {
	    max-width: 90%;
	}
	.homeBtnClass {
		padding: 10px;
	}
	
}

.toolTip {
	position: relative;
}

.toolTip .toolTiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the toolTip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in toolTip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.toolTip .toolTiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the toolTip text when you mouse over the toolTip container */
.toolTip:hover .toolTiptext {
  visibility: visible;
  opacity: 1;
}

.chartCardArea {
	min-width: 300px;
	width: 100%;
	margin: auto;
	/*padding: 10px 20px;*/
}

.chartCard {
	width: 100%;
	min-height: 320px;
	padding: 10px 10px;
	border: 1px solid rgba(0,0,0,0.1);
	/*box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);*/
	border-radius: 5px;
    display: grid;
    grid-template-columns: 60% 40%;
    column-gap: 0;
    align-items: center;
    margin: 10px 0;
}

.countCard {
	width: 100%;
	height: min-content;
	padding: 10px 10px;
	border: 1px solid rgba(0,0,0,0.1);
	/*box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);*/
	border-radius: 5px;
    margin: 10px 0;
}

.countHeader {
	padding: 10px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.countValue {
	padding: 10px;
	font-size: 1.3em; 
	text-align: center;
	width: 100%;
}

.chartSelectableItemArea {
	width: -webkit-fill-available;
	min-height: 320px;
	height: min-content;
	padding: 0;
	border: 1px solid rgba(0,0,0,0.1);
	/*box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);*/
    display: grid;
    column-gap: 0;
    grid-template: 
    "nav head" min-content
    "nav main" 1fr
        / min-content 1fr;
}

.chartList {
	display: block;
	line-height: 1.5;
    border-right: 1px dotted rgba(0,0,0,0.1);
    overflow: auto;
    resize: horizontal;
    width: max-content;
    background-color: rgba(0,0,0,0.02);
}

.dashboardChartTitle1 {
	background-color: rgba(0,0,0,0.8);
	border: 1px solid rgb(255,255,255);
	border-top: 5px solid rgb(255 188 0);
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dashboardChartTitle2 {
	background-color: rgba(0,0,0,0.2);
	border: 1px solid rgb(255,255,255);
	margin-top: 10px;
	padding: 10px;
}

.chartSelectedItemDataArea {
	display: block;
	width: max-content;
	overflow: auto;
	padding: 0 10px;
}
.selectedItemData {
	overflow: auto;
}
.selectedItemData td, th {
    max-width: 200px;
}

.selectedItemData th {
    background-color: rgba(0,0,0,0.1);
    color: rgb(55,55,55);
}

.listLevel0 {
	font-size: 1em;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    color: rgb(255,255,255);
    padding: 5px;
	margin-top: 10px;
    border-top: 5px solid rgb(255 188 0);
}

.listLevel1 {
	font-size: 1em;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
    margin-top: 10px;
}

.listLevel2 {
	font-size: 0.9em;
	padding: 0 5px;
}

.chartBlock {
    padding: 0 10px;
}

.chartTitle {
	font-size: 1.3em;
	color: rgb(50,50,50);
	text-align: left;
    line-height: 1.5;
    padding-top: 10px;
}

.chartLabel {
	font-size: 1em;
	color: rgb(150,150,150);
    line-height: 1.5;
}


#reviewboardPageHeader {
	font-size: 2em;
	color: rgb(50,50,50);
	text-align: center;
	padding: 20px 0 10px 0;
	width: 100%;
}

#reviewboardPageDescription {
	font-size: 1.2em;
	color: rgb(50,50,50);
	text-align: center;
	padding: 10px;
	width: 100%;
}

.dashboardGrid {
	display: grid;
	grid-template-columns: 100%;
	column-gap: 2%;
}

.dashboardCell {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
}

.formTemplateTable th {
    position: relative;
    max-width: 1920px;
}

.resizer {
    /* Displayed at the right side of column */
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    cursor: col-resize;
    user-select: none;
}

.resizer:hover,
.resizing {
    border-right: 2px solid blue;
}

#helpSection {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 5;
}

#helpArea {
	width: 90%;
    height: calc(100% - 50px);
    margin: 25px 5%;
    background: white;
    border-radius: 6px;
    position: relative;
}

#helpArea::-webkit-scrollbar {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.moduleHeader {
    width: -webkit-fill-available;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5em;
    line-height: 2;
    background-color: rgb(137 40 173);
    color: rgb(255,255,255);
}

#helpContentArea {
	overflow: auto;
    height: inherit;
}

.moduleHeaderBtn {
	padding: 0 20px;
	cursor: pointer;
}
.moduleHeaderBtn:hover {
	transform: scale(1.4);
	filter: brightness(120%);
	transition: 0.5s;
}

.slideContent {
	text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
}

.cardImage {
	max-width: 50%;
}

.cardTextArea {
	text-align: left;
    line-height: 1.4;
}

.ertMemberBlockClass {
	display: flex;
	/*grid-template-columns: 30% 60% 10%;*/
	align-items: center;
    align-content: center;
    background-color: rgba(0,0,0,0.1);
    padding: 5px;
	border-bottom: 1px solid rgb(255,255,255);
}

.ertMemberImage {
    border: none;
    object-fit: contain;
    width: 100%;
}

.ertMemberDetailClass {
	padding: 0 5px;
	width: -webkit-fill-available;
}

.ertMemberName {
	color: rgb(3,0,163);
	font-size: 1.5em;
	line-height: 1.3;
	padding: 5px 0;
}

.ertMemberMainDetail {
	color: rgb(50, 50, 50);
	font-size: 1.4em;
	line-height: 1.3;
	font-weight: 600;
	padding-top: 5px;
}
.ertMemberDetail {
	color: rgb(50, 50, 50);
	font-size: 1.2em;
	line-height: 1.3;
}

.ertInOutClass {
	text-align: right;
}
.inoutSign {
	font-weight: 400;
	font-size: 1.0em;
	padding: 0 0.1em;
	color: rgb(200,200,200);
	text-align: right;
}

.inSign.highlight {
	color: rgb(0,230,0);
	text-shadow: 0 0 10px rgba(0,255,0,0.5);
}

.outSign.highlight {
	color: rgb(230,0,0);
	text-shadow: 0 0 10px rgba(255,0,0,0.5);
}

.ertTeamHeader {
	width: 100%;
	margin: 10px 0;
	padding: 5px;
	font-size: 1.5em;
	text-align: center;
	background-color: rgb(80, 55, 120);
	color: rgb(255,255,255);
}

.ertMemberDisplayGrid {
	display: grid;
	grid-template-columns: 32.66% 32.66% 32.66%;
	grid-gap: 0 1%;
}


.ghsChoice {
	padding: 2% 3%;
	display: inline-block;	
}

.ghslabel {
	display: block;
	text-align: center;
}

.ghsIcon {
    width: 200px;
}

.tableHeader {
	padding: 5px;
	color: rgb(255,255,255);
	background-color: rgb(0,90,175);
}

.tableBody {
	padding: 5px;
}

.labelPreview {
	margin: 20px 0 10px 0;
	display: flex;
	justify-content: center;	
}

@media only screen and (max-width: 1079px) and (min-width: 720px){

    .ertMemberDisplayGrid {
        grid-template-columns: 49.5% 49.5%;
    }
}

@media only screen and (max-width: 719px) {
    .ertMemberDisplayGrid {
        grid-template-columns: 100%;
    }
}

.alternateTableRow:nth-child(even) {
	background-color: rgba(0,0,0,0.1);
}