﻿
body {
	font-family: Arial;
	/*font-size: .8em;*/
	position: relative;
	margin: 0;
	/*padding-bottom: 40px;*/
	min-height: 100%;
    background-color: #c5c5c5;
}



#wrapper
{
    margin: 0px auto;
    display: block;
    overflow: hidden;
	line-height: 1.1;
}
/*======================
Modern Layout
======================*/

.content-wrapper{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.containBg
{
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#startJPA
{
    background-image: url(Images/Modern/MobileStartJPA.png);
    width: 101px;
    height: 32px;
    display:block;
    position:relative;
    margin-left: -48px;
    margin-top: -6px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.start-btn-pos1{    top: 16.6%;	left: 16.6%; }
.start-btn-pos2{    top: 16.6%;	left: 50%; }
.start-btn-pos3{    top: 16.6%;	left: 83.4%; }
.start-btn-pos4{    top: 50%;	left: 16.6%; }
.start-btn-pos5{    top: 50%;	left: 50%; }
.start-btn-pos6{    top: 50%;	left: 83.4%; }
.start-btn-pos7{    top: 83.4%;	left: 16.6%; }
.start-btn-pos8{    top: 83.4%;	left: 50%; }
.start-btn-pos9{    top: 83.4%;	left: 83.4%; }

#textContent{
    word-wrap:break-word;
}

#textContent table, th, td {
    border: 1px solid black;
    padding: 3px;
}

#textContent table {
    border-collapse: collapse;
}

/*====================
Modern Layout 2nd design
=====================*/
.ml-videoWrapper {
	  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /*z-index: -100;*/
	/*background-color: #252525;*/
}
.ml-videoWrapper video {  
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ml-view-box{
	position:relative;
}
.ml-nav{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	    z-index: 1005;
		 -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.ml-nav-btn-group{
	    display: inline;
    overflow: auto;
    text-align: center;
}
.ml-nav-btn {
    /* background: rgba(0, 0, 0, 0.41);
	color:#ffffff;
    padding: 10px;
	font-weight: bold;
    border: 2px solid #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.23);*/
    border:none;
	margin: 0;
    outline: 0;
    background-color:transparent;
}
.ml-nav-btn-group .ml-nav-btn{float:left;/* width:16.66%;*/padding: 10px 0;}
#navContentBtn{ border-left:none;    border-radius: 0px 0px 10px 0px;float:right;}
#navExitBtn{ border-right:0;    border-radius: 0px 0px 0px 10px;  float:left;}


.ml-page-controls {
    position: absolute;
    z-index: 1004;
    /*top: 50%;*/
    /*right: 0;*/
    width: 100%;
}
.ml-pg-ctrl-btn{
    position:absolute;
    background-image: url(Images/Modern/ml-arrow.png);
    height: 123px;
    width: 50px;
    padding: 0;
	/*margin-top: 50px;*/
    background-color: transparent;
    border: none;
    background-size: 80%;
    background-repeat: no-repeat;
	-webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    /*position:fixed;*/
    z-index:10001;
}
.ml-pg-ctrl-btn:hover,.ml-pg-ctrl-btn:active,.ml-pg-ctrl-btn:focus{
	outline:none;
	border:none;
	
}
.ml-pg-ctrl-btn:hover{opacity:.5;}
.ml-pg-ctrl-btn.right{
	float:right;
    right:0px;
}
.ml-pg-ctrl-btn.left{
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
    -moz-transform: rotate(180deg);   /* Firefox */
    -ms-transform: rotate(180deg);   /* IE 9 */
    -o-transform: rotate(180deg);   /* Opera */
    transform: rotate(180deg);
	float:left;
}
.ml-content-wrapper {
    position: absolute;
    top: 55px;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    background: rgba(255, 255, 255, 0.88);
    border: 3px solid #fff;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.23);
	z-index:1000;
    height:80%;
}
.ml-pg-content{
	overflow-y:auto;
	padding: 10px 10px 10px 0;
	color:#000;
    height:inherit;
	font-size:1em;
	/*line-height: 1em;*/
}
.ml-pg-title{
	font-size:1.5em;
	font-weight:bold;
	border-bottom: 1px solid #bfbfbf;
	margin:0px 0px 5px 0px;
	line-height: 1.5em;
}

.ml-pg-content::-webkit-scrollbar {
 width: 15px;
}
 
.ml-pg-content::-webkit-scrollbar-track {
 border-radius: 15px;
    border: 2px solid #bbbbbb;
	    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.23);
}
 
.ml-pg-content::-webkit-scrollbar-thumb {
 border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.4);
}


.chapterPreviewHeader{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 9px;
    display: block;
}

.contentLinks{
    font-size:1em;
    display:block;
    margin-bottom:10px;
    cursor:pointer;
}

.contentLinks:hover{
    text-decoration:underline;
}


button {
    cursor:pointer;
}

.ml-nav-btn {
    height:40px;
    width:72px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
}

.contentButton{
    background-image: url(Images/Modern/ContentButton.png);
    background-repeat: no-repeat;
    width:147px!important;
}
.textButton{
    background-image: url(Images/Modern/TextButton.png);
    background-repeat: no-repeat;
}
.mediaButton{
    background-image: url(Images/Modern/MediaButton.png);
    background-repeat: no-repeat;
}
.exitButton{
    background-image: url(Images/Modern/ExitButton.png);
    background-repeat: no-repeat;
    width:165px!important;
}
.homeButton{
    background-image: url(Images/Modern/HomeButton.png);
    background-repeat: no-repeat;
    width:119px!important;
}
.videoButtonType2{
    background-image: url(Images/Modern/Warning.png);
    background-repeat: no-repeat;
}
.videoButtonType3{
    background-image: url(Images/Modern/Hazmat.png);
    background-repeat: no-repeat;
}
.videoButtonType4{
    background-image: url(Images/Modern/Caution.png);
    background-repeat: no-repeat;
}
.videoButtonType5{
    background-image: url(Images/Modern/Note.png);
    background-repeat: no-repeat;
}
.videoButtonType6{
    background-image: url(Images/Modern/Mentor.png);
    background-repeat: no-repeat;
}

.faded{    
	opacity: .3;
	filter: Alpha(Opacity=30);
    cursor:not-allowed;
}

.jpaPopUp{
    position:absolute;
    z-index:10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#666;
}

.jpaPopUp video,.jpaPopUp img{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.JPAAssetLinkExt{    
    color:#337ab7;
    text-decoration:underline;
    cursor:pointer;
}

.JPAAssetLink{
    color:#337ab7;
    text-decoration:underline;
    cursor:pointer;
}

.JPAScreenLink{
    color:#337ab7;
    text-decoration:underline;
    cursor:pointer;
}

.linkDownload{
    position:absolute;
    background-image: url(Images/Modern/LinkDownload.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
    z-index:100011;
    border:none;
    width:100%;
    height:100%;
}


.videoPlay{    
    position:absolute;
    background-image: url(Images/Modern/VideoPlayBtn.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
    z-index:100011;
    /*height:200px;
    width:200px;
    top:50%;
    left:50%;*/
    border:none;
}

.jpaBut{
    color: #ffffff;
    background-color: #D9534F;
    background-image: linear-gradient(to bottom, #535353, #3d3d3d);
    border-color: #2b343f #2b343f #2b343f;
    border-radius: 5px;
    /*height:40px;*/
    font-size:16px;
}

.jpaBut:hover {
    color: #ffffff;
    background-color: #C12E2A;
    background-image: linear-gradient(to bottom, #636161, #212121);
    border-color: #2b343f #2b343f #2b343f;
}

.closePopup {
   
    position: absolute;
    top: 10px;
    right: 10px;
    z-index:100010;
}

.jpaUserGuideBut{
    margin-right:10px;
    float:right;
    font-size: 14px;
    height:25px;
    line-height:21px;
}


.jpaContentClose{
    
    float:right;
    font-size: 14px;
    height:25px;
    line-height:21px;
}

.contentActions{
    position:absolute;
    top:10px;
    right:10px;
}

.ml-video-controls{
    position: absolute;
    z-index: 1000;
    bottom: 10%;
    left: 0px;
    width: 100%;
}
.videoControlButtons
{
        background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;    
    border:none;
	margin: 0;
    outline: 0;
    background-color:transparent;
    width: 40px;
    height: 40px;    
}

#videoPauseLink{
    background-image: url(Images/Modern/VideoPlayer/pause.png);
}

.videoPlayIcon{
    background-image: url(Images/Modern/VideoPlayer/play.png)!important;
}


#skipForwardLink{
    background-image: url(Images/Modern/VideoPlayer/next.png);
}

#skipBackwardLink{
    background-image: url(Images/Modern/VideoPlayer/prev.png);
}

#videoProgressContainer
{    
    background-image: url(Images/Modern/VideoPlayer/scrollTrack.png);
    height:40px;
    width:1000px;
    display:inline-block;
     background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;   
}
#videoProgressButton{
    background-image: url(Images/Modern/VideoPlayer/scrollbtn.png);
    height:40px;
    width:97px;
     background-repeat: no-repeat;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;   
}

#screenMediaHeader {
    color: white;
    text-shadow: 2px 2px 4px #000000;
    width:100%;
    text-align:center;
    display:block;
    position:absolute;
    height:40px;
    z-index:999;
    /*position: fixed;
    bottom: 15%;*/
}