/*General Setting
**************************/
body, h1, h2, h3, h4, h5, h6 {
	font-family:
	Verdana, Arial,'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro',
	Osaka,
	'メイリオ',
	'ＭＳ Ｐゴシック',
	sans-serif;
	color: #555;
	font-weight: normal;
	line-height: 1.8em;
	font-size: 16px;
}

.map_post .container {
	width: 100%;
}

/*Login
**************************/
.actions li {
	list-style: none;
}
.login_f label {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	line-height: 36px;
}
input[type=radio] {
	margin-top: 12px;
}
.radio {
	text-align: left;
}

/*Add
**************************/
#content {
	padding: 0;
}

#header {
	display: none;
}

#logo img {
	width: 94px;
}

#content {
	padding-top: 0;
}

#main {
	margin-left: auto;
}

.google_maps {
	height: 260px;
}

#i_location {
	position: relative;
	top: -80px;
	height: 0;
	color: #214E75;
}

#i_location .onoffswitch {
	margin-left: -3px;
}

#i_location .fa {
	padding-left: 4px;
}
.well {
	background-color: #eee;
	box-shadow: none;
}
.add_report .link_twlist {
	margin-bottom: 12px;
}
textarea#comment {
	font-size: 22px;
}
.latlng {
	font-size: 10px;
	margin-top: 8px;
}
.latlng > span {
	display: block;
	line-height: 1.4;
}
.latlng label {
	width: 60px;
	overflow: hidden;
	line-height: 1;
	margin-bottom: 0;
}
.fileinput_col {
	margin-bottom: 10px;
}

.fileinput .thumbnail {
	max-width: 100%;
	height: auto;
	// width: 60px;
	// height: 50px;
	margin-bottom: 0px;
	padding: 6px 0 0 0;
}

.tweet_up .fileinput {
	padding: 0;
	margin: 0;
}

.thumbnail {
	background-color: inherit;
	border: none;
}

.fileinput {
	// position: absolute;
}
.fileinput .close {
	font-size: 24px;
}
.tweet_up .btn-file {
	padding-top: 0px;
	top: 6px;
}

.tweet_up .close {
	position: relative;
	top: 48px;
	left: 5px;
	color: #a90329;
	opacity: 1;
}
.smart-form .inline-group {
	margin: 0;
}
.add_report .inline-group label {
	margin-bottom: 10px;
}
#query_bl .users_list label {
	line-height: 20px;
	font-size: 14px;
}
#query_bl .users_list label input {
	margin-top: 4px;
}

.info-map {
	width: 180px;
	font-family:
	Verdana, Arial,'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro',
	Osaka,
	'メイリオ',
	'ＭＳ Ｐゴシック',
	sans-serif;
	color: #555;
	font-weight: normal;
	line-height: 1.4em;
	font-size: 11px;
}

.info-map img {
	display:inline-block;
	width:100%;
	float:left;
	margin-bottom: 4px;
}

.info-map ul {
	clear: both;
	padding-left: 0;
}

.info-map li {
	list-style: none;
}

@media (min-width: 405px) {
	.tweet_up .close {
		top: -10px;
	}
}
.fa-stack .fa-circle {
	color: #fff;
}

.fileinput-new .fileinput-exists .fa-stack{
	display: none;
}

.tweet_up .smart-form .inline-group .checkbox {
	margin-right: 24px;
}

.tweet_up .smart-form .checkbox .badge {
	padding: 0px 10px;
	font-size: 16px;
	line-height: 26px;
}

.tweet_up.well {
	padding: 10px 12px;
	margin-bottom: 0px;
}
.tweet_up.well textarea {
	margin-bottom: 6px;
}
.btn-sm {
	padding: 9px 16px 9px;
	font-size: 14px;
}

.pagination {
	margin: 0px 0px 10px 0px;
}

@media (min-width: 768px) {
	#header {
		display: block;
	}
	.google_maps {
		height: 500px;
	}
	#logo img {
		width: 110px;
	}
	.well {
		padding: 19px;
		margin-bottom: 10px;
	}
	.pagination {
		margin: 18px 0px;
	}
}

@media (min-device-height: 568px) {
	.google_maps {
		height: 348px;
	}
}

@media (min-device-height: 667px) {
	.google_maps {
		height: 450px;
	}
}

@media (min-device-height: 800px) {
	.google_maps {
		height: 800px;
	}
}

/*Timeline
**************************/

.link_twlist,
.link_twlist:active {
	// position: relative;
	// left: 50%;
	// margin-left: -103px;
	margin-bottom: 4px;
}

.link_add,
.link_add:active {
	// margin-left: -54px;
}

.timeline {
	padding: 0px;
}

.row .timeline {
	margin: 0;
}

.timeline img{
	width: 100%;
	border-left: none !important;
	border-radius: 2px;
	border: none;
}

.timeline li{
	list-style: none;
	padding: 8px;
}

.timeline li.col-xs-12{
	width: 100%;
}

.timeline .badge {
	margin-right: 3px;
}

@media (min-width: 320px) {
	.timeline li.col-xs-6{
		width: 49.6%;
	}
}

@media (min-width: 768px) {
	.timeline li.col-sm-4{
		width: 33.3%;
	}
}

@media (min-width: 992px) {
	.timeline li.col-md-3{
		width: 24.7%;
	}
}

@media (min-width: 1200px) {
	.timeline li.col-lg-2{
		// width: 16.66666667%;
	}
}

.timeline div.well {
	box-shadow: 0px 3px 4px rgba(0,0,0,0.1);
	padding: 10px;
	background-color: #;
	border: none;
}

.timeline_comment {
	min-height: 60px;
	margin-top: 4px;
	margin-bottom: 6px;
}

.timeline_comment label,
textarea.comment_edit {
	width: calc(100% - 52px);
	min-height: 52px;
}

label#title {
	font-size: 15px;
	font-weight: bold;
	min-height: auto;
}

.timeline_comment label.control-label {
	margin-bottom: 0px;
}

.timeline_comment >* {
	vertical-align: middle;
	display: inline-block;
}

.timeline_comment .controls-edit {
	padding: 7px 7px 7px 10px;
}

.timeline_comment .controls-update {
	padding: 7px 10px 7px 11px;
}

.timeline span {
	display: inline-block;
}

.timeline div.well .actions {
	float: right;
	margin-left: 10px;
}

.timeline .actions .fa {
	line-height: 1.42857143;
}

span.tweet {
	display: block;
}

.fileinput-preview:before {
}

textarea.form-control {
	border:none;
}

#tweet_box {
	background-color: #fff;
}

#left-panel .badge{
	font-size: 11px;
	margin-left: 5px;
}
/*Tag query
**************************/
.tagquery .badge {
	font-size: 18px;
}

/*Edit
**************************/
.edit .smart-form fieldset {
	padding-top: 0;
}

.edit div.submit {
	display: inline-block;
	margin-right: 10px;
}

.edit textarea {
	width: 100%;
	margin-bottom: 16px;
}

.edit table {
	margin-bottom: 16px;
}

.edit .tweet_up .close {
	top: 0;
}

.edit .tweet_up .edit_image .close {
	top: -10px;
	left: -24px;
}

.edit .form-horizontal .checkbox {
	padding-top: 0;
} 

.edit img {
	border-left: none !important;
}

.edit_image{
	margin-bottom: 20px;
}

/*Register
**************************/
#register li {
	padding-bottom: 8px;
}

.li_caution{
	list-style: none;
	margin-top: 20px;
}

.li_caution .fa{
	text-indent: -1.7em;
}

.well{
	// box-shadow: none;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.3);
}

/*TOP LOGIN
**************************/
#login #header {
	background-color: #fff !important;;
}


#logo {
	margin-top: 7px;
}

#login #header #logo {
	margin-top: 12px;
}

.title{
	font-size: 15px;
	text-align: center;
}

#login {
	background-image: url(../img/bk01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.event_info li{
	list-style: none;
	line-height: 2em;
}

.event_info .badge{
	margin-right: 5px;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

#content {
	padding-bottom: 0px;
}
#content > .row {
	margin: 0;
	padding-top: 6px;
}


#bottom_footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

#copyright{
	text-align: center;
	margin-top: 40px;
}

#grid-content {
	overflow: hidden;
	height: 0;
}

/*Image Lightbox
**************************/
#imagelightbox {
	position: fixed;
	z-index: 9999;
	-ms-touch-action: none;
	touch-action: none;
}


/*Query box
**************************/
#query_bl {
	position: absolute;
	top: 70px;
	right: 10px;
	// width: 140px;
	// display: none;
	z-index: 1;
}

#query_bl h4 {
	font-size: 12px;
}

@media (min-width: 768px) {
	#query_bl {
		width: 360px;
		display: block;
		z-index: 99999;
	}
}
#query_bl h4 {
	font-size: 15px;
}
}

#query_bl .btn-group,
#query_bl .query_btn {
	margin: 6px;
}
#query_bl .users_list {
padding-left: 6px;
}
#query_bl .relation label {
	font-size: 12px;
}

#query_bl .unit {
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 8px;
}

span.fig_source {
	display: block;
	font-size: 11px;
	color: #8B8B8B;
	margin-left: 10px;
}
