* {
	margin: 0;
	padding : 0;
}
html, body {
    font-family: "Calibri";
    width: 100%;
}
.loader{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1000;
    box-shadow: inset 0px 0px 0px 1px #007cba;
}
.loader>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
    height: 100px;
    width: 100px;
}
.loader>p{
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
    text-align: center;
    font-size: 25px;
    color: #7d8687;
}
.wrap{
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
    overflow: hidden;
}


.header{
    position: relative;
    background: #4bb1e4;
    width: 100%;
}
.rcog-logo{
	position: relative;
    width: 30%;
    max-width: 200px;
}
.content-body{
    position: relative;
}
.video-player-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    text-align: center;
    background: black;
}
.video-player-container>iframe{
    margin: 0px 0px;
   
}
.interactive-container{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
	z-index: 1;
}
.footer{
    position: relative;
    background: #7e8889;
    color: white;
    height: 80px;
    padding: 5px;
    margin: 5px auto;
    display: none;
    font-size: 20px;	
	z-index: 2;
}
.footer.on-video{
    background: rgba(125,169,189,0.25);
    top: -95px;
}
.media-controls {
	position: absolute;
	top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display:none;
}

.clickable{
	cursor: pointer;
}
.clickable[event-type="interactive-button"] {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.screen{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0);
    font-size: 17px;
}
.in-screen-loader {
    position: absolute;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.in-screen-loader>img{
	height: 120px;
    width: 120px;
}
.start-screen-thumbnail{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.start-button{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../media/images/play.png);
}
.replay-video-button{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../media/images/replay.png);
}

.start-button:hover{
	 background-color: rgba(255, 255, 255, 0.25);
}
.activity-loading {
 	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 15%;
    height: 26%;
    margin: auto;
    border-radius: 50%;
    display: none;
}
.activity-loading>img{
	width: 100%;
    border-radius: 50%;
}

.true-false-container {
    position: absolute;
    z-index: 2;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}
.true-false-header{
	position:relative;
    background: #95519e;
    color: white;
    padding: 8px 20px;
    margin-bottom: 3px;
    font-family: 'Calibri-Bold';
}
.true-false-body{
	position:relative;
}
.true-false-page{
	position: relative;
    min-height: 210px;
    background: white;
    display: none;
}
.true-false-page[index='0']{
	display: block;
}
.q-list{
    width: 94%;
    margin: auto;
    display: table;
    border-spacing: 10px 20px;
}
.q-list .q{
    display: table-row;
}
.q-list .q>div{
    display: table-cell;
    vertical-align: middle;
}
.q-list .q-text {
	width: 70%;
}
.q-list .true, .q-list .false{
    width: 15%;
    text-align: center;
}
.box {
    height: 15px;
    width: 15px;
    display: inline-block;
    margin-top: 5px;
    border: 2px solid;
}
.box>img{
    margin-left: 20px;
    margin-top: -9px;
    display: none;
}
.box.selected>img{
	display: block;
} 
.popup-btn-cont{
    position: relative;
    width: 100%;
    display: inline-block;
    margin: -5px 0px;
    color: white;
    font-family: 'Calibri-Bold';
}
.true-false-next{
    position: relative;
    float: right;
    background: #007cba;
    padding: 5px;
    width: 75px;
    text-align: center;
}
.true-false-continue{
    position: relative;
    float: right;
    background: #00a9a1;
    padding: 5px;
    width: 75px;
    text-align: center;
}
.quiz-container{
    position: absolute;
    z-index: 2;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}
.quiz-header {
    position: relative;
    background: #95519e;
    color: white;
    padding: 8px 20px;
    margin-bottom: 3px;
    font-family: 'Calibri-Bold';
}
.quiz-body {
    position: relative;
    background: white;
}
.radio-q-list{
    width: 94%;
    margin: auto;
    display: table;
    border-spacing: 10px 20px;
}
.radio-q-list .q{
	display: table-row;
}
.radio-q-list .q>div {
    display: table-cell;
    vertical-align: middle;
}
.quiz-radio-button{
    width: 10%;
}
.quiz-radio-button .box.selected[correct="true"]::before {
    content: "";
    position: absolute;
    margin-left: -30px;
    width: 25px;
    height: 25px;
    background-image: url(../media/images/correct.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -2px;
}
.quiz-radio-button .box.selected[correct="false"]::before {
    content: "";
    position: absolute;
    margin-left: -30px;
    width: 25px;
    height: 25px;
    background-image: url(../media/images/incorrect.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -4px;
}
.quiz-radio-button .box {
	margin-left: 15px;
}
.quiz-continue{
    position: relative;
    float: right;
    background: #00a9a1;
    padding: 5px;
    width: 75px;
    text-align: center;
}
.message-continue{
    position: relative;
    float: right;
    background: #00a9a1;
    padding: 5px;
    width: 75px;
    text-align: center;
}
.message-on-screen{
    position: absolute;
    background: white;
    color: #045f8c;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.message-on-screen>p{
	padding: 20px;
    font-family: 'Calibri-Bold';
}
.radio-button.true .box.selected{
	background: #a3d869;
}
.radio-button.false .box.selected{
	background: #eb1c2d;
}
.quiz-radio-button .box.selected{
    /*background: #ffce02;*/
   background: yellow;
}

.sortable-container{
    position: absolute;
    z-index: 2;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: none;
}
.sortable-header {
    position: relative;
    background: #95519e;
    color: white;
    padding: 8px 20px;
    margin-bottom: 3px;
    font-family: 'Calibri-Bold';
}
.sortable-body {
    position: relative;
    background: white;
    display: table;
    width: 100%;
}
.sortable-list{
    position: relative;
    width: 94%;
    margin: 15px auto;
    list-style-type: none;
}
.sortable-item{
    position: relative;
   
    margin: 5px 0px;
/*	 padding: 5px 15px;
	  background: #d8eff8;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;*/
}

.draggable-element{
	position: relative;
	 padding: 5px 15px;
	  background: #d8eff8;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}
.draggable-element:active,
.draggable-element.dragging{
    background: #f9ad21;
}
.draggable-element.correct-position{
	background: #a3d869;
}
.sortable-continue {
	display: none;
}
.sortable-continue, .sortable-submit, .sortable-reveal {
    position: relative;
    float: right;
    background: #00a9a1;
    padding: 5px;
    width: 75px;
    text-align: center;
    margin-left: 10px;
}

/*screen 1*/




.step1-next-btn {
    position: absolute;
    height: 28px;
    width: 68px;
    right: 0px;
}

.continue-btn {
  	position: absolute;
    height: 28px;
    width: 88px;
    background: #13AAA2;
    right: 0px;
}
.screen2-candidate-hitarea {
    position: absolute;
    height: 100%;
    width: 30%;
    right: 0;
}
.screen3-candidate-hitarea,
.screen4-candidate-hitarea,
.screen5-candidate-hitarea,
.screen6-candidate-hitarea,
.screen7-candidate-hitarea,
.screen8-candidate-hitarea  {
    position: absolute;
    height: 83%;
    width: 43%;
    left: 39%;
    top: 13%;
}
.screen9-candidate-hitarea{
    position: absolute;
    height: 60%;
    width: 19%;
    top: 20%;
    left: 53%;
}
.screen9-patient-hitarea{
    position: absolute;
    height: 61%;
    width: 18%;
    top: 20%;
    left: 19%;
}
.screen9-examinar-hitarea1{
	position: absolute;
    height: 19%;
    width: 9%;
    top: 20%;
    left: 29%;
    z-index: 1;
}
.screen9-examinar-hitarea2{
    position: absolute;
    height: 8%;
    width: 13%;
    top: 35%;
    left: 29%;
    z-index: 1;
}
.screen9-examinar-hitarea3{
    position: absolute;
    height: 9%;
    width: 9%;
    top: 43%;
    left: 30.5%;
    z-index: 1;
}
.step9-btn-cont{
    position: absolute;
    width: 100%;
    height: 28px;
    bottom: 0;
}
.screen_background{
    position: absolute;
    height: 100%;
    width: 100%;
}
.screen10_background {
    background-image: url(../media/images/examiner.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.replay-activity {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
   width: 15%;
    height: 27%;
    margin: auto;
    border-radius: 50%;
    display: none;
}
.replay-activity>img{
    width: 100%;
}
.video-controls {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 30px;
    background: rgba(58, 101, 115, 0.7);
   	z-index: 3;
	display: none;
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	display: none;
}
.video-controls-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0);
    display:none;
}
.video-controls.below-video{
	bottom: -30px;
}
.video-controls:hover [acc-id="slider"]{
	 opacity: 1;
}
.video-controls:hover .play-pause-toggle {
	 opacity: 1;
}
[acc-id="slider"] {
    position: relative;
    width: 84%;
    height: 30px;
    float: left;
    /* opacity: 0; */
}
[acc-id='slider'] .mySlider {
    position: absolute;
    height: 30px;
    width: 100%;
    top: 0;
    bottom: 30px;
    left: 0%;
    right: 0;
    bottom: 0px;
    margin: auto;
  
}
[acc-id='slider'] .mySlider .seekButton {
   	position: absolute;
    top: 1px;
    left: 0;
    height: 28px;
    width: 28px;
    box-shadow: 0px 0px 3px 0px rgb(0, 0, 0);
    background-color: white;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
}
[acc-id='slider'] .mySlider .seekButton:hover {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}
[acc-id='slider'] .mySlider .slideBar {
   	position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 7px;
    background: #FFFFFF;
    overflow: hidden;
    margin: auto;
    border-radius: 2.5px;
  	cursor: pointer;
}
[acc-id='slider'] .mySlider .slideBar > .progressColor {
   	height: 100%;
    width: 0%;
    padding-right: 2.5px;
    background: #4BB1E4;
}
.play-pause-toggle {
    position: relative;
    height: 30px;
    margin: 0px 1%;
    width: 4%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
   /*opacity: 0;*/
}
.play-pause-toggle:hover{
    background-color: rgba(255, 255, 255, 0.35);
}
.play-pause-toggle[state='play'], .audio-play-pause-toggle[state='play']  {
	background-image: url("../media/images/pause-icon.png");
}
.play-pause-toggle[state='pause'], .audio-play-pause-toggle[state='pause'] {
	background-image: url("../media/images/play-icon.png");
}

.video_labels {
    position: absolute;
    width: 100%;
    height: 200%;
    top: -50%;
}
.video_label {
    position: absolute;
    height: 100%;
    width: 7px;
    margin-left: -3.5px;
    background: #F44336;
}

.video-time{
    position: relative;
    height: 30px;
    margin: 0px 1%;
    width: 8%;
    float: left;
}
.video-time-text{
    position: absolute;
    color: white;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
 	transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.seek-to-time {
    position: absolute;
    background: white;
    padding: 0px 5px;
    font-size: 12px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0px 14px;
    margin-top: -20px;
    display: none;
}
.seek-to-time::after{
    content: "";
    position: absolute;
    width: 0px;
    left: 0;
    right: 0;
    border-top: 5px solid white;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.audio-controls{
    position: absolute;
    height: 30px;
    width: 200px;
    bottom: 30px;
    right: 30px;
    padding: 5px;
    background: rgba(58, 101, 115, 0.7);
    z-index: 3;
    cursor: pointer;
    display: none;
}
.audio-play-pause-toggle, .audio-skip {
    position: relative;
    height: 30px;
    margin: 0px 1%;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}
.audio-skip {
	background-image: url("../media/images/skip-icon.png");
}
[acc-id="audio-slider"] {
    position: relative;
    width: 66%;
    height: 30px;
    float: left;
}
[acc-id='audio-slider'] .mySlider {
    position: absolute;
    height: 22px;
    width: 100%;
    top: 0;
    bottom: 30px;
    left: 0%;
    right: 0;
    bottom: 0px;
    margin: auto;
  
}
[acc-id='audio-slider'] .mySlider .seekButton {
   	position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    box-shadow: 0px 0px 3px 0px rgb(0, 0, 0);
    background-color: white;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
}
[acc-id='audio-slider'] .mySlider .seekButton:hover {
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
}
[acc-id='audio-slider'] .mySlider .slideBar {
   	position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 7px;
    background: #FFFFFF;
    overflow: hidden;
    margin: auto;
    border-radius: 2.5px;
  	cursor: pointer;
}
[acc-id='audio-slider'] .mySlider .slideBar > .progressColor {
   	height: 100%;
    width: 0%;
    padding-right: 2.5px;
    background: #4BB1E4;
}


.fontLoader{
	position: absolute;
	opacity: 0;
	font-size: 1px;
	z-index: -100;
    top: -1000px;
}
@font-face {
	font-family: 'Calibri';
	src: url('fonts/Calibri.eot');
	src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri.woff') format('woff'),
		url('fonts/Calibri.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri-BoldItalic';
	src: url('fonts/Calibri-BoldItalic.eot');
	src: url('fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri-BoldItalic.woff') format('woff'),
		url('fonts/Calibri-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Calibri-Light';
	src: url('fonts/Calibri-Light.eot');
	src: url('fonts/Calibri-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri-Light.woff') format('woff'),
		url('fonts/Calibri-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri-Bold';
	src: url('fonts/Calibri-Bold.eot');
	src: url('fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri-Bold.woff') format('woff'),
		url('fonts/Calibri-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Calibri-LightItalic';
	src: url('fonts/Calibri-LightItalic.eot');
	src: url('fonts/Calibri-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri-LightItalic.woff') format('woff'),
		url('fonts/Calibri-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Calibri-Italic';
	src: url('fonts/Calibri-Italic.eot');
	src: url('fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri-Italic.woff') format('woff'),
		url('fonts/Calibri-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

