.datatable {
    float:left;
    width:20%;
}

.datatable_device {
    float:left;
    width:100%;
}

.data_header {
}

.fontsize20pt {
    font-size:20pt;
}

.margin_t20 {
    margin-top:20px;
}

.margin_b20 {
    margin-bottom:20px;
}

h1 {
    font-size:1.5rem !important;
}

h2 {
    font-size:1.4rem !important;
}

h3 {
    font-size:1.3rem !important;
}

h4 {
    font-size:1.2rem !important;
}

h5 {
    font-size:1.1rem !important;
}

.chartWrapper {
 position: relative;
}

.chartWrapper > canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.chartAreaWrapper {
    width: 600px;
    overflow-x: scroll;
}

.chart_wrapper {
    overflow:auto;
    min-width:100%;
    max-width:200%;
    height:460px;
    padding:5px;
    border:2px dotted #ffffff;
}

.chart_wrapper_second {
    width:800px;
    height:300px;
}

.js-fix.is-fixed {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background-color:white;
    border-bottom:5px;
}

.setting_form {
    
}

.setting_tr {
    margin-bottom:40px;
}

.data_head_title {
}

.data_head_data {
    
}

.chart_get_range {
    font-weight:bold;
}

#range_datetime_end {
    border:0px;
}

.headposition {
    margin-top:-200px;
    padding-top:200px;
}
