/* custom Global CSS */


button{
	outline:none;
}


/*.paddingZero{
    padding: 0px;
}*/

.marginZero{
    margin: 0px !important;
}
.verticalMiddle{
	display: table-cell;
    vertical-align: middle;
}

.page-content{
	padding: 0px 30px 0 30px;
}


.course_title, .module_title{
	float: left;
	padding: 5px 10px 5px 15px;
	font-weight: bold;
}

.header-titles{
	width: 59.5%;
	float: left;
	color: #fff;
	font-size: 16px;
}


.listStyle li{
	list-style-type: disc;
    margin-left: 30px;
}


.listStyle_0 li{
	list-style-type: disc;
    margin-left:0px;
}

.listStyle_15 li{
	list-style-type: disc;
    margin-left: 15px;
}

.listStyleDecimal li{
    position: relative; 
	list-style-type: decimal;
    margin-left: 0px;
}

.listStyleType1 ul li{
    position: relative;
    margin-left:35px;
	margin-bottom: 10px;
}
.listStyleType1 ul li:before{
	content: url(../../course_images/pages/m01/page_common/before_arrow.png);
	position: absolute;
	top: 6px;
	left: -35px;	
}


/* Text Color */

 .feedback-container, .textWhite, .btnPatch, .instructionText_white, .tabFeedbackPanel, .popup-header span, .popup_header span{
	color:#FFF;
}

.pageTitlePatch, .pageTitleText, .textBlack, .cntPatch, .box{
	color:#282828;
}

.text1stColor, .instructionText{ 
	color:#665b9f;
}
.text2ndColor{ 
	color:#484848;
}
.text3rdColor{ 
	color:#706f6f;
}


.popup_header, .popupClose, .popup-header{
	color:#FFF;
}

.bgWhite, .popupCloseBtn, .popup_cntBg{
	background-color: #FFF;
}

.bg1stColor, .btnPatch, .boxPatch, .carousel_indicators li, .popup-header, .popup_header, .btn-my-answer, .btn-show-answer, .btn-submit, .btn-reset, .popupCloseBtn_footer, #box{
	background-color: #f47721;
}

.btn-submit[type="button"]:disabled, .btn-reset[type="button"]:disabled, .btn-submit[disabled], button[disabled].btn-show-answer{
	background-color: #f47721;
}


.bg2ndColor, .speach-bubble, .feedback-container{
	background-color: #484848;
}

.bg3rdColor{ 
	background-color: #706f6f;
}

.tabFeedbackPanel, .popFeedback{
	background-color: #5d5d5d;
}	
.transBg{
	background-color:rgba(218, 218, 218, 0.5);
}
.transBg02{
	background-color:rgba(0,0,0,0.1);
}
/* border-color */

.speach-bubble:after{
	border-color: #484848 transparent;
}

.border2ndColor{
	border-color: #484848 transparent;
}

.triangle{
	border-color: #665b9f transparent;
}



/* Background Patch Color */
.pageCntPatch{
	background-color: transparent;
}

.feedback-panel{
	background-color: #FFF;
}

/* Font Size */

.pageTitleText{
	font-size:40px;
    font-weight: 200;
    /*font-stretch: condensed;*/
}

.instructionText_white, .instructionText_green, .instructionText_blue{
	font-size: 16px;
}

/* carousel bg-Color */
.carousel_indicators .visited{background:#665b9f;}
.carousel_indicators .active{background-color: #665b9f;}
.carousel_indicators li .visited{ background-color: #dfdfde !important;}
.carousel_indicators li .selected{ background-color: #0c6190 !important;}


.page-heading{
	word-wrap:break-word;
	width:100%;
}

.instructionTextBoxSamcMamc{
	margin-left: 45px;
}


.instructionTextBox{
	width: 532px;
    height: 40px;
}


.instructionText {
    font-weight: bold;
    margin-left: 35px;
    margin-top: 10px;
	position: relative;
	display: inline-block;
}

.instructionText:before{
	content:'';
	width: 26px;
    height: 33px;
    background: url(../../course_images/pages/m01/page_common/instTextIcon.png);
	background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    left: -35px;
}

.instructionText_white {
	font-weight: bold;
    margin-left: 35px;
    margin-top: 10px;
	position: relative;
	display: inline-block;
}

.instructionText_white:before{
	content:'';
	width: 26px;
    height: 33px;
	background: url(../../course_images/pages/m01/page_common/instTextIcon_white.png);
	position: absolute;
    top: -9px;
    left: -35px;
}

.pageTitlePatch{
	width: auto;
}

.pageCntPatch{
	height: auto;
    padding: 10px 0px 0px 0px;
}
/*---[ None ]---*/

.marginBottom{
	margin-bottom:0px;
}

.borderNone{
	border-bottom: none;
}

.paddingTop{
	padding-top: 0px;
}
.paddingTop20{
	padding-top: 20px;
}
.paddingBottom{
	padding-bottom: 0px;
}

.marginBottom{
	margin-bottom:0px;
}

ul{
	margin-bottom:0px;
}


/*---[ Button ]---*/

.btnTextBox{
    height: 40px;
    position: relative;
    display: table;
}

.btnText{
    display: table-cell;
    vertical-align: middle;
}

.btnPatch {
    width: auto;
    min-width: 130px;
    padding: 5px 25px;
    border: 0px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
	cursor:pointer;
}

.selected .btnPatch{
	background: #0886cb;
}

.visited .btnPatch{
	background: #0886cb;
}


.visited:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translate(0%,-50%);
    right: 2px;
	z-index:1;
}

button[disabled], html input[disabled] {
	cursor: default;
    opacity: 0.5;
    color: rgba(0, 0, 0, 0.5);
}

/* ---[ Tab button]--- */

.tabFeedbackPanel {
    width: 550px;
    padding: 19px;
    height: auto;
    border-radius: 5px;
}

.tabBtnbox li {
    float: left;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}


.image_field {
	padding-left: 0;
}

.image_field li {
    width: auto;
    vertical-align: top;
    display: inline-block;
    margin-top: 0px;
	margin-right: 5px;
	position: relative;
}

/*---[ Popup ]---*/

.modalBg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 9;
	border-radius: 10px;
}

.modalBgPanel {
    position: absolute;
    width: 680px;
    min-height: 110px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.popup_header {
    width: 100%;
	height: 50px;
    float: left;
    font-weight: bold;
    display: table;
    padding-left: 20px;
    padding-right: 15px;
}

.popup_header span {
    display: table-cell;
    vertical-align: middle;
}

.popupClose {
    cursor: pointer;
    position: absolute;
	border-bottom: 2px solid #005C84;
    top: 12px;
    right: 10px;
	font-size: 16px;
	font-weight: bold;
}

.popup_cntBg{
	float: left;
    padding: 20px;
	width: 100%;
}

/*---[ scrn_03_11 pop-up ]---*/

.contain-pp{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 9;
	border-radius: 10px;
}
.properties_popup {
    width: 603px;
    height: 300px;
    padding-left: 0px;
    color: #000000;
    background: #fff;
    padding: 0px;
    padding-right: 0px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.popup-header span{
	padding: 15px 15px 15px 0px;
    display: inline-block;
   /*  padding: 8px 0px!important; */
}

.popup-header{
    width: 100%;
    float: left;
    font-weight: bold;
    display: table;
    padding-left: 24px;
    padding-right: 15px;
}

.close-pop{
    position: absolute;
    right: 17px;
    top: 15px;
    color: #fff;
    cursor: pointer;
}
.popup-content{
	padding: 66px 15px 0px 38px;
}
.properties_popup li {
    clear:both;
    list-style-type: disc;
}

/*Carousel*/

/*.carouselBox {
    padding: 0px;
    width: 910px;
}*/

/*.carouselBg{
	height: 300px;
    overflow: hidden;
}*/

.numberInt_carousel .carouselBox {
    width: 656px;
	border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4px;
	 -ms-transform: translateX(20%);	 
	 -webkit-transform: translateX(20%);
	transform: translateX(20%);	
}
.corousel_leftCntPatch{
	height: 323px;
    padding: 0px;
    padding-right: 0px;
	 /* width:51.1%;  */
}
.corousel_content{
	padding-left: 20px;
    padding-right: 25px;
	margin: 10px 0px 0px 0px;
	display: table;
	height: 100%;
}
.corousel_content .vertMiddle{
	display: table-cell;
    vertical-align: middle;
}
.corousel_leftCntPatch li {
    list-style-type: none;
}
.corousel_leftCntPatch li{
    position: relative;
    margin-left:35px;
	margin-bottom: 10px;
}
.corousel_leftCntPatch li:before{
	content: url(../../course_images/pages/m01/page_common/before_arrow.png);
	position: absolute;
	top: 6px;
	left: -35px;	
}

.corousel_instructionTextBox{
	position: absolute;
    left: 20px;
    top: 8px; 
}

.corouselContainer_center,.corouselContainer_right{
	width: 125px;
    height: 30px;
}

.corouselContainer_center {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
	display: table;
}
.corouselContainer_right {
	position: absolute;
    bottom: 8px;
    right: 20px;
    display: table;
}

.carousel-control.left {
	width: auto;
    top: 5;
    left: 0;
    cursor: pointer;
    pointer-events: none;
	opacity:0.5;
    position: absolute;
    z-index: 999;
}
.carousel-control.right {
    width: auto;
    top: 5px;
    right: 0px;
    cursor: pointer;
    position: absolute;
	z-index: 999;
}

.count_number {
    vertical-align: middle;
    display: table-cell;
    margin: auto;
    width: 45px;
    text-align: center;
    position: relative;
	color: #FFF;
}

/*.corousel_right{
	height: 53px;	
    right: 0px;
    width: 100%;
    position: absolute;
	overflow:hidden;
}*/
.numberInt_carousel .corousel_right{
		 background:transparent;
}
.corousel_instBtnBox {
    display: block;
    position: relative;
}

.carousel_indicators li{
	width: 38px;
    height: 38px;
	margin-right: 10px;
	border: none;
	border-radius: 50px;
	padding-top: 10px;
	font-weight: bold;
	float: left;
    list-style-type: none;
	text-indent: 15px;
	cursor: pointer;
}

.carousel_indicators .active{
	margin-right: 10px;
}

.carousel_indicators .active{
    width:38px;
    height: 38px;
    pointer-events: none;
    cursor: default;
	border-radius: 50px;
	padding-top: 10px;
}
.carousel-inner > .active {
    left: 0;
    top: 0px !important; 
}
.item.done{
	transform:none;
	transition:none;
	animation:none;
}
.crcles{
	width:20px;
	height:20px;
	background:red;
	border-radius:50%;
}
.disabled{
	pointer-events:none;
	opacity:0.3;
}

.carousel_indicatorsBox{
	left: 50%;
    top: -1px;
    position: absolute;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
	margin-left: -15px;
}

.carousel_indicators {
    width: 100%;
    z-index: 1;
    position: relative;
	display: flex;
	-webkit-display: flex;
}
.corousel_leftCntPatch .cntPatch .corousel_heading{
	display:table;
	width: 102.2%;
	height:50px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 25px;
	margin: 0;
}
.corousel_leftCntPatch .cntPatch .corousel_heading span{
	display:table-cell;
	vertical-align:middle;
}



/* Button Next and Back */

.navigation{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
}


/* Popup Style */

.popupCloseBtn{
	width: 27px;
    height: 27px;
    background-image: url(../../course_images/common_bg/popCloseBtn1.png) !important;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 999999;
}

/*
.popupBodyCntBoxBg .col-sm-6{
	padding:0px;
	min-height:65px;
	display: table;
	margin-bottom: 5px;
}

.popupBodyCntBoxBg .col-sm-5{
	padding:0px;
	min-height:65px;
	display: table;
	margin-bottom: 5px;
}

.popupBodyCntBoxBg .col-sm-7{
	padding:0px;
	min-height:65px;
	display: table;
	margin-bottom: 5px;
}
*/

.popupCntHeader{
	font-size:24px;
	padding-bottom: 10px;
    padding-top: 10px;
	padding-left: 45px;
}

.popupCntHeader:before{
	content:'';
	width: 40px;
	height: 40px;
	background-repeat:no-repeat;
	position: absolute;
	margin-top: -6px;
    left: 9px;
	border-radius: 4px;
	background-color: #FFF;
	border: 1px solid #dac86d;
}

.popupContainer .col-xs-12{
	padding:0px;
}

.popupBodyCntBoxBg{
	margin-left: 0px;
	margin-top: 15px;
}

.popupCntBody{
	margin-top: 8px;
}

.popupBodyCntBox{
	
}


.popupBtnBox{
    color: #FFF;
    position: absolute;
    top: 0px;
    right: 0px;
	cursor:pointer;
}

.popupContainer{
	margin:auto;
	background:#FFF;
	display: table;
    position: relative;
    padding: 10px;
	width: 890px;
}

.popupContainerBox{
	color:#000;
}

.popupHeaderCntBox{
    padding: 10px;
    position: relative;
}


.popGlobal_Box{
	display: table;
    margin: auto;
}

.popGlobal_modalBox{
	height: 630px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    position: relative;
}

.popGlobal_modalBoxBG{
	border-radius: 5px;
    background: #fff;
    margin: auto;
    display: inline-block;
}












/* E and Y */

.bottomBox{
	width: 1100px;
    height: auto;
	position: absolute;
    left: -10px;
    bottom: -84px;
}

.bottomPatch{
	width: 1100px;
    height: 300px;
	background-color: #ffd500;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
	overflow: hidden;
}

.speach-bubble{
    color: #ffffff;
    min-height: 57px;
	position: absolute;
	padding: 15px;
	z-index: 1;
}



.skewed {
    width: 755px;
    min-height: 325px;
    margin: auto;
    left: 118px;
    top: 200px;
    position: absolute;
    overflow: hidden;
}



.skewed:before {
    content: "";
    transform-origin: top left;
    -webkit-transform-origin: top left;
    transform: skew(0deg, -5.6deg);
    -webkit-transform: skew(0deg, -5.6deg);
    width: 100%;
    height: 604px;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 107px;
    left: 0px;
}

 
.skewedBg{
    width: 100%;
    height: 604px;
	transform-origin: top left;
    -webkit-transform-origin: top left;
    transform: skew(0deg, -5.6deg);
    -webkit-transform: skew(0deg, -5.6deg);
    background-color: rgba(255,255,255,0.9);
    position: absolute;
	top: 107px;
    left: 0px;
}



.skewed ul li{
	position: relative;
	line-height: 24px;
}

.skewed ul li::before{
	content: url(../../course_images/pages/m01/page_common/before_arrow_02.png);
    font-size: 24px;
    font-family: font-awesome;
    color: #ffffff;
    display: inline-block;   
    position: absolute;
    top: 9px;
    left: -22px;
}

.skewedCntBox{
    position: absolute;
    left: 250px;
    top: 50%;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
	padding-right: 30px;
}


.skewedType2 {
    width: 755px;
    min-height: 325px;
    margin: auto;
    top: 200px;
    position: absolute;
    overflow: hidden;
}


.skewedBgType2{
    width: 100%;
    height: 604px;
	transform-origin: top left;
    -webkit-transform-origin: top left;
    transform: skew(0deg, -8.6deg);
    -webkit-transform: skew(0deg, -8.6deg);
    position: absolute;
	top: 107px;
}

.skewedCntBoxType2{
    padding: 60px;
}

.listStyleType2 li{
    position: relative;
    margin-left: 30px;
	margin-bottom: 10px;
}

.listStyleType2 li:before{
	content: url(../../course_images/pages/m01/page_common/before_arrow.png);
	position: absolute;
	top: 6px;
	left: -25px;	
}

.assessmentQtnTextBox{
	width:405px;
}
  
.videoBox{
    width: 740px;
    height: 335px;
	background-color: #464646;
    margin: auto;
    position: relative;
    display: block;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	margin-top: 10px;
	padding: 5px;
}

.videoBox video{
    padding: 10px;
    width: 100%;
    height: 100%
} 
 
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
	cursor:pointer;
}

video::-webkit-media-controls-panel {
    margin: 0px auto !important;
    width: 99.5% !important;
}

.play-btn{
	position: absolute;
    width: 100%;
    top:0px;
    /* background: red; */
    height: 100%;
    left: 0;
	cursor:pointer;
}
.play_icon{    
	cursor: pointer;
	width: 70px;
    height: 70px;
    background-color: gray;
    border-radius: 50%;
    border: 9px solid #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 26px #242424;
    position: absolute;
    /* margin-top: -24%; */
    /* margin: auto; */
    text-align: center;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.play_icon:after{
	content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 16px;
    left: 18px;
}
.disableVideoPlayBtn{
	pointer-events:none;
	cursor:default;
}
.video_intro>video{
	/*top:-60px;*/
	position:relative;
}
.videoBox video{
	padding:0px;
}
/* Note Section */





/* note section*/

.box{
    position: relative;
    width: 100%;
    height: 92px;
	top: 5px;
    display: table;
}
.boxPatch{
    width: 95px;
    height: 92px;
    position: absolute;
    top: 0px;
}

.box_txt{
    padding-left: 110px;
	padding-right: 40px;
}

.box_img{
    width: 32px;
    height: 42px;
    background: url(../../course_images/pages/m01/page_common/note.png);
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 18px;
}

.box_img_remeber{
    width: 35px;
    height: 42px;
    background: url(../../course_images/pages/m01/page_common/remember.png);
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 15px;
}


.imgBoxTxt{
	text-align: center;
}
.img_border{
    border: 1px solid #b5b5b5;
    padding: 3px;
}
.page_content_left1{
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
}
.page_content_right1{
    display: table-cell;
    vertical-align: middle;
}
.page_middle_content1{
	position: relative;
    display: table;
    height: 430px;
}
.videoBox iframe{
	height: 100%;
}





/*siegwerk-M2-Carousel*/

.controls_Container{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 30px;
    background-color: rgba(202, 202, 202, 0.5);
}
.carousel-control {
	height: 50px;
	z-index: 9999;
	color: #0172BD;
	opacity:1;
	cursor:pointer;
	top:-65px;
}
.btnClickTypeCarouselInside {
	margin: 0px 10px;
	background: #f49d07;
	width: 219px;
	color: #fff;
	cursor: pointer;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.pp-content{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    background: #fff;
    /*padding: 10px;*/
	height:400px;
    
}

.QuestionNumber{
	font-size: 32px;
    margin-top: -9px;  
    position: absolute;
    width: 67px;
    line-height: 42px;
    text-align: center;	
}

