﻿
#globalConfigDiv .nav {
	margin-bottom: 5px;
}

#globalConfigDiv .nav-tabs {
	border-bottom: 1px solid black;
	margin-left: 5px;
	margin-top: 6px;
	min-width: 600px;
	height: 38px;
}

#globalConfigDiv .nav-tabs > li {
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}

#globalConfigDiv .nav-tabs > li > a {
	color: black;
	font-weight: bold;
	line-height: 1.42857143;
	margin-right: 2px;	
	border-radius: 10px;
	font-size: 12px;
	padding: 5px 15px;
}

#globalConfigDiv .nav-tabs > li > a:hover { 
	border-color: #eee #eee #ddd; 
}

#globalConfigDiv .nav-tabs > li.active > a,
#globalConfigDiv .nav-tabs > li.active > a:hover,
#globalConfigDiv .nav-tabs > li.active > a:focus {
	background-color: #509F4A;
	border: none;
	border-bottom-color: transparent;
	color: #fff;
	cursor: default;
	font-weight: bold;
	color: transparent;
	text-shadow: 0 0 0 #FFFFFF;
	border: none;
	outline: none;
}
#globalConfigDiv option {
	padding: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 5px;
}
#globalConfigDiv .online {
	background-image: url('../../img/providerStatus/status_green.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
}
#globalConfigDiv .offline {
	background-image: url('../../img/providerStatus/status_red.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
}
#globalConfigDiv .disabledIcon {
    background-image: url('../../img/users/status_disabled.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
}
#globalConfigDiv .activeSession {
    background-image: url('../../img/users/status_green.png?v=d89613c54b571457f3cf6e35af60ba9561f93dd9');
}

.configForm {
	font-size: 12px;
	height: 100%;
	overflow-y: auto;
}

.configForm .shareRow{
	display: inline-block;
	width: 500px;
}

.configForm .row {
	margin-left: 0;
	margin-right: 0;
    margin-bottom: 5px;
}

.configForm .cell {
	display: table-cell;
	height: 30px;
	padding: 3px 0;
	vertical-align: middle;
}
.configForm .key {
	text-align: right;
	font-weight: bold;
	margin-left: 5px;
	padding-right: 5px;
	width: 190px;
	min-width: 190px;
}
.configForm .value {
	font-weight: bold;
}

.configForm .warning {
	color: red;
}
.configForm .error {
	color: red;
}
.configForm .success {
	color: green;
}
.configForm input[type="button"] {
	margin-left: 5px;
}

#view {
	font-size: 12px;
	margin-top: 5px;
}

#view hr {
	background-color: #666666;
	border: none;
	height: 1px;
	margin-bottom: 8px;
	margin-top: 8px;
}

#view #view {
	display: table;
	width: 100%;
}

#view .row {
	display: table-row;
	white-space: nowrap;
	margin: 0;
	padding-left: 5px;
	width: 100%;
	float: left;
}

#view .cell {
	display: table-cell;
	padding: 3px 0;
	width: 190px;
	min-width: 190px;
}

#view .key {
	text-align: right;
	font-weight: bold;
	margin-left: 5px;
	padding-right: 5px;
	width: 170px;
	min-width: 170px;
}

#view .header {
	font-size: 14px;
	color: #2E9F48;
	font-weight: bold;
}

#view .spacer {
	height: 25px;
}

#view input,
#view button,
#view select,
#view textarea {
	font-size: 12px;
	height: 24px;
	outline: 0;
	overflow: auto;
}

	#view input[type='checkbox'] {
		height: auto;
	}

#view .warning {
	color: red;
}

#view .error {
	color: red;
}

#migrationHubConfig {
	font-size: 12px;
	height: 100%;
	padding: 3px 0;
	overflow-y: auto;
}
#migrationHubConfig .sectionHeading {
	width: auto;
	margin-top: 6px;
}
#migrationHubConfig .row {
	margin-left: 50px;
	margin-right: 0;
	margin-bottom: 5px;
}
#migrationHubConfig .cell {
	min-height: 15px;
	margin-left: 50px;
	vertical-align: middle;
}
#migrationHubConfig .sub-config-key {
	width: 120px;
	margin: 7px;
}
#migrationHubConfig .row .key {
	width: 250px;
}
#migrationHubConfig .sub-config {
	float: left;
}
#migrationHubConfig .disabled {
	color: lightgray;
}
#migrationHubConfig .row .error {
	padding-left: 15px;
}
#migrationHubConfig .error {
	color: red;
}
#migrationHubConfig .row .success {
	padding-left: 15px;
}
#migrationHubConfig .success {
	color: green;
}
#migrationHubConfig .sub-config input[type="number"] {
	width: 55px;
	float: left;
	margin-left: 50px;
}

#proxyConfig {
	font-size: 12px;
	height: 100%;
	padding: 3px 0;
	overflow-y: auto;
}
#proxyConfig .sectionHeading {
	width: auto;
	margin-top: 6px;
}
#proxyConfig .row {
	margin-left: 50px;
	margin-right: 0;
	margin-bottom: 5px;
}
#proxyConfig .cell {
	min-height: 15px;
	margin-left: 50px;
	vertical-align: middle;
}
#proxyConfig .sub-config-key {
	width: 110px;
	margin: 7px;
	text-align: right;
}
#proxyConfig .row .key {
	width: 250px;
}
#proxyConfig .sub-config {
	float: left;
}
#proxyConfig .cell .input-small {
	width: 55px;
}
#proxyConfig .disabled {
	color: lightgray;
}
#proxyConfig .row .error {
	padding-left: 15px;
}
#proxyConfig .error {
	color: red;
}
#proxyConfig .row .success {
	padding-left: 15px;
}
#proxyConfig .success {
	color: green;
}