@charset "utf-8";
/* ==========================================================================
   Genral
   ========================================================================== */
html,
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

input[type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

/* ==========================================================================
   Page
   ========================================================================== */
div#head {
	position: relative;
	min-height: 48px;
	z-index: 1000;
}
div#page-current {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
div#page-logging {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

/* ==========================================================================
   Header
   ========================================================================== */
#head div#paging {
	overflow: hidden;
	border-bottom: 3px solid #3d5783;
}
#head div#title {
/*	float: left; */
}
#head h1#page-title {
	padding: 3px 10px;
	color: #111;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2;
}

/* ==========================================================================
   Maps
   ========================================================================== */
div.map-container {
  margin: 0 auto;
/*  padding-top: 35px; */
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
div.map-canvas {
  border-top: 1px solid #d6cdc9;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   Button
   ========================================================================== */
#head div#paging input[type="button"] {
	float: left;
	width: 130px;
	height: 25px;
	margin-right: 5px;
	border: none;
	border-radius: 3px 3px 0 0 !important;
	background: #d9dee6;
	color: #333;
	font-size: 1.2em;
}
#head div#paging input:first-child {
	margin-left: 10px;
}
#head div#paging input[type="button"]:disabled {
	background: #3e5881 !important;
	border: 1px solid #3e5881;
	color: #fff;
	font-weight: bold;
	opacity: 1;
}

/* ==========================================================================
   Current Page
   ========================================================================== */
div#curr-map-container-head {
	overflow: hidden;
	padding: 3px 10px;
	font-size: 1.1em;
	line-height: 22px;
	vertical-align: middle;
}

div#curr-button-area {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}
div#curr-switch-area {
	float: left;
}

input#curr-auto-switch {
	vertical-align: middle;
}


/* ==========================================================================
   Logging Page
   ========================================================================== */
div#log-map-container-head {
	overflow: hidden;
	padding: 3px 10px;
	line-height: 22px;
}
div#log-map-container-head-1 {
	min-height: 25px;
}
div#log-map-container-head-2 {
/*	min-height: 25px;
*/
}
div#log-map-container-head-1 input[type="button"] {
	width: 100px;
	height: 22px;
	margin-right: 12px;
	border: none;
	border-radius: 4px;
	background: #3e5881;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
}
div#log-map-container-head-1 input[type="button"]:hover {
	filter:alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

div#log-button-area {
	float: left;
	vertical-align: middle;
}
div#log-switch-area {
	float: left;
	vertical-align: middle;
	font-size: 1.1em;
}
div#log-switch-area input[type="checkbox"] {
	margin-right: 10px;
}
div#log-result-area {
/*	float: left; */
	position: relative;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
input#log-polyline-switch {
	vertical-align: middle;
}
input#log-cell-switch {
	vertical-align: middle;
	margin-left: 5px;
}

/* ==========================================================================
   Modal Window : Common - Overlay
   ========================================================================== */
div.page-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

/* ==========================================================================
   Modal Window : Log - Search Log
   ========================================================================== */
div#log-search-modal {
	display: none;
	background:#eee;
	padding: 20px 20px 20px 20px;
	overflow: auto;
	z-index: 1001;
	position: absolute;
	width: 300px;
	min-height: 100px;
}
div#log-search-button-area {
	padding: 10px 0;
	text-align: center;
}
table#log-search-table td {
	padding: 2px;
}

/* ==========================================================================
   Modal Window : Log - Position
   ========================================================================== */

div.position-modal {
	display: none;
	background:#eee;
	padding:20px 20px 20px 20px;
	overflow:auto;
	z-index:1001;
	position:absolute;
/*    width: 500px; */
/*    min-height: 300px; */
}

/* --------------------
    Header
   -------------------- */
div.position-modal div.modal-head-area label {
	font-size: 12px;
	font-weight: bold;
}

div.position-modal div.modal-head-area label.point-rank-1 {
	color: #FF0000;
}
div.position-modal div.modal-head-area label.point-rank-2 {
	color: #000000;
}
div.position-modal div.modal-head-area label.point-rank-3 {
	color: #000000;
}
div.position-modal div.modal-head-area label.point-rank-other {
	color: #000000;
}

/* --------------------
    Data
   -------------------- */
div.position-modal div#log-position-comment {
	max-height: 80px;
	max-width: 280px;
/*	overflow-x: auto; */
	overflow-y: auto;
}

/* --------------------
    Button
   -------------------- */
div.position-modal div.modal-button-area {
	display: none;
}


/* ==========================================================================
   Modal Window : Curr/Log - Point
   ========================================================================== */

div.point-modal {
	display: none;
	background:#eee;
	padding:20px 20px 20px 20px;
	overflow:auto;
	z-index:1001;
	position:absolute;
/*    width: 500px; */
/*    min-height: 300px; */
}

/* --------------------
    Header
   -------------------- */
div.point-modal div.modal-head-area label {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* --------------------
    Data
   -------------------- */
div.point-modal div.modal-data-area {
	max-height: 300px;
	overflow-x: auto;
	overflow-y: auto;
/*	border: solid 1px #666; */
}

/* --------------------
    Button
   -------------------- */
div.point-modal div.modal-button-area {
	display: none;
}

/* --------------------
    info-window-table
   -------------------- */
table.info-window-table {
	margin: 0 auto;
/*	max-width: 300px; */
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
/*	border-spacing: 0 10px; */
/*	background: #f5f5f5; */
}
table.info-window-table tr.odd {
/*	background: #AFEEEE;*/	/* PaleTurquoise */
	background: #D3D3D3;	/* LightGrey */
}
table.info-window-table tr.even {
	background: #F5F5F5;	/* WhiteSmoke */
}
table.info-window-table td {
	padding: 0;
	margin: 0;
	min-height: 20px;
	border: none;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
/*	text-align: center; */
	vertical-align: middle;
	overflow: hidden;
}
table.info-window-table td.rank {
	width: 20px;
	white-space: nowrap;
}
table.info-window-table td.device-name {
	max-width: 200px;
	padding: 0 0 0 10px;
}
table.info-window-table td.record-time {
	max-width: 150px;
	padding: 0 0 0 10px;
	white-space: nowrap;
}
table.info-window-table td.distance {
	max-width: 150px;
	padding: 0 0 0 10px;
	white-space: nowrap;
}

/* ==========================================================================
   Validation Rules
   ========================================================================== */
#page-logging label.validation-error {
	color: #FF0000;
}
#page-logging input.validation-error {
	background-color: #FFFF00; /* Yellow */
	color: #FF0000;
}

