#developer-toolbar {
  font-size: 85%;
  background-color: #000000;
  color: white;
  height: 37px;
}

#developer-toolbar form {
  margin-top: 0;
  margin-right: 3px;
  padding: 0;
}

#developer-search input {
  padding: 0 5px!important;
  border-radius: .3rem;
  font-size: 100%!important;
}

#developer-toolbar tr { 
  border-top: 0;
}

#developer-toolbar td a { 
  border: solid 1px #58AC25;
  padding: 1px 4px;
  line-height: 2em;
  text-align: center; 
  color: white;
  text-decoration: none;
  border-radius: .3rem;
}

#developer-toolbar td a:hover { 
  text-decoration: none;
  color: #FFFFFF;
  background-color: #58AC25;
}
#developer-toolbar #developer-search {
  color: white;
}

#developer-toolbar #developer-search input {
  padding: 0;
  font-size: 85%;
}

#developer-toolbar td a.on {
  background-color: #58AC25;
}

#developer-toolbar td a:hover.on {
  border: solid 1px #58AC25;
  background: #000;
}

#developer-toolbar .actions { 
  padding: 0;
  margin: 0;
}

#developer-toolbar .actions ul { 
  margin: 0;
  padding: 0;
  display: inline;
  border: none;
}

#developer-toolbar .actions ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  display: inline;
}

#developer-toolbar .actions ul li span {
  display: none;
}

/* ADP Reveal mode */

div.developer-support-adp-box-on {
  background-color: #fcc;
  border-style: solid;
  border-color: #f33;
  border-width: 1px;
}

div.developer-support-adp-box-off {
  background-color: inherit;
  border-width: 0px;
}

span.developer-support-adp-file-on {
  font-size: 80%;
  line-height: 1.3em;
  margin-left: 1em;
  font-weight: bold;
}

span.developer-support-adp-file-off {
  display: none;
}

div.developer-support-adp-output-on {
  background-color: #fff;
  border-style: solid;
  border-color: #777;
  border-width: 1px 0px 0px 0px;
  padding: 3px;
  line-height: 1.2em;
}

div.developer-support-adp-output-off {
  background-color: inherit;
  border-width: 0px;
  padding: 0px;
}

/* Developer-support footer */

.developer-support-footer {
  clear: both;
  padding: 6px;
  border: solid 1px gray;
  background-color: #000;
  color: #fff!important;
}

.developer-support-footer .table {
  color: #fff;
}

.developer-support-footer-off {
        display: none;
}

/* Debug tags normally display: none */ 
div.developer-support-debug {
        display: block;
        border: 1px solid red;
}
span.developer-support-debug {
        display: inline;
        color: red;
}
