.alldetails{
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    width: 100%;
    margin-top: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.City,.User,.inputIntials{
	width: 15%;
    float: left;
    padding: 0px 15px;
}
.CityMainDiv,.userMainDiv,.MaininputIntials{
	margin-top: 20px;
    margin-bottom: 20px;
}
.CityMainDiv input,.userMainDiv select,.MaininputIntials input{
    width: 26.5%;
}
.Add_button{
    margin-top: 10px;
    display: inline-block;
    width: 45%;
    text-align: center;
    margin-bottom: 15px;
}

.Add_button a{
margin-left: 4px;
    top: -3px;
    text-decoration: none;
    border: none;
    text-shadow: none;
    font-weight: 600;
    padding: 10px 50px;
    font-size: 14px;
    white-space: nowrap;
    background: #0073aa;
    color: #fff;
    border-radius: 5px;
}
.ImportCSV{
	background: #fff;
    padding: 10px 0px 15px 10px;
	margin-top:10px;
    display: inline-block;
    width: 99.1%;
}
.ImportCSV label{
	font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}
.sucess h4{
    margin-bottom: 5px;
	color:green;
}
.failure{
    margin-bottom: 5px;
	color:red;
}