﻿#provisioningProfilesContent {	
	font-size: 12px;
	min-width: 800px;
}
#provisioningProfilesContent #selection {
	margin: 10px;
	width: 240px;
	height: 400px;
	float: left;	
}
#provisioningProfilesContent #selection select {
	width: 240px;
	height: 400px;	
}
#provisioningProfilesContent #selection input {
	font-size: 12px;
	height: 24px;
	outline: 0;
	overflow: auto;
	width: 240px;
	margin-bottom: 1px;
}

#provisioningProfilesContent #provisioningProfilesDetails {
	margin: 10px;
	width: calc(100% - 280px);
	height: 425px;
	float: left;
}
#provisioningProfilesContent .details {
	display: table;
	font-size: 12px;
}
#provisioningProfilesContent .row {
	margin-right: 0;
	display: block;
}
#supported_dp_header {
	 font-size: 18px;
}
#supported_dp_footer {
	position: absolute;
	background-color: white;
	bottom: 55px;
	padding-top: 4px;
	padding-bottom: 1px;
	font-weight: bold;
	color: #2F9D48;
	width: calc(100% - 240px);
	border-top: #666666 1px solid;
}
.supported_dp {
	float: left;
	width: auto;
	text-align: center;
	margin: 15px;
	font-size: 14px;
	border: 1px solid white; 
}
.supported_dp:hover { 
	border: 1px solid #2F9D48;
	cursor: pointer;
} 
.supported_dp input[type=radio] {
	margin: 5px;
}

#newProfileTitle {
	color: #2E9F48;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}