#developer-toolbar {
  background-color: #005e84; /* old browsers */
  background-position: 0 0;
  background: -moz-linear-gradient(top, #117ba5 0%, #005e84 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#117ba5), color-stop(100%,#005e84)); /* webkit */
  background: -ms-linear-gradient(top, #117ba5 0%, #005e84 100%); /* ie */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#117ba5', endColorstr='#005e84',GradientType=0 ); /* ie */
  height:26px;
  line-height:26px;
  color: white;
}

@media screen and (max-width: 992px) {
  #developer-toolbar {
	display:none;
  }
}

#developer-toolbar form {
        margin: -2px 0 0 0;
        padding: 0;
}

#developer-toolbar tr { 
}

#developer-toolbar td a { 
  padding: 2px 5px;
  text-align: center; 
  color: white;
  text-decoration: none;
}

#developer-toolbar td a:hover { 
  text-decoration: none;
  border-bottom: solid 4px #e5173e;
}
#developer-toolbar #developer-search {
  color: white;
  font-size:90%;
  padding-top: 1px;
}

#developer-toolbar #developer-search input {
  padding: 0;
  width: 18em;
}

#developer-toolbar #developer-search input[type="submit"] {
  width: 3em;
  margin-right:3px;
  text-align:center;
}

#developer-toolbar td a.on {
  border-bottom: solid 4px #e5173e;
}

#developer-toolbar td a:hover.on {
  border-bottom: solid 4px #e5173e;
}

#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;
}

/* 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: #e1e1e1;
}

.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;
}
