/* Colors */
/* #0db02b; */
/* #0db02b; */
/* Overrides */
a:link, a:visited {
  color: #0c9a27; }

a:focus, a:hover {
  color: #72c045; }

a.collapse-toggle {
  color: #000; }

#header {
  color: #333;
  background: #fff;
  border-bottom: 8px solid #ff6600; }
  #header a:link, #header a:visited {
    color: #000; }

#user-tools a {
  border-bottom: none;
  text-decoration: underline; }
  #user-tools a:focus, #user-tools a:hover {
    color: #333; }

.module h2, .module caption, .inline-group h2 {
  background: #0c9a27; }

#branding h1 {
  color: #0c9a27; }

#branding a:link, #branding a:visited {
  color: #0c9a27; }

#version-number {
  font-size: 12px;
  color: #000; }

div.breadcrumbs {
  background: #0c9a27;
  color: #000; }
  div.breadcrumbs a {
    color: #fff; }
    div.breadcrumbs a:focus, div.breadcrumbs a:hover {
      color: #fff; }

#changelist-filter a:focus, #changelist-filter a:hover {
  color: #0c9a27; }

#changelist-filter li.selected a {
  color: #0c9a27; }
  #changelist-filter li.selected a:focus, #changelist-filter li.selected a:hover {
    color: #0c9a27; }

.object-tools a:focus, .object-tools a:hover {
  background-color: #333; }

.button, input[type=submit], input[type=button], .submit-row input, a.button {
  background: #72c045;
  color: #fff; }

.button:active, input[type=submit]:active, input[type=button]:active, .button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=button]:hover {
  background: #333; }

.button.default, input[type=submit].default, .submit-row input.default {
  background: #0c9a27; }

.button.default:active, input[type=submit].default:active, .button.default:focus, input[type=submit].default:focus, .button.default:hover, input[type=submit].default:hover {
  background: #000; }

/* Better spacing for grouped fields */
fieldset .field-box {
  float: none;
  display: inline-block;
  width: 350px;
  vertical-align: top; }

#test-results {
  table-layout: fixed;
  width: initial; }
  #test-results th:first-of-type {
    vertical-align: bottom;
    width: 9em; }
  #test-results th.label {
    overflow: hidden;
    max-width: 1em;
    height: 30em; }
    #test-results th.label b {
      min-width: 30em;
      padding-left: 1em;
      display: inline-block;
      -webkit-transform: rotate(270deg) translate(-15em, -15em);
      transform: rotate(270deg) translate(-15em, -15em); }

.datetimeshortcuts {
  margin-right: 1em; }

.print {
  display: none; }

#content-main > form {
  margin-bottom: 60px; }

.change-form .submit-row {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  margin-bottom: 0;
  border-radius: 0; }
