﻿#dataProvidersContent {
	font-size: 12px;
	min-width: 800px;
}
.form-inline {
	display: block;
}
#dataProvidersContent #selection {
	margin: 10px;
	width: 240px;
	height: 100%;
	float: left;
}
#dataProvidersContent #selection select {
	width: 240px;
	height: 400px;
}

#dataProvidersContent #selection input {
	font-size: 12px;
	height: 24px;
	outline: 0;
	overflow: auto;
	width: 240px;
	margin-bottom: 1px;
}

#dataProvidersContent #dataProviderDetails {
	margin: 10px;
	width: calc(100% - 280px);
	height: 100%;
	float: left;
}
#dataProvidersContent .details {
	display: table;
	font-size: 12px;
}
#dataProvidersContent .row {
	margin-right: 0;
    margin-bottom: 5px;
}
#dataProvidersContent .cell {
    display: table-cell;
}
#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;
}
#certvalidation .cell,.tableLabel {
    padding-left: 20px;
    padding-bottom: 5px;
    width: 300px;
    vertical-align: middle;
}
#confirm-content {
    background-color: #FFF;
    padding: 20px;
    height: 150px;
}
.ngdialog.ngdialog-theme-default.warning-dialog .ngdialog-content {
    width: 600px;
}
#warning-dialog-notification {
    float: left;
    width: 65px;
    height: 100px;
    background: url(../../../img/dataProvider/GreenWarning.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9) center;
    background-repeat: no-repeat;
    margin-right: 30px;
}

#hyperVInstanceConfigSection .sub-config-key {
	width: 60px;
	margin: 7px;
}

#hyperVInstanceConfigSection .sub-config {
	float: left;
}

#hyperVInstanceConfigSection .disabled {
	color: lightgray;
}

#hyperVInstanceConfigSection .right-align {
	text-align: right;
}

#hyperVInstanceConfigSection .radio-input input[type="radio"] {
	margin: 0px 5px;
	height: auto;
	width: auto;
	vertical-align: middle;
}

#hyperVInstanceConfigSection .sub-config input[type="text"] {
	width: 200px;
}
#hyperVInstanceConfigSection .sub-config input[type="password"] {
	width: 200px;
}
#hyperVInstanceConfigSection .sub-config textarea {
	width: 200px;
	height: auto;
}

#hyperVInstanceConfigSection label {
	margin: 0px;
}