.LicenseMain{
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	width: 94%;
	margin-top: 20px;
	display: inline-block;
    margin-bottom: 20px;
}
.DisplayDetails{
	background: #fff;
	border: 1px solid #e5e5e5;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	width: 94%;
	margin-top: 20px;
	display: inline-block;
    margin-bottom: 20px;
}
.LicenseMain .ShowuserMainDiv,.MaininputLicenseNew{
    margin-top: 20px;
    margin-bottom:0px;
    width: 100%;
    float: left;
}
.LicenseMain .User{
    width: 22%;
    float: left;
    padding: 0px 15px;
}
.LicenseMain .ShowuserMainDiv select{
    width: 70%;
}
.LicenseIntials {
    width: 22%;
    float: left;
    padding: 0px 15px;
}
/*
.MaininputLicense input{
    width: 70%;
}
*/
.LicenseAdd_button {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.LicenseAdd_button input{
width:15%;
}