/* SURVEY CSS */

div.survey label, div.survey-view label
{
    white-space: normal;
    float: none;
}

div.survey label input
{
    vertical-align: middle;
}

div.survey-edit table.list th
{
    vertical-align: middle;
}

div.survey-edit table.list button
{
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

h2.attributetype
{
    font-size: 1em;
}

div.survey-view .required
{
    font-weight: bold;
    color: #a00000;
}

div.survey form.float
{
    float: left;
    margin-right: 0.25em;
}

div.survey-submenu
{
    background-color: #fefefb;
}

div.survey-submenu ul
{
    margin: 0;
    padding: 0;
}

div.survey-submenu li
{
    font-size: 0.85em;
    margin: 0 0.25em 0 0;
    padding: 1px;
    background-image: none;
    list-style-type: none;
    float: left;
}

div.survey-submenu a
{
    color: #254B71;
    padding: 0 0.25em 0 0.25em;
    text-decoration: none;
}

div.survey-submenu a:hover
{
    color: #ffffff;
    background-color: #254b71;
}

div.survey-submenu span.current
{
    color: #254b71;
    background-color: #c8cfd7;
    padding: 0 0.25em 0 0.25em;
}

input.disabled
{
    background-color: #e0e0e0;
}

.float-break {
  height: 1%;
}

.float-break:after {
  content: "-";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.class-survey, .class-survey label {
  font-size: 12px;
  margin: 12px 0 8px 0;
}
.class-survey .button {
  margin: 10px 0 10px 0;
}
.class-survey input[type="checkbox"], .class-survey input[type="radio"] {
  margin-right: 10px;
}
.survey-view {
  margin-top: 20px;
}
.class-survey .message-warning h2 {
  position: relative;
  padding: 10px 10px 8px 8px;
  background: none;
  color: #000;
  font: normal 18px Georgia, serif;
  border-bottom: 0;
  text-transform: none;
}
.class-survey .message-warning {
    border: 3px solid #ff0000;
    padding: 5px;
    width: 80%;
    margin: 20px 0 10px 0;
}

/* Contest e-mail sign-up */
.alert-error {
  color:#f00000;
}
.alert-success {
  color:#000000;
}
.alert {
  clear: both;
  font-weight: bold;
}