/**
 * @file
 * Form Styling
 */


.form-item /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1.5em 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 1px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.form-required /* The part of the label that indicates a required field */ {
  color: #c00;
}

.form-item .description /* The descriptive help text (separate from the label) */ {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0; /* Drupal core uses "0.4em 0" */
}

.form-submit /* The submit button */ {
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}


/*
 * Search (search-block-form.tpl.php)
 */
#block-search-form /* Wrapper for the search form */ {
}


/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}


/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */

#user-login-form ul /* OpenID creates a new ul above the login form's links. */ {
  margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
}

html.js #user-login-form li.openid-link,
#user-login-form li.openid-link /* The "Log in using OpenID" link. */ {
  margin-top: 1.5em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1.5em;
}

#user-login ul {
  margin: 1.5em 0;
}


/*
 * Drupal admin tables
 *
 * We overrode these styles in html-reset.css, but restore them for the admin
 * section of the site.
 */

form th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody {
  border-top: 1px solid #ccc;
}

form tr.even {
  background-color: #fff;
}

form table .item-list ul {
  margin: 0;
}

#webform-component-artist-data { display: none; }

.webform-client-form {

}

.webform-client-form .form-item,
.entityform .form-item {
  margin: 0 0 1em 0;
}

.webform-client-form label,
.entityform label {
  color: #666;
  margin: 0;
  clear: both;
}

.webform-client-form input[type="text"],
.webform-client-form input[type="email"],
.webform-client-form input[type="number"],
.webform-client-form select,
.webform-client-form textarea,

.entityform input[type="text"],
.entityform input[type="email"],
.entityform input[type="number"],
.entityform select,
.entityform textarea
 {
  border: 1px solid #CCC;
  padding: 5px;
  margin: 0 0 5px 0;
  font-size: 1em;
}

.webform-client-form div.description,
.entityform div.description {
  clear: both;
  color: #666;
}

.webform-client-form .webform-component-fieldset,
.entityform fieldset {
  border: 1px dashed #ccc;
  color: #666;
  padding: 1em 2em;
}

form.confirmation {
  background: #fff;
  margin: 20px;
  padding: 2em;
}

#node-150,
#node-157,
#node-175,
#node-176,
#node-177,
#node-190,
#node-339,
#node-645,
#node-648,
#node-656,
#node-657,
#node-821,
#node-822,
#node-1092,
#node-1137,
#node-1138,
#node-1258,
#node-1309,
#node-1322,
#node-1327,
#node-1356,
#node-1408,
#node-1413,
#node-1451 {
  margin: 20px;
  padding: 20px;
  background: #fff;
}

#node-150 h1,
#node-157 h1,
#node-150 h3,
#node-157 h3,
#node-175 h3,
#node-176 h3,
#node-177 h3,
#node-190 h3,
#node-339 h3,
#node-645 h3,
#node-648 h3,
#node-656 h3,
#node-657 h3,
#node-821 h3,
#node-822 h3,
#node-1092 h3,
#node-1137 h3,
#node-1138 h3,
#node-1258 h3,
#node-1309 h3,
#node-1322 h3,
#node-1327 h3,
#node-1356 h1,
#node-1356 h3,
#node-1408 h1,
#node-1408 h3,
#node-1413 h1,
#node-1413 h3,
#node-1451 h3 {
  margin: 0;
}

#node-150 .submitted,
#node-157 .submitted,
#node-175 .submitted,
#node-176 .submitted,
#node-177 .submitted,
#node-190 .submitted,
#node-339 .submitted,
#node-645 .submitted,
#node-648 .submitted,
#node-656 .submitted,
#node-657 .submitted,
#node-821 .submitted,
#node-822 .submitted,
#node-1092 .submitted,
#node-1137 .submitted,
#node-1138 .submitted,
#node-1258 .submitted,
#node-1309 .submitted,
#node-1322 .submitted,
#node-1327 .submitted,
#node-1408 .submitted,
#node-1413 .submitted,
#node-1451 .submitted {
  display: none;
}

.page-eform-submit-artistas-locales-2014 #main,
.page-eform-artistas-locales-2014 #main,
.page-eform-submit-artistas-locales-2015 #main,
.page-eform-artistas-locales-2015 #main,
.page-eform-submit-artistas-locales-2016 #main,
.page-eform-artistas-locales-2016 #main {
  background: #F0F0F0;
}
.page-eform-submit-artistas-locales-2014 #main #content,
.page-eform-artistas-locales-2014 #main #content,
.page-eform-submit-artistas-locales-2015 #main #content,
.page-eform-artistas-locales-2015 #main #content,
.page-eform-submit-artistas-locales-2016 #main #content,
.page-eform-artistas-locales-2016 #main #content {
  margin: 20px;
  padding: 20px;
  background: #fff;
  width: 900px;
}

input[type="submit"][value="Upload"] { display: none; }
