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

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

.google-visualization-orgchart-table * {
  margin: 0;
  padding: 5px;
}

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

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

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

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

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

.google-visualization-orgchart-noderow-medium:has(.google-visualization-orgchart-node > .division) {
  display:none;
}

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

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

.google-visualization-orgchart-connrow-medium {
  height: 6px;
  font-size: 4px;
}

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

.google-visualization-orgchart-node {
  text-align: center;
  vertical-align: middle;
  font-family: arial,helvetica;
  cursor: default;
  border: 5px solid #e1e1e1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: rgba(0, 0, 0, 0) 0px;
  background-color: #ffffff;
  background: #ffffff;
  padding: 15px 10px 10px 10px;
  min-width: 125px;
}

.google-visualization-orgchart-node:hover {
  border: 5px solid #1E22AA;
  : #ffffff;
  background: #ffffff;
}

.google-visualization-orgchart-node:hover:has(> .specialdivision) {
  border: 5px solid #5d2b64;
}

a {
    text-decoration: none;
    color: #000;
}

.name {
  font-weight:bold;
  font-size: 1.2em;
  padding: 0px;
  color: #1e22aa;
}

.name:active {
  color:#1E22AA;
}
.name:hover {
  color: #1e22aa;
}

.specialdivision .name {
  color:#5d2b64;
}

.specialdivision .name:active {
  color:#5d2b64;
}

.specialdivision .name:hover {
  color:#5d2b64;
}
 
.title {
      /* color: #092c5e; */
      font-weight: bold;
      letter-spacing: .09px;
      }
 
.agency {
  padding:0 5px;
  letter-spacing: .09px;
}

.division {
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:.9em;
  padding: 0;
}

.subdivision {
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:.9em;
  padding: 0;
}

.google-visualization-orgchart-nodesel {
  border: 5px solid #1E22AA;
  : #ffffff;
  background: #ffffff;
}


.google-visualization-orgchart-node:has(> .division) {
  border: none;
  border-radius: 0px;
  background: #efefef;
}

.google-visualization-orgchart-node:has(> .subdivision) {
  border: none;
  background: #efefef;
}



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

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

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

.google-visualization-orgchart-linenode {
  border: 0;
}

.google-visualization-orgchart-lineleft {
  border-left: 1px solid #bcbcbc;
}

.google-visualization-orgchart-lineright {
  border-right: 1px solid #bcbcbc;
}

.google-visualization-orgchart-linebottom {
  border-bottom: 1px solid #bcbcbc;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }