@charset "UTF-8";

@charset "UTF-8";

.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}

.sts_on {
    background-color: red;
    color: white;
}

.sts_off {
    background-color: green;
    color: white;
}

.sts_none {
    color: black;
}

.sts_good {
    background-color: green;
    color: white;
}

.sts_normal {
    background-color: yellow;
    color: black;
}

.sts_warning {
    background-color: orange;
    color: white;
}

.sts_bad {
    background-color: red;
    color: white;
}

.sts_sobad {
    background-color: purple;
    color: white;
}

.sts_poor {
    background-color: black;
    color: white;
}

.sts_test {
    color: green;
}

/* リストをマウスオーバーした時のスタイル */
.hover-row tr:hover td {
    background-color: #ff8080;
    color: #000000;
}

.colomn {
    height: 100vh;
    width: 100%;
}

.map{
    background-size: cover;
}

.info{
    background-size: cover;
}

@media all and (min-width: 500px){
    .test{
        display: flex;
    }
}

.graph-index{
    font-size: 15px;
    height: 30px;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
}


#device_list tbody td{
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

#log_list thead tr{
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#log_list tbody td{
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
}

.index_fontsize{
    font-size: 15px;
}

.index_p0m0{
    padding: 0px;
    margin: 0px;
}

/*
#canvas {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 40%;
    height: 300px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-family: "Helvetica Neue","Roboto","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif !important;
}*/

#canvas svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.axis .domain{
    stroke: #ccc;
    position: relative;
}
.axis .tick line{
    stroke: #ccc;
}

.axis .tick text{
    fill: #223F4B;
    font-family: "Helvetica Neue","Roboto","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif !important;
    font-size: 0.7rem;
}


.axis-border {
    fill: none !important;
    stroke: #f80 !important;
    opacity: 0.5 !important;
    stroke-width: 2px !important;
  }

.acdn-content
{
	width: 100%;
	height: 400px;
    display:none;
    font-size: 12px;
}

#photodisp{
    width: 100%;
    height: auto;
}

#newphotodisp{
    width: 100%;
    height: auto;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

#loading {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 1;
    opacity: 0.5;
  }

  #spinner {
    display: none;
    color: #fff;
    z-index: 2;
  }

/* numberタイプのスピンボタン非表示(chrome, safari対応)*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*.overflowText {
    display: block;
    width: 100px;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;  Safari 
    -o-text-overflow: ellipsis;  Opera 
}*/

/*マーカーのCSS*/
.solid_icon{
    position:absolute;
}
.solid_icon:before{
    content:'';
    position:absolute;
    width:30px;
    height:30px;
    left:-15px;
    top:-27px;
    border:solid 1px;
    background:currentColor;
    border-radius:15px 15px 10px 0;
    -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
    box-sizing:content-box;
}
.solid_icon:after{
    content:'';
    position:absolute;
    left:-6px;
    top:-18px;
    width:14px;
    height:15px;
    background-color:rgba(255, 255, 255, 1); 
    border-radius:4px;
}
/*マーカーの色のCSS*/
/* .color_palette{
    background-color:#333333;
    color:#333333;
    border-color:#333333;
} */

.color_palette{
    background-color:#ffeb3b;
    color:#ffeb3b;
    border-color:#ffeb3b;
}

.color_palette2{
    background-color:#f44336;
    color:#f44336;
    border-color:#f44336;
}

div.dataTables_wrapper div.dataTables_processing {
    margin-top: 55px !important;
}