.person{
	height:auto;
	padding:12px 0 12px 0px;
	text-align:center;
	vertical-align:middle;
	margin-top:18px;
	margin-bottom:5px;
}

.person span{
	display:inline-block;  
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
}
.container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack:justify ;
	justify-content: space-between;
}
.divone{
	width:49%;
	padding:10px 0 10px 0;
	display: block;
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	border-radius: 3px;
	background-color: skyblue;
	text-decoration: none;
}
.container strong{
	display:inline-block;  
	vertical-align:middle;
	font-size:16px;
}
.container P{
	font-size:14px;
	word-wrap:break-word;
}
.processcontainer{  
	float:right; 
	width:54%;  
	height:18px; 
	margin:0 auto;
	margin-right:12px;
	margin-top:8px;
 } 

#processbar{  
	background:#95CA0D;  
	float:left; 
	height:100%;  
	text-align:center;  
	line-height:130%; 
} 

a{
	text-decoration:none;
}
*{
	margin:0;
	padding:0;
}
#container{
	width:90%;
	background: #ccc;
	height:auto;
	margin: 0 auto;
}
#nav{
	position:fixed; 
	top:0; 
	width:100%; 
	height:35px; 
	background: #009688!important;
	z-index:100;
}
#nav p{
	width:100%;
	line-height: 35px;
	margin: 0 auto;
	padding:0 !important;
	color:white;
	text-indent:0em !important;
    font-size:14px;
}
#nav div{
	line-height: 35px;
}
#spe{
	font-size:16px;
	float:left !important;
	padding-left:6px;
}
#spey{
	float:left !important;
	padding:2px 0px 0px 0px;
}

#nav p a{
	color:white;
}
#nav p span{
	color:white;
	float:right;
	padding-right:10px;
}
#main{
	margin-top:35px;
	padding-top:10px;
}
.wholepage{
	width:98%;
	margin:0 auto;
    height:100%;
}
.rightside{
	width:100%;
	-webkit-user-select: none;
	background-color:white !important;
	margin-top:-22px;
	margin-bottom:60px;
}
.leftside{
	float:left;
	position:fixed;
	width:220px;
	display:none;
	background-color:#CCFF99 !important;
	top:0;
	margin-top:35px;
	padding:0px 0px 60px 0px;
    bottom:0;
    overflow-y:auto;
    overflow-x:hidden;
	z-index:88;
}
.leftside h4{
	padding:5px 5px 0px 2px;
	color:white !important;
}
.leftside h4 a{
	color:white;
}
.leftside li{
	list-style:none;
}
.wholepage a:active { 
	text-decoration: none;
}

.cidanindco{
	width:100%;
	border:1px solid #FFB800; 
	float:left;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}
.cidanindco h4{
	height:28px;
	line-height:28px;
	padding:3px 3px 3px 8px;
	background:#FFB800; 
	color:white;
}
.cidanindco h4 img{
	height:20px;
	width:20px;
	padding-bottom:3px;
	display:inline-block; 
	vertical-align:middle;
}
.cidanindco li{
	padding:6px;
	background:#FFEFD5;
	list-style-type:none;
	border-bottom:1px solid #FFB800; 
}
.cidanindco li span{
	color:#FFB800;
	font-weight:bold;
}
.cidanindco a{
	color:black;
}
.cidanjiind span{
	display: flex;
    justify-content:center;
    align-items:Center;
	list-style-type:none;
	color:white;
	height:60px;
	border-left:3px solid white;
	border-right:3px solid white;
	padding:0 2px;
}
.indexytjp{
	text-align:left;
}
.indexytjp p{
	text-indent:1em;
	padding:4px 4px !important;
	font-size:16px;
}
.indexytj{
	z-index:1;
	overflow:scroll;
	width:100%;
	text-align:center;
	display:inline-block;
	border:1px solid #FFB800;
}
.cspan {
    text-align: center;
    display: inline-block;
    background-color: #FFB800;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 23px;
    font-size: 16px;
    color: white !important;
}
.navbottom{
	position:fixed; 
	bottom:0; 
	width:100%; 
	height:50px; 
	background:#CCCCCC;
	z-index:100;
}
.navbottomdiv{
	width:25%;
	float:left;
	height:50px;
	color:black;
	text-align:center;
	text-indent:0em !important;
    font-size:14px;
}
.fkimg{
	height:30px;
}
.navbottom div img{
	padding-top:6px;
	width:24px;
	max-height:24px;
}