/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.burren_accordion_graph_table {
    width: 100%;
    border: none !important;
}

.burren_accordion_graph_table .show_hide {
    display: none;
}

.burren_accordion_graph_table .comment_link {
    text-decoration: underline;
}

.burren_accordion_graph_table .show_datapoint {
    text-decoration: underline;
}


canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    color: white;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    /*pointer-events: none;*/
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-style: none;
}

.burren-no-border {
    border-style: none;
    border: none;
}

.burren-no-border td {
    border-style: none;
    border: none;
}

.burren-no-border th {
    border-style: none;
    border: none;
}

.marked-tr {
    /*background-color: #ff0000;*/
    background-color: #D5D5D5;
}

#loadingMessageRainfall,
#loadingMessageRiverlevel {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#spinner-id,
 {
  /*display:none;*/
  position: relative;
  background: #333;
  height: 325px;
  width: 400px;
}