/*--------------------------------------------------------------- 
 * @style.css
 * Copyright(c) 2022 COMWIDE Inc. All Rights Reserved. 
 * Author takata@comwide.co.jp
 * Charset UTF-8
---------------------------------------------------------------*/
body {
    margin: 0;
    padding: 0;
}
html, body, #map{
    width: 100%;
    height: 100%;
}
#header-panel {
    position: relative;
    z-index: 510;
    background-color: #333;
    height: 46px;
    line-height: 46px;
    padding: 0 3px 0 2px;
    padding-left: 100px;
    padding-right: 100px;
}
#header-panel .logoarea {
    position: absolute;
    left: 4px;
    top: 5px;
}
#header-panel .logoarea .logoimage {
    height:32px;
    border-radius: 3px;
}
#header-panel .logoarea #logoimage {
    height: 32px;
}
#header-panel .magnifyingglass {
    position: absolute;
    padding-left: 7px;
    padding-top: 8px;
    cursor: pointer;
}
#header-panel .magnifyingglass #magnifyimage {
    background-color: #fff;
    background-repeat: no-repeat;
}
/********************
Menu
*********************/
.gis-header-tools {
    position:absolute;
    right:20px;
    top:0px;
    height:40px;
    padding-top:4px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
.gis-header-tools * {
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
.gis-header-tool-icon {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width:32px;
    height:32px;
    line-height: 32px;
    margin-right:4px;
    background-position:50% 50% ;
    background-size:26px 26px ;
    background-repeat:no-repeat;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc);
    box-shadow: 0px 0px 2px 1px rgb(128, 128, 128, 0.1);
    -moz-box-shadow: 0px 0px 2px 1px  rgb(128, 128, 128, 0.1);
    -webkit-box-shadow: 0px 0px 2x 1px  rgb(128, 128, 128, 0.1);
}
.gis-header-tool-icon.withtitle {
    width: 55px;
    background-position: 0px 50%;
    background-size: 24px 24px;
}
.gis-header-tool-icon .title{
    display: inline-block;
    position: absolute;
    color: #fff;
    font-size: 11px;
    white-space: nowrap;
    vertical-align: bottom;
    line-height: 8px;
    width: 32px;
    height: auto;
    text-align: left;
/* bottom: 1px; */
    left: 25px;
    top: 0px;
    line-height: 34px;
}
.gis-header-tool-help-icon {
    vertical-align: top;
    position:relative;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    margin-right:2px;
    font-weight: bold;
    font-family: 'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO';
    text-align: left;
    font-size: 22px;
    line-height:32px;
    cursor:pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    behavior: url(border-radius.htc);/*for IE*/
    height: 32px;
    width:55px;
    text-decoration: none;
    padding-left:4px;
    box-shadow: 0px 0px 2px 1px rgba(128, 128, 128, 0.1);
    -moz-box-shadow: 0px 0px 2px 1px  rgba(128, 128, 128, 0.1);
    -webkit-box-shadow: 0px 0px 2x 1px  rgba(128, 128, 128, 0.1);
    color: #fff;
}
.gis-header-tool-help-icon .title{
    display: inline-block;
    position: absolute;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    vertical-align: bottom;
    line-height: 8px;
    width: 32px;
    height: auto;
    text-align: left;
    font-weight: normal;
    /* bottom: 1px; */
    left: 22px;
    top: 0px;
    line-height: 34px;
}
.gis-header-tool-help-icon:hover {
    background-color:#555;
}
#title_logo_upper {
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
    margin-top: 3px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}
#title_logo_lower {
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
    text-align: center;
    font-size: 11px;
    color: #fff;
    line-height: 11px;
}
#main-panel {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#map {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    overflow: hidden;
}
#left-panel .content-wrapper {
  padding-top: 60px;
  overflow: auto;
  overflow-x: hidden;
  background: #ddd;
}
#left-panel {
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    width:300px;
    z-index: 500;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 2x 1px rgba(0, 0, 0, 0.3);
}
#left-panel .close-btn {
    position: absolute;
    display: block;
    text-align: center;
    line-height: 32px;
    top: 42px;
    right: 0px;
    margin-right: -28px;
    background-color: #333;
    width:28px;
    height:32px;
    color:#fff;
    background-image: url(../../dist/img/arrow-left-close.png);
    background-position: center center;
    background-repeat: no-repeat;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    behavior: url(border-radius.htc);
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 2px 2x 1px rgba(0, 0, 0, 0.3);
}
.gis-footer-container {
    position:absolute;
    left : 350px;
    right : 0;
    bottom:0;
    overflow-y: scroll;
    background:rgba(51, 51, 51, 0.9);
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    z-index:1000;
    padding-left:34px;
}
.gis-footer-container.close {
    height:0px;
}
.gis-footer-container .description-button {
    position: absolute;
    bottom: 6px;
    right: 4px;
    padding: 1px 5px 1px 5px;
    font-size: 11pt;
    margin-top:0px;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    padding:3px 8px 3px 8px;
    white-space:nowrap;
    border:1px solid #888;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    behavior: url(border-radius.htc);/*for IE*/
    text-decoration:none;
    font-size:11pt;
    color:#333;
    vertical-align:middle;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 2px 1px  rgba(0, 0, 0, 0.1); /* Firefox */
    -webkit-box-shadow: 1px 1px 2x 1px  rgba(0, 0, 0, 0.1); /* Chrome, Safari */
    font-weight: bold;
    text-shadow: 0 -1px 1px #FFF,
    -1px 0 1px #FFF,
    1px 0 1px #FFF,
    0 1px 1px #FFF;
    background:#f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.00, #f5f5f5));
    background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
    background: -moz-linear-gradient(#f5f5f5, #f0f0f0);
    background: -o-linear-gradient(#f5f5f5, #f0f0f0);
    background: -ms-linear-gradient(#f5f5f5, #f0f0f0);
    background: linear-gradient(#f5f5f5, #f0f0f0);
}
.gis-footer-container .description-button.mobile {
    height: 28px;
    width: 28px;
    line-height: 28px;	
    bottom:2px;
    font-size:11pt;
    text-align: center;
    padding:0;
    border-radius: 50%;
}
.gis-footer-container .description-button:active {
    background:#f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f5f5f5), color-stop(0.00, #f0f0f0));
    background: -webkit-linear-gradient(#f0f0f0, #f5f5f5);
    background: -moz-linear-gradient(#f0f0f0, #f5f5f5);
    background: -o-linear-gradient(#f0f0f0, #f5f5f5);
    background: -ms-linear-gradient(#f0f0f0, #f5f5f5);
    background: linear-gradient(#f0f0f0, #f5f5f5);
    color:#666;
    box-shadow: -1px -1px 2px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px -1px 2px 1px  rgba(0, 0, 0, 0.1); /* Firefox */
    -webkit-box-shadow: -1px -1px 2x 1px  rgba(0, 0, 0, 0.1); /* Chrome, Safari */
}
.gis-footer-container.close .description-button {
    display:none;
}
.gis-footer-container a.gsi-footer-button{
    position:absolute;
    width:30px;
    min-height: 30px;
    top:2px;
    left:1px;
    background-image : url("../../dist/img/arrow-up-close.png");
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center center;
    border-top-right-radius: 3px;
    border-radius: 3px;
}
.gis-footer-container.large a.gsi-footer-button{
    background-image : url("../../dist/img/arrow-down-close.png");
}
.gis-footer-container.close a.gsi-footer-button{
    margin-top:-34px;
    background-color:rgba(51, 51, 51, 0.9);
    width:34px;
    height:34px;
    top:0px;
    left:0px;
    border-radius: 0px;
    border-top-right-radius: 3px;
}
.gis-footer-container *{
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
.gis-footer-container .item-frame {
    color:#fff;
    margin: 0 0 0 0;
    padding: 0;
    font-size:10pt;
}
.gis-footer-container .item-frame .inline{
    display: inline-block;
}
.gis-footer-container .item-frame .marginleft{
    margin-left:12px;
}
.gis-footer-container .item-frame .marginright{
    margin-right:12px;
}
.gis-footer-container .item-frame .heading{
    display:inline-block;
    *display: inline;
    *zoom: 1;
    color: #ccc;
    margin-right:6px;
}
.gis-footer-container .item-frame .heading.zoom{
    margin-left:8px;
}
.gis-footer-container .item-frame .mini-comment{
    display: inline-block;
    font-size:11pt;
    color: #ccc;
}
.gis-footer-container .item-frame .addr-ToActive{
    display:inline-block;
    border-radius: 3px;
    padding-left:0.5em;
    padding-right:0.5em;
    cursor:pointer;
    color:#eee;
    font-weight: bold;
    background-color: #2b7396;
    border: 1px solid #555;
}
.gis-footer-container .item-frame .addr-ToActive:hover{
    background: rgb(51,204,204);
    color:#111;
}
.gis-footer-container .item-frame .mini-comment.block{
    display:block;
}
.menu {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    font-size:11pt;
    color: #fff;
    padding: 0;
    /*height: 36px;*/
    margin: 0;
    line-height:40px
}
.menu li {
    position: relative;
    width: 180px;
    margin-left: 0px;
    padding-left: 5px;
    background: #333;
}
.menuSub {
    position: absolute;
    margin-left: -6px;
    padding: 0;
    display: none;
}
.menuSub li a {
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    display: block;
    color: #fff;
    text-decoration: none;
}
.menuSub li a:hover {
    background: #666;
}
/*　awesome-markers 位置調整*/
.glyphicons-custom {
    padding-top: 2px;
}

input::placeholder {
  color: red;
  font-size: 11px;
  font-style: italic;
}
/*セレクトボックス文字サイズ*/
 select{
    border: 1px solid;
    font-size: 10px;
}
/*フッター内リンクの文字色*/
.elevation a{
    color: #FFF;
}
/*フッター内サイズ変更*/
.elevation{
    font-size: 14px;
}
.heading{
    font-size: 14px;
}
/*ダイアログフォントサイズ*/
.leaflet-control-dialog-contents{
    font-size: 14px;
}
.ime-disabled {
    ime-mode: disabled !important;
}
.leaflet-bottom2 {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-bottom2 {
	bottom: 0;
	}

.leaflet-bottom2 .leaflet-control {
	margin-bottom: 44px;
	}
.leaflet-bottom2 .leaflet-right {
	margin-bottom: 44px;
	}

/*パスワード
.input-wrap{
    position: relative;
}
 
.toggle-pass{
    position:absolute;
    top:50%;
    right: 10px;
    transform: translateY(-50%);
}
 */