body {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-user-select:0;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	user-select:none;
    position: absolute;

    overflow:hidden;
	background-color:#eaf0f3;
	color: #666;
	font-size:16px;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
    margin:0;
    padding:0;
	width:100%;
}


a {
	color:#FFFFFF;
	text-decoration: none;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #eaf0f3;
	width: 210px;
}

html:-moz-full-screen,html:-webkit-full-screen,html:fullscreen {
	background-color:#666;
	width:100%;
	height:100%;
}

/******************************
      All css that has active button opacity
******************************/

.active:active{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.active{
	cursor:pointer;
}

/******************************
      mTopBar
******************************/
.center{
    left: 50%;
    position:absolute;
    transform:translate(-50%);
}
#mTopBar {
	display: block;
	position:absolute;
	left:0;
	bottom:63px;
	height:44px;
	width:100%;
}

#mTopBar #mLivescribeLogo {
	position:absolute;
	top:10px;
	left:35px;
	z-index:0;
	width:185px !important;
	height:44px;
	background-repeat:no-repeat;
	background-image:url(../../images/player/top_header/ls_player_logo_new.png);
}

#mTopBar #mTopBarTitleBlock {
	display:inline-block;
	width:300px;
	margin-left:50px;
	margin-top:8.5px;
	z-index:1;
	height:26px;
	color:#fff;
	display:none;
}

#mTopBar #mTopBarRelativePage {
	line-height: 33px;
	z-index:1;
	height:26px;
	color:#adc3ce;
	float: right;
}

#mTopBar #mTopBarRelativePage #mCurrentSessionPageText {
	display:inline-block;
	margin-top:5.5px;
	margin-right:1px;
	text-align:right;
	color:#FFF;
}

#mTopBar #mTopBarRelativePage #mTotalSessionPageText {
	display:inline-block;
	margin-top: 5.5px;
	width:35.5px;
	height:52px;
}

#mTopBar #mTopBarTitleBlock #mNotebookTitle {
	display:inline-block;
	margin-top:5.5px;
}

#mTopBar #mTopBarTitleBlock #mCurrentPageText {
	display:inline-block;
	margin-top:5.5px;
	margin-right:5px;
	text-align:right;
	color:#FFF;
}

#mTopBar #mTopBarTitleBlock #mTotalPagesText {
	display:inline-block;
	margin-top: 5.5px;
	width:35.5px;
	height:52px;
}


#mTopBar #mZoomInButton {
    z-index:0;
    right:78px;
    position:absolute;
    width:38px;
    height:44px;
    background:url(../../images/player/top_header/zoom_in.png) center center no-repeat;
    cursor: pointer;
}

#mTopBar #mZoomOutButton {
    z-index:0;
    right: 121px;
    position:absolute;
    width:38px;
    height:44px;
    background:url(../../images/player/top_header/zoom_out.png) center center no-repeat;
    cursor: pointer;
}

#mTopBar #mPageControls{
	z-index:1;
	width:226px;
	text-align: center;
	margin:0px auto;
	color:#fff;
}

#mTopBar #mPageControls #mJumpPageForwardButton, #mTopBar #mPageControls #mJumpPageBackButton {
	display:inline-block;
	float:right;
	z-index:0;
	width:19px;
	height: 44px;
	margin: 0 22px;
	cursor: pointer;
}

#mTopBar #mPageControls #mJumpPageForwardButton {
	background:url('../../images/player/top_header/next_page.png') center center no-repeat;
}

#mTopBar #mPageControls #mJumpPageBackButton {
	background:url('../../images/player/top_header/prev_page.png') center center no-repeat;
}

#mPlaySpeedButton {
	z-index: 500;
	bottom: 7px;
	right: 30px;
	width: 44px;
	height: 30px;
	position: absolute;
	background: url('../../images/player/bottom_bar/speed.png') center center no-repeat #fff;
	cursor: pointer;
}

#mPlaySpeed {
	width: 65px;
	height: 203px;
	bottom: -10px;
	right: 53px;
	position: absolute;
	background: url('../../images/player/bottom_bar/bg_speed_controls.png') center center no-repeat rgba(255, 255, 255, 0);
	z-index: 200;
	display: none;
}

#mPlaySpeed ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	text-align: center;
	line-height: 33px;
}

#mPlaySpeed ul hr {
	width: 62px;
	margin: 0 0 0 10px;
}
#mPlaySpeed ul li {
	color: #adc3ce;
	font-weight: 100;
	font-size: 14px;
	margin: 0 3px;
	cursor: pointer;
}

#mPlaySpeed ul li.selected {
	background-color: #f6862a;
	color: #fff;
}

/******************************
      mTopBar mSettings
******************************/
#mSettingsButton {
    display: block;
    z-index: 200;
    top: 0;
    right: 35px;
    position: absolute;
    width: 38px;
    height: 44px;
    background: url('../../images/player/top_header/settings_button.png') center center no-repeat;
    cursor: pointer;
}

#mSettings {
	display: none;
    z-index: 200;
	top: 40px;
	right: 53px;
	padding: 33px 0 13px 10px;
	float: right;
	min-width: 215px;
	position: absolute;
	text-align: left;
	color: #adc3ce;
	font-weight: 100;
	font-size: 14px;
	background: url('../../images/player/top_header/bg_mysetting.png') 0% 0% no-repeat transparent;
}

#mSettings a {
	color: #adc3ce;
}

.Mobile {
	width:97%;
	position:absolute;
	text-align:center !important;
	float:clear;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
}

#mSettings #mColorPicker {
	visibility:hidden;
    position: absolute;
}

#mSettings #mColorPickerVisable {
	z-index:1001;
	height: 20px;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
	width:90%;
}

#mSettings #mColorPickerVisable:after {
    content: '';
    width: 90%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

#mSettings #mColorPickerVisable .ColorBlock {
	z-index:1002;
	width: 12px;
	height: 12px;
    display: inline-block;
	overflow: visible;
}
#mSettings #strokeColorText {
    margin:8px 0px 5px;
}
#mSettings #strokeColorText.mobile {
    margin:8px 0px 0px;
}
#mSettings #mColorPickerVisable .ColorBlock .Block {
	width: 12px;
	position:relative;
	height: 12px;
	text-align: center;

	z-index:2;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

#mSettings #mColorPickerVisable .ColorBlock .Block:nth-child(2) {
	top:-15px;
	left:10px;
	z-index: 1;
	outline:grey solid thin;
	display: none;
}

/******************************
      mCanvas
******************************/

#mCanvasContainer {
	display:block;
    position:absolute;
    top:12px;
    width:90%;
	margin: 0 auto;
    background-position:center center;
    background-size:contain;
}

#mCanvasContainer #mBackgroundCanvas {
	display:block;
	position:absolute;
	left:0;
	z-index:25;
}

#mCanvasContainer #mMainCanvas {
	display:block;
	position:absolute;
	left:0;
	z-index:50;
}

#mCanvasContainer .flipped {
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}

/******************************
      mPlayer
******************************/

#mPlayer {
	display: block;
	z-index: 100;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height:44px;
	width:100%;
	-moz-user-select:none;
	-khtml-user-select:none;
	user-select:none;
	background: #fff;
}

#mPlayer #mPlayerBot {
	width: 90%;
	height: 100%;
	max-width: 870px;
	margin: 0 auto;
	position: relative;
}

#mPlayer #mPlayButton {
	display:block;
	float:left;
	z-index:0;
	width:80px;
	height:44px;
	background:url('../../images/player/bottom_bar/play_button.png') center center no-repeat;
	cursor: pointer;
}

#mPlayer #mPauseButton {
	display:none;
	float:left;
	z-index:0;
	width:80px;
	height:44px;
	background:url('../../images/player/bottom_bar/pause_button.png') center center no-repeat;
}

#mPlayer #mAudioPositionText {
	display: block;
	float:left;
	width: 60px;
	vertical-align: top;
	padding-top: 16px;
	padding-right: 10px;
	text-align:right;
	font-size: 12px;
	z-index:0;
}

#mPlayer #mSlideBarContainer{
	display:inline-block;
	bottom: 10px;
	left: 125px;
	right: 180px;
	height: 20px;
}

#mPlayer #mSlideBarContainer #mSliderBar {
	 position:absolute;
	 top: 17px !important;
	 z-index:0;
	 width: 60%;
	 width: calc(100% - 330px);

	 height: 10px;
	 background-color: #e5e5e5;
	 max-width: 610px;

	 -moz-border-radius: 1px;
	 border-radius: 1px;
}

#mPlayer #mSlideBarContainer #mSliderBar #mSliderBarProgress {
	position:absolute;
	top:0px !important;
	left:0px;
	z-index:0;
	width:0px;
	height:10px;
	background-color:#f6862a;
	-moz-border-radius: 1px;
	border-radius: 1px 0px 0px 1px;
}

#mPlayer #mSlideBarContainer #mSliderBar #mSliderBarScrubber {
	position:absolute;
	top:-15px !important;
	left:-14px;
	width:40px;
	height:40px;
	background-color:transparent;
	cursor: pointer;
}

#mPlayer #mSlideBarContainer #mSliderBar #mSliderBarScrubber #mSliderBarScrubberIcon {
	position:absolute;
	top:12px !important;
	left:12px;
	width:16px;
	height:16px;
	background-color: #ffffff;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 0px 2px 0px rgba(102, 102, 102, 1);
	-moz-box-shadow: 1px 0px 2px 0px rgba(102, 102, 102, 1);
	box-shadow: 1px 0px 2px 0px rgba(102, 102, 102, 1);
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

#mPlayer #mJumpForwardButton {
	display: block;
	float:right;
	width:45px;
	height:44px;
	background:url('../../images/player/bottom_bar/jump_forward.png') center center no-repeat;
	cursor: pointer;
}

#mPlayer #mJumpBackButton {
	display: block;
	float:right;
	width:45px;
	height:44px;
	background:url('../../images/player/bottom_bar/jump_back.png') center center no-repeat;
	margin: 0px;
	cursor: pointer;
}

#mPlayer #mAudioDurationText {
	display:inline-block;
  float:right;
	width:60px;
	vertical-align: top;
	padding-top: 16px;
	padding-left: 0px;
	text-align:left;
	font-size: 12px;
	margin-right: 20px;
}

/******************************
      mThumbnailPane
******************************/

#mPlayer #mThumbnailPane .thumbnail {
	width:150px;
	height:150px;
	float:auto;
	margin:20px;
}

#mPlayer #mThumbnailPane {
	text-align:center;
	display:inherit;
	position:relative;
	top:0px;
	height:0px;
	background-color:black;
	opacity:.5;
	border-top-left-radius: 2.5px;
	border-top-right-radius: 2.5px;
	margin-left: 87.5px;
	margin-right: 87.5px;
}

#mPlayer #mThumbnailPane #mThumbnailPaneClose{
	display: none;
	z-index:10;
	margin: 0 auto;
	width:47px;
	height:16.5px;
	background: url('../../images/player/page_viewer_tab/tab_icon.png');
}

#mPlayer #mThumbnailPaneOpen {
	display:none;
	position:relative;
	top:-50px;
	margin: 0 auto;
	width:47px;
	height:16.5px;
	background: url('../../images/player/page_viewer_tab/tab_icon_reverse.png');
}

/******************************
      modal window
******************************/

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
     background-color: #eaf0f3;
		cursor: wait;
		display: none;
}

#overlay #overlayContent #mBackground{
	display: inline-block;
	max-width: 128px;
	width: 100%;
	height: 14px;
}

#overlayContent {
	z-index:1;
	background-color: #eaf0f3;
	padding:15px;
	text-align:center;
	height:auto;
	cursor:auto;

	-moz-user-select:1;
	-khtml-user-select:text;
	-webkit-user-select:text;
	-o-user-select:text;
	user-select:text;

	position: absolute;
	height: 180px;
  width: 380px;

	margin: -90px 0 0 -190px;
	top: 50%;
	left: 50%;
}

#overlayContent #header{
	position:relative;
	min-height:20px;
	width:100%;
	padding-bottom:10px;
}

#overlayContent #footer{
	position:relative;
	min-height:20px;
	width:100%;
	padding-top:10px;
}

#overlayContent p{
	word-wrap:break-word;
}
/******************************
      ClickOverlay
******************************/

#mClickOverlay {
	position:absolute;
	display:none;
	z-index:100;
	background-color:cyan;
	width:15px;
	height:15px;
	-moz-border-radius: 7px;
	border-radius: 15px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

/******************************
      Classes
******************************/

.rightSeparator {
	display:inline-block;
	float:right;
	z-index:0;
	width:4px;
	height:44px;
	background-image:url(../../images/player/bottom_bar/button_separator.png);
}

.leftSeparator {
	display:inline-block;
	z-index:0;
	float:left;
	width:4px;
	height:44px;
	background-image:url(../../images/player/bottom_bar/button_separator.png);
}


.Disabled {
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
}

.Visable {
	display:inline-block;
}

.NotVisable {
	display:none;
}

.box-Shadow {
	-moz-box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.20);
	box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.20);
}

.button {
    display: block;
    width: 75px;
    height: 25px;
    background: #535353;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    margin:auto;
    text-decoration:none;
}
