/*画面幅設定(ie用)*/
@-ms-viewport{
    width: auto;
    initial-scale: 1;
}

/* IEのみに適用する 地図表示画面*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, #date-for-view {
		position: relative;
	}
}
/* IEのみに適用　ここまで */

html, body {
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

button.close.active {
	color: blue;
}

.table {
	margin-bottom: 0px;
	white-space: nowrap
}

table.dataTable.table-condensed>thead>tr>th.sorting_disabled {
	padding-right: 5px;
}

.pagination li>a, .pagination li>span {
	min-height: auto;
	padding: 6px 12px;
	font-size: 0.8em;
}

.pagination li.previous>a, .pagination li.next>a, .pagination li.previous>span,
	.pagination li.next>span {
	padding: 6px 12px;
	font-size: 0.8em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0px;
}

.modal-title {
	font-size: 1em;
}

#header nav {
	padding: 0px 20px;
}

#main {
	height: 100%;
	padding: 55px 0px 0px;
	/* overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; */ 
}

#footer nav {
	padding: 0px 20px;
}

#form-login {
	width: 400px;
	margin: 50px auto;
}

.has-feedback-left input.form-control {
	padding-left: 34px;
	padding-right: 12px;
}

.has-feedback-left .form-control-feedback {
	left: 12px;
}

#container-filter {
	padding: 0px 20px;
	z-index : 1;
}

#date-for-view {
	margin: 0px 0px 5px 20px;
}

#date-submit-form {
	display: inline;
}

#map {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	height: calc(100% - 42px);
	max-height: 100%;
}

#tooltip-info {
	position: absolute;
	width: 1px;
	height: 1px;
	z-index: 100;
}

.tooltip {
	pointer-events: none;
}

.tooltip.in {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.tooltip.top .tooltip-arrow {
	border-top-color: white;
}

.tooltip-inner {
	opacity: 0.8;
	border: 2px solid white;
}

#container-spots {
	height: 100%;
	padding: 0px 20px;
	font-size: 0.8em;
}

#table-spots {
	white-space: nowrap;
}

.modal {
	width: 100%;
}

.modal-dialog {
	/*   width: 800px; */
	width: 95%;
}

.modal-content {
	width: 100%;
	height: 95%;
}

.image-change-button {
    background: #5dc3d0;
    width: 75px;
    font-size: 15px;
    height: 30px;
    border-bottom: solid 3px #549fa9;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.65);
    padding: 5px 15px 4px 15px;
    color: white;
}

.modal-body {
	width: 100%;
	padding: 0px;
}

#viewer {
	overflow: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 93.7vw;
	height: 75vh;
	overflow: hidden;
	display: none;
}

#imgview {
	overflow: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 93.7vw;
	height: 75vh;
	display: none;
}

.edit-area {
	height: 100%;
}

#submit-form {
	height: 100%;
}

.edit-map {
	float: left;

	width: 70%;
	height: 80%;
}

/* #modal-editor #map { */
.edit-map #map {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.edit-input {
	overflow-y: auto;
	width: 30%;
	height: 80%;
}

#spot-manage-editor {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 0.8em;
}

.main-layout {
}

.pararel-layout {
	float: left;
}

.clear-pararel-layout {
	clear: both;
}

fieldset.around-picture {
	border: 1px groove #ddd !important;
	padding: 0 1.4em 1.4em 1.4em !important;
}

legend.around-picture {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: inherit;
	padding: 0 10px;
	border-bottom: none;
}

.right-spacing {
	margin-right: 5px;
}

.error-message {
	color: red;
}

#container-editor {
	position: absolute;
	/*   float: right; */
	overflow-y: auto;
	top: 0px;
	right: 0px;
	width: 260px;
	height: 100%;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 0.8em;
}

#tag-view {
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 0.5em;
	overflow: scroll;
}

/* Switch Sample */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
input.cmn-toggle-yes-no + label {
  padding: 2px;
  width: 120px;
  height: 60px;
}
input.cmn-toggle-yes-no + label:before,
input.cmn-toggle-yes-no + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
input.cmn-toggle-yes-no + label:before {
  background-color: #dddddd;
  content: attr(data-off);
  transition: transform 0.5s;
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no + label:after {
  background-color: #8ce196;
  content: attr(data-on);
  transition: transform 0.5s;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked + label:before {
  transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked + label:after {
  transform: rotateY(0);
}

.footer-space{
	padding:50px 0px;
}
.editbox{
	height: 100%;
     width: 100%;
}

.scroll {
    height: 300px;
    width: 100%;
    padding: 5px;
    overflow: scroll;
    border: 1px solid #CCC;
    -webkit-overflow-scrolling: touch;
}

#panel
{
     height: 80%;
     width: 100%;
     padding:20px;
     background: #eee;
     float: left;
     display: none;    
     color: #666;
}
.open
{
     height: 15px;
     width: 70px;
     background: #666;
    padding:20px;
     float: left; 
     /* margin-top: 200px; */
    color:#fff;
}

.footertest{
    position: absolute;
    width: 100%;
    height: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.well {
    min-height: 20px;
    padding: 0px;
    margin-bottom: 0px;
    background-color: white;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.thcolor{
    background-color:#CCCCCC;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

#info-specialReport,#info-specialReport2,
#info-other-specialReport,#info-other-specialReport2 {
		white-space: normal;
		word-break: break-all;
	}

#cmanCLD_POP {
	z-index : 2;
}

/* スマホ確認用 */
@media screen and (max-width:767px) { 
	html, body {
		width: 100%;
		height: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#main {
		height: 100%;
		padding: 55px 0px 0px;
	}
	 
	#form-login {
		width: 80%;
		margin: 50px auto;
	}
	
	.edit-map {
		float: left;
		width: 100%;
		height: 80%;
	}
	
	.edit-input {
		overflow-y: auto;
		width: 100%;
		height: 80%;
	}
	
	.navbar-brand {
		font-size:5vw;
		margin: 5px -30px auto 0;
		padding : 14px 0px;
		overflow : hidden;
	}
  
	#navbar-top2{
		padding-top:1%;
	}
	
	#viewer {
	overflow: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 94.5vw;
	height: 69vh;
	overflow: hidden;
	}
	
	#imgview {
	/* overflow: auto; */
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 94.5vw;
	height: 69vh;
	/* overflow: hidden; */
	overflow: scroll;   /* �X�N���[���\�� */ 
	}
}

/*現地撮影関連(モバイル)*/
/*現地情報画面*/
#photo-form {
	width: 80%;
	margin: 25px auto 50px;
}

#photo-comment {
	height: 100px;
    width: 100%;
    font-size: 18px;
}

#take-photo-label {
	color: white;  
	background-color: red;
	padding: 2px 6px;
	border-radius: 12px;
	margin: auto;
	width: 117px;
    display: block;
    text-align: center;
}
#filepath {
    word-wrap: break-word;
}

.xy_data, #selected_folder {
	font-size:15px; 　
}

#longitude_data {
	margin-bottom: 15px;	
}

#state-radio {
	margin: 15px auto 24px;
}

#regist-spot-position {
	margin-top: 45px;
}

/*地図画面*/
#registspot_button {
	color: #000000;
}

/*ログイン画面*/
#photo_pass_change {
	background-color: #00bfff;
    height: 36px;
    margin-top: 10px;
    padding-top: 6px;
}

.back-button {
	color: #000080;
    font-size: 33px;
    margin: 20px 0px 0px 20px;
    display: block;
    height: 6px;
    width: 0px;
}

.photo-user-form {
	width: 80%;
    margin: 50px auto;
}

/*登録完了画面*/
#comp-screen {
	margin-top: 110px;
}

#comp-message {
	font-size: 14px;
    text-align: center;
    word-wrap: break-word;
}

#back_to_map {
	display: block;
    text-align: center;
    margin-top: 35px;
}

/*パスワード変更画面*/
#back-icon {
    margin-top: 22px;
}

#pass-change-title {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 23px;
}

/*現地撮影関連(PC)*/
/*撮影スポット編集画面*/
#input-spot-comment {
	height: 80px;
}

/*撮影権限編集画面*/
#title-user {
	text-align: center;
	margin-top: 40px;
}

#user-edit-form {
	width: 550px;
	margin: auto;
}

.btn-edit {
	width: 165px;
	margin: 4px;
}

#btn-edit-user {
	display: flex;
    justify-content: center;
}

/*撮影スポット一覧画面*/
.datatable-creatorname, .datatable-spotname, .datatable-remark {
	white-space: pre-wrap;
}
/*現地撮影関連 ここまで*/