@charset "utf-8";
/* CSS Document */

#contentHolder {
	position: relative;
}

.contentwrapper {
	padding-top: 45px;
}

#pageContainer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.custom-width p.titletxt {
	padding-bottom: 10px;
	padding-top: 0;
}

.contentinnermain {
	padding: 30px 35px;
}

section.mainContent {
	text-align: center;
	padding: 0px 50px;
}
.ModTitleTxt{
	width: 100%;
}

.ModTitleTxt span {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-right: 2px solid #FFF;
    color: #fff;
    height: 75px;
}

.ModTitleTxt p {
    background: #76D2FF;
    color: #00338D;
    width: 80%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px 25px;
    height: 75px;
    font-weight: bold;
}
#contentHolder {
	color: #333333;
	position: relative;
	box-sizing: border-box;
	margin: 10px 0px;
}

#menu_instructionText {
	color: #7030A0;
	text-align: left;
	padding: 10px 0 10px 0%;
	/* font-size: 16px; */
	font-size: 1em;
}

.menu_textImgContainer {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 100%;
	padding: 0 23px;
	height: 500px;
}

.module {
	width: 30%;
	height: auto;
	background: #483698;
	margin: 5px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 200px;
	font-weight: bold;
}

.module.disabled {
	cursor: default;
}

.module::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* background: rgba(255,255,255,0.8); */
}

.module.completed::before {
	background: none;
}

.module_name {
	font-size: 1.1em;
	display: flex;
}

.img_holder {
	display: table-cell;
	float: right;
	display: none;
}

.pagesizer {
	height: calc(26vh - 0px) !important;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	float: right;
}

#innerModule_1, #innerModule_2, #innerModule_3, #innerModule_4, #innerModule_5 {
	position: relative;
}
#innerModule_1::after {
    content: '';
    background: url(../../assets/images/i_01.jpg)no-repeat;
    position: absolute;
    width: 65px;
    height: 65px;
    right: 10px;
    border-radius: 80px;
    background-size: cover;
    top: 5px;
}
#innerModule_2::after {
    content: '';
    background: url(../../assets/images/i_02.jpg)no-repeat;
    position: absolute;
    width: 65px;
    height: 65px;
    right: 10px;
    border-radius: 80px;
    background-size: cover;
    top: 5px;
}
#innerModule_3::after {
    content: '';
    background: url(../../assets/images/i_03.jpg)no-repeat;
    position: absolute;
    width: 65px;
    height: 65px;
    right: 10px;
    border-radius: 80px;
    background-size: cover;
    top: 5px;
}
#innerModule_4::after {
    content: '';
    background: url(../../assets/images/i_04.jpg)no-repeat;
    position: absolute;
    width: 65px;
    height: 65px;
    right: 10px;
    border-radius: 80px;
    background-size: cover;
    top: 5px;
}
#innerModule_5::after {
    content: '';
    background: url(../../assets/images/i_05.jpg)no-repeat;
    position: absolute;
    width: 65px;
    height: 65px;
    right: 10px;
    border-radius: 80px;
    background-size: cover;
    top: 5px;
}
/* #innerModule_7 {
	background: #f68d2e url(../images/retina/Mod_07.jpg) no-repeat center right;
} */

/* #innerModule_1.highlightModule:before {
	content: '';
	background: url(./../images/module0/module_1_a.png)no-repeat;
	width: 307px;
	height: 234px;
	position: absolute;
	left: -20px;
	top: -17px;
} */

/* #innerModule_2.highlightModule:before {
	content: '';
	background: url(./../images/module0/module_3_a.png)no-repeat;
	width: 303px;
	height: 226px;
	position: absolute;
	left: -17px;
	top: -13px;
} */

/* #innerModule_3.highlightModule:before {
	content: '';
	background: url(./../images/module0/module_5_a.png)no-repeat;
	width: 299px;
	height: 232px;
	position: absolute;
	left: -12px;
	top: -13px;
} */

/* #innerModule_4.highlightModule:before {
	content: '';
	background: url(./../images/module0/module_4_a.png)no-repeat;
	width: 297px;
	height: 230px;
	position: absolute;
	left: -15px;
	top: -13px;
}

#innerModule_5.highlightModule:before {
	content: '';
	background: url(./../images/module0/module_5_a.png)no-repeat;
	width: 300px;
	height: 233px;
	position: absolute;
	left: -15px;   
	top: -11px;
} */

.tick {
    background: url(../images/tick_green.png) no-repeat center center;
    bottom: 0px;
    width: 32px;
    height: 32px;
    display: none;
    border-radius: 80px;
    position: absolute;
    left: -6%;
    top: 50%;
    transform: translate(0px, -50%);
}

.show_tick {
	display: block
}

.text_container {
	/* display: table; */
	height: 200px;
	text-align: left;
	width: 100%;
	position: absolute;
}

.text_container .ModTitleTxt {
	/* display: table;
	vertical-align: middle; */
	color: #fff;
	/* height: 180px; */
}

.disable {
    opacity: 0.3;
    cursor: default;
    filter: Alpha(opacity=50);
    filter: grayscale(100%);
}

.disable:hover {
	cursor: default !important;
	opacity: 0.3 !important;
}

.hoverbox {
	position: absolute;
	opacity: 0.3;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 2px;
	display: none;
}

#innerModule_2 .hoverbox {
	left: 0px;
}

#innerModule_4 .hoverbox, #innerModule_5 .hoverbox {
	left: -2px;
}

/* .module:hover .hoverbox {
	display: block;
	z-index: 20;
} */

.module:hover .hoverbox, .module.disable:hover .hoverbox {
	display: none;
}

/* .module.highlightModule{
	cursor: pointer;
	pointer-events: all;
} */

.module.highlightModule:hover .hoverbox {
	display: block;
	z-index: 20;
}

.module.highlightModule::before {
	/* content: ""; */
	background: transparent;
}



/* portrait */

@media only screen and (min-width: 1025px) and (max-device-width: 1280px) and (orientation: landscape) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
	/* .module {
		width: 48%;
	}
	.pagesizer {
		height: calc(20vh - 0px) !important;
	}
	.ModTitleTxt span {
		font-family: KPMG_App;
		font-size: 2rem;
	} */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

@media only screen and (min-width:1280px) and (max-width :1366px) and (min-height:600px) and (max-height:767px) and (orientation: landscape) {
	/* .module_name {
		width: 50%;
		padding: 2% 5%;
	} */
	/* .pagesizer {
		height: calc(36vh - 0px) !important;
	} */
}

@media only screen and (min-width:1367px) and (max-width:2048px) and (orientation: landscape) {}

@media only screen and (min-width:1367px) and (max-width :2048px) and (orientation: landscape) {
	.module_name {
		/* width: 66%; */
		/* padding: 2% 5%; */
	}
	/* .pagesizer {
		height: calc(36vh - 0px) !important;
	} */
}

@media only screen and (min-width:1367px) and (max-width :2048px) and (min-height:601px) and (max-height:900px) and (orientation: landscape) {
	.module_name {
		/* width: 68%; */
		/* padding: 0px 7%; */
	}
	/* .pagesizer {
		height: calc(36vh - 0px) !important;
	} */
}

@media only screen and (min-width:2049px) and (orientation: landscape) {}

@media only screen and (max-width: 640px) {
	/* .module_name {
		width: 48%;
	}
	.module {
		width: 48%;
	} */
}

/* @media only screen and (max-width:980px) {}

@media only screen and (min-width:1366px) {
	.module_name {
		width: 50%;
	}
}
 */

@media only screen and (max-width:980px) and (orientation: portrait) {}

/**********CSS by VK**********/

.instText {
	/* 	font-size: 14px; */
	font-style: italic;
	color: #f68d2e;
}

@media only screen and (min-width:1367px) and (max-width :2048px) and (orientation: landscape) {
	/* .instText {
		font-size: 1.375rem;
		font-style: italic;
		color: #f68d2e;
	} */
}

@media only screen and (min-width:1367px) and (max-width :2048px) and (min-height:601px) and (max-height:900px) and (orientation: landscape) {
	/* .instText {
		font-size: 1.375rem;
		font-style: italic;
		color: #f68d2e;
	} */
}

@media only screen and (min-width:2049px) and (orientation: landscape) {
	/* .instText {
		font-size: 1.375rem;
		font-style: italic;
		color: #f68d2e;
	} */
}

@media (max-height: 520px) {
	/* .ModTitleTxt span {
		font-size: 1.2rem;
		color: #fff;
	}
	.module_name {
		width: 48%;
	}
	.module {
		width: 48%;
	}
	.menu_textImgContainer {
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		width: 100%;
		padding: 20px 50px;
		overflow: auto;
		font-size: 0.7rem;
		height: calc(100vh - 60px);
	} */
}

.menuOverlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 3;
	display: none;
}

@media only screen and (max-width:980px) and (orientation: portrait) {
	/* .module_name {
		width: 48%;
	}
	.module {
		width: 48%;
	} */
}

/************************************/

.module.enabled {
	/*display: inline-block;
  vertical-align: middle;*/
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.module.enabled:before {
	content: "";
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.module.enabled:hover, .module.enabled:focus, .module.enabled:active {
	color: #FFF;
}

.module.enabled:hover:before, .module.enabled:focus:before, .module.enabled:active:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

/* .page_title{
	    text-align: left;
    margin: 0px 0 0 26px;
} */

.row_item{
	width: 90%;
    margin: 0px auto;
	margin-top: 13px;
}
.row_item .row_column_item:hover{
	cursor: pointer;
	opacity: 0.5;
}
.row_item .row_column_item.disable:hover{
	cursor: default;
	opacity: 0.5;
}
.row_column_item {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    height: 75px;
	position: relative;
}
.opt_01 {
    background: #00338d;
    padding: 10px;
    color: #FFF;
    width: 20%;
    text-align: left;
    border-right: 2px solid #FFF;
}
.opt_02 {
    background: #0091da;
    width: 80%;
    text-align: left;
    color: #fff;
    padding: 10px 0px 10px 15px;
}
.pagesizer{
	height: auto !important;
}
.module_name span{
	font-weight: bold;
}
/* .bg_01{
	background-color: #00338d;
}
.bg_02{
	background-color: #1E49E2;
}
.bg_03{
	background-color: #00B8F5;
}
.bg_04{
	background-color: #7213EA;
}
.bg_05{
	background-color: #FD349C;
} */

.bg_01,.bg_02,.bg_03,.bg_04,.bg_05 {
	background:#00338D
}
.disabled_menu{
	background-color: grey;
}