/* Styles for the Thresholds panel */

/* The panel containing all time period options */
#thresh_time_panel {
 font-size: 14px;
}

.scout_param_table_cell_radio {
 display: table-cell;
 width: 25px;
 padding: 4px 8px;
 vertical-align: top;
}
.scout_param_thresh_options {
 display: none;
 margin: 0px 0px 0px 10px;
 font-size: 14px;
}

#scout_thresh_plot_button {
 display: inline-block;
 margin: 0px auto;
 padding: 6px 14px;
 border-radius: 20px;
 background-color: #008800;
 color: #FFFFFF;
 font-size: 16px;
 cursor: pointer;
}
 #scout_thresh_plot_button i {
  margin-right: 5px;
 }
#thresh_submit_error {
 display: block;
 margin: 20px auto;
 color: #AA0000;
}
 #thresh_submit_error i {
  color: #FFCC00;
 }

.scout_thresh_extra_options {
 display: block;
 margin: 5px 10px 5px 24px;
 font-size: 12px;
}
 .scout_thresh_extra_options input {
  font-size: 12px;
 }
  .scout_thresh_extra_options_table {
   display: table;
  }
   .scout_thresh_extra_options_tr {
    display: table-row;
   }
    .scout_thresh_extra_options_td {
     display: table-cell;
     padding: 4px 8px;
    }

#thresholds_results {
 display: none;
}

.scout_thresh_stats_recap {
 display: block;
 padding: 8px 4px;
 margin-bottom: 10px;
 border-radius: 10px;
 background-color: #EAEDFB;
 font-size: 13px;
}
 .scout_thresh_stats_recap ul {
  margin: 0px;
  padding: 0px 5px 0px 15px;
 }
  .scout_thresh_stats_recap li {
  }

.scout_thresh_stats_table {
 display: table;
 width: 100%;
}
 .scout_thresh_stats_tr_prim {
  display: table-row;
  font-size: 16px;
 }
 .scout_thresh_stats_tr_seco {
  display: table-row;
  font-size: 14px;
 }
 .scout_thresh_stats_hr_top {
  border-top: 1px solid #000000;
 }
  .scout_thresh_stats_td_field {
   display: table-cell;
   padding: 4px 8px 4px 0px;
   font-weight: bold;
   text-align: left;
  }
  .scout_thresh_stats_td_value {
   display: table-cell;
   padding: 4px 8px 4px 0px;
   text-align: left;
  }
.scout_thresh_stats_avail {
 display: block;
 margin: 10px 0px;
 text-align: center;
 font-style: italic;
 font-size: 13px;
}
 .scout_thresh_stats_td_field i {
  margin-left: 3px;
  color: #4156A1;
  font-size: 11px;
  vertical-align: super;
 }
 .scout_thresh_stats_avail i {
  margin-right: 5px;
  color: #4156A1;
  font-size: 11px;
 }

.scout_thresh_viz_bar {
 display: block;
 padding: 6px;
 text-align: center;
}
 .scout_thresh_viz_bar input {
  margin-left: 15px;
 }
.scout_thresh_viz_display {
 display: none;
 padding: 10px 0px;
}
 .scout_thresh_viz_display_info {
  display: block;
  font-size: 13px;
 }
 .scout_thresh_viz_display_chart {
  display: block;
  width: 100%;
  height: 310px;
  overflow-y: scroll;
  margin: 10px auto;
 }

.scout_thresh_export {
 display: inline-block;
 float: right;
 padding: 5px 5px 10px 5px;
 color: #4156A1;
 text-decoration: underline;
 cursor: pointer;
}
 .scout_thresh_export i {
  margin-right: 5px;
 }
#scout_thresh_annsum_csv, #scout_thresh_streaks_csv {
 display: none;
 visibility: hidden;
}