
@font-face {
	font-family: 'Arial-Bold';
	src: url('fonts/Arial-Bold.eot');
	src: local('☺'), url('fonts/Arial-Bold.woff') format('woff'), url('fonts/Arial-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*{
    color: #003663 !important;
}
html{
    overflow: hidden !important;
}
body {
    margin: 0 auto;
    max-width: 1000px;
    height: 650px;
    position: relative;
    font-family: arial;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.2 !important;
    color: #000 !important;
	overflow:hidden;
}

select, div, a, img {
    outline: 0;
}
a{
	color:#0072aa !important;
	text-decoration:none !important;	
}

p a{
	text-decoration:none;	
}

span a{
	text-decoration:none;	
}
.header {
    background: url("test.jpg");
    height: 69px;
    width: 100%;
}

.footer {
    background: url("footer.jpg");
    height: 54px;
    width: 100%;
}

.course-header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
	z-index: 999;
}

.course-name {
    display: inline-block;
    vertical-align: middle;
}
/*.close-video{
    right: -35px !important;
    top: -38px !important;
}*/
/*.course-brand {
    padding: 10px;
}*/

    .course-brand > img {
        vertical-align: top;
    }
button[disabled]{
    background-color: #d2d2d2 !important;
    opacity: 1 !important;
}
.course-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #0172bd;
    /* color: red; */
    padding: 7px;
    max-height: 45px;
}


.page-control-right {
    color: #fff;
    border: none;
    line-height: 1.6;
    background: url('../../course_images/interface/nav_patch.png') repeat-x;
}

.page-control-right .glyphicon-menu-left {
	margin-right: 5px;
}

.page-control-right .glyphicon-menu-right {
	margin-left: 5px;
}

.nav-buttons {
    padding: 10px;
}

.glyphicon {
    line-height: 1.6;
}

.page-control-center .glyphicon {
    margin-right: 5px;
}

.divider {
    margin-left: 8px;
    margin-right: 8px;
}

.course-page {
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*z-index: -1;*/
}

#preloadericon{
	position:absolute;
	display:block;
	left:50%;
	top:50%;
	margin:-8px 0px 0px -8px;
	background-repeat: no-repeat;	
}
/* .exit-btn {
    float: right;
    margin-top: 10px;
    cursor: pointer;
    color: #0172BD;
} */

.menu-btn, .resource-btn, .help-btn {
    cursor: pointer;
}

    .menu-btn:hover, .resource-btn:hover, .help-btn:hover{
        text-shadow: 0 0 10px #fff;
    }

.lang-select {
    background: url('../../course_images/langselection/bg_image.jpg');
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 9999;
}

.page-nav-btn {
    cursor: pointer;
    position: relative;
}


li {
    list-style: none;
}

/* Page Style */
.page-content {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 16px;
    padding: 112px 90px 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.kc-page-content {
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 16px;
    padding: 112px 90px 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.page-bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: repeat-x;
    background-position: top right;
}

.statusChecked::after{
    color:#fff !important;
}
.statusChecked::before{
    color:#fff !important;
}
.backDrop-custom{
    opacity: 1 !important;
}
.page-text {
    padding-left: 0;
}
.page-heading {
    color: #0072aa;
    font-family: Arial;
    font-size: 20px;
	text-transform: uppercase;
}
.page_bg_2{
    overflow-x: hidden;
}
/*.close-video{
    background-color: #fff;
}*/
.spacer {
    display: block;
    height: 30px;
}
.instruction-text {
    color: #21aa47;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.instruction-text:before {
    content: "\f0a9";
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-right: 5px;
    margin-bottom: 14px;
    position: relative;
    top: 2px;
}

*:focus {
    outline: 0 !important;
}

.correct:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: green;
    font-size: 20px;
    left: -30px;
    top: 5px;
    position: absolute;
}

.in-correct:before {
    content: "\f00d";
    font-family: FontAwesome;
    color: red;
    font-size: 20px;
    left: -30px;
    top: 5px;
    position: absolute;
}

.branching-visited:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: green;
    font-size: 20px;
    right: 15px;
    bottom: 5px;
    position: absolute;
}

 .btn-submit, .btn-reset {
        border-radius: 15px;
        background: #0072aa;
        width: 120px;
        color: #fff;
		z-index: 9;
        position: relative;
		margin-top: 10px;
    }

.clicked{
	pointer-events: none;
}

        .btn-submit:hover, .btn-reset:hover {
            color: #fff;
        }

        .btn-submit:focus, .btn-reset:focus{
            color: #fff;
        }

/* OVERRIDE BOOTSTRAP STYLE */

.btn-primary {
    background: #0072aa;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active {
        background: #0072aa;
    }

.dropup .caret {
    border-bottom: 0px solid;
}

.well {
    padding: 5px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    color: #fff;
}

label {
    margin-bottom: 0;
}

.modal-content {
    border: none;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #535353;
}

.disable-menu-list{
    pointer-events:none;
    opacity:0.6;
}

.enable-menu-list{
    opacity:1;
}

.done {
  animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}


/********Loader*******/
#circularG{
    position:absolute;
    width:58px;
    height:58px;
    margin: auto;
    top:40%;
    left: 50%;
}

.circularG{
    position:absolute;
    background-color:rgb(0,0,0);
    width:14px;
    height:14px;
    border-radius:9px;
    -o-border-radius:9px;
    -ms-border-radius:9px;
    -webkit-border-radius:9px;
    -moz-border-radius:9px;
    animation-name:bounce_circularG;
    -o-animation-name:bounce_circularG;
    -ms-animation-name:bounce_circularG;
    -webkit-animation-name:bounce_circularG;
    -moz-animation-name:bounce_circularG;
    animation-duration:1.1s;
    -o-animation-duration:1.1s;
    -ms-animation-duration:1.1s;
    -webkit-animation-duration:1.1s;
    -moz-animation-duration:1.1s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-direction:normal;
    -o-animation-direction:normal;
    -ms-animation-direction:normal;
    -webkit-animation-direction:normal;
    -moz-animation-direction:normal;
}

#circularG_1{
    left:0;
    top:23px;
    animation-delay:0.41s;
    -o-animation-delay:0.41s;
    -ms-animation-delay:0.41s;
    -webkit-animation-delay:0.41s;
    -moz-animation-delay:0.41s;
}

#circularG_2{
    left:6px;
    top:6px;
    animation-delay:0.55s;
    -o-animation-delay:0.55s;
    -ms-animation-delay:0.55s;
    -webkit-animation-delay:0.55s;
    -moz-animation-delay:0.55s;
}

#circularG_3{
    top:0;
    left:23px;
    animation-delay:0.69s;
    -o-animation-delay:0.69s;
    -ms-animation-delay:0.69s;
    -webkit-animation-delay:0.69s;
    -moz-animation-delay:0.69s;
}

#circularG_4{
    right:6px;
    top:6px;
    animation-delay:0.83s;
    -o-animation-delay:0.83s;
    -ms-animation-delay:0.83s;
    -webkit-animation-delay:0.83s;
    -moz-animation-delay:0.83s;
}

#circularG_5{
    right:0;
    top:23px;
    animation-delay:0.97s;
    -o-animation-delay:0.97s;
    -ms-animation-delay:0.97s;
    -webkit-animation-delay:0.97s;
    -moz-animation-delay:0.97s;
}

#circularG_6{
    right:6px;
    bottom:6px;
    animation-delay:1.1s;
    -o-animation-delay:1.1s;
    -ms-animation-delay:1.1s;
    -webkit-animation-delay:1.1s;
    -moz-animation-delay:1.1s;
}

#circularG_7{
    left:23px;
    bottom:0;
    animation-delay:1.24s;
    -o-animation-delay:1.24s;
    -ms-animation-delay:1.24s;
    -webkit-animation-delay:1.24s;
    -moz-animation-delay:1.24s;
}

#circularG_8{
    left:6px;
    bottom:6px;
    animation-delay:1.38s;
    -o-animation-delay:1.38s;
    -ms-animation-delay:1.38s;
    -webkit-animation-delay:1.38s;
    -moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
    0%{
        transform:scale(1);
    }

    100%{
        transform:scale(.3);
    }
}

@-o-keyframes bounce_circularG{
    0%{
        -o-transform:scale(1);
    }

    100%{
        -o-transform:scale(.3);
    }
}

@-ms-keyframes bounce_circularG{
    0%{
        -ms-transform:scale(1);
    }

    100%{
        -ms-transform:scale(.3);
    }
}

@-webkit-keyframes bounce_circularG{
    0%{
        -webkit-transform:scale(1);
    }

    100%{
        -webkit-transform:scale(.3);
    }
}

@-moz-keyframes bounce_circularG{
    0%{
        -moz-transform:scale(1);
    }

    100%{
        -moz-transform:scale(.3);
    }
}
.course-name-splsh-pg p{
	 width: 65%;
    display: inline-block;
}
.course-name-splsh-pg{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 10%;
	font-size:24px;
}
@media (max-width: 500px) and (orientation: portrait){
    .close-video{
        right: 43% !important;
    top: 85% !important;
    background-color: #fff !important;
    }
}
@media (max-width: 375px) and (orientation:portrait){
     .statusChecked::before {
        font-size: 20px !important;
     }
     .statusChecked::after {
        font-size: 22px !important;
     }
}
@media (max-width:768px){
	body{
		height:100%;
	}

	.page-content {
		position: relative;
		height: 100%;
		width: 100%;
		font-size: 16px;
		padding: 112px 90px 0 40px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.kc-page-content {
		padding-top: 112px;
		padding-left: 20px;
		position: relative;
		height: 100%;
		width: 100%;
		font-size: 16px;
		padding-bottom: 64px;
		overflow-x: hidden;
	}	
}

@media (max-width:767px){
	body{
		
         overflow-x: hidden !important;
		height:100%;
	}
	.page-content {
		position: relative;
		height: 100%;
		width: 100%;
		padding: 30px 10px 0 10px;
		overflow-y: auto;
		overflow-x: hidden;
		font-size:14px;
	}

	.kc-page-content {
		position: relative;
		height: 100%;
		width: 100%;
		padding: 30px 10px 0 10px;
		overflow-y: auto;
		overflow-x: hidden;
		font-size:14px;
	}
	.page-text{
		
	}
 	.course-footer{
		position:fixed;
	} 
	body{
		overflow:hidden !important;
		font-size:14px;
	}

}

/* ********** Global styles *********** */
.btn-global{
	background: #3e7b43;
    border: 0px;
    padding: 8px 35px;
    border-radius: 5px;	
	color:#fff;
	position:relative;
}
.btn-global:hover{
	background: #1d9a28;
}
button[disabled], html input[disabled]{
	pointer-events:none;
}

/* EID custom class */
.custom-modal{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
}
.c-modal-cnt{
    /*width: 430px;*/
	    width: 480px;
    background: #FFF;
    color: #000;
    position: relative;
    margin: auto;
	margin-top: 25%;
	border-radius: 4px;
}
.c-modal-head{
    width: 100%;
    background: red;
    padding: 10px;
    font-size: 18px;
    position: relative;
    text-align: right;
}
.c-m-close{
	cursor: pointer;
	
}
.c-modal-cnt-area{
	padding:20px;
}


/* ********** animation for Close button hover ********* */

.closeBtnBox{
	display: inline-table;
    right: 0px;
    position: absolute;
	margin-right:10px;
    margin-top: 10px;
	z-index: 1;
}


.closeBtnBg {
	width:27px;
	height:27px;
	background:#005aa1;
	text-align: center;
    position: relative;
	cursor: pointer;
	border-radius:4px;
	display: inline-block;
	overflow: hidden;
}

.closeBtnBg:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.closeBtnBg:before {
    display: block;
}

.popCloseBtn:before {
	content: url(../../course_images/common_bg/popCloseBtn.png);
}

.nextBackBtnEffect .closeBtnBg {
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.closeBtnEffect .closeBtnBg:after {
	display: none;
}


.closeBtnEffect .closeBtnBg:hover {
    background: #00adef;
}

.closeBtnEffect_a .closeBtnBg:hover:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	-moz-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}


/* ********** animation for Next and Back button hover ********* */

.backBtnBox{
	display: inline-table;
    left: 0px;
    position: absolute;
}

.nextBtnBox{
	display: inline-table;
    right: 0px;
    position: absolute;
}

.nextBackBtnBg {
	display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    background: #005aa1;
	overflow: hidden;
}

.nextBackBtnBg:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.nextBackBtnBg:before {
    display: block;
	margin-top: 4px;
}

.backArrow:before {
	content: url(../../course_images/pages/m01/common/backArrow.png);
}

.nextArrow:before {
	content: url(../../course_images/pages/m01/common/nextArrow.png);
}

.nextBackBtnEffect .nextBackBtnBg {
	/*box-shadow: 0 0 0 4px rgba(255,255,255,1);*/
	overflow: hidden;
	-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
	transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.nextBackBtnEffect .nextBackBtnBg:after {
	display: none;
}

.nextBackBtnEffect .nextBackBtnBg:hover {
    background: #00adef;
}

.nextBackBtnEffect_a .nextBackBtnBg:hover:before {
	-webkit-animation: toRightFromLeft 0.3s reverse;
	-moz-animation: toRightFromLeft 0.3s reverse;
	animation: toRightFromLeft 0.3s reverse;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}


.nextBackBtnEffect_b .nextBackBtnBg:hover:before {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	-moz-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}



@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

