/* Colors to use for scss files */
/* Images to use for scss files */
#formInstructions {
  margin-left: 24px;
  font-size: 14px;
  color: #555;
  width: 600px;
  margin-bottom: 16px; }

#formInstructions p {
  margin: 4px 0 8px; }

#formInstructions a {
  font-weight: bold; }

#formInstructions span {
  color: #114499;
  font-weight: bold; }

.seaphagesSubmitButton {
  float: right;
  margin-right: 24px;
  margin-bottom: 10px;
  margin-top: 12px;
  color: #eee;
  font-size: 16px;
  padding: 6px 24px;
  border: 1px solid #114499;
  background: #007acc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #19A3FF 0%, #004c7f);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #19A3FF), color-stop(100%, #004c7f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #19A3FF 0%, #004c7f);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #19A3FF 0%, #004c7f);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #19A3FF 0%, #004c7f);
  /* IE10+ */
  background: linear-gradient(to bottom, #19A3FF 0%, #004c7f);
  cursor: pointer;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.seaphagesSubmitButton:hover {
  color: #fff;
  background: #19A3FF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #66c2ff 0%, #007acc);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66c2ff), color-stop(100%, #007acc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #66c2ff 0%, #007acc);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #66c2ff 0%, #007acc);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #66c2ff 0%, #007acc);
  /* IE10+ */
  background: linear-gradient(to bottom, #66c2ff 0%, #007acc); }

.seaphagesForm {
  width: 590px;
  border: 1px solid #114499;
  background: rgba(204, 234, 255, 0.5);
  margin-left: 24px;
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #114499; }

.seaphagesForm.abstractForm {
  width: 720px; }

.seaphagesForm.abstractAuthorForm {
  width: 880px;
  margin-bottom: 40px; }

#formInstructions.wideInstructions {
  width: 880px; }

#formInstructions.wideInstructions p {
  margin: 12px 0; }

#formHeader {
  font-size: 18px;
  margin: 10px 0px 10px 16px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); }

.formTable label {
  display: inline-block;
  font-weight: normal;
  text-align: right;
  width: 160px;
  font-size: 11px; }

.formTable th {
  width: 160px; }

.formTable input {
  width: 300px; }

.formTable input[type="checkbox"] {
  width: 20px; }

.formTable select {
  max-width: 380px; }

label[for="picture-clear_id"] {
  text-align: left;
  width: 30px; }

span.helptext {
  color: #666;
  font-size: 10px; }

/* Error information */
ul.errorlist {
  margin: 0;
  padding: 0; }

.errorlist li {
  background: #C00;
  background: -moz-linear-gradient(top, #dd0000 0%, #880000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd0000), color-stop(100%, #880000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dd0000 0%, #880000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dd0000 0%, #880000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dd0000 0%, #880000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dd0000 0%, #880000 100%);
  /* W3C */
  color: #eee;
  display: block;
  font-size: 11px;
  margin: 0 0 3px;
  padding: 4px 6px; }

label.radio_label {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Yantramanav'; }

p.radio_info {
  margin: 10px 24px;
  font-size: 16px;
  font-family: 'Yantramanav'; }

.radio_divider {
  margin: 24px auto 16px;
  height: 1px;
  background: #114499;
  width: 550px; }

p.overdue {
  font-size: 18px;
  color: red; }

p.within_form {
  margin: 16px;
  font-size: 18px; }

/* Not yet modified */
/*





.phageForm p {
  margin-right: 20px;
  color: #333;
  font-size: 12px;
  text-align: right; }





#modphage {
  margin-left: 36px;
  margin-bottom: 16px; }

#thumbphage {
  margin-left: 36px;
  margin-bottom: 16px; }

#annophage {
  margin-left: 36px;
  margin-bottom: 16px; }

#modSubmitButton {
  padding: 3px 12px;
  color: #eee;
  font-size: 12px;
  border: none;
  background: #227722;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39c639', endColorstr='#0b280b');
  background: -webkit-gradient(linear, left top, left bottom, from(#39c639), to(#0b280b));
  background: -moz-linear-gradient(top, #39c639, #0b280b);
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px; }

#modSubmitButton:hover {
  color: #fff;
  background: #2d9f2d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60d260', endColorstr='#174f17');
  background: -webkit-gradient(linear, left top, left bottom, from(#60d260), to(#174f17));
  background: -moz-linear-gradient(top, #60d260, #174f17); }

#formReset {
  width: 48px;
  float: left;
  text-align: center;
  margin: 12px 10px 0 194px; }

label[for="plaque_file-clear_id"] {
  text-align: left; }

label[for="dnam_file-clear_id"] {
  text-align: left; }

label[for="em_file-clear_id"] {
  text-align: left; }

label[for="digest_file-clear_id"] {
  text-align: left; }

label[for="vdigest_file-clear_id"] {
  text-align: left; }

label[for="xml_file-clear_id"] {
  text-align: left; }

*/
/* Requirements list and popup boxes on annotation submission page*/
/*.requirements li {
    font-size: 14px;
    font-weight: bold;
    color: #B82500;
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
}

.requirements li:hover {
    color: #E62E00;
}

.requirementsBox {
        width: 720px;
        text-align: left;
        font-size: 12px;
        padding: 8px;
}

.requirementsBox p {
        margin-left: 12px;
        font-size: 14px;
}

.requirementsBox h4 {
        margin: 4px 0 4px 12px;
        font-size: 16px;
}
.requirementsBox li {
        margin-bottom: 4px;
        color: #555;
}

.requirementsBox li strong {
}

.requirementsBox li p {
        margin-left: 0;
        font-size: 11px;
        margin-top: 2px;
}

*/

/*# sourceMappingURL=seaphages_forms.css.map */
