@charset "UTF-8";
/* Copyright (c) 2009 National Research Institute for Earth Science and
 * Disaster Prevention (NIED).
 * This code is licensed under the GPL version 3 license, available at the root
 * application directory.
 */

.archive .contentDiv {
	background-color: white;
	opacity: 0.95;
	position: absolute;
/*	left: 20px; */
/** edit aiss 2018/10/25 **/
	left: auto;
	bottom: 0px;
	z-index: 9998;
	box-shadow:4px 4px 4px rgba(0,0,0,0.3);
/** edit aiss 2018/10/25 **/
	right: 20px;
	width: 300px;
}
.archive .olControlScaleBar {
	bottom: auto;
	top 0;
	left: 70px;
}
.archive .olControlScaleBar {
	bottom: auto;
	top 0;
	left: 70px;
}
.archive .olControlPanZoom {
	z-index: 9999 !important;
}

.archive .player {
	display:block;
	width:280px;
	height:190px;
	margin: auto;
	/*width:240px;
	height:160px;*/
	/*padding-left:20px;*/
}

.archive .title {
	font-size: 1.1em;
	padding: 4px;
}
.archive .meta {
	font-size: 85%;
}
.archive .meta th {
	white-space: nowrap;
	text-align: right;
	padding-right: 2px;
}

.archive .preview {
	height: 210px;/*180px*/
	border: 1px sold DDD;
	width: 100%;
	text-align: center;
	margin-bottom: 3px;
}
.archive .preview img{
	max-height: 190px;
}

.archive .descrption {
	
}

.archive .button {
	padding: 2px 0;
	border: 1px solid black;
	background-color: #DEF;
	font-weight: bold;
	cursor: pointer;
}
.archive .button:HOVER {
	background-color: #ABD;
}


/* Tab Pane */
.archive .tab_button td {
	border-bottom: 1px solid gray;
	padding: 2px 1px 0 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.archive .tab_button td div {
	border: 1px solid #AAA;
	border-bottom-width: 0;
	border-radius: 3px 3px 0 0;
	padding: 4px 8px;
	white-space: nowrap;
	cursor: pointer;
	background-color: #EEE;
	color: #888;
}
.archive .tab_button td.selected {
	border: 1px solid gray;
	border-bottom-width: 0;
	border-radius: 3px 3px 0 0;
}
.archive .tab_button td.selected div {
	border-width: 0px;
	background-color: transparent;
	cursor: default;
	color: black;
}
.archive .tab_button td.empty {
	border-width: 0 0 1px 0;
	cursor: default;
	width: 90%;
	empty-cells: show;
}
.archive td.tab_pane {
	border: 1px solid gray;
	border-top-width: 0;
	padding: 4px;
	empty-cells: show;
}

.archive td.tab_pane .inner {
	overflow: auto;
	width: 100%;
	height: 195px;
}

/***/
#edit_filelist, .content_filelist {
	width: 290px;
	overflow: auto;
	text-align: center;
}
.content_attr {
	padding: 2px 2px 2px 2px;
	border:1px solid gray;
	overflow: auto;
	margin-bottom:5px;
}
.content_text_div {
	border: 1px solid #d0d0d0;
	height: 100%;
	margin: 2px;
	padding: 2px;
	overflow: auto;
	width: auto;
}

.contentComment {
	font-size: 11px;
	display: inline-block;
}

.dijitDialog {
        z-index: 11403 !important;
}
/** edit aiss 2018/10/25 **/
.olControlPanZoom {
 right: 45px!important;
 left: auto!important;
}
.olControlMapLayerSwitcher {
 left: 0px;
}
.olControlMapLayerSwitcher .minimizeDiv {
    top: 4px;
    left: 0px;
}
/** edit aiss 2018/10/25 end **/