﻿#credentialsContent {	
	font-size: 12px;
	min-width: 600px;
}
#credentialsContent #selection {
	margin: 10px;
	width: 240px;
	height: 400px;
	float: left;	
}
#credentialsContent #selection select {
	width: 240px;
	height: 400px;	
}
#credentialsContent #selection input {
	font-size: 12px;
	height: 24px;
	outline: 0;
	overflow: auto;
	width: 240px;
	margin-bottom: 1px;
}
.osCollectionTip {
    padding-top: 6px;
	display: block;
}
#osCollectionTipLabel {
    vertical-align: baseline;
}
#osCollectionTipMessage {
    min-width: 220px;
    max-width: 220px;
}
#credentialsContent #credentialsDetails {
        margin: 10px;
        width: 420px;
        height: 300px;
        float: left;
 }
#credentialsContent .details {
	display: table;
	font-size: 12px;
}
.configForm .defaultOperatingSystemCell {
	padding: 0;
	padding-left: 10px;
}
.credentialsControl {
	height: auto
}
.credentialsSettingsCell {
	display: table-cell;
	min-width: 185px;
	max-width: 185px;
	padding: 10px 10px 0 10px;
	border-right: 1px solid #E5E5E5;
}
.credentialsSettingsCell .credentialType {
	font-weight: bold;
	line-height: 25px;
	float: left;
}
.credentialsSettingsCell .credentialEnabled {
	float: right;
}
.credentialsDefaultsCell {
	display: table-cell;
	min-width: 185px;
	max-width: 185px;
	padding: 0 10px 10px 10px;
	border-right: 1px solid #E5E5E5;
}
.credentialsDefaultsCell select {
	width: 164px;
}
.deleteCredentialsDialog .configForm {
	background-color: white;
	padding: 30px;
}
.ngdialog.ngdialog-theme-default.deleteCredentialsDialog .ngdialog-content {
	width: 525px;
}

