/* Copyright 2008 Google Inc. All Rights Reserved. */

.orgchart-table {
  border: 0;
  text-align: center;
}

.orgchart-table * {
  margin: 0;
  padding: 2px;
}

.orgchart-space-small {
  width: 4px;
  height: 1px;
  border: 0;
}

.orgchart-space-medium {
  width: 10px;
  height: 1px;
  border: 0;
}

.orgchart-space-large {
  width: 16px;
  height: 1px;
  border: 0;
}

.orgchart-noderow-small {
  height: 12px;
  border: 0;
}

.orgchart-noderow-medium {
  height: 30px;
  border: 0;
}

.orgchart-noderow-large {
  height: 46px;
  border: 0;
}

.orgchart-connrow-small {
  height: 2px;
  font-size: 1px;
}

.orgchart-connrow-medium {
  height: 18px;
  font-size: 4px;
}

.orgchart-connrow-large {
  height: 10px;
  font-size: 8px;
}

.orgchart-node {
  text-align: center;
  vertical-align: top;
  cursor: default;
  border: 2px solid #b5d9ea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  background-color: #edf7ff;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf7ff), to(#cde7ee));
}

.orgchart-nodesel {
  border: 2px solid #e3ca4b;
  background-color: #fff7ae;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff7ae), to(#eee79e));
}

.orgchart-node-small {
  font-size: 0.6em;
}

.orgchart-node-medium {
  font-size: 0.8em;
}

.orgchart-node-large {
  font-size: 1.2em;
  font-weight: bold;
}

.orgchart-linenode {
  border: 0;
}

.orgchart-lineleft {
  border-left: 2px solid #ccc;
}

.orgchart-lineright {
  border-right: 2px solid #ccc;
}

.orgchart-linebottom {
  border-bottom: 2px solid #ccc;
}

.orgchart-lineleft-dashed {
  border-left: 2px dashed #ccc;
}

.orgchart-linebottom-dashed {
  border-bottom: 2px dashed #ccc;
}

.orgchart-lineright-dashed {
  border-right: 2px dashed #ccc;
}

table {
  border-collapse: separate;
  width: 100%
}

.orgchart-table hr {
  height: 1px;
  padding: 0px !important;
  margin: 5px !important;
  background-color: black;
}

.org_title1 {
  font-weight: 800;
  font-size: 14px;
  white-space: normal;
}

.org_title2 {
  font-weight: 600;
  white-space: nowrap;
}

.chart {
  width: 100%;
  position: relative;
}

.row {
  margin: 0 !important;
}

.orgchart-table td,
.orgchart-space-medium {
  width: 2%;
  max-width: 2%;
  min-width: 2%;
}

.orgchart-node-medium {
  font-size: 11px;
}

.team {
  min-height: 90px !important;
  height: 90px;
}

.upper_mgt {

  border: 1px white dashed;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.division {

  background-color: white;
  border: 1px blue dashed;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  border-radius: 10px;
}



.division_legend {
  width: auto;
  color: #22366c;
  margin-top: 0px;
  margin-left: 15px;
  margin-bottom: 0px;
  padding: 3px;
  background: #ffffff;
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  border-radius: 5px;
  font-size: 11px;  
  position: relative;
  display: inline;
  top:-15px;

}