/* Space out content a bit */
body {
  padding-bottom: 20px;
  font-size: 17px;
  line-height: inherit;
}

.monospace{
  font-family: "Courier New", Courier, monospace;
}

.navbar {
  border-radius: 0;
  padding: 0px 10%;
  min-height: 60px;
}

.navbar-nav {
  min-height: 60px;
}

.navbar .navbar-text {
  color: #ddd;
}

.nav-link {
  color: #fff;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #ccc;
}

.bg-nav {
  background-color: #2c3e50;
}

.navbar-nav .nav-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-nav .nav-item.active {
  background-color: #1a242f;
  color: white;
}

.spacer { height: 50px;}

.panel-group { margin-bottom: 20px;}
.panel-group a:hover { text-decoration: none;}

.csv-results { width: 100%; background-color:#ECF0F1; }

.label:hover { text-decoration: none; }
.footer-brand { margin-bottom: 10px; height: 20px;}

.form-horizontal .control-label {
  padding-top: 11px;
  font-weight: bold;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.jumbotron li {
  font-size: 16px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.nowrap { white-space:nowrap; }

/* Tables on Listing Pages */

.listing td {
  padding: 0.5em 0;
  vertical-align: middle;
}

.bar {
  padding: 0.4em 0;
  position: relative;
  width: 50%;
}

.bar span { 
  background: #ecf0f1;
  border-left: 1px solid #ecf0f1;
  border-radius: 3px;
  display: block;
  font-weight: bold;
  height: 100%;
  overflow: visible;
}

.bar span strong { 
  display: block; 
  font-weight: normal; 
  padding: 0.3em 0.5em; 
}

.listing .bar span strong { padding: 0.2em 0.5em; }

.listing thead {
  background-color: #ffffff;
  cursor: pointer;
}

.listing th span {
  color: #027BB6;
  cursor: pointer;
}

.plusminus{
  padding-right: .4em;
}

.border-light {
  border-color: #ecf0f1 !important;
}

.btn-success {
  background-color: #1478bc;
  border-color: #1478bc;
}

.btn-info, .bg-info {
  color: #fff !important;
  background-color: #1F5D85 !important;
  border-color: #1F5D85 !important;
}

.btn-secondary {
  background-color: #4A5758;
  border-color: #4A5758;
}

.btn-danger {
  background-color: #B01A09;
  border-color: #B01A09;
}

.btn-outline-info {
  color: #1F5D85;
  border-color: #1F5D85;
}

.lead {
  font-size: 1.5rem;
  font-weight: 400;
}

.form-group {
  margin-bottom: 15px;
}

.w-80 {
  width: 80%;
}

table tr:last-of-type {
  border-bottom: transparent;
}

a {
  text-decoration: none;
  color: #1378BB;
}

.container a:hover {
  color: #1478bc;
  text-decoration: underline;
}

code {
  padding: 2px 4px;
  background-color: #f9f2f4;
  color: #980C4E;
}

.alert-dismissible .btn-close {
  /*moves close button back to the left*/
  position: relative;
  padding: 0px 5px;
}

.nav-link:focus, .nav-link:hover {
  color: #ccc;
}

@media (max-width: 991px) {
  .navbar-nav {
    max-width:175px;
  }
}

@media (max-width: 508px) {
  .navbar-nav {
    margin-right:auto !important;
  }

  .navbar-nav, .nav-item {
    margin-left: 0px !important;
  }
}

.detail {
  border-bottom: 2px solid #ebebeb;
}

.detail * {
  margin-bottom: 0;
}

.acct-section > div {
  margin-top: 35px;
}

.acct-section h3 {
  color: #757575;
}

.acct-section h2 {
  border-bottom: 1px solid #929292;
}

.container .btn:hover {
  color: white;
}

.fa-files-o {
  color: #929292;
}

.copied {
  animation-name: blink;
  animation-timing-function: ease-out;
  animation-duration: 1s;
}

.accordion-button.collapsed::after, .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#copy {
  background-color: white;
  border-color: white;
  padding-top: 0;
  padding-bottom: 0;
}

@keyframes blink {
  0% {
    background: #28a745;
  }
  100% {
    background: transparent;
  }
}