﻿@media screen and (max-width: 1024px) {


	
	
}

@media screen and (max-width: 812px) and (orientation: landscape) {
	
	.logo{
width: 100%;
    top: 20px;
    left: 10px;
    right: 0;
    background-size: contain;
    background-position: center right;
    box-sizing: border-box;
    z-index: 1010;
	}
	body,
	html {
		min-height: 500px;
	}
	.blockUI {
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		position: fixed !important;
	}
	div.growlUI {
		width: 350px;
		float: right;
		position: relative;
	}
	div.growlUI h1 {
		position: absolute;
		top: 30px;
		left: 80px;
		width: calc(100% - 95px) !important;
		height: 50%;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#exit,
	#logincomp {
		width: 100% !important;
		height: 100% !important;
	}
	#loginwrapper {
		width: 100% !important;
		height: 100% !important;
		top: 0px;
		bottom: 0px;
		position: absolute;
		margin-top: 10px;
	}
	#loginwrapper .dialogui {
		width: 90%;
		margin: auto;
	}
	#loginwrapper .confirmphoto {
		margin: auto;
	}
	#logincomp form {
		width: 100% !important;
		height: 100% !important;
	}
	.loginphoto {
		margin: auto;
	}
	.logininput {
		position: absolute;
		top: 136px;
		left: 10px;
		right: 10px;
		box-sizing: border-box;
		width: auto;
	}
	.dialog {
		min-width: 100%;
		box-sizing: border-box;
	}
	.dialogmsg {
		white-space: normal;
		width: calc(100% - 285px);
		margin: 0;
		box-sizing: border-box;
		padding: 14px;
	}
	.ui-helper-clearfix-login {
		width: 100%;
		box-sizing: border-box;
		height: 36px;
	}
	.loginbuttons {
		display: inline-block;
		height: 36px;
		width: 100%;
		text-align: center;
	}
	input.buttonlogin:first-child {
		width: calc(50% - 8px);
		height: 36px;
		display: inline-block;
		margin: 0;
		margin-right: 2px;
	}
	input.buttonlogin:last-child {
		width: 50%;
		height: 36px;
		display: inline-block;
		margin: 0;
	}
	#scroller {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		/*prevent user scroll the panels*/
		touch-action: none;
		/*prevent user scroll the parent*/
		overscroll-behavior: contain;
	}
	.panel,
	.gantt_panel {
		/*Javascript Must Control the Width for Mobile*/
		max-width: 100%;
		width: 100%;
		min-height: 274px !important;
		min-width: 100%;
		overflow: hidden;
		top: 0;
	}
	#dynamic_content,
	#dynamic_gantt {
		top: 78px;
		padding: 0;
		width: 100%;
		bottom: 0px;
		position: absolute;
		border: 0;
		margin: 0;
	}
	.inner {
		padding: 0;
		margin: 0;
		border: 0;
		top: 10px;
		right: 10px;
		left: 10px;
		bottom: 10px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.welcomescreen {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		border: 0;
	}
	.menu {
		overflow: hidden;
		overscroll-behavior: contain;
		overflow-x: scroll;
		left: 6px;
		z-index: 1000;
	}
	#mainmenu {
		/*21 buttons * 120px, we need javascript to calculate this scroll */
		width: 2600px;
		/*21 buttons * 120px, we need javascript to calculate this scroll */
	}
	.sf-menu li {
		display: block !important;
	}
	.sf-menu ul {
		display: inline-block !important;
		float: right;
		position: relative;
		width: auto;
		padding: 0 !important;
		left: 0 !important;
		right: 0 !important;
	}
	ul.sf-menu li {
		left: 0px !important;
	}
	.panelheader {
		padding: 0px;
	}
	.controls {
		top: 0 !important;
		right: 0px !important;
	}
	.lazytable {
		top: 60px;
		width: 100% !important;
		bottom: 0px;
	}
	.datacontent {
		top: 85px;
		bottom: 0px !important;
	}
	table.datatable,
	table.input_chat {
		margin-left: 0px!important;
		margin-right: 0px!important;
		width: 100% !important;
	}
	table.datatable tr {
		margin-left: 0px!important;
		margin-right: 0px!important;
		width: 100% !important;
	}
	.searchinput_wrapper {
		overflow: visible !important;
	}
	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		overflow: auto;
		overflow-y: auto;
		overflow-x: auto;
		/*prevent user scroll the parent*/
		overscroll-behavior: contain;
	}
	.datatableth:nth-of-type(1) {
		visibility: hidden;
		content: '';
		overflow: hidden;
	}
	.datatableth:nth-of-type(1) th {
		width: auto !important;
		overflow: hidden !important;
	}
	.datatableth:nth-of-type(1) th a {
		width: auto !important;
		overflow: hidden !important;
		display: none;
	}
	.datatableth:nth-of-type(1) th div.fht-cell {
		width: auto !important;
		overflow: hidden !important;
	}
	/*Player Landscape*/
	#DIV00003da2 #educareslides,
	#DIV00003da2 .kinetic,
	#DIV00003da2 .slides {
		width: calc((100vh - 100px) * 1.4) !important;
		height: calc(100vh - 100px) !important;
		min-height: calc(100vh - 100px) !important;
		min-width: calc((100vh - 100px) * 1.4) !important;
		overscroll-behavior: contain;
		position: absolute;
	}
	#DIV00003da2 #educareslides {
		left: auto !important;
		right: 0 !important;
	}
	#educarevideo {
		display: block !important;
		width: calc((calc(100vw - (calc((100vh - 75px) * 1.4)))) / 2) !important;
		height: calc(calc((calc(100vw - (calc((100vh - 75px) * 1.4)))) / 2) / 1.4) !important;
		float: left;
		position: absolute;
	}
	#elapsed {
		width: calc((calc(100vw - (calc((100vh - 75px) * 1.4)))) / 2) !important;
		height: calc(100vh - (calc(calc((calc(100vw - (calc((100vh - 70px) * 1.4)))) / 2) / 1.4)) - 100px) !important;
		left: 13px;
		top: calc(calc((calc(100vw - (calc((100vh - 75px) * 1.4)))) / 2) / 1.4) !important;
		position: absolute;
		box-sizing: border-box;
	}
	#educaresync {
		display: block !important;
		width: calc((100vw - calc((100vh - 100px) * 1.4)) - (calc((calc(100vw - (calc((100vh - 123px) * 1.4)))) / 2))) !important;
		height: calc(calc((calc(100vw - (calc((100vh - 75px) * 1.4)))) / 2) / 1.4) !important;
		left: calc((calc(100vw - (calc((100vh - 93px) * 1.4)))) / 2) !important;
		top: 0 !important;
		position: absolute;
		box-sizing: border-box;
		overflow: hidden;
		overscroll-behavior: contain;
	}
	#educarenotes {
		display: block;
		top: calc(calc((calc(100vw - (calc((100vh - 75px) * 1.4)))) / 2) / 1.4) !important;
		bottom: 0;
		width: calc((100vw - calc((100vh - 100px) * 1.4)) - (calc((calc(100vw - (calc((100vh - 123px) * 1.4)))) / 2))) !important;
		height: calc(100vh - (calc(calc((calc(100vw - (calc((100vh - 70px) * 1.4)))) / 2) / 1.4)) - 100px) !important;
		left: calc((calc(100vw - (calc((100vh - 93px) * 1.4)))) / 2) !important;
		position: absolute;
		box-sizing: border-box;
		overscroll-behavior: contain;
		font-size: 11px !important;
	}
	#scorm {
		display: block !important;
		width: calc((100vw - calc((100vh - 100px) * 1.4)) - (calc((calc(100vw - (calc((100vh - 123px) * 1.4)))) / 2))) !important;
		height: calc(calc((calc(100vw - ((calc((100vh - 75px) * 1.4)))) / 2) / 1.4) / 2) !important;
		left: calc((calc(100vw - (calc((100vh - 93px) * 1.4)))) / 2) !important;
		top: calc(calc((calc(100vw - ((calc((100vh - 75px) * 1.4)))) / 2) / 1.4) / 2) !important;
		box-sizing: border-box;
		overflow: hidden;
		overscroll-behavior: contain;
	}
	#glossary,
	#bibliography {
		display: none;
	}
	#educaresync a {
		padding: 0;
		border: 0;
		margin: 0;
		box-sizing: border-box;
		display: block;
		float: left;
		width: 50%;
		height: 50%;
	}
	.iconr {
		float: left;
		display: block;
		width: 50%;
		height: 50%;
		box-sizing: border-box;
		background-position: center 40%;
		position: relative;
		min-height: 10px;
	}
	#prev,
	#next {
		float: left;
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		background-position: center 40%;
		position: relative;
		max-height: 100%;
		min-height: 10px;
	}
	.back,
	.next {
		background-size: 20px;
		background-position: center 40%;
		background-size: 19px;
	}
	.play {
		background-size: 20px;
		min-height: 57px;
	}
	.stop {
		background-size: 14px;
		min-height: 57px;
	}
	.vold {
		background-size: 15px;
		min-height: 57px;
	}
	.volu {
		background-size: 20px;
		min-height: 57px;
	}
	#transcript {
		background-size: 15px;
		height: 100%;
	}
	#index {
		background-size: 20px;
		height: 100%;
	}
	#glossary {
		background-size: 15px;
	}
	#bibliography {
		background-size: 18px;
	}
	.txtbtn1 {
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		line-height: normal;
		bottom: 2px;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin: auto;
		box-sizing: border-box;
		padding-left: 5px;
		padding-right: 5px;
	}
	.txtbtn2 {
		text-align: center;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: absolute;
		line-height: normal;
		bottom: 2px;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin: auto;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
	#educarenotes_inner1 {
		padding: 2px !important;
		display: block;
		height: 100%;
	}
	#educarenotes_inner1>div {
		margin: 0 !important;
		display: block;
		width: 100% !important;
		height: 32px !important;
	}
	#educarenotes_inner1 .stext {
		line-height: normal !important;
		width: calc(100% - 80px) !important;
		height: 32px;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: 3px;
		overflow: hidden;
		float: left;
		top: 0 !important;
		font-size: 11px;
		line-height: 28px !important;
	}
	#educarenotes_inner1 .txtbtn1 {
		line-height: 20px !important;
	}
	#educarenotes_inner1 .iconr {
		height: 30px;
	}
	#educarenotes_inner1 .qnumber {
		display: none;
	}
	/*Player Landscape*/
	.menu .iconmini,
	.menu .icon {
		display: none !important;
	}
	.sf-menu li {
		margin: 0;
		padding: 0;
		border: 0;
	}
	.menu .iconmini[href],
	.menu .icon[href] {
		display: inline-block !important;
		margin-left: 5px;
	}
	.mediaevaluation .slideshow_time {
		width: calc(100vw - (calc((100vh - 74px) * 1.4))) !important;
		box-sizing: border-box;
	}
	.mediaevaluation #educaresync {
		width: calc(100vw - (calc((100vh - 74px) * 1.4))) !important;
		box-sizing: border-box;
		height: 65px !important;
		left: 12px !important;
		top: 66px !important;
		background-color: red;
	}
	.mediaevaluation #prev,
	.mediaevaluation #next {
		float: left;
		display: block;
		width: 50%;
		padding: 0;
		margin: 0;
	}
	.mediaevaluation .educarenotes {
		width: calc(100vw - (calc((100vh - 74px) * 1.4))) !important;
		box-sizing: border-box;
		top: 134px !important;
		bottom: 0px !important;
	}
	.mediaevaluation .iconr {
		width: 60px;
		height: 60px;
		float: left;
	}
	.mediaevaluation #educarenotes_inner {
		padding: 8px;
		height: 100% !important;
		padding-top: 0px !important;
	}
	.mediaevaluation #educarenotes_inner div.ajaxcall {
		. width: 100% !important;
		height: 60px !important;
	}
	.mediaevaluation #educarenotes_inner .stext {
		line-height: normal !important;
		width: calc(100% - 70px);
		height: 55px;
		margin-top: 3px;
		overflow: hidden;
	}
	.mediaevaluation .txtbtn1 {
		position: relative;
		line-height: 100px;
		height: 100%;
	}
	#feedback {
		display: none;
	}
	/*Calendar*/
	#DIV00001ca0 .lazytable {
		overflow: scroll;
		overscroll-behavior: contain;
		top: 80px;
	}
	#calendar,
	.fc-view-container,
	.fc-view {
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 100% !important;
		height: 100% !important;
		border-bottom: 1px solid #e3e3e4!important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
	}
	.jwpreview {
		background-size: contain !important;
	}
	#mediateca .ui-helper-clearfix label {
		width: 16% !important;
	}
	/* Editor */
	#slideshowsort {
		width: calc(100vw - 170px) !important;
	}
	#slideshow_video {
		width: 100% !important;
		padding-top: 16px;
	}
	#slideshow_tts #slideshow_video {
		width: 100% !important;
		padding-top: 32px;
	}
	#slideshow_filesfiles #slideshow_video {
		width: 100% !important;
		padding-top: 32px;
	}
	#slideshow_url #slideshow_video {
		width: 100% !important;
		padding-top: 32px;
	}
	#educarevideoshow .ui-helper-clearfix-textarea {
		height: 50px !important;
	}
	div#slideshow_video {
		width: 147px !important;
		height: 122px !important;
		overflow: hidden;
	}
	#slideshow_video #educarevideo,
	#slideshow_video #educarevideoshow {
		width: 147px!important;
		height: 90px!important;
		left: 0px;
		overflow: hidden;
	}
	#slideshow_time {
		left: 0px !important;
		top: 228px !important;
		font: 16px/30px 'WOL Semibold', 'Open Sans Semibold', Tahoma, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif !important;
		white-space: normal;
		width: 147px !important;
		height: 36px !important;
		text-align: center;
		overflow: hidden;
		border: 0;
		box-sizing: border-box;
	}
	#video_upload {
		left: 0px !important;
		top: 264px !important;
		white-space: normal;
		width: 100px !important;
		height: 32px;
	}
	#ttssingle {
		WIDTH: 72px !important;
		height: 41px;
		background-position: center 4px !important;
		left: 83px !important;
		top: 195px;
		position: fixed;
		z-index: 100;
		background-size: 23px 20px;
	}
	#ttssingle .txtbtn2 {
		WIDTH: 100% !important;
	}
	#elapsed_slideshow {
		POSITION: absolute !important;
		width: 147px !important;
		FONT-SIZE: 0px !important;
		TOP: 185px !important;
		height: 45px !important;
		LEFT: 0px !important;
		display: inline-block;
		overflow: hidden;
	}
	#video_upload .ui-helper-clearfix-upload {
		width: 147px !important;
		overflow: hidden;
		box-sizing: border-box;
		height: 36px;
	}
	#elapsed_slideshow .iconr {
		width: 25%;
		box-sizing: border-box;
		padding: 0;
		border: 0px;
		margin: 0;
		display: inline-block;
		background-position: center 3px;
		background-size: 22px;
		height: 57px;
	}
	#elapsed_slideshow .txtbtn1 {
		line-height: 45px;
	}
	#sspause {
		background-size: 15px !important;
		background-position: center 5px !important;
	}
	#ssvoldown {
		background-size: 16px !important;
	}
	#slideshowscroller {
		top: 90px !important;
		left: 149px !important;
		width: calc(100vw - 142px) !important;
	}
	table#slideshowsort tr.slideorder>td:nth-child(1) div:not(.iconr):not(.txtbtn1) {
		width: 120px !important;
		left: 0 !important;
		margin-left: 0 !important;
		height: 113px !important;
		margin-right: 3px;
	}
	#slideshowsort .slideorder td:nth-child(2) {
		width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
		height: 100% !important;
		display: table-cell !important;
		top: 0;
	}
	#slideshowsort .slideorder td:nth-child(3) {
		width: 45px!important;
		left: 0 !important;
		margin-left: 0 !important;
		height: 120px !important;
	}
	img.imgborder {
		width: 100%;
		height: auto;
		margin: auto;
		vertical-align: middle;
		background-size: contain;
		display: inline-block;
	}
	#slideshowsort .dw {
		width: 100%;
		height: 232px;
	}
	#slideshowsort .wp .dwwr {
		padding: 0 !important;
	}
	#slideshowsort .iconr {
		display: inline-block;
		width: 58px;
		height: 58px;
		user-select: none;
		padding: 0;
		margin: 0;
		float: left;
		background-size: 25px 25px;
		background-position: center 10px;
		border: 0;
		box-sizing: border-box;
	}
	#slideshowsort .wp .dw .dwwl .dww {
		min-width: 58px !important;
	}
	#slideshowsort .dwc {
		padding: 0 !important;
	}
	#slideshowsort .dwl {
		top: 0px !important;
	}
	.optimizedummybg {
		overscroll-behavior: contain;
	}
	.slideorder .iconr .txtbtn1 {
		line-height: 20px;
	}
	/*Text to Speech*/
	#educarevideoshow .ui-helper-clearfix {
		WIDTH: 100% !important;
		box-sizing: border-box;
		height: 36px !important;
	}
	#educarevideoshow .ui-helper-clearfix-textarea {
		WIDTH: 100% !important;
		padding: 6px;
		box-sizing: border-box;
	}
	#educarevideoshow img {
		min-height: auto !important;
		min-width: 100%;
		height: auto;
		width: 100% !important;
	}
	#video_upload #slideshow_videoFileUpload1DeleteControl {
		position: absolute;
		right: 3px;
		top: 9px;
	}
	#genericfile slideshow_filesFileUpload1DeleteControl{
		position: absolute;
		right: 3px;
		top: 9px;		
	}
	#slideshow_time .ui-helper-clearfix-textarea {
		width: 100% !important;
		box-sizing: border-box;
	}
	#slideshow_time .ui-helper-clearfix,
	#slideshow_time .ui-helper-clearfix-label {
		width: 147px !important;
		box-sizing: border-box;
		height: 36px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	#slideshow_tts .ui-helper-clearfix-textarea {
		height: 50px !important;
		overflow: hidden;
		box-sizing: border-box;
	}
	#slideshow_url .ui-helper-clearfix {
		width: 147px !important;
		box-sizing: border-box;
		height: 36px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	/* Editor */
}

@media screen and (max-width: 420px) and (orientation: portrait) {
	
.logo {
    width: 100%;
    top: 30px;
    left: 10px;
    right: 0;
    background-size: contain;
    box-sizing: border-box;
}
	
	body,
	html {
		min-height: 500px;
		min-width: 100% !important;
		position: fixed !important;
	}
	.blockUI {
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		position: fixed !important;
	}
	div.growlUI {
		width: 100%;
	}
	.dialog {
		min-width: 100%;
		box-sizing: border-box;
		height: 120px;
	}
	.dialogmsg {
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
		margin: 0;
	}
	.dialogbtn,
	.dialogext {
		float: right;
		right: inherit;
		position: relative;
		margin-right: 5px;
	}
	#exit,
	#logincomp {
		width: 100% !important;
		height: 100% !important;
	}
	#loginwrapper {
		width: 100% !important;
		height: 100% !important;
		top: 0px;
		bottom: 0px;
		position: absolute;
		margin-top: 80px;
	}
	#logincomp form {
		width: 100% !important;
		height: 100% !important;
	}
	.loginphoto {
		margin: auto;
	}
	.logininput {
		position: absolute;
		top: 136px;
		left: 10px;
		right: 10px;
		box-sizing: border-box;
		width: auto;
	}
	.ui-helper-clearfix-login {
		width: 100%;
		box-sizing: border-box;
		height: 36px;
	}
	.loginbuttons {
		display: inline-block;
		height: 36px;
		width: 100%;
		text-align: center;
	}
	input.buttonlogin:first-child {
		width: calc(50% - 8px);
		height: 36px;
		display: inline-block;
		margin: 0;
		margin-right: 2px;
	}
	input.buttonlogin:last-child {
		width: 50%;
		height: 36px;
		display: inline-block;
		margin: 0;
	}
	#scroller {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		border: 0;
		/*prevent user scroll the panels*/
		touch-action: none;
		/*prevent user scroll the parent*/
		overscroll-behavior: contain;
	}
	.panel,
	.gantt_panel {
		/*Javascript Must Control the Width for Mobile*/
		max-width: 100%;
		width: 100%;
		min-height: 320px !important;
		min-width: 100%;
		overflow: hidden;
		top: 0;
		height: 100% !important;
	}
	#dynamic_content,
	#dynamic_gantt {
		top: 150px;
		padding: 0;
		width: 100%;
		bottom: 0px;
		position: absolute;
		border: 0;
		margin: 0;
	}
	.inner {
		padding: 0;
		margin: 0;
		border: 0;
		top: 10px;
		right: 10px;
		left: 10px;
		bottom: 10px !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.welcomescreen {
		width: 100%;
		height: 100%;
		padding: 0;
		margin: 0;
		border: 0;
	}
	.sf-menu {
		position: relative;
		bottom: 0;
	}
	.menu {
		top: 174px;
		height: auto;
		overflow-x: hidden;
		overflow-y: scroll;
		position: absolute;
		/*prevent user scroll the parent*/
		overscroll-behavior: contain;
		z-index: 1000;
	}
	#mainmenu {
		width: inherit;
		overflow: visible;
	}
	.sf-menu ul {
		width: 130px !important;
	}
	.sf-menu ul,
	.sf-menu li {
		display: block !important;
		left: 2px !important;
		padding: 0 !important;
		margin: 0 !important;
		position: relative;
		float: right;
	}
	.sf-menu li {
		float: left;
	}
	.icon,
	.iconmini {
		margin-bottom: 7px !important;
	}
	.iconm,
	.jlb_class,
	.jlb_class a {
		width: 62px;
		height: 62px;
	}
	.iconm,
	.jlb_class {
		background-position: 17px 10px;
		background-size: 50%;
	}
	.iconm .txtbtn,
	.jlb_class a {
		line-height: 105px;
		text-overflow: ellipsis;
		width: 90%;
		height: 64px;
	}
	.iconmini .icontxt {
		line-height: 16px;
		text-overflow: ellipsis;
		width: 90%;
		overflow: hidden;
		white-space: nowrap;
	}
	.jlb_class ul {
		width: 206px;
	}
	.panelheader {
		padding: 0px;
		margin-top: 77px;
		white-space: nowrap;
	}
	.panelheader h2,
	.panelheader h3 {
		width: 100% !important;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.controls {
		right: 0;
		top: 0;
		height: 70px;
		width: 100%;
	}
	.lazytable {
		top: 145px;
		width: 100% !important;
		bottom: 0px;
	}
	.datacontent {
		bottom: 0px !important;
	}
	table.datatable,
	table.input_chat {
		margin-left: 0px!important;
		margin-right: 0px!important;
		width: 100% !important;
	}
	table.datatable tr {
		margin-left: 0px!important;
		margin-right: 0px!important;
		width: 100% !important;
	}
	.searchinput_wrapper {
		overflow: visible !important;
	}
	.fht-table-wrapper .fht-fixed-body .fht-tbody,
	.fht-table-wrapper .fht-tbody {
		overflow: auto;
		overflow-y: auto;
		overflow-x: auto;
		/*prevent user scroll the parent*/
		overscroll-behavior: contain;
	}
	.datatableth:nth-of-type(1) {
		visibility: hidden;
		content: '';
		overflow: hidden;
	}
	.datatableth:nth-of-type(1) th {
		width: auto !important;
		overflow: hidden !important;
	}
	.datatableth:nth-of-type(1) th a {
		width: auto !important;
		overflow: hidden !important;
		display: none;
	}
	.datatableth:nth-of-type(1) th div.fht-cell {
		width: auto !important;
		overflow: hidden !important;
	}
	.favorite,
	.download {
		display: none;
	}
	/* Course Player Mobile */
	#DIV00003da2 #educareslides {
		width: 100% !important;
		height: calc(100vw / 1.4) !important;
		min-width: inherit !important;
		min-height: inherit !important;
		display: block;
		position: absolute;
		top: 95px;
		left: 0px;
		bottom: 0px;
		right: 0px;
	}
	#DIV00003da2 .poll {
		display: none;
	}
	/* Course Player Mobile */
	/* Document Player Mobile */
	#DIV00003dc2 #educareslides {
		width: 100% !important;
		height: 100% !important;
		min-width: inherit !important;
		min-height: inherit !important;
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
	}
	#DIV00003dc2 #educareslides OBJECT,
	#DIV00003dc2 #educareslides EMBED,
	#DIV00003dc2 #educareslides IFRAME {
		width: 100% !important;
		height: 100% !important;
		min-width: inherit !important;
		min-height: inherit !important;
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		padding: 0px;
		border: 0;
		padding: 0;
		box-sizing: border-box;
		margin: auto;
		overscroll-behavior: contain;
	}
	/* Document Player Mobile */
	.slides {
		width: 100% !important;
		height: 100% !important;
		min-width: 100% !important;
		min-height: 100% !important;
	}
	.kinetic {
		width: 100% !important;
		height: 100% !important;
		min-width: 100% !important;
		min-height: 100% !important;
	}
	#educarevideo,
	#educarevideoshow {
		width: 120px!important;
		height: 90px!important;
		left: 0px;
	}
	#educarevideo {
		display: block !important;
	}
	#elapsed {
		width: auto;
		height: 45px;
		position: absolute;
		top: 0px;
		left: 128px;
		right: 0px;
		overflow: hidden;
		z-index: 100;
		background-color: green;
	}
	#elapsed .iconr {
		width: 25%;
		width: calc(100% / 4);
		height: 45px;
		box-sizing: border-box;
		float: left;
	}
	#educaresync {
		width: auto;
		height: 45px;
		position: absolute;
		top: 46px !important;
		left: 128px;
		right: 0px;
		overflow: hidden;
		z-index: 100;
		background-color: red;
	}
	.txtbtn1 {
		text-align: center;
		width: 90%;
		overflow: hidden;
		position: relative;
		text-overflow: ellipsis;
		margin: auto;
		height: auto;
		line-height: 65px;
	}
	#prev,
	#next {
		width: 50%;
		width: calc(100% / 2);
		margin: 0;
		box-sizing: border-box;
		float: left;
		height: 45px;
	}
	.txtbtn2 {
		text-align: center;
		width: 90%;
		overflow: hidden;
		position: relative;
		text-overflow: ellipsis;
		margin: auto;
		height: auto;
		line-height: 65px;
	}
	.play {
		background-size: 20px;
	}
	.stop {
		background-size: 14px;
	}
	.vold {
		background-size: 15px;
	}
	.volu {
		background-size: 20px;
	}
	#transcript {
		background-size: 15px;
	}
	#index {
		background-size: 20px;
	}
	#glossary {
		background-size: 15px;
	}
	#bibliography {
		background-size: 18px;
	}
	.back,
	.next {
		background-size: 20px;
		background-position: center 5px;
		background-size: 19px;
	}
	#educarenotes {
		display: block;
		top: auto;
		left: 0;
		bottom: 50px;
		right: 0;
		position: absolute;
		width: 100%;
		height: 65px;
		margin-top: 14px;
		box-sizing: border-box;
		padding: 0;
	}
	#scorm {
		height: 45px;
		display: block !important;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		width: 100%;
	}
	#scorm .iconr {
		padding: 0;
		margin: 0;
		width: 25%;
		width: calc(100% / 4);
		float: left;
		padding: 0;
		box-sizing: border-box;
		height: 45px;
		background-position: center 6px;
	}
	#educarenotes .qnumber {
		font: 16px/28px 'WOL Semibold', 'Open Sans Semibold', Tahoma, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif !important;
		width: 61px;
		text-align: center;
	}
	/*Chat*/
	#inc_chat .datatable {
		width: 100% !important;
	}
	#chatdetail {
		width: 100% !important;
	}
	table.input_chat {
		margin-left: 0px!important;
		margin-right: 0px!important;
		width: 100% !important;
	}
	.input_chat .datatableth {
		visibility: visible !important;
	}
	.input_chat .datatableth th:nth-of-type(1) {
		width: calc(100% - 65px);
		overflow: hidden;
	}
	.input_chat .datatableth th:nth-of-type(2) {
		width: 65px !important;
		overflow: hidden;
	}
	.input_chat div.immessage,
	textarea.immessage {
		width: 100% !important;
		height: 45px;
		overscroll-behavior: contain;
	}
	div.immessage {
		word-break: break-all;
	}
	#im_messages table.datatable {
		width: 100% !important;
	}
	#im_messages table.datatable td:nth-of-type(1) {
		width: 76px !important;
		overflow: hidden;
	}
	#im_messages table.datatable td:nth-of-type(2) {
		width: calc(100% - 120px) !important;
		overflow: hidden;
	}
	#im_messages table.datatable td:nth-of-type(2) div {
		width: 100% !important;
		overflow: hidden;
	}
	#im_messages table.datatable td:nth-of-type(3) {
		width: 90px !important;
		overflow: hidden;
	}
	#im_messages .fht-tbody,
	#inc_chat .fht-tbody {
		overflow: auto;
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
	}
	/*Chat*/
	/*Calendar*/
	#DIV00001ca0 div.refresh[name=DIV00001ca0] {
		display: none;
	}
	#calendar,
	.fc-view-container,
	.fc-view {
		margin-left: 0px !important;
		margin-right: 0px !important;
		width: 100% !important;
		height: 100% !important;
		border-bottom: 1px solid #e3e3e4!important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
	}
	.fc-scroller,
	.fc-time-grid-container {
		height: auto !important;
	}
	#DIV00001ca0 .lazytable {
		overflow: scroll;
		overscroll-behavior: contain;
	}
	.fc-axis span {
		font: 12px/13px "WOL Semibold", "Open Sans Semibold", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", Tahoma, Helvetica, sans-serif;
	}
	/*calendar*/
	/* Forms Generic */
	.editform,
	.editformsingle {
		overscroll-behavior: contain;
	}
	.ui-helper-clearfix,
	.ui-helper-clearfix-label {
		width: 100% !important;
		box-sizing: border-box;
		min-height: 36px;
	}
	.ui-helper-clearfix-upload {
		width: 0;
		min-width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		height: 36px;
		white-space: nowrap;
		overflow: hidden;
	}
	.ui-helper-clearfix-upload input[type='checkbox'] {
		position: absolute;
		top: 9px;
		right: 0;
	}
	.ui-helper-clearfix-textarea {
		width: 100% !important;
		box-sizing: border-box;
	}
	.uiselected0,
	.uiselected1 {
		width: 100% !important;
		box-sizing: border-box;
	}
	.uiselected0 .smallphotonamelist,
	.ui-autocomplete .smallphotonamelist {
		width: calc(100% - 70px) !important;
	}
	.uiselected0 .smallemailrole,
	.ui-autocomplete .smallemailrole {
		width: calc(100% - 70px) !important;
	}
	.dw {
		width: calc(100vw - 40px) !important;
		overflow: hidden;
	}
	.css_edit .ui-helper-clearfix {
		width: calc(100vw / 3.5) !important;
		!important;
	}
	td.css_edit {
		width: 33% !important;
		position: relative;
		overflow: hidden;
	}
	.ui-autocomplete {
		display: block;
		width: auto !important;
		left: 10px !important;
		right: 10px !important;
		margin: 10px !important;
		box-sizing: border-box;
	}
	#sys_usersRadioButton1_1,
	#sys_usersRadioButton1_2 {
		width: 22px !important;
		margin-left: 10px;
		margin-right: 10px;
	}
	#inc_sessions .smallphotorole,
	#inc_sessions .smallphotoname {
		height: auto;
		overflow: visible;
	}
	#inc_courses .smallphotuser {
		width: 228px !important;
		overflow: hidden !important;
	}
	#inc_courses .smallphoto {
		width: 45px;
		height: 45px;
		overflow: hidden;
		display: inline-block;
		border: 1px solid #e3e3e4;
		background-color: #575757;
		background-size: cover;
		float: left;
	}
	#inc_courses .smallphotoname div {
		height: auto !important;
	}
	#inc_courses .smallphotoname {
		width: calc(100% - 60px) !important;
		text-overflow: ellipsis;
		overflow: hidden !important;
		white-space: nowrap;
	}
	input.button {
		width: calc(100% / 2.1);
		margin-right: 0px;
	}
	.custom_input_file {
		width: 100% !important;
	}
	/* Forms Generic */
	/*Catalog Tree Fix*/
	#grade .fht-thead {
		display: block;
	}
	#grade table.fht-table-init th:nth-of-type(1) {
		display: none !important;
	}
	#grade table.fht-tbody {
		top: 20px !important;
	}
	#grade table {
		margin-top: -25px !important;
	}
	/*Catalog Tree Fix*/
	/*Evaluation*/
	.mediaevaluation .slideshow_time {
		top: 0px;
		position: absolute;
		height: 70px !important;
		width: 100%;
		right: 0;
		left: 0;
		padding: 0 !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		box-sizing: border-box !important;
		overflow-y: auto !important;
		overscroll-behavior: contain;
	}
	.mediaevaluation .projectcategory {
		margin-top: 0 !important;
		margin-left: 0 !important;
		width: 100% !important;
		text-align: left;
		line-height: 15px !important;
	}
	.mediaevaluation #educaresync {
		position: absolute;
		left: 0 !important;
		right: 0 !important;
		top: 72px !important;
	}
	.mediaevaluation .educarenotes {
		right: 0;
		left: 0;
		width: 100%;
		height: 80px;
		bottom: 0;
		position: absolute !important;
		top: auto !important;
		overscroll-behavior: contain;
	}
	.mediaevaluation .educarenotes_inner {
		padding-top: 0;
		padding-bottom: 10px;
	}
	#DIV00003da2 .mediaevaluation #educareslides {
		width: 100% !important;
		height: inherit !important;
		box-sizing: border-box !important;
		top: 120px !important;
		overscroll-behavior: contain;
		bottom: 85px;
	}
	#DIV00003da2 .mediaevaluation #educarenotes_inner {
		padding: 8px !important;
		box-sizing: border-box !important;
		padding-top: 0px !important;
	}
	.mediaevaluation .qtext {
		width: calc(100% - 100px) !important;
	}
	.mediaevaluation .txtbtn1 {
		line-height: 90px !important;
	}
	span.dialogui {
		width: 100% !important;
	}
	.confirmphoto {
		margin: auto !important;
	}
	#feedback {
		display: none;
	}
	/*Evaluation*/
	/*Forums & Activities*/
	.forumdate,
	.assessmentdate {
		width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		min-width: 100%;
		max-width: 100%;
		white-space: nowrap;
	}
	.replyinput table:nth-of-type(1) {
		position: absolute;
		left: 0;
	}
	#forum td.forumphoto {
		WIDTH: 39px !important;
	}
	#forum td.forumphoto .smallphoto {
		width: 37px !important;
		height: 37px !important;
	}
	#forum .search_go {
		right: inherit !important;
	}
	#educarenotes_inner .stext {
		line-height: normal !important;
	}
	/*Forums & Activities*/
	.jwpreview {
		background-size: contain !important;
	}
	#facebooklogin {
		width: 100%;
		white-space: normal;
		height: 40px;
		line-height: normal;
		text-align: left;
		padding-left: 45px;
		padding-top: 2px;
		background-position: 10px 10px;
	}
	#mediateca .ui-helper-clearfix label {
		width: 16% !important;
	}
	/* Editor */
	#slideshowsort {
		width: 100% !important;
	}
	#slideshow_video {
		width: 100% !important;
	}
	div#slideshow_video {
		width: 122px !important;
		height: 122px !important;
		overflow: hidden;
	}
	#slideshow_video #educarevideo,
	#slideshow_video #educarevideoshow {
		width: 120px!important;
		height: 120px!important;
		left: 0px;
		overflow: hidden;
	}
	#slideshow_time {
		left: 125px !important;
		top: 138px !important;
		font: 16px/30px 'WOL Semibold', 'Open Sans Semibold', Tahoma, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif !important;
		white-space: normal;
		width: calc(100% - 125px) !important;
		height: 32px !important;
		text-align: center;
		overflow: hidden;
		border: 0;
	}
	#video_upload {
		left: 125px !important;
		top: 175px !important;
		white-space: normal;
		width: calc(100% - 125px) !important;
		height: 32px;
	}
	#elapsed_slideshow {
		POSITION: absolute !important;
		width: calc(100% - 125px) !important;
		FONT-SIZE: 0px !important;
		TOP: 214px !important;
		height: 45px !important;
		LEFT: 126px !important;
		display: inline-block;
		overflow: hidden;
	}
	#elapsed_slideshow .iconr {
		width: 25%;
		box-sizing: border-box;
		padding: 0;
		border: 0px;
		margin: 0;
		display: inline-block;
		background-position: center 3px;
		background-size: 22px;
	}
	#sspause {
		background-size: 15px !important;
	}
	#ssvoldown {
		background-size: 16px !important;
	}
	#slideshowscroller {
		top: 260px !important
	}
	table#slideshowsort tr.slideorder>td:nth-child(1) div:not(.iconr):not(.txtbtn1) {
		width: 120px !important;
		left: 0 !important;
		margin-left: 0 !important;
		height: 113px !important;
		margin-right: 3px;
	}
	#slideshowsort .slideorder td:nth-child(2) {
		width: calc(100% - 172px) !important;
		left: 0 !important;
		margin-left: 0 !important;
		height: 100% !important;
		display: table-cell !important;
		top: 0;
	}
	#slideshowsort .slideorder td:nth-child(3) {
		width: 45px!important;
		left: 0 !important;
		margin-left: 0 !important;
		height: 120px !important;
	}
	img.imgborder {
		width: 100%;
		height: auto;
		margin: auto;
		vertical-align: middle;
		background-size: contain;
		display: inline-block;
	}
	#slideshowsort .dw {
		width: calc(100vw - 200px) !important;
		height: 232px;
	}
	#slideshowsort .wp .dwwr {
		padding: 0 !important;
	}
	#slideshowsort .iconr {
		display: inline-block;
		width: 58px;
		height: 58px;
		user-select: none;
		padding: 0;
		margin: 0;
		float: left;
		background-size: 25px 25px;
		background-position: center 10px;
		border: 0;
		box-sizing: border-box;
	}
	#slideshowsort .wp .dw .dwwl .dww {
		min-width: 58px !important;
	}
	#slideshowsort .dwc {
		padding: 0 !important;
	}
	#slideshowsort .dwl {
		top: 0px !important;
	}
	.optimizedummybg {
		overscroll-behavior: contain;
	}
	.slideorder .iconr .txtbtn1 {
		line-height: 95px;
	}
	/*Text to Speech*/
	#educarevideoshow .ui-helper-clearfix {
		WIDTH: 100% !important;
	}
	#educarevideoshow .ui-helper-clearfix-textarea {
		WIDTH: 100% !important;
		padding: 6px;
	}
	#educarevideoshow img {
		min-height: auto !important;
		min-width: 100%;
		height: auto;
		width: 100% !important;
	}
	#video_upload #slideshow_videoFileUpload1DeleteControl {
		position: absolute;
		right: 3px;
		top: 9px;
	}
	/* Editor */
}