@charset "utf-8";
/* CSS Document */
.page_title {
    position: relative;
}
/* .page_title::before {
    content: "";
    position: absolute;
    left: 27px;
    top: 9px;
    background: url(../../images/activity_icon.png) no-repeat left top;
    background-size: 54px 37px;
    width: 54px;
    height: 37px;
} */
#contentHolder{position:relative;
}
section.mainContent{
	height: 490px;
}
.contentinnermain{
	padding:30px 35px; 	
}
.txtimgWrap {
    margin: 0 auto;
    width: 960px;
    text-align: center;
}
.custom-width1{
	font-family: 'arial';
	width:100%;
	height:auto;
	margin: 0 auto;
	background-color:transparent;
	height:auto;
}
.custom-width1 ul{
	list-style: none;
	margin-left: 10px;
	margin-top: 10px;
}
.custom-width1 ul li{
    padding-bottom: 8px;
    background: url(../../images/bullet_blue.jpg) no-repeat left 6px;
    line-height: 17px;
    padding:0 0px 25px 15px;
}
.imageHolder {
	display: none !important;
}
.img_char {
	display: none;
}
.box_1 {
    width: 210px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right:25px;
	position:relative;
}
.box_1 .box_inner {
	position: relative;
	height: 225px;
	background: #470a68;
}
.box_2 {
    width: 210px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right:25px;
	position:relative;

}
.box_2 .box_inner {
	position: relative;
	height: 225px;
	background: #0091da;
}
.box_3 {
    width: 210px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right:25px;
	position:relative;

}
.box_3 .box_inner {
	position: relative;
	height: 225px;
	background: #00a3a1;
}
.box_4 {
    width: 210px;
    box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right:0px;
	position:relative;
}
.box_4 .box_inner {
	position: relative;
	height: 225px;
	background: #00338d;
}
.box_1.disabled .box_inner, .box_2.disabled .box_inner, .box_3.disabled .box_inner, .box_4.disabled .box_inner {
	background: #d9dde1;	
}
.box_1.disabled .inner_icon, .box_2.disabled .inner_icon, .box_3.disabled .inner_icon, .box_4.disabled .inner_icon {
	opacity: 0.6;	
}
.box_5{
	margin-right:0px;
}
.box_1 p,.box_2 p,.box_3 p,.box_4 p,.box_5 p{
	display: table-cell;
    width: 210px;
    vertical-align: top;
    text-align: center;    
	font-size: 1em;
	line-height: 1.2em;
	padding: 15px 7px 7px 7px;
	color: #ffffff;
	font-weight: bold;
	
}
.box_1.disabled p,.box_2.disabled p,.box_3.disabled p,.box_4.disabled p,.box_5.disabled p{
	color: #000000;
	opacity: 0.3;
}
.inner_icon {
	position: absolute;
	width: 210px;
	bottom: 0;
	left: 0;
	right: 0;

}
.box_bottom {
	font-size: 1em;
	line-height: 1.2em;
	text-align: center;
	color: #00318C;
	padding-top: 10px;
}
.disabled .box_bottom {
	color: #BFBFBF;
}
/*.box_2::before,.box_3::before,.box_4::before,.box_5::before{
	content: '';
	background: url(../../images/module1/m05_p12.png) no-repeat;
    width: 34px;
    height: 33px;
    position: absolute;
    left: -28px;
    top: 42%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .box_2::before,.box_3::before,.box_4::before,.box_5::before{
		 left: -28px;
	}
}*/
.box_wrapper{
	width: 960px;
	height: 400px;
	clear: both;
	padding-top: 6%;
}
.wrapper_style {
    width: 100%;
    height: 488px;
	position: relative;
}
.inner_circle {
    position: absolute;
    width: 250px;
    height: 250px;
    transform: translate(-50%, -50%);
    left: 30.5%;
    top: 50%;
}
.inner_circle_01 {
    border: 2px dashed #00338d;
    width: 100%;
    height: 100%;
    border-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner_circle_02 {
    border: 2px dashed #00B8F5;
    width: 93%;
    height: 93%;
    border-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner_circle_03 {
    border: 2px dashed #00338d;
    width: 93%;
    height: 93%;
    border-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner_circle_04 {
    width: 93%;
    height: 93%;
    border-radius: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00338d;
    color: #FFF;
    font-size: 1.6rem;
    padding: 0px 13px;
    box-sizing: border-box;
}
.h_02, .h_03{
	display: none;
}
.left_panel_base {
    width: 150px;
    height: 100%;
    position: absolute;
    left: 1%;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.b_01 {
    width: 150px;
    height: 150px;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 51, 141);
    border-radius: 180px;
}
.line_manage {
    width: 195px;
    height: 100%;
    position: absolute;
    left: -28px;
    top: 0px;
}
.line_01 {
    width: 100px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 74px;
}
.line_02 {
	width: 1px;
    border-left: 2px dashed #00338d;
    height: 187px;
    position: absolute;
    left: 100px;
    top: 75px;
}
.line_03 {
	width: 94px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    right: 0px;
    top: 259px;
}
.right_side_contr {
    position: absolute;
    right: 0%;
    width: 434px;
    text-align: left;
    top: 71px;
    box-sizing: border-box;
}
.structure_lines {
    position: absolute;
    top: 126px;
    left: 371px;
    width: 100px;
}
.line_01_a{
	width: 82px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    transform: rotate(-24deg);
    position: absolute;
    left: 1px;
    top: 3px;
}
.line_01_b {
    width: 45px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    left: 82px;
    top: -14px;
}
.line_01_c {
    border: 2px solid #00338d;
    position: absolute;
    right: -42px;
    top: -19px;
    width: 10px;
    height: 10px;
    border-radius: 80px;
    background: #FFF;
}
.r_01 {
    position: absolute;
    top: 33px;
    font-size: 18px;
    color: #00338d;
    left: 0;
}
.r_02 {
    position: absolute;
    top: 131px;
    font-size: 18px;
    color: #00338d;
    left: 0px;
}
.r_03 {
    position: absolute;
    top: 214px;
    font-size: 18px;
    color: #00338d;
    left: 0px;
}
.r_03 span{
    text-decoration: underline;
}
.r_04 {
    position: absolute;
    top: 301px;
    font-size: 18px;
    color: #00338d;
    left: 0px;
}

.structure_lines_1 {
    position: absolute;
    top: 223px;
    left: 391px;
    width: 100px;
}
.line_02_a{
	width: 82px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    transform: rotate(-24deg);
    position: absolute;
    left: 1px;
    top: 3px;
}
.line_02_b {
    width: 83px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    left: 26px;
    top: -14px;
}
.line_02_c {
    border: 2px solid #00338d;
    position: absolute;
    right: -24px;
    top: -19px;
    width: 10px;
    height: 10px;
    border-radius: 80px;
    background: #FFF;
}
.structure_lines_2 {
    position: absolute;
    top: 392px;
    left: 400px;
    width: 100px;
}
.line_03_a {
    width: 81px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    transform: rotate(24deg);
    position: absolute;
    left: -27px;
    top: -30px;
}
.line_03_b {
    width: 51px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    left: 53px;
    top: -13px;
}
.line_03_c {
    border: 2px solid #00338d;
    position: absolute;
    right: -15px;
    top: -19px;
    width: 10px;
    height: 10px;
    border-radius: 80px;
    background: #FFF;
}
.right_control{

}



.a_line_01 {
    width: 100px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 76px;
}
.a_line_02 {
    width: 1px;
    border-left: 2px dashed #00338d;
    height: 33px;
    position: absolute;
    left: 100px;
    top: 44px;
}
.a_line_03 {
    width: 101px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    left: 100px;
    top: 42px;
}
.b_line_01 {
    width: 100px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 74px;
}
.b_line_02 {
    width: 1px;
    border-left: 2px dashed #00338d;
    height: 177px;
    position: absolute;
    left: 100px;
    top: -103px;
}
.b_line_03 {
    width: 94px;
    border-bottom: 2px dashed #00338d;
    height: 1px;
    position: absolute;
    left: 100px;
    top: -105px;
}
.lop_01{

}
.lop_02{
	position: absolute;
    top: 34%;
    left: 0px;
	display: none;
}
.lop_03{
	position: absolute;
    top: 70%;
    left: 0px;
    display: none;
}
.first_synch{

}
.second_synch{
    display: none;
}
.third_synch{
    display: none;
}
.structure_lines_1_bb {
    position: absolute;
    top: 309px;
    left: 390px;
    width: 100px;
}
.t_96{
	top: 295px;
}
.t_95{
	top: 171px;
}
.t_92{
	width: 80px;
	left: 29px;
}
.t_90{
	top: 263px;
}
.footer_link{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    font-style: italic;
    color: #510DBC;
    font-weight: bold;
    font-size: 18px;
}
.footer_link a{

}
.footer_link a:hover{
    text-decoration: underline;
}

.disabledState{
    color: grey;
}

/* .footer_link,
.structure_lines_1,
.structure_lines_1_bb,
.structure_lines_2{
    display: none;
} */

.footer_link,.group_1,.group_2,.group_3,.group_4,.group_5,.group_6,.group_7{
    display: none;
}
.structure_lines_1_mid {
    position: absolute;
    top: 264px;
    left: 394px;
    width: 96px;
    display: none;
}
.dis_01{
    border-bottom: 2px dashed grey
}
.dis_01_round{
    border:2px solid grey
}