
#map {
  height: 300px;
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}

#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/icon/loading.gif") center center no-repeat;
}

/*
	DASHBOARD HEADER
*/


body {
  background-color: rgb(250,250,250);
}
h1 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255,255,255,0.87);
    padding: 17px 30px;
}
.header {
    z-index: 9999; 
    position: fixed;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255,255,255,0.87);
    padding: 10px 30px;
    background-color: #0094CE;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.header-tools {
    width: 95%;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255,255,255,0.87);
    padding: 7px 15px;
    background-color: black;
}
.header-tools-fixed {
    z-index: 9999; 
    position: fixed;
}
/*.panel-all  {
    height: 534px;
}*/

.panel-gauge  {
    width: 426px;
}
.panel-led  {
    width: 210px;
}

.ui-card-panel  {
    border: 2px;
    border-color: rgb(250,250,250);
    border-style: solid;
    padding: 0px 10px;
    background-color: #ffffff;
}

.panel-button {
    margin: 2px 0px;
    width:210px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.panel-button-size1 {
    height:48px;
}
.panel-button-size2 {
    height:80px;
}
.panel-text  {
    color: #1bbfff;
    font-weight: 500;
    font-size: 1.2em;
}

.dialog-top {
  /*  position: absolute; */
    position: relative;
    height: auto;
    width: 100%;
    margin:  0 auto;
  /*   top: 50px;  187px */ 
  /*  left: 50px;  299px */ 
    display: block;
}
.dialog-top-title {
    padding: 7px 15px;
  /*  background: #f3f3f3; */
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    background-color: #202020;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.dialog-top-subtitle {
    padding: 7px 15px;
  /*  background: #f3f3f3; */
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
  /*  background-color: #202020; */
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.dialog-top-title-fixed {
    z-index: 9999; 
    position: fixed;
    width: 100%;
}

.dialog-top-contents {
    display: block;
    width: auto;
    min-height: 69px;
    max-height: none;
    height: auto;
    background-color: #ffffff;
}
.dialog-top-contents-style-center {
    position: static;
    margin-left: auto;
    margin-right: auto;
    display: table;
}    
.dialog-top-contents-logo {
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.dialog-top-contents-login {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.contents-side-menu {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.contents-side-info {
    display: block; /* inline-block; */
/*    width: max-content;*/
    vertical-align: top;
    /*margin-right: 10px;*/
    margin-bottom: 20px;
    background-color: #ffffff;
}
.button-logout-right {
  /*  position: sticky; */
    position: absolute;
    display: inline-block;
    right: 50px;
    font-size: 1rem;
   /* vertical-align: text-top; */
}

.display-none{
    display:none;
}

.tbl0 {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
#AOm .stype input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    box-sizing:border-box;
}
#AOm {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 0 20px 0 20px;
    line-height: 1.5;
}


#myGrid, .example-grid {
  /* background: white; */
  /* outline: 0; */
  /* border: 1px solid gray; */
}

    .slick-cell-checkboxsel {
      background: #f0f0f0;
      border-right-color: silver;
      border-right-style: solid;
    }

    .slick-group-title[level='0'] {
      font-weight: bold;
    }

    .slick-group-title[level='1'] {
      text-decoration: underline;
    }

    .slick-group-title[level='2'] {
      font-style: italic;
    }

    #myGrid2 input[type=checkbox] { display:none; } /* to hide the checkbox itself */
    #myGrid2 input[type=checkbox] + label:before {
      cursor: pointer;
      font-family: FontAwesome;
      color: rgb(143, 14, 106);
      font-weight: bold;
      display: inline-block;
      content: "\f00c";
      font-size: 13px;
    }
    #myGrid2 input[type=checkbox] + label:before { opacity: 0.1; } /* unchecked icon */
    #myGrid2 input[type=checkbox]:checked + label:before { opacity: 1; } /* checked icon */

.font-fuchidori {
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0px -1px 0 #FFF,
              -1px 0px 0 #FFF, 1px 0px 0 #FFF;
}

.font-fuchidori-bic {
  color: #000;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              2px 0px 0 #FFF,  -2px 0px 0 #FFF,
              0px 2px 0 #FFF, 0px -2px 0 #FFF;
}

.white-text-with-blue-shadow {
  text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
  color: white;
  font: 1.5em Georgia, serif;
}

.font-center-parent {
    position: relative;
}

.font-center {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0px;
    height: max-content;
    /* font-size: 105px; :*/
    /* font: Georgia, serif; */
    left: 0;
    right: 0;
}

.v-bdr {
    border: solid;
}


.info-img-inout {
    z-index:1900;
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;

}
/* Slick.Editors.Text, Slick.Editors.Date */
input.editor-text {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;
}

.slick-preheader-panel.ui-state-default  {
  width: 100%;
  overflow: hidden;
  border-left: 0px !important;
  border-bottom: 0px !important;
}

.slick-preheader-panel .slick-header-columns {
  border-bottom: 0px !important;
}

.btn-d {
    width: 100%;
    height: 100%;
    line-height: 1px;
    display: block;
    text-align: center;
    padding: 0px;
    border-radius: 5px;
    border-color: lightgray;
}
.btn-d:hover {
    /*background-color: #ddd;*/
    background: white url(images/header-columns-over-bg.gif) repeat-x center bottom;
}

.nobr {
    white-space: nowrap;
}



/*<?php if (1 == 2) : ?><?php // ▼▼▼　IOS用サンプルソース（改良要）　▼▼▼ ?>
body-inout {
  background: #f5f5f5;
}

:-webkit-full-screen body-inout,
:-moz-full-screen body-inout,
:-ms-fullscreen body-inout {
   properties 
  width: 100vw;
  height: 100vh;
}

:full-screen body-inout {
  pre-spec 
   properties 
  width: 100vw;
  height: 100vh;
}

:fullscreen body-inout {
   spec 
   properties 
  width: 100vw;
  height: 100vh;
}
<?php endif; ?><?php // ▲▲▲　IOS用サンプルソース（改良要）　▲▲▲ ?>*/

