body {
    background: #AAA;
    font-family: arial;
    margin: 5px !important;
}

#nav {
    padding-bottom: 5px;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

#jump-nav {
    color: lightgray;
}

.vendor-h1 {
    color: white;
    background: black;
    padding: 10px;
    margin-top: 0px;
}

.region-h2 {
    color: white;
    background: black;
    padding: 2px 5px;
    margin-top: 0px;
}

.vendor-div {
    border: 5px black solid;
    margin-bottom: 10px;
}

.region-div {
    margin: 10px 20px;
    border: 2px black solid;
    background: #CCC;
}

.title-vm-count {
    font-size: 0.6em;
}

.vm-count {
    float: right;
    font-size: 0.6em;
    margin: auto;
}

.table-div {
    padding: 10px;
}

.vm-table {
    width: 100%;
    border-collapse: collapse;
}

table.vm-table td, table.vm-table th {
  border: 1px solid #4A4A4A;
  padding: 3px 2px;
}

table.vm-table tbody td {
  font-size: 13px;
  color: black;
  padding: 5px 8px;
}

table.vm-table tbody tr:nth-child(even) {
  background: #FFF;
}

table.vm-table thead {
  background: #000000;
  border-bottom: 3px solid #000000;
}

table.vm-table thead th {
  font-size: 15px;
  font-weight: bold;
  color: #E6E6E6;
  text-align: center;
  border-left: 2px solid #4A4A4A;
}

table.vm-table thead th {
  border-left: 1px black solid;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.status-unknown {
    width: 15px;
    height: 15px;
    background: #CCC;
    border: 1px black solid;
    border-radius: 50%;
    display: flex;
    margin: auto;
}

.status-up {
    width: 15px;
    height: 15px;
    background: green;
    border: 1px black solid;
    border-radius: 50%;
    display: flex;
    margin: auto;
}

.status-down {
    width: 15px;
    height: 15px;
    background: red;
    border: 1px black solid;
    border-radius: 50%;
    display: flex;
    margin: auto;
}

.accordion-header {
    cursor: pointer;
}

.accordion-button {
    background: black !important;
    color: white !important;
    box-shadow: none !important;
    font-size: 2rem !important;
    padding: 0px;
}

.accordion-button::after {
    fill: white !important;
    margin-left: 1px !important;
}
.accordion-button:not(.collapsed)::after {
    fill: white !important;
    margin-left: 1px !important;
}

a {
    color: black !important;
}

a.open-link::after {
    content: "";
    background-image: url('/static/icons/open.png');
    display: inline-block;
    background-size: 10px 10px;
    height: 10px !important;
    width: 10px !important;
    margin-left: 3px;
}

.akamai-logo {
    width: 18px;
}

.tata-logo {
    width: 19px;
}

.thg-logo {
    width: 18px;
}

.route-logo {
    width: 18px;
    position: relative;
}

.edit-logo {
    width: 18px;
    position: relative;
    top: -1px;
}

.loader {
  width: 15px;
  height: 15px;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  display: flex;
  margin: auto;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-bottom-color: blue; //#FF3D00
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mtr-readout {
    min-height: 250px;
}

#mtrBody h1 {
    font-size: 1.5em;
}

#mtrBody h2 {
    font-size: 1.25em;
}

#mtrBody pre {
    font-size: 0.75em;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
}

#status-key, #footer-email {
    font-size: 0.75rem;
}

.penalty-status-up {
    background-color: rgb(25,135,84);
}

.penalty-status-down {
    background-color: rgb(220,53,69);
}

.penalty-status-unknown {
    background-color: #AAA;
}

.details-header {
    background: #DDD;
}
