// Place all the styles related to the Fires controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/


// local application styles

#content_wrap > td {
  padding: 10px 0px 10px 0px;
}

.background {
  background-color: #cc9;
}

.fire-reporting-content {
  padding: 15px;
  background-color: #EBE3C0; /* mediumsand */
}

form.edit_fire label {
  font-weight: normal;
}

.flash {
  width: 500px;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
  background-color: #eee;
  border: 1px solid black;
}

#area_wildfire_statistics th {
  font-size: 12px;
  font-weight: normal;
  vertical-align: bottom;
}
#area_wildfire_statistics td {
  text-align: center;
}

table.filter-form {
  border-spacing: 10px; 
  border-collapse: separate; 
  background-color: tan; 
  border: 1px solid black
}

table.index-list {
  border-spacing: 2px; 
  border-collapse: separate;
}

.list-header {
  background-color: tan;
}

.list-header th {
  padding-left: 3px;
  padding-right: 3px;  
}

.list-header a {
  color: blue;
  font-weight: bold; 
}

.list-entry {
  background-color: cornsilk;
}

.list-entry td {
  padding-left: 3px;
  padding-right: 3px;
}

table.padded td, th {
  padding-left: 3px;
  padding-right: 3px;
}

th, td {
  vertical-align: top;
}

th {
  font-size: 12px;
}

textarea {
  height: 100px;
  width: 500px;
}

[disabled] {
  background-color: rgb(225, 225, 225);  
}

.section-head { 
  padding-top: 10px;
  font-family: Arial,Helvetica,Verdana,Geneva,sans-serif; 
  font-size: 11pt; 
  font-weight: bold; 
}

.field-head {
  font-style: italic;
  text-align: center;
}

.field-label {
  
}

.field-data {
  font-weight: bold;
  padding-left: 3px;
}

.right-aligned {
  text-align: right;
  margin-left: auto;
  margin-right: 0px;
}

.centered {
  text-align: center;
}

.numeric {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.indented {
  padding-left: 25px !important;
}

.didactic {
  font-size: 12px;
  color: gray;
}

div.exception {
  border:2px solid red; 
  padding: 5px; 
  background-color:#EEE; 
  color:red
}

/*
 * set up styles for errors/warnings
 * the following section defines error styling entirely
 * warning styling overrides select attributes, below
 */
#error_explanation, #warning_explanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#error_explanation h2, #warning_explanation h2 {
  text-align: center;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 15px;
  line-height: 17px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;   
}

#error_explanation ul li, #warning_explanation ul li {
  font-size: 12px;
  list-style: square; 
}

.inline_error_div {
  width: 450px;
  padding: 7px;
  border: 2px solid red;
  background-color: #f0f0f0;
}

.inline_error_message {
  padding: 0px 2px 0px 2px;
  font-weight: bold;
  color: red !important;
  background-color: #f0f0f0;
}

.field_with_errors, .field_with_warnings {
  padding: 2px;
  margin-left: inherit;
  margin-right: inherit;
  background-color: red;
  display: table; 
}

/*
 * styles for warnings, overriding default error styles
 */
#warning_explanation {
  border: 2px solid tan;
}

#warning_explanation h2 {
  background-color: tan;  
}

.field_with_warnings {
  background-color: tan;
}
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.
 *

 *
*/


