
/** Organogram **/

.version-container {
	border-top: 1px solid #d7d0ca;
	border-left: 1px solid #d7d0ca;
	border-right: 1px solid #d7d0ca;
	padding: 10px 5px 10px 5px;
	margin: 5px 0 15px 0;
	clear: both;
	display: block;
}

.jit-autoadjust-label {
	padding: 15px;
}

#update, #restore {
	text-align: center;
	width: 100px;
	margin: 0px 35px 10px 35px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 0.5em 1em 0.55em;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#ededed');
}

.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#dcdcdc');
}

.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

#amount {
	width: 77px;
	background: none
}

.text {
	margin: 7px;
}

#inner-details {
	font-size: 0.8em;
	list-style: none;
	margin: 7px;
}

#waiting {
	cursor: wait;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 600px;
	text-align: center;
	top: 0;
	left: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #23A4FF;
	z-index: 1002;
}

#waiting img {
	margin-top: 450px
}

#infovis {
	position: relative;
	width: inherit;
	height: 600px;
	margin: auto;
	overflow: hidden;
}

/*TOOLTIPS*/
.tip {
	color: #111;
	width: 139px;
	background-color: white;
	border: 1px solid #ccc;
	-moz-box-shadow: #555 2px 2px 8px;
	-webkit-box-shadow: #555 2px 2px 8px;
	-o-box-shadow: #555 2px 2px 8px;
	box-shadow: #555 2px 2px 8px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 7px;
}

#info-box {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 370px;
	display: none ;
	z-index: 1001;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
#info-box  ul li {
    list-style-position: outside;
    padding: 2px 0 1px 0px !important;
}

#info-box-content {
	padding: 10px 10px;
	margin-top: 0px;
	max-height: 580px;
	overflow: auto;
}
#info-box-content h2, #info-box-content h2 a {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 0 0;
	font-weight: bold;
	max-width: 310px;
}

#info-box-close {
	position: absolute;
	left: 320px;
	top: 0;
	height: 31px;
	width: 31px;
	cursor: pointer;
}

#selected-node-id {
	display: none
}

#slider {
	width: 365px;
	float: left;
	margin-right:20px;
	margin-top: 4px
}

#jit-container {
	position: relative;
	cursor: move;
	font-size: 12px;
}

#jit-container-static {
	position: relative;
	font-size: 12px;
	height: 1010px;
}

#jit-navigation {
	opacity: 0.9;
	font-size: 0.8em;
}

#info-box, #jit-navigation {
	cursor: default;
}

#infovis-static-section1 {
	width: 672px;
	height: 120px;
}

#infovis-static-section2 {
	width: 672px;
	height: 150px;
}

#infovis-static-section3 {
	width: 672px;
	height: 740px;
}

#jit-container .node, #jit-container .node2 {
	font-size: 11px;
	width: 125px;
	text-align: center;
	padding: 4px 14px 5px 10px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
}

#jit-container-static .node, #jit-container-static .node2 {
	font-size: 11px;
	width: 113px;
	text-align: center;
	padding: 5px 6px 5px 6px;
	cursor: pointer;
	font-weight: bold;
	position: relative;
	word-wrap: normal;
}

.node {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	user-select: none;
}

#jit-container-static a {
	text-decoration: none;
}

.node2, .node-info {
	display: none
}

.show-icon {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 0px;
	right: 4px;
	cursor: pointer;
}

.version-style {
	border: 0;
	font-weight: bold;
}

.organigram {
	margin-bottom: 5px
}

.organigram li {
	padding-left: 20px
}

ul.list-items {
	list-style: disc;
	padding-left: 20px;
	margin-top: 5px
}

.list-items li {
	margin-bottom: 10px
}

.list-margin-bottom li {
	margin-bottom: 10px
}

.list-margin-bottom li:last-child {
	margin-bottom: 0
}

.organigram-section {
	margin: 15px 0;
}
.organigram-section-no-margin {
	margin: 0px;
}

.organigram-sub-section {
	padding: 0px 10px;
	margin: 5px 0 0 5px
}
.move {
	cursor: move !important;
}
.no-link {
	cursor: default !important;
}


.clear-820 {
	display: none;
}

.clear-320 {
	display: none;
}

.main-width-wide-responsive {
	width: 100%
}

.main-width-wide-responsive {
	background-color: none;
}

@media ( max-width : 820px) {
	.clear-820 {
		display: block;
		width: 100%;
		clear: both;
		height: 7px
	}
	#slider {
		width: 100%;
	}
	.version-container {
		padding: 15px
	}
	.fieldsWrapper {
		width: 100%;
	}
}

@media ( max-width : 420px) {
	#info-box { width: 90%}
	#info-box-close { 
	left: auto;
	right: 5px
	}
}

@media ( max-width : 320px) {
	.clear-320 {
		display: block;
		width: 100%;
		clear: both;
		height: 7px
	}
}