.test_mode {
    height: 37px;
    overflow: visible;
    color: #d8d8d8;
    font-size: 51px;
    line-height: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
    z-index: 15;
    position: relative;
}


#creator .twothirds {
    float:left;
    width: 75%;
}

#creator .onethird {
    float:left;
    width: 18%;
    margin-left: 2.25%;
}


#project-node-form label, #opening-paragraph-node-form label, #issue-node-form label, #closing-paragraph-node-form label {
   display: none;
}
#edit-scheduler-settings label {
    display: block;
}


#block-views-opening-paragraphs-block-1 h3, #block-views-opening-paragraphs-block-2 h3 {
	font-size: 1.25em;
	font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}

#creator .exp_filter_but input[type=submit] {
  background: #30c258;
  margin-top: 3px;
}

#creator .views-exposed-widgets {
  float:right;
}

#views-form-opening-paragraphs-block-2 legend span, #block-views-opening-paragraphs-block-5 legend span {
  color:white;
}

#edit-field-topic-usage {
  display: none;
}


#creator .actions {
  margin: 30px 0 40px 0;
  overflow: hidden;
}
#creator .actions input[type=submit] {
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 2px rgb(180, 180, 180);
  -webkit-box-shadow: 0 0 2px rgb(180, 180, 180);
  box-shadow: 0 0 2px rgb(180, 180, 180);
  margin: 5px 0;
}
#creator .actions input[type=submit] {
  width: auto;
  padding: 0 20px;
}

#creator .actions .prev {
  float: left;
  background: #5e5e5e;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5e5e5e), to(#3f3f3f));
  background-image: -webkit-linear-gradient(top, #5e5e5e, #3f3f3f);
  background-image:    -moz-linear-gradient(top, #5e5e5e, #3f3f3f);
  background-image:     -ms-linear-gradient(top, #5e5e5e, #3f3f3f);
  background-image:      -o-linear-gradient(top, #5e5e5e, #3f3f3f);
}
#creator .actions .prev:hover {
  background: #222;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3f3f3f), to(#222222));
  background-image: -webkit-linear-gradient(top, #3f3f3f, #222222);
  background-image:    -moz-linear-gradient(top, #3f3f3f, #222222);
  background-image:     -ms-linear-gradient(top, #3f3f3f, #222222);
  background-image:      -o-linear-gradient(top, #3f3f3f, #222222);
}
#creator .actions .next {
  float: right;
  background: #0b9444;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30c258), to(#219d43));
  background-image: -webkit-linear-gradient(top, #30c258, #219d43);
  background-image:    -moz-linear-gradient(top, #30c258, #219d43);
  background-image:     -ms-linear-gradient(top, #30c258, #219d43);
  background-image:      -o-linear-gradient(top, #30c258, #219d43);
}
#creator .actions .next:hover {
  /* background:
   * #8dc63f;
   * */
  /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a1df4d),
   * to(#8dc63f)); */
  /* background-image: -webkit-linear-gradient(top, #a1df4d, #8dc63f); */
  background-image:    -moz-linear-gradient(top, #a1df4d, #8dc63f);
  background-image:     -ms-linear-gradient(top, #a1df4d, #8dc63f);
  background-image:      -o-linear-gradient(top, #a1df4d, #8dc63f);
}

#creator input[type=submit] {
  width: auto;
  padding: 0 20px;
  margin: 5px 0 5px 2%;
  font-weight:300;
  font-size: 13px;
}

.sharelogo {
  float: right;
  max-width: 30%;
  margin: 0 0 10px 20px;
}

#edit-field-opening-para-usage,  #edit-field-closing-para-usage, #edit-field-project-notes-und-0-format-help {
  display:none
}

#creator .groupselect a:active {
    background: #8dc63f;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#a1df4d),to(#8dc63f));
    background-image: -webkit-linear-gradient(top,#a1df4d,#8dc63f);
    background-image: -moz-linear-gradient(top,#a1df4d,#8dc63f);
    background-image: -ms-linear-gradient(top,#a1df4d,#8dc63f);
    background-image: -o-linear-gradient(top,#a1df4d,#8dc63f);
}
        
#creator .groupselect a {
    float: left;
    width: auto;
    height: 38px;
    line-height: 38px;
    font-size: 1em;
    font-weight: bold;
    color: rgb(255,255,255);
    text-decoration: none;
    background: #5e5e5e;
    background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#5e5e5e),to(#3f3f3f));
    background-image: -webkit-linear-gradient(top,#5e5e5e,#3f3f3f);
    background-image: -moz-linear-gradient(top,#5e5e5e,#3f3f3f);
    background-image: -ms-linear-gradient(top,#5e5e5e,#3f3f3f);
    background-image: -o-linear-gradient(top,#5e5e5e,#3f3f3f);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 2%;
    margin: 0 1% 0 0;
}
