/**
 * @file
 * Form Styling
 */
@font-face {
  font-family: 'velino-category';
  src: url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_ultra-black-webfont.svg#velino_ultra_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'velino-titles';
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_headline-black-webfont.svg#velino_headline_blackregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'velino-chronicles';
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.eot");
  src: url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.woff") format("woff"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.ttf") format("truetype"), url("/sites/all/themes/bilannew/fonts/velino_headline-book-webfont.svg#velino_headline_bookregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 9, ../sass/forms.scss */
.form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
  margin: 1.5em 0;
}
/* line 14, ../sass/forms.scss */
.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;
}
/* line 18, ../sass/forms.scss */
.form-item label {
  /* The label for a form element */
  display: block;
  font-weight: bold;
}
/* line 23, ../sass/forms.scss */
.form-item label.option {
  /* The label for a radio button or checkbox */
  display: inline;
  font-weight: normal;
}
/* line 28, ../sass/forms.scss */
.form-item .form-required {
  /* The part of the label that indicates a required field */
  color: #c00;
}
/* line 32, ../sass/forms.scss */
.form-item .description {
  /* The descriptive help text (separate from the label) */
  font-size: 0.85em;
}
/* line 37, ../sass/forms.scss */
.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" */
}
/* line 40, ../sass/forms.scss */
.form-item form {
  overflow: hidden;
}

/* line 45, ../sass/forms.scss */
.form-submit {
  /* The submit button */
  color: #0094da;
  text-align: right;
  height: 22px;
  width: auto;
  font-size: .9em;
  text-transform: uppercase;
  border: 0;
  padding: 0 4px;
  font-weight: bold;
  background: #f5f5f3;
}

/* #Buttons
================================================== */
/* line 68, ../sass/forms.scss */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.form-submit {
  background: #eee;
  /* Old browsers */
  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 0px;
  line-height: normal;
  padding: 2px 10px;
  color: #444444;
  font-size: 13px;
  font-weight: 900;
  float: right;
}

/* line 100, ../sass/forms.scss */
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.form-submit:hover {
  color: #222;
  background: #ddd;
  /* Old browsers */
  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

/* line 118, ../sass/forms.scss */
.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.form-submit:active {
  border: 1px solid #666;
  background: #ccc;
  /* Old browsers */
  background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */
  background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */
  background: #cccccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */
}

/* line 133, ../sass/forms.scss */
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width,
.form-submit.full-width {
  width: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
  float: right;
}

/* Fix for odd Mozilla border & padding issues */
/* line 143, ../sass/forms.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 150, ../sass/forms.scss */
.container-inline div,
.container-inline label {
  /* Inline labels and form divs */
  display: inline;
}

/* line 154, ../sass/forms.scss */
.form-item, .form-actions {
  margin: 15px 0 5px;
}

/* line 157, ../sass/forms.scss */
.tips {
  /* Tips for Drupal's input formats */
}

/* line 160, ../sass/forms.scss */
a.button {
  /* Buttons used by contrib modules like Media */
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
/* line 169, ../sass/forms.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/*
 * Search (search-block-form.tpl.php)
 */
/* line 177, ../sass/forms.scss */
#block-search-form {
  /* Wrapper for the search form */
}

/*
 * Drupal's default login form block
 */
/* line 184, ../sass/forms.scss */
#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.
   */
}
/* line 194, ../sass/forms.scss */
#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. */
}
/* line 199, ../sass/forms.scss */
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. */
}
/* line 204, ../sass/forms.scss */
#user-login-form li.user-link {
  /* The "Cancel OpenID login" link. */
  margin-top: 1.5em;
}

/* line 209, ../sass/forms.scss */
#user-login ul {
  margin: 1.5em 0;
}

/*
 * Drupal admin tables
 *
 * We overrode these styles in normalize.css, but restore them for the admin
 * section of the site.
 */
/* line 221, ../sass/forms.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 227, ../sass/forms.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 231, ../sass/forms.scss */
form tr.even {
  background-color: #fff;
}
/* line 235, ../sass/forms.scss */
form table .item-list ul {
  margin: 0;
}
/* line 238, ../sass/forms.scss */
form input {
  width: 100%;
}
/* line 240, ../sass/forms.scss */
form input.form-radio {
  width: 20px !important;
}
/* line 244, ../sass/forms.scss */
form .form-checkbox {
  width: auto;
}

/* line 253, ../sass/forms.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  border-bottom: 1px solid #ccc;
  /* IE doesn't display borders on table rows */
}

/*
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */
/* line 263, ../sass/forms.scss */
td.menu-disabled {
  background: #ccc;
}

/*TABLES*/
/*
http://icant.co.uk/csstablegallery/index.php?css=71

Data Tables and Cascading Style Sheets Gallery
Title: Casablanca
Author: RODrigo CASTilho Galvao Ferreira - RODCAST
URL: http://rodrigocastilho.com
Update: 04/04/2008 10:51 AM
*/
/* line 280, ../sass/forms.scss */
table {
  color: #444444;
  border-collapse: collapse;
  width: 100%;
}

/* line 286, ../sass/forms.scss */
tr.even,
tr.odd {
  background-color: #fdfdfa;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 291, ../sass/forms.scss */
table, caption {
  margin: 0 auto;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

/* line 298, ../sass/forms.scss */
caption, th, td {
  border-left: 0;
  padding: 8px 12px;
}

/* line 303, ../sass/forms.scss */
caption, thead th, tfoot th, tfoot td {
  background-color: #fdfdfa;
  color: #444444;
  text-transform: uppercase;
}

/* line 309, ../sass/forms.scss */
thead th {
  background-color: #fdfdfa;
  color: #444444;
  text-align: center;
  vertical-align: top;
  border-bottom: #9C9B9B 5px solid;
  border-top: 1px solid #ccc;
  border-right: 1px dotted #CCC;
  font-size: 0.938em;
  font-weight: 900;
}
/* line 319, ../sass/forms.scss */
thead th a {
  color: #444444 !important;
}

/* line 324, ../sass/forms.scss */
tbody th {
  padding: 20px 10px;
}

/* line 328, ../sass/forms.scss */
tbody tr.even {
  background-color: #F2F2EB;
  color: #444444;
}

/* line 333, ../sass/forms.scss */
tbody a {
  padding: 1px 2px;
  color: #444444;
  text-decoration: none;
}

/* line 339, ../sass/forms.scss */
tbody a:active, tbody a:hover, tbody a:focus, tbody a:visited {
  color: #444444;
}

/* line 343, ../sass/forms.scss */
tbody tr:hover {
  background-color: #dfdfd9;
  color: #444444;
}

/* line 348, ../sass/forms.scss */
tbody tr:hover a {
  color: #d41317;
}

/*
* Newsletter footer subscribe interest group
*/
/* line 361, ../sass/forms.scss */
#edit-mailchimp-lists-mailchimp-bilan-interest-groups {
  display: none;
}
