

.main{
	width: 100%;
	position: fixed;
	top: 84px;
	left: 0px;
	bottom: 0px;
	overflow: auto;
}
.advertisement{
	margin-bottom: 10px;
    height: 150px;
    margin-top: 10px;
}
.col{
	
	margin: 0px;
	padding: 0px;
}
input {
	outline: none;
	border: 1px solid #e0e0e0;
	 margin-bottom: 10px;
}
label{
	width: 70px;
	font-weight:normal;
	text-align: lef;
	padding-right: 5px;
	}

i{
	color: #C31B1B;
}
p{
	  //font-size:3px;
} 
.addPersonTitle{
	border-bottom:  1px solid #CCCCCC;
	margin-bottom: 25px;
}
.eachpeason{
	border-bottom: 1px dotted #CCCCCC;
}

.maincontent{
	margin-top: 15px;
}
.a{
	display: inline-block;
    padding: 0px;
	left;color: black;

}
/*.a{
	background:#C31B1B;
}*/
li.active{
	flex:auto;
	 background-color:#C31B1B;
	/*background-color:white;*/
    text-align:center;
    color: white !important;
}
.selected:hover{
	 background-color:#C31B1B;
	flex:1;
    text-align:center;
}
#ulid{
  background-color:#E6E6E6;
  display:flex;
  width:100%;
  height:80px;

}
#ulid li{
	 border: solid 2px white;
	 color: black;
	 text-align: center;
	 width:20%;
	 display: flex;
     flex-direction: column;
     justify-content: center;
}
.nav-tabs>li>a {
	vertical-align: middle;
}
.check{
    text-align: center;
     color: white;
    display: inline-block;
   background-color:#C31B1B ;
    margin-bottom: 10px;
    cursor: pointer;
   border-radius: 30px 30px 30px 30px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}
#download{
    text-align: center;
    display: inline-block;
    color: white;
    background: #B0B0B0;
    margin-bottom: 10px;
    cursor: pointer;
   border-radius: 30px 30px 30px 30px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
}

.remove{
	background: url(../img/page/delete.png) no-repeat ;
    background-position: 0px;
    color: #C31B1B;
    padding-top: 10px;

}
.add{
	background: url(../img/page/add.png) no-repeat ;
    background-position: 0px 5px;
    color: black;
    padding-top: 10px;
    padding-right: 10px;

}
span{
	font-weight:bold;
	font-size:22px"
}

#ZLul ul li{
//font-size:2px;
margin-bottom:20px;
padding-left:10px;
white-space:nowrap; 
}
