@font-face {
	font-family: "openSans";
	src: url("/_css/fonts/OpenSans-VariableFont_wdth,wght.ttf");
}

/* Main Frame & Page Style */
body {
    background-color: #ffffff;
	margin: 0;
	padding: 0;
	/* font-family: verdana, arial, helvetica, sans-serif; */
	/* font-family: SegoeUI-Regular-final,Segoe UI,"Segoe UI Web (West European)",Segoe,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Tahoma,Helvetica,Arial,sans-serif; */
	/* font-family: 'Google Sans',Roboto,Arial,sans-serif; */
	font-family: 'openSans';
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
a {
	text-decoration:none;
	/* color:#000; */
}
input {
	font-family: 'openSans';
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
a, button, div, form, html, img, label, span, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

/* custom scrollbar */
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: solid 6px #ccc;
}
::-webkit-scrollbar-thumb:hover {
    border: solid 6px #aaa;
}


/* Common */
*, ::after, ::before {
    text-size-adjust: 100%;
	box-sizing: border-box;
}
.outerDiv {
	width:100%;
}
.hideOverflow {
	overflow: hidden;
}
.bgTransparent {
	background-color: transparent !important;
}
.noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.smoothTrans {
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
.slowTrans {
	-webkit-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.flex {
	display:flex;
}
.fullHeight {
	height: 100%;
}
.truncateIt {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.centerText {
	text-align: center;
}
.centerTextDesc {
	text-align: center;
	font-size: 14px;
    margin-top: 10px;
}
.cursorPointer {
	cursor: pointer;
}
.clear {
	clear: both;
}
.w100p {
	width: 100%;
}
.cBlue{
    color: #0078d4;
}
.cRed{
    color: red;
}
/* align vertical and horizontal 2 layer of div */
.vMiddle {
	width: 100%;
    height: calc(100vh - 144px);
    display: table;
}
.vMiddle .hCenter {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.bgWhite {
	background-color: #fff;
}


/* headers, menus */
.topBarDiv {
	width: 100%;
	height: 48px;
	line-height: 47px;
	background-color: #0078d4;
	display: flex;
	color: white;
	border-bottom: 1px solid #ccc;
} 
.mainLogo {
	min-width: 244px;
	font-weight: 600;
	padding: 0 0 0 8px;
	line-height: 48px;
}
.mainLogo a {
	color: #fff;
}
.searchDiv {
	min-width: 350px;
	flex: 1 0 auto;
}
.searchBarDiv {
	cursor: text;
	width: 350px;
	display: flex;
}
.searchBarDiv:focus-within {
	width: calc(350px + 18%);
}

.searchBarDiv input[type=text] {
    width: 100%;
    outline: none;
    border: none;
    height: 27px;
	line-height: 27px;
    vertical-align: middle;
	background-color: lightblue;
	padding: 0 5px;
	border-radius: 2px;
}
.searchBarDiv input[type=text]:focus {
	background-color:white;
}

.searchBarDiv input[type=text]::placeholder {
	color: darkblue;
}
.searchBarDiv input[type=text]:focus::placeholder {
	color: lightblue;
}
.searchBarDiv input[type=text]:focus + button[type=submit]{
	visibility: visible;
}
.searchInput {
	width: 100%;
}
.searchWrapper {
	position: relative;
}
.searchWrapper button[type=submit] {
	visibility: hidden;
	font-size: 30px;
	padding: 0 5px;
	cursor: pointer;	
	color: white;
	background-color: #0078d4;
	position: absolute;
	height: 47px;
}
.searchWrapper button[type=submit]:before {
	content: "\002315";
}
.searchWrapper button[type=submit]:hover {
	color: lightblue;
}
.searchOption:hover {
	/* background-color: unset !important; */
}
.searchBarDiv input[type=text][name=keyword].searchOn {
	background-color:#fff;
}
.userBtn i + span, .locBtn span + i {
    margin-left: 8px;
}
.userBtn {
	width: auto !important;
	padding: 0 8px;
}
.rightMenu {
    position: absolute;
    right: -320px;
    width: 320px;
	max-width: 320px;
    height: calc(100vh - 48px);
    background-color: #edebe9;
}
.rightMenu i.closeBtn, .rightDetail i.closeBtn  {
    position: absolute;
    top: 18px;
    right: 14px;
    font-size: 170%;
    cursor: pointer;
    color: #666;
}
.rightDetail {
    position: absolute;
    right: -320px;
    width: 320px;
	max-width: 320px;
    height: calc(100vh - 48px);
    background-color: #fff;
	z-index: 1;
}
.rightMenu .loading, .rightDetail .loading {
	height: 100%;
    position: relative;
    font-size: 32px;
    color: #ccc;
	background-color:#edebe9;
}
#htmlPopDiv .htmlPopContent .loadingScreen {
    font-size: 32px;
    color: #aaa;
	background-color:#edebe9;
}
.rightMenu .loading i, .rightDetail .loading i, #htmlPopDiv .htmlPopContent .loadingScreen i {
	margin: 0;
    position: absolute;
    top: calc(50% + -16px);
    left: calc(50% + -16px);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rightMenu.opened {
    right: 0;
    overflow-x: hidden;
    overflow-y: overlay;
    border-left: 1px solid #ccc;
	z-index: 2;
	box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 11%) 0px 0.3px 0.9px 0px;
}
.rightDetail.opened {
    right: 0;
    overflow-x: hidden;
    overflow-y: overlay;
    border-left: 1px solid #eaeaea;
	z-index: 1;
	box-shadow: rgb(0 0 0 / 13%) 0px 1.6px 3.6px 0px, rgb(0 0 0 / 11%) 0px 0.3px 0.9px 0px;
}
#rightDetailContent {
}

/* right menu contents */
#rightMenuContent .rmcWrapper, #rightDetailContent .rmcWrapper {
	padding: 21px 14px;
}
#rightMenuContent .rmcHeader {
	font-size: 18px;
    font-weight: 500;
	margin-bottom: 7px;
	/*
	display: flex;
	justify-content: center; /* align horizontal */
	/*align-items: center; /* align vertical */
}
#rightDetailContent .rmcHeader {
	font-size: 18px;
    font-weight: 500;
}
.profileDivWrapper {
	border-top: 1px solid #edebe9;
	display: flex;
    flex-flow: row nowrap;
    width: auto;
    height: auto;
    box-sizing: border-box;
    align-items: center;
    padding: 8px 16px 8px 16px;
}
.profileDiv {
    display: flex;
    flex-direction: column;
}
.profileDiv .profileHeader {
	font-size: 14px;
    font-weight: 400;
    color: rgb(96, 94, 92);
}
.profileDiv .profileContent {
	font-size: 14px;
    font-weight: 600;
    color: rgb(50, 49, 48);
}
.profileDiv .profileContent.cBlue{
    color: #0078d4;
}
.profileDiv .profileContent .cBlueOverride{
    color: #0078d4 !important;
}
.profileDiv .profileContent.flex {
	margin-bottom: 8px;
}
.profileContent textarea {
	border: 1px solid #ccc;
	width: 100%;
	min-height: 200px;
	padding: 5px;
}

.profileDiv a {
	text-decoration: none;
	color: #0078d4;
}


.profileContent .profileSubHeader {
	min-width:100px;
	font-weight: normal;
	color:#aaa;
}
.profileNameTag {
	padding: 30px 20px 30px 20px;
}
.profilePic {
	width: 88px;
	min-width: 88px;
	height: 88px;
	text-align: center;
	line-height: 88px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 200%;
	cursor: pointer;
	background-color: #0078d4;
	color: #fff;
}
.profilePic.sm {
	width: 44px;
	min-width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 150%;
	cursor: pointer;
	background-color: #0078d4;
	color: #fff;
}
.itemTag {
	padding: 70px 20px 30px 20px;
}
.itemPic {
	width: 100%;
	height: 88px;
	text-align: center;
	line-height: 88px;
	overflow: hidden;
	font-size: 125%;
	cursor: pointer;
	background-color: #f3f2f1;
	color: #ccc;
	border: 1px solid #eeee;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
    box-shadow: 5px 5px 5px #eee;
}
.itemDetail {
	overflow: hidden;
	margin-left: 10px;
}
.itemDetail .rmcCat {
	font-size: 14px;
	color: #666666;
}
.itemDetail .rmcHeader {
	font-size: 14px;
}
.itemDetail div:first-child {
	margin-bottom: 0px;
}
.itemDetail div {
	margin-bottom: 20px;
}
.itemDetail div:last-child {
	margin-bottom: 0px;
}
.itemDetail i.fas {
	min-width: 16px;
}
.profileName {
	overflow: hidden;
	margin-left: 10px;
}
.profileName .rmcText {
	margin-top: 4px;
}
.profileName .rmcText span.notAvailable {
	color:#aaa;
}
.contentBlock .mainMenuDiv .btnDiv {
	text-align: center;
	color: #000;
	font-size: 20px;
}
.contentBlock .mainMenuDiv .btnDiv i + span {
    margin-left: 8px;
}

.contentBlock .profileName {
	line-height: 88px;
	font-size: 25px;
    font-weight: bold;
}
.contentBlock .profileName {
	margin-left: 20px;
}
.profileName.sm {
	line-height: 44px;
	font-size: 20px;
    font-weight: bold;
}

.textBox.slideToggler.opened span.studentNameTag, .textBox.slideToggler.opened span.simpleView { 
	visibility:none;
	opacity: 0;
}
.textBox.slideToggler span.simpleView {
	display: block;
	float:right;
}

.textBox.slideToggler span.slideArrow {
	margin-left: 10px;
}
.textBox.slideToggler i.fa-chevron-up {
    transition: transform 0.1s linear 0s;
	transform: rotate(180deg);
}
.textBox.slideToggler.opened i.fa-chevron-up { 
	transform: rotate(0deg);
}

.linkActBtn {
	color: #0078d6;
	cursor: pointer;
}
.contentBlock button[type=submit]{
	min-width: 100px;
	color: #f4f4f4;
    border: 0;
    margin: 0;
    display: block;
    min-width: 0;
    background-color: #005da6;
    border-radius: 4px;
    padding: 10px 30px;
	float: right;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.leftMenu {
	width: 48px;
    height: calc(100vh - 48px);
	background-color: #edebe9;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;	
	overflow-x: hidden;
    overflow-y: overlay;
    border-right: 1px solid #ccc;
    /* border-top: 1px solid #ccc; */
	-webkit-box-shadow: inset -10px 0 10px -10px #ccc;
    box-shadow: inset -10px 0 10px -10px #ccc;

}
.leftMenu.opened {
	width: 176px;
}
#leftMenu.opened .btnDiv[act=link] {
	width: 100%;
	text-align: left;
}
#leftMenu .btnDiv[act=link] i + span {
	display: none;
}
#leftMenu.opened .btnDiv[act=link] i + span {
	display: inline-block;
}
#leftMenu.opened .btnDiv[act=link] i, .landingContentDiv .btnDiv[act=link] i {
	width: 48px;
    text-align: center;
}
.contentBlock .btnDiv[act=link] i {
	width: unset;
}
.landingTopMenu {
	display: flex;
    color: #666;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: 48px;
    max-height: 48px;
}
.landingTopMenu:hover {
    overflow-x: auto;
}
.landingTopMenu .btnDiv {
    width: auto;
    padding: 0 10px;
}
.landingTopMenu .btnDiv:hover, .landingTopMenu .btnDiv[act=link]:hover {
    background-color: #eaeaea;
	color: black;
}
.btnDiv[type=title]:hover {
	background-color: transparent;
}


.landingTopMenu .btnDiv i + span {
    margin-left: 8px;
}
.landingTopMenu .topMenuBar {
	display: flex;
}

/* inputs */

/* form */
form .profileDiv {
	width: 100%;
	margin-bottom: 10px;
}
form .profileDiv input[type=text], form .profileDiv input[type=date] {
	width: 100%;
	height: 100%;
}
form .profileDiv span {
	height: 30px;
	line-height: 30px;
}
form .profileDivWrapper {
	padding: 0px;
}
form .profileNameTag {
	padding: 20px 0 40px 0;
}
form .profilePic {
	margin: 0 auto;
}
form .profileContent {
	display: flex;
}
form .profileContent div.tagItem {
    font-weight: bold;
    color: #fff;
    background-color: #0078d4;
    margin-right: 15px;
    padding: 0 10px;
    border-radius: 10px;
}
form .profileContent div.tagItem i.deleteTag {
	margin-left: 0;
	visibility: hidden;
	width: 0;
	opacity: 0;
}
form .profileContent div.tagItem:hover i.deleteTag {
	margin-left: 8px;
	visibility: visible;
	width: 14px;
	opacity: 1;
    cursor: pointer;
}
form i.addTag:hover {
	cursor: pointer;
}
form i.addTag + input.newTagInput {
	display:none;
	width: 0;
}
form i.addTag.fa-minus + input.newTagInput {
	width: 120px;
	margin-left: 8px;
	height: 26px;
}
form button.saveBtn[type=submit] {
	margin-top: 10px;
	background-color: #0067b8;
    color: #fff;
    cursor: pointer;
    position: relative;
    width: 100%;
    border-radius: 5px;
	padding: 10px 0;
}
form button.addBtn[type=button] {
    cursor: pointer;
    position: relative;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
	background-color: #d3d3d3;
}
form button.addBtn[type=button]:hover {
	background-color:#ccc;
}
form input[type=submit][disabled], form button[type=submit][disabled] {
	color: rgba(255, 255, 255, 0.3);
	background-color: rgba(18,18,18,0.5) !important;
	cursor: auto;
}

form button.saveBtn[type=submit]:hover {
	background-color: #005a9e;
}
form button.loading span {
	display: none;
}
.alertMsgBox {
	display: none;
	color: burlywood;
}


/* pop up */
#htmlPopDiv .htmlPopWrapper {
	background-color:#fff;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	min-width: 320px;
	height: auto;
	max-height: 80%;
	z-index: 10000;
	font-size: 18px;
	line-height: 25px;
	padding: 20px;
    box-shadow: rgb(0 0 0 / 22%) 0px 25.6px 57.6px 0px, rgb(0 0 0 / 18%) 0px 4.8px 14.4px 0px;
	overflow-y: auto;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	
	
}
#htmlPopDiv .htmlPopWrapper.loadAddItem {
	width: 40%;
}
#htmlPopDiv .htmlPopWrapper.sendEmail {
	width: 70%;
}

#htmlPopDiv .htmlPopWrapper.loadingScreen {
    background-color: transparent;
    box-shadow: none;
    width: 50px;
    min-width: unset;
    height: 50px;
}
#htmlPopDiv .htmlPopBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #000000;
	opacity: 0.2;
}
.htmlPopWrapper.loadingScreen .closeBtnWrapper {
	display: none;
}
.htmlPopWrapper .closeBtnWrapper {
	position: sticky;
	top: 0;
}
.htmlPopWrapper i.closeBtn {
	position: absolute;
	top: -10px;
    right: -5px;
    font-size: 170%;
    cursor: pointer;
    color: #666;	
}

/* radio box */
.rmcContent {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
	margin-bottom: 7px;
}
.inputBox .checkContainer {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 20px;
    border: none;
    position: relative;
	font-size: 16px;
	padding-left: 35px;
	cursor: pointer;
	margin-top: 10px;
}
.inputBox .checkContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.inputBox .checkContainer .radioBtn {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #000;
}
.inputBox .checkContainer:hover input ~ .radioBtn {
	background-color: #edebe9;
}
.inputBox .checkContainer input:checked ~ .radioBtn {
	background-color: #fff;
}
.inputBox .checkContainer .radioBtn:after {
	content: "";
	position: absolute;
	display: none;
}
.inputBox .checkContainer input:checked ~ .radioBtn:after {
	display: block;
}
.inputBox .checkContainer .radioBtn:after {
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2196F3;
	margin-top: -5px;
	margin-left: -5px;
}

/* btns */
.btnDiv {
	font-size: 14px;
	width: 48px;
	min-width: 48px;
	text-align: center;
    cursor: pointer;
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
.btnDiv:hover {
	background-color:#005A9E;
}
.btnDiv i {
	font-size: 16px;
}
.btnDiv[type=title], .btnDiv[act=link], .btnDiv[type=topMenu-icon] {
	height: 48px;
    line-height: 48px;
    color: #666;
    white-space: nowrap;
}
.btnDiv[type=title] {
	cursor: default;
    color: #000;
}

.btnDiv[act=link]:hover {
	color: white;
}
.btnDiv.leftMenuBtn {
	color:white; 
	font-size:16px;
}
.btnDiv.landingLeftMenuBtn {
	font-size: small;
	height: 48px;
    line-height: px;
}
.btnDiv.landingLeftMenuBtn:hover {
	background-color: unset;
}
.btnDiv.landingLeftMenuBtn i {
	line-height: 48px;	
}
.btnDiv.landingLeftMenuBtn:hover i {
    width: 36px;
    height: 36px;
    background-color: #eee;
    line-height: 36px;
    border: 1px solid #ccc;
    margin-top: 5px;
}

.btnDiv.locBtn {
	width: auto !important;
	padding: 0 8px;
}
.btnDiv.locBtn span {
	color:yellow;
	font-weight:bold;
}
.btnDiv.locBtn.clicked span {
	color:black;
}
.btnDiv.clicked[act=rightMenu] {
	background-color:#edebe9;
	color: black;
}
.btnDiv.clicked[act=leftMenu] {
    background-color: #edebe9;
    -webkit-box-shadow: inset -10px 0 10px -10px #ccc;
    box-shadow: inset -10px 0 10px -10px #ccc;
    color: black;	
}
.btnDiv.clicked[act=leftMenu] .fa-ellipsis-v:before {
    content: "\f0c9";
}
.btnDiv.linkBtn.current {
	background-color: #0078d4;
	color:white;
}
.landingLeftMenu .btnDiv.linkBtn.current {
	background-color: #C7E0F4;
	color:black;
}


/*
.btnDiv.linkBtn.current:before {
    content: " ";
    left: 4px;
    position: absolute;
    background-color: #0078d4;
    border-radius: 2px;
    top: 8px;
    width: 2px;
    height: 70%;
}
*/

/* page */
.pageBody {
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;	
}
.pageBody .landingHeaderDiv {
	#background-color: #f3f2f1;
	display: flex;
    flex-wrap: nowrap;
    flex-grow: 1;
    align-items: center;
	height: 48px;
    min-height: 48px;
    max-height: 48px;
	border-bottom: 1px solid #eaeaea;
}
.landingHeaderDiv .landingTitle {
	width: 196px;
	min-width: 196px;
    font-weight: 600;
    padding-right: 8px;
    line-height: 48px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.landingContentDiv {
	display: flex;
	height: 100%;
}
.landingContentDiv .landingLeftMenu {
	background-color: #f3f2f1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: calc(100vh - 96px);
	overflow-y: overlay;	
	visibility: hidden;
    width: 0;
}
.landingContentDiv .landingLeftMenu.opened {
    width: 244px;
	min-width: 244px;
    visibility: visible;
	border-right: 1px solid #ddd;
    -webkit-box-shadow: inset -10px 0 10px -10px #ddd;
    box-shadow: inset -10px 0 10px -10px #ddd;	
}
.landingContentDiv .btnDiv {
	width: 100%;
	min-height: 48px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;	
	overflow: hidden;
}
.landingContentDiv .btnDiv span.totalNumber {
	font-weight: bold;
	float: right;
	margin-right: 20px;
}
.landingContentDiv .btnDiv:hover {
    background-color: #eaeaea;
    color: black;
}
.landingPageBody {
	width: 100%;
	background-color: #f3f2f1;
}
.landingPageBody .contentListDiv {
	display: flex;
}
.contentListDiv .contentDiv {
    width: calc(100% - 320px);
	min-width: 800px;
	background-color: #f3f2f1;
	border-right: 1px solid #ddd;
	box-shadow: inset -10px 0 10px -10px #ddd;
    /* overflow-x: hidden;
    height: calc(100vh - 96px);
    overflow-y: overlay;
	background-color: #fff; 
	background-color: #faf9f8; */
}
.contentDiv .contentHeaderDiv {
	height: 48px;
    line-height: 48px;
    padding: 0 20px;
    /* border-bottom: 1px solid #eaeaea;
	background-color: #fff; */
	font-size: 18px;
}
.contentDiv .contentBodyDiv {
	overflow-x: hidden;
    height: calc(100vh - 144px);
    overflow-y: overlay;
}
.contentBodyDiv .itemRow {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-bottom: 1px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
}
.contentBodyDiv .itemRow.accountRow {
	height: unset;
	line-height: unset;
	font-size: 14px;
	padding: 10px 0;
	margin-bottom: 1px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.contentBodyDiv.noHeaderDiv {
	height: calc(100vh - 96px);
}


.contentBodyDiv .itemRow.checked:hover {
	background-color: #DEECF9;
}
.contentBodyDiv .itemRow.rowHeader.checked:hover {
	background-color: #f3f2f1;
}
.contentBodyDiv .itemRow.clicked, .contentBodyDiv .itemRow.clicked:hover {
	background-color: #C7E0F4;
}
.itemRow.checked {
	background-color: #DEECF9;
}

.contentBodyDiv .itemRow:hover {
	background-color: #faf9f8;
}

.contentBodyDiv .itemRow.rowHeader {
	position: sticky;
	top: 0;
	box-shadow: 1px 1px 1px #ccc;
	background-color:#f3f2f1;
	font-weight: bold;
}
.contentBodyDiv .itemRow .itemCol:first-child {
    width: auto;
	min-width: 27px;
	max-width: 48px;
}
.contentBodyDiv .itemRow .itemCol:last-child {
	margin-right: 10px;
}
.contentBodyDiv .itemRow .itemCol:nth-child(2) {
	margin-left: 0;
}
.contentBodyDiv .itemRow .itemCol:nth-child(3) {
	width: 140px;
}
.contentBodyDiv .itemRow .itemCol:nth-child(4), .contentBodyDiv .itemRow .itemCol.email {
	width: 230px;
}
.contentBodyDiv .itemRow .itemCol {
	width: 140px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-left: 10px;
}
.contentBodyDiv .itemRow .itemCol.rowCheckBox {
	margin: 0 14px;
}
.contentBodyDiv .itemRow .itemCol.rowCheckBox input[type=checkbox] {
	width: 18px;
    height: 18px;
    vertical-align: middle;
	cursor: pointer;
}
.contentBodyDiv .contentBlock {
	margin: 0 auto;
	max-width: 840px;
}
.contentBlock .header {
	font-weight: bold;
	font-size: 16px;
}
.contentBlock .blockSpacer {
	margin-left: 12px;
    margin-right: 12px;
    margin-top: 10px;
	background-color: #fff;
}
.contentBlock .blockWrapper {
	display: flex;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    flex-direction: column;
    width: 100%;
	
    border-radius: 5px;
    border: 1px solid #dadce0;	
	box-shadow: 2px 2px 5px #ddd;
}
.contentBlock .blockTop {
	padding-top: 15px;
	padding-bottom: 10px;
    padding-right: 24px;
    padding-left: 24px;
	border-bottom: 1px solid #efefef;
    background-color: #fafafa;
    border-radius: inherit;
}


.contentBlock .blockTop i.closeBtn {
	display: none;
}
#moreStudentHere .blockTop {
	position: relative;
}
#moreStudentHere .blockTop i.closeBtn {
	display: block;
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 170%;
    cursor: pointer;
    color: #333;
}
input.studentCheckBox[type=checkbox] {
	width: 20px;
    height: 20px;
    margin-right: 10px;
}
input.isGlobal[type=checkbox] {
	width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contentBlock .blockMiddle {
	padding-top: 10px;
	padding-bottom: 10px;
    padding-right: 24px;
    padding-left: 24px;
	/* border-bottom: 1px solid #dadce0; */
}
.contentBlock .blockBottom {
	padding-top: 10px;
	padding-bottom: 15px;
    padding-right: 24px;
    padding-left: 24px;
}
.contentBlock .fieldName {
	flex-basis: 156px;
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
    margin-right: 24px;
}
.contentBlock .fieldName.commentDiv{
    align-items: baseline;
}
.contentBlock .fieldSlider {
    -webkit-box-align: center;
    box-align: center;
    align-items: center;
    display: flex;
}
.contentBlock .fieldBox {
	-webkit-flex-basis: 328px;
    -ms-flex-preferred-size: 328px;
    flex-basis: 328px;
	box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    /* margin-right: 24px; */
	font-weight: bold;
}
.fieldBox input[type=text], .fieldBox input[type=date], .fieldBox select {
	width: 100%;
	font-weight: normal;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fafafa;
	height: 30px;
    padding: 0 6px;
	font-size: 18px;
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
.fieldBox textarea {
	width: 100%;
	font-weight: normal;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fafafa;
	height: 140px;
    padding: 0 6px;
	font-size: 18px;
	-webkit-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
}
.fieldBox input[type=text].error, .fieldBox input[type=date].error, .fieldBox select.error {
	border-color: red;
	border-width: unset;
}

.fieldBox input:focus, .fieldBox input:hover, .fieldBox select:focus, .fieldBox select:hover {
	border-color: #000;
	box-shadow: inset 0 1px 3px #ddd;
}
.fieldBox div.divDisplayDOB {
	margin: 0 0 5px 5px;
}
form#createAccount  button.saveBtn[type=submit] {
	margin-top: 0;
	margin-bottom: 20px;
}

#searchResultBox .itemRow {
	display: flex;
	padding: 10px 20px;
}
#searchResultBox .itemRow div{
	width: 100%;
}




/* calendar and rank */
#calendarCanvas, .rankBoxDiv {
	padding: 5%;
	font-size: 14px;
    border: 1px solid #ccc;
    margin: 0 5% 5% 5%;	
	border-radius: 5px;
}
#calendarCanvas .btnDiv {
	min-height: unset;
}


#calendarCanvas .calendarBar {
	margin-bottom: 10px;
}
#calendarCanvas .calendarBar .btnDiv:hover {
	background-color: unset;
}
#calendarCanvas .calendarBar, #calendarCanvas .calendarRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#calendarCanvas .calendarBar div, #calendarCanvas .calendarDayCell , #calendarCanvas .calendarWeekCell, #calendarCanvas .calendarEmptyCell {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
#calendarCanvas .calendarDayCell {
	cursor: pointer;
	-webkit-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
#calendarCanvas .calendarDayCell:hover {
	background-color:lightgray;
}
#calendarCanvas .calendarDayCell.todayDate {
	color: #0078d4;
}
#calendarCanvas .calendarDayCell.futureDate {
	color: gray;
	cursor: not-allowed;
}
#calendarCanvas .calendarDayCell[attend="1"] {
	background-color: #0078d4;
    color: white;
	border-radius: 5px;
}

/* detail view of calendar */
#contentBodyContentDiv #calendarCanvas, #contentBodyContentDiv .rankBoxDiv {
	padding: 0;
    font-size: 14px;
    border: none;
    margin: 5%;
	font-size: 16px;
}
#contentBodyContentDiv #calendarCanvas .calendarBar, #calendarCanvas .calendarRow {
	margin: 5px 0;
}



.twoColumnDiv.flex:first-child {
	font-weight: bold;
}
.twoColumnDiv.flex, .twoColumnDiv.flex div {
	width: 100%;
	text-align: center;
}
.twoColumnDiv.flex div:first-child {
	text-align: left;
}

/* vertical align */
.vAlignOuter {
	height: 100%;
    position: relative;
    font-size: 32px;
    color: #000;
}
.vAlignOuter .vAlignInner {
	margin: 0;
    position: absolute;
    text-align: center;
	width: 100%;
    top: 50%;
    margin-top: -25%;
}

/* POS system */
#posItemList {
	display: flex;
}
.posItemList {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	height: calc(100vh - 96px);
	overflow-y: overlay;
	visibility: hidden;
	width: 22%;
    min-width: 244px;
    visibility: visible;
    border-right: 1px solid #ddd;
    -webkit-box-shadow: inset -10px 0 10px -10px #ddd;
    box-shadow: inset -10px 0 10px -10px #ddd;
}
.posItemList .itemRow {
	position: relative;
    margin: 10px;
    padding: 25px;
    border: 1px solid #ccc;
    background-color: #f3f2f1;
    border-radius: 5px;
	min-height: 50px;
    box-shadow: 5px 5px 5px #eee;
}
.posItemList .itemRow:hover {
    background-color: #eaeaea;
}
.posItemList .itemRow.clicked {
	background-color: #C7E0F4;
}
.itemRow .itemName {
	font-size: 18px;
	text-align: center;
}
.itemRow .itemPrice {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-weight: 600;
}
.itemRow .itemContract {
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-weight: 600;
    font-size: 14px;
    color: red;
}
.itemRow .itemDate {
	position: absolute;
	right: 10px;
	bottom: 5px;
	font-weight: 300;
	font-size: 10px;
}
.itemRow .catName {
	position: absolute;
	left: 10px;
	top: 5px;
	font-weight: 600;
	font-size:14px;
	color: #666;
}
.itemRow .favoriteIcon {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 5px;
}
.itemRow:hover .favoriteIcon {
	visibility: visible;
	opacity: 1;
}
.favoriteIcon i.fas {
	color: red;
}
.posItemList .textDesc, .contentBlock .textDesc {
	color: #0f6cbd;
	font-size: 18px;
	font-weight: normal;
	padding: 0 5px;
}
#itemListDiv .vAlignInner.textDesc {
	text-align: center;
}
.posItemList span[act=box], .contentBlock span[act=link] {
	cursor: pointer;
}
.posItemList span[act=box]:hover, .contentBlock span[act=link]:hover {
	color: darkblue;
}

#itemSearchBox {
	width: 100%;
	padding: 10px;
}
#itemSearchBox input[type=text] {
    width: 100%;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
    padding: 0 5px;
	border: 1px solid #ccc;
}
.detailOuter {
	padding: 30px 20px;
	width: 100%;
	max-width: 950px;
	height: calc(100vh - 96px);
    overflow-y: overlay;
}
.detailOuter .currentAccount {
    background-color: #C7E0F4;	
    padding: 10px 0;
}
.detailOuter .listStudent {
	border: 1px solid #ddd;
    background-color: #fff;	
    padding: 10px 0;
	border-top: 0px;
}
.detailOuter .cartHeader, .mySavedCarts .cartHeader, .detailRight .cartHeader {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.detailOuter .cartRow {
	padding: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 20px;
}
.detailOuter .cartRow.contractBoxHeader {
	margin-bottom: 0;
}
.detailOuter .cartRow.contractBox {
	border-top: 0px;
	margin-bottom: 0;
}
.detailOuter .cartRow.contractBox:last-child {
	margin-bottom: 20px;
}
.detailOuter .cartRow.contractBox div {
	width: 70%;
	text-align: center;
}
.detailOuter .cartRow.contractBox div:first-child {
	text-align: right;
}
.detailOuter .cartRow.contractBox div:last-child {
	width: 30%;
}

.studentBox {
	color: #666;
	
}
.studentBox:hover {
	color: darkblue;
}

.detailOuter .summaryRow {
	padding: 10px 20px;
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.detailOuter .summaryRow:first-child {
	border-top: 1px solid #ddd;
}
.detailOuter .cartSummaryDiv div:last-child {
	border-bottom: 1px solid #ddd;
}
.detailOuter .cartRow div, .detailOuter .summaryRow div {
	width: 100%;
}
.detailOuter .cartRow div.itemName {
	font-weight: bold;
}
.detailOuter .cartRow div.itemPrice {
	text-align: center;
}
.detailOuter .cartRow div.units {
	text-align: center;
}
.detailOuter .cartRow div.removeBtn {
	text-align: center;
	max-width: 20px;
	width: 20px;
	color: gray;
}
.detailOuter .cartRow div.viewBtn {
	text-align: center;
	max-width: 20px;
	width: 20px;
	color: black;
	margin-right: 10px;
}
.detailOuter .cartRow div.itemTotal {
	text-align: right;
	font-weight: bold;
}
.detailOuter .summaryRow div {
	text-align: right;
}
.detailOuter .summaryRow div.salesTaxHeader input, .detailOuter .summaryRow div.discountHeader input {
	text-align: right;
	width: 75px;
	font-size: 16px
}
.detailOuter .summaryRow div:first-child {
	text-align: right;
	width: 80%;
}
.detailOuter .summaryRow div:last-child {
	text-align: right;
	width: 20%;
}
.detailOuter .summaryRow div.total {
	font-weight: bold;
}

.detailRight {
	margin-left: auto;
	padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: calc(100vh - 96px);
    overflow-y: overlay;
    width: 300px;
	text-align: center;
}


.testDiv {
	float:left; width:320px; margin:10px; border:1px solid #333; border-radius:10px; padding: 10px;
	box-shadow: 5px 5px 5px #ccc;
}

/*
input[type=text] {
  background-color: white;
  background-image: url('searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
input[type=text] {
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 100%;
}
*/
.ajaxLoadingBar {
    background-color: #fff;
    padding: 10px 10px 10px 20px;
    color: black;
    font-weight: bold;
	text-align: center;
}

/* Responsive */
@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 1060px) {
}

@media only screen and (min-width: 840px) {
	
	/* mobile friendly contentBlock*/
	.contentBlock .textBox { 
		-webkit-box-align: stretch;
		box-align: stretch;
		align-items: stretch;
		display: flex;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 840px) {
	.centerText, .centerTextDesc {
		text-align: left;
	}
	
}

@media only screen and (max-width: 840px) and (orientation: landscape) {
}
@media only screen and (max-width: 840px) and (orientation: portrait) {
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 441px) {
}

@media only screen and (max-width: 1040px) {
}

@media only screen and (max-width: 900px) {
}
@media(min-width: 576 px) {
}
@media(min-width: 768 px) {
}
@media(min-width: 992 px) {
}
@media(min-width: 1200 px) {
}
@media(min-width: 776 px) {
}
@media(min-width: 968 px) {
}
@media(min-width: 1192 px) {
}
@media(min-width: 1400 px) {
}
@media screen and (max-width: 1192px) {
}
@media only screen and (max-width: 720px) {
}
@media only screen and (max-width: 530px) {
}
@media only screen and (max-width: 320px) {
}
@media only screen and (min-width : 321px) and (max-width : 640px) and (orientation : landscape) { 
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) { 
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: lightgray;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: lightgray;
}

/* autofill css, may need to be updated */
input:-webkit-autofill, :-webkit-autofill:active, :-webkit-autofill:focus, :-webkit-autofill:hover, input:-internal-autofill-selected {
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
}
