/*
Stylesheet for CHS Safe Procedures E-learning Module
Author: LIBRIX
Version: 1.0

Contents:
	- Global Page Layout
	- Module Shell Elements - Header
	- Module Shell Elements - Download Button
	- Module Shell Elements - Footer
	- Page Menu Tags
	- sayNext Page Tags
	- Default Button Tags
	- General Positioning Tags

Color Palette:
	button bkgd: #980031
	title text : #333333
	White       : #ffffff
*/


/* Global Page Layout */

/* so that the width of all elements remain the same regardless */
/* of padding or border sizes.                                  */

* {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	background-color: #000000;
	cursor:default;
	color: #333333;  /* default text color */
	font-family: 'Istok Web', sans-serif;
	font-size: 12px;
	height: auto;
	margin:0;
	width: auto;
}

.container-page {
	background-color:#000000;
	display:block;
	margin: 0px auto 0px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	position:relative;
	height:630px;
	max-width:960px;
}

#pageContent {
	/* position */
	position:absolute;
	left:0px;
	top:45px;
	height:540px;
	width:960px;
	/* appearance */
}

/* Module Shell Elements - Header */
#btnClose {
/*	position:absolute;
	right:0px;
	top:0px;
	z-index:12; */
	float:right;
	width:110px;
}

#btnClose button {
/*	position:absolute; */
	height:47px;
	right:0px;
	width:auto!important;
	z-index:12;
	/* appearance */
	background-color:rgba(255,255,255,0.0);
	background-image:url(../images/btnExitBkgd.png);
	border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	box-shadow: 0px 0px 0px 0px rgba(53,53,53,0.75);
		-webkit-box-shadow: 0px 0px 0px 0px  rgba(53,53,53,0.75);
		-moz-box-shadow: 0px 0px 0px 0px  rgba(53,53,53,0.75);
	margin:0px;
	padding:0px 10px 0px 20px;
	text-transform:none;
	white-space:nowrap;
}

#btnClose button.hover:hover {
	background-color:rgba(255,255,255,0.0);
	color:#00ac5c;
}

#btnLanguage {
/*	position:absolute;
	right:115px;
	top:7px;
*/
	float:right;
	margin:6px 10px 0px 0px;
	width:auto;
}
	
#btnLanguage button {
	min-width:110px;
	margin:0px auto 0px auto;
	padding-left:10px;
	padding-right:10px;
	width:auto;
}
	
#header {
	/* position */
	position:absolute;
	left:0px;
	top:0px;
	height:45px;
	width:100%;
	z-index:10;
	/* appearance */
	background-image:url(../images/headerBkgd.png);
	background-repeat:no-repeat;
}
#languageList {
	background-color:rgba(190,240,239,1.00);
	border-color:#333333;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-style:solid;
	border-width:2px;
	box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-webkit-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-moz-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
	font-size:14px;
	font-weight:700;
	margin:0px;
	padding:0px;
	position:absolute;
	right:86px;
	top:40px;
	width:165px;	
	z-index:999;
/*
	float:right;
	height:auto;
	width:inherit;
	padding-left:0px;
*/
}
#languageList li {
	color:#003daf;
	cursor:pointer;
	display:block;
	float:none;
	font-size:14px;
	font-weight:700;
	list-style: none;
	padding:0px 5%;
	position:relative;
	text-align:left;
	text-transform:none;
}
#languageList li:hover {
	background-color:#003daf;  /* #56a1d5 */
	color: #ffffff!important;
}
#logoPG {
	position:absolute;
	top:1px;
	left:20px;
	z-index:12;
}
#logoPG img {
	height:42px;
	width:42px;
}
#moduleTitle {
/*	position:relative;
	float:left;
	left:125px;
	top:6px;
	z-index:11;
	width:602px; */
	float:left;
	margin:6px 0px 0px 81px;
	/* appearance */
	color:#ffffff;
	font-size:24px;
}
#moduleTitle[lang="hu"] {font-size:22px!important;}
#moduleTitle[lang="ru"] {font-size:22px!important;}

/* Module Shell Elements - Unsupported Browser Version Error Message */

#unsupportedMsg {
	margin:50px auto 0px auto;
	width:600px;
}

/* so the video.js video controls remain fully accessible as the module size changes */

/* video seek bar */
.video-js .vjs-control-bar {height:30px!important;z-index:3!important;}
.vjs-default-skin:hover .vjs-progress-control {font-size:9px!important;}
/* all controls in control bar */
.video-js .vjs-control:not(.vjs-progress-control) {height:100%!important;}
.video-js .vjs-control:before {font-size:15px!important;}
/* current time and duration */
.vjs-default-skin .vjs-time-controls {line-height:29px!important;}
.vjs-default-skin .vjs-time-divider {line-height:29px!important;}
.video-js .vjs-time-controls:before {font-size:10px!important;}
/* volume slider */
.vjs-default-skin .vjs-volume-bar {margin:11px auto 0!important;}

/* Module Shell Elements - Footer */

#btnCC {
	position:absolute;
	left:184px;
	margin-top:1px;
	top:7px;
}

#btnCC button {
	width:36px;
	padding-top:1px;
	padding-left:1px;
}

#btnCC button #btnCCImage {
	height:28px;
	width:35px;
	padding-top:1px;
	padding-left:1px;
}

#btnNextPage {
	position:absolute;
	left:170px;
	top:0px;
}

#btnNextPage button {
	width:40px;
}

#btnPageMenu {
	position:absolute;
	left:50px;
	top:0px;
}

#btnPageMenu button {
	width:110px;
}

#btnResources {
	position:absolute;
	left:27px;
	top:7px;
	width:133px;
}

#btnResources button {
	min-width:110px;
	margin:0px auto;
	padding-left:10px;
	padding-right:10px;
}
#btnResources[lang="de"] button {font-size:13px!important;}
#btnResources[lang="id"] button {font-size:12px!important;}
#btnResources[lang="hu"] button {font-size:10px!important;}

#btnPrevPage {
	position:absolute;
	left:0px;
	top:0px;
}

#btnPrevPage button {
	width:40px;
}

#btnProgress {
	position:absolute;
	left:8px;
	top:7px;
}

#btnProgress button {
	width:47px;
}

#btnTranscript {
	position:absolute;
	left:6px;
	margin-top:1px;
	top:7px;
}

#btnTranscript button {
	width:36px;
	padding-top:1px;
	padding-left:1px;
}

#btnTranscript button img {
	height:20px;
	margin-left:9px;
	margin-top:3px;
}

#btnTranscript button.active {
	background-color:#00ac5c!important;	
}

#ccBox {
	/* positioning */
	float:left;
	width:100%;
	z-index:25;
	/* appearance */
	color:#ffffff;
	font-size:16px;
	margin:0px auto 0px auto;
	text-align:center;
}

#ccBoxBkgd {
	/* positioning */
	position:absolute;
	bottom:2px;
	left:230px;
	width:480px;
	z-index:24;
	/* appearance */
	background-color:#333333;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-webkit-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-moz-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
	min-height:44px;
	padding:5px 10px 5px 10px;
}

#footer {
	position:absolute;
	top:585px;
	left:0px;
	height:45px;
	width:100%;
	z-index:12;
	/* appearance */
	background-image:url(../images/footerBkgd.jpg);
	background-repeat:no-repeat;
}

#footerTabLeft {
	/* position */
	position:absolute; /* relative to #footer */
	top:-3px;
	left:0px;
}

#footerTabRight {
	position:absolute; /* relative to #footer */
	top:-3px;
	right:0px;
}

#logoProgram {
	position:absolute; /* relative to #footerLeftTab */
	left:50px;
	top:4px;
	z-index:12;
}

#navBar {
	position:absolute;  /* relative to #footerRightTab */
	height:30px;
	right:20px;
	top:7px;
	width:200px;
	z-index:10;
}

#pageNumberString {
	color:#000000;
	font-size:14px;
	position:absolute;
	right:180px;
	top:28px;
}

#pageNumber {
	position:absolute;
	left:12px;
	top:0px;
	width:18px;
	text-align:right;
}

#pageNumberInputField {
	background-color:#6a6a6a;
	border-style:none;
	position:absolute;
	left:0px;
	top:-2px;
	width:18px;
	text-align:right;
}

#pageNumberOf {
	position:absolute;
	left:32px;
	top:0px;
	text-align:center;
}

#progressBox {
	background-color:#333333;
	bottom:50px;
	color:#ffffff;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-webkit-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-moz-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
	font-size:14px;
	left:8px;
	padding:3px 10px 3px 10px;
	position:absolute;
	width:214px;
	z-index:999;
}

#totalPages {
	position:absolute;
	left:55px;
	top:0px;
	text-align:left;
}

#transcript {
	background-color:rgba(53,53,53,.9);
	box-sizing:border-box;
	color:#ffffff;
	display:none;
	font-size:16px;
	font-weight:400;
	height:465px;
	left:80px;
	overflow-y:auto;
	padding:1.0em 2.0em;
	position:absolute;
	top:80px;
	width:800px;
	z-index:15;
}
#transcript.open {display:block!important;}

/* resources list layout */

#resourcesList {
	background-color:#ffffff;
	border:#333333 2px solid;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-webkit-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-moz-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
	left:8px;
	height:auto;
	bottom:45px;
	position:absolute;
	width:auto;
	z-index:999;
}
.resourcesListOption {
	display:block;
	padding:2px 10px;
	background-color:transparent;
	color:#003daf!important;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.resourcesListOption:hover {
	background-color:#003daf;  /* #56a1d5 */
	color: #ffffff!important;	
}

/* Page Menu Layout */

ul.pageMenu {
	background-color:#ffffff;
	border-color:#333333;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	border-style:solid;
	border-width:2px;
	box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-webkit-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-moz-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
	float:right;
	font-size:14px;
	font-weight:600;
	height:auto;
	width:inherit;
	padding-left:0px;
    position:absolute;
	bottom:30px;
	right:8px;
	z-index:999;
}

li.pageMenuItem {
	box-sizing:border-box;
	cursor:pointer;
	display:block;
	float:none;
	list-style: none;
	padding-bottom:2px;
	padding-left:15px;
	padding-right:15px;
	padding-top:2px;
	position:relative;
	text-align:left;
	text-transform:none;
	width:100%;
}

li.pageMenuItem.disabled {
	color: #333333!important;
	cursor:default;
}

li.pageMenuItem.enabled {
	color:#003daf!important; /* #56a1d5 */
}

li.pageMenuItem.enabled:hover {
	background-color:#003daf;  /* #56a1d5 */
	color: #ffffff!important;	
}

li.pageMenuItem.completed {
	background-image:url(../images/check.png);
	background-position:2px 3px;
	background-repeat:no-repeat;
	background-size:auto 70%;
}

li.pageMenuItem.current {
	background-color:#bbbbbb;
}

/* Common Page Layout Tags */

#pageTitle {
	position:absolute;
	right:0px;
	top:46px;
	background-color:rgba(53,53,53,.60);
	color:#ffffff;
	font-size:24px;
	font-weight:normal;
	line-height:1.0;
	padding:5px 10px 5px 10px;
	text-align:right;
}

/* Default Button Tags */

button {
	background-color:#003daf;
	cursor:pointer;
	display:block;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width: 60px; 
	height: 30px;
	border:none;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-webkit-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
		-moz-box-shadow: 3px 3px 2px 0px rgba(53,53,53,0.75);
	/* button text */
	color:#ffffff;
	font-size:14px;
	font-weight: 600;
	outline:none;
	padding-top:2px;
	text-align: center; 
	text-decoration: none;
	text-transform: uppercase;
}

button.disabled {
	background-color:#c2c3c4;
	cursor:default;
}

button.enabled {
	background-image:none;
	background-repeat:no-repeat;
	background-size:cover;
}

button.hover:hover {
	background-image:none;
	background-color:#00ac5c;	
}


/* General Positioning Tags */

.center-text {
	text-align:center;
}

.clear-both {
	clear:both;
}
	
.container-left {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
}

.container-right {
	display:block;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
}

.container-row {
	clear:both;
	display:block;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
}

.fill-space-horizontally {
	float: none;
	overflow: hidden;
/*	width:100%; */
}

.hide {
	display:none;
}

.outline-element {
	background-color: #ffffff;
	border: solid #000000 3px;	
	color: #000000;
}

.position-relative {
	position: relative;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
