@charset "utf-8";

/* leaflet、スライダーのスタイル */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    margin: 10px 4%;
    cursor: pointer;
    outline: solid 0 #0000ff;
    height: 3px;
    width: 80%;
    background: #8acdff;
    border-radius: 10px;
    border: solid 3px #dff1ff;
}

@media all and (-ms-high-contrast: none) {
    input[type="range"] {
        -webkit-appearance: none;
        appearance: none;
        position: absolute;
        margin: 0px 4%;
        cursor: pointer;
        outline: hidden;
        height: 5px;
        radius: 2px;
        width: 80%;
        background: none;
        border: hidden;
    }
}

/* WebKit向けのつまみ */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #53aeff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}

/* Moz向けのつまみ */
input[type="range"]::-moz-range-thumb {
    background: #53aeff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    border: none;
}

/* Firefoxで点線が周りに表示されてしまう問題の解消 */
input[type="range"]::-moz-focus-outer {
    border: 0;
}

/* Edge・IE向け つまみのスタイル */
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #00ff00, 0px 0px 1px #0d0d0d;
    border: 3px solid #dff1ff;
    height: 30px;
    width: 16px;
    border-radius: 3px;
    background: #53aeff;
}

/* Edge・IE向け 溝のスタイル */
input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    background: #dff1ff;
    border-color: #8acdff;
    border-width: 3px;
    border-radius: 1%;
}

/* Edge・IE向け ポップアップを非表示に */
input[type=range]::-ms-tooltip {
    display: none;
}

/* つまみをドラッグしているときのスタイル */
input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.slidecontainer {
    position: relative;
    margin: 10px 10px;
}

.mapcontainer {
    position: relative;
}

.mapcontainer div {
    z-index: 1;
}

.mapcontainer p {
    position: absolute;
    width: 80%;
    text-align: center;
    padding: 5px 5px 0px 0px;
    top: 0;
    left: 0;
    right: 0;
    bottom: : 0;
    margin: 1% auto;
    z-index: 2;
    color: black;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    border-color: black;
}

.leaflet-popup-content {
    color: black !important;
    text-align: center;
}

a.leaflet-popup-close-button {
    display: none
}

.leaflet-popup-content-wrapper {
    border-width: 3px;
    border-style: solid;
}

.leaflet-popup-tip {
    border-style: solid;
    border-width: 0 3px 3px 0;
}

.leaflet-popup-tip-container {
    margin-top: -3px;
    height: 23px;
}

.update {
    text-align: right;
    font-size: 10pt;
}

.shinki_patient {
    font-size: 200%;
}

.graph_area{
    margin: 10px 0px;
}

.chartWrapper{
    position: relative;
    margin: 20px 0px;
}

.chartWrapper > canvas{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.chartWrapper > svg{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    font-size: 50%;
}

.chartAreaWrapper {
// width: 600px;
    width: 100%;
    overflow-x: scroll;
}

.graph-title {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.graph-text {
    font-size: 14px;
    padding: 0px 10px 10px 10px;
    line-height: 18px;
}

.graph-list {
    padding: 5px 15px 0px 50px;
}

.graph-li {
    padding: 2px;
}

.graph-icon {
    width: 40px;
    margin: 2px;
}

/* .myChartAxis{
background-color: #FFFFFF;
} */

/* .axisText{
opacity: 0.6;
} */
.update {
    text-align: right;
    font-size: 10pt;
}


/* chart.jsのスタイル */
.shinki_patient {
    font-size: 200%;
}

.graph_area {
    margin: 10px 0px;
}

.chartWrapper {
    position: relative;
    margin: 20px 0px;
}

.chartWrapper>canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.chartWrapper>svg {
    position: absolute;
    top: -6px;
    left: 0;
    pointer-events: none;
    font-size: 50%;
}

.chartAreaWrapper {
    /* width: 600px; */
    overflow-x: scroll;
    /* padding-top: 20px; */
}

/* selectBox */
.cp_ipselect {
    overflow: hidden;
    width: 50%;
    margin: 1em auto;
    text-align: center;
}

.cp_ipselect select {
    width: 100%;
    /* padding-right: 1em; */
    margin: auto;
    /* text-align: center; */
    /* right: 0; */
    /* left: 0; */
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl03 {
    position: relative;
    border-radius: 2px;
    border: 2px solid #000000;
    background: #ffffff;
}

.cp_ipselect.cp_sl03::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    pointer-events: none;
}

.cp_ipselect.cp_sl03 select {
    padding: 8px 38px 8px 8px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.selectBox {
    text-align: center;
}

/*
 * 2021.04.19 select が干渉するので
 * 以下ファイル内で定義されている
 * .dk_fouc select を初期化
 *
 * /common/web/css/news_dropkick.css
 *
 */
.dk_fouc select {
    position: initial;
    top: initial;
    visibility: initial;
}

