
@media print {
	.mapOption{
		display: none;
	}
}
body, input{
	margin: 0px;
}
* {
	font-family: 'M PLUS 1p' !important;
}
input[type=text]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:100px;
	height:30px;
	padding:0 3px;
	background-color: #009b6d;
	font-size: medium;
	text-align: center;
	color: white;
}
 
input[type=text]:focus {
	border:solid 1px #20b2aa;
}
 
input[type=text], select { 
	outline: none;
}

button.showUI {
    position: absolute;
    z-index: 10000;
    right: 15px;
    bottom: 25px;
    white-space: nowrap;
    font-weight: bold;
    width: 135px;
    display: none;
}

/* trace */
* {
    box-sizing: border-box;
}
body {
    overflow: hidden;
}
.mapPhoto {
    position: absolute;
    top: 165px;
    right: -315px;
    border-radius: 10px;
    border: none;
    background-color: #FFF;
    width: 300px;
    height: 200px;
    transition: 250ms;
}
.mapPhoto img {
    width : 100%;
    height : 100%;
    border-radius: 10px;
}
.mapOptionBg,
.mapDetailBg {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	color: white;
}
.mapOption,
.mapDetail {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.mapOption {
    top: 0;
    min-height: 100px;
}
.mapDetail {
    bottom: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}
.mapOptionFlex {
    display: flex;
    justify-content: space-between;
}
.mapDetail button {
    white-space: nowrap;
    font-weight: bold;
}
button.showUI,
.mapDetail button,
.mapOption button {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    font-family: tahoma;
}
.mapOption button.selected {
    /* background-color: #ed5565; */
    color: #fff;
}
.irs--flat .irs-grid-text {
    color: white !important;
}


.mapDetail table {
    width: 100%;
}
.mapDetail table td {
    font-size: small;
    color: white;
    width: 0%;
    white-space: nowrap;
    padding: 5px 10px;
}

.mapDetail table td:first-of-type {
    font-size: medium;
    font-weight: bold;
}
.mapDetail table td:last-of-type {
    width: 100%;
    white-space: normal;
}
.mapInfo {
    position: absolute;
    top: 165px;
    left: -315px;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.75);
    width: 300px;
    height: auto;
    transition: 250ms;
    padding: 10px;
}
.mapOpe {
    position: absolute;
    top: 165px;
    left: 15px;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.75);
    width: 350px;
    height: auto;
    transition: 250ms;
    padding: 10px;
    padding-bottom: 25px;
}
.mapDetail .controler {
    position: absolute;
    left: 15px;
    top: -55px;
    cursor: pointer;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.75);
    transition: 250ms;
}
.mapDetail .controler img {
    width: 30px;
    height: auto;
    transition: 250ms;
}
.mapOpe table {
    width: 100%;
}
.mapOpe table th {
    width: 0%;
    white-space: nowrap;
    font-size: 11px;
    height: 50px;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}
.mapOpe table tr:nth-child(1) th,
.mapOpe table tr:nth-child(2) th {
    font-size: medium;
}
.mapOpe table td {
    font-size: small;
    width: 50%;
    padding: 5px;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    font-size: 16px;
}

.irs--flat .irs-handle>i:first-child {
    background-color: #4e73df!important;
}
.irs--flat .irs-bar {
    background-color: #4e73df!important;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    background-color: #4e73df!important;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    border-top-color: none;
}

.on {
    color: #FFF !important;
    background-color: #b6007a !important;
}

#map_canvas {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-year {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid transparent;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 5px;
}

.mapInfo table {
    width: 100%;
}
.mapInfo table th,
.mapInfo table td {
    width: 100%;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
}
.mapInfo table td:last-of-type {
    text-align: right;
}
.mapInfo table tr.total td:nth-of-type(1),
.mapInfo table tr.age td:nth-of-type(1) {
    color: #4682b4
}
.mapInfo table tr.total td:nth-of-type(3),
.mapInfo table tr.age td:nth-of-type(3) {
    color: firebrick;
}



