ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  color: #15428B;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
 
}

body
{
  padding: 20px;
  color: #15428B;
  font-family: Arial, sans-serif;
  font-size: 12px;
}


#sfWebDebug .sfWebDebugTop {
  overflow: auto;
  width: 99%;
}

#header {
    background: #7F99BE url(/images/layout-browser-hd-bg.gif) repeat-x center;
}
#header h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
}

h2.template_header {
  font-size: 1.5em;
  font-weight: heavy;
}
.question_text_editor {
  padding:0px;
  vertical-align:top !important;
  
}

.text_answer_editor input, .text_answer_editor p, .text_answer_editor blockquote, .text_answer_editor th, .text_answer_editor td,
.question_text_editor input, .question_text_editor p, .question_text_editor blockquote, .question_text_editor th, .question_text_editor td {
  margin:0 !important;
  padding:0 !important;
}

.addenda_selection_notes {
  margin-top: 5px;
  padding: 2px;
}

.addenda_select_option_header {
  color: red !important;
  font-weight: bold !important;
}

.addenda_component_preview_title {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 2px;
}
.addenda_component_preview {
  padding: 2px;
  border-bottom: 1px solid #A3A3A3;
}

.multiline_combo {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal !important;
    color:#555;
}

/* ExtJS button styles */

.tab_add {
    background-image:url(/images/tab_add.png) !important;
}
.logout {
    background-image:url(/images/user_red.png) !important;
}
.house {
    background-image:url(/images/house.png) !important;
}
.page_white_text {
    background-image:url(/images/page_white_text.png) !important;
}
.brick {
    background-image:url(/images/brick.png) !important;
}
.drive {
    background-image:url(/images/drive.png) !important;
}
.table {
    background-image:url(/images/table.png) !important;
}
.disk {
    background-image:url(/images/disk.png) !important;
}
.table_save {
    background-image:url(/images/table_save.png) !important;
}
.arrow_down {
    background-image:url(/images/arrow_down.png) !important;
}
.cancel {
    background-image:url(/images/cancel.png) !important;
}
.add {
    background-image:url(/images/addplus.png) !important;
}

.read_only_field {
  background-color: #E3E3E3;
}

.radio_label,
.checkbox_label {
  float: none !important;
  width: auto !important;
  display: inline !important;
}

#sales_dashboard_outer {
  width: 100%;
  height: 100vh;
}

#sales_dashboard_outer .snapshot_header {
  padding: 5px;
  background-color: #204A87;
  color: #FFF;
  font-weight: bold;
  font-size: 1.4em;
}

#sales_dashboard {

}
#sales_dashboard th,
#sales_dashboard td {
  padding: 3px;
  vertical-align: top;
  width: auto;
  min-width: 100px;
}
#sales_dashboard.consultant th,
#sales_dashboard.consultant td {
  min-width: 150px;
}
#sales_dashboard.consultant th.rightlabel,
#sales_dashboard.consultant td.rightlabel {
  display: none;
}

#sales_dashboard td.labelcolumn {
  background-color: #729FCF;
  color: #fff;
}

#sales_dashboard thead th,
#sales_dashboard tfoot td {
  background-color: #729FCF;
  color: #fff;
}

#sales_dashboard tbody td {
  background-color: #EEEEEC;
}

#sales_dashboard .dashboard_item_alert {
  color: #A40000;
}
#sales_dashboard .dashboard_item_alert a {
  color: #A40000;
}
#sales_dashboard tbody td.projected {
  background-color: #BABDB6;
}
#sales_dashboard tbody td.projected_prev_month {
  background-color: #EF9292;
}

.current_week td {
  background-color: #E9B96E !important;
}

.suburb_wrapper {
  padding: 5px;
  width: 100%;
}

.shire_overview,
.suburb_overview {
  border: 1px solid #000;
  background-color: #fff;
  border-collapse: collapse;
  margin: 5px;
}
.shire_overview th,
.suburb_overview th {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  border: 1px solid #000;
  color: #fff;
  background-color: #175e7c;
}
.shire_overview td,
.suburb_overview td {
  border: 1px solid #000;
  padding: 4px;
}

.shire_overview .label,
.suburb_overview .label {
  width: 200px;
}

.shire_overview .current_value,
.suburb_overview .current_value {
  width: 150px;
  color: #aeb0b2;
}

.suburb_overview .requires_site_inspection {
  background-color: #f442d9;
  font-weight: bold;
  text-align: center;
}

.suburb_overview .requires_site_inspection {
  background-color: #f442d9;
  font-weight: bold;
  text-align: center;
}

.suburb_overview .potential_septic_area {
  background-color: #c7f7b9;
  text-align: center;
}

#titles-avail-input {
    float: left;
    margin-right: 10px;
}

#titles-expected-input {
    display: inline-block;
}


.locked {
    color: #A0A0A0 !important;
}