* {
	font-family: 'STXHei';
	cursor: default;
}
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
}
body {
	padding: 5px;
}
img {
	float: left;
}
.col-md-2 {
	height: 100%;
}
.col-md-5 {
	height: 100%;
}
.col-md-7 {
	height: 100%;
}
.col-md-8 {
	height: 100%;
}


.container-fluid {
	height: 100%;
}
#firstRow {
	min-height: 40px;
	height: 5%;
}
#title {
	bottom: 0;
	user-select: none;
	height: 100%;
	margin-bottom: 4px;
}
#titleWord {
	height: 100%;
	font-size: large;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: justify;
}

#inputCol {
	height: 100%;
}
#inputButton {
	height: 100%;
	width: 100%;
	border: 1px solid #b3b3b3;
	border-radius: 4px;
}
#startButton {
	height: 100%;
	width: 100%;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
}
#saveButton {
	height: 100%;
	width: 100%;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
}


#secondRow {
	height: 90%;
}

#map {
	height: 100%;
	border-radius: 10px;
	width: 100%;
}
#tableContainer {
	height: 98%;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #b3b3b3;
	border-radius: 6px;
}
.g-container {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #f2f2f2;
}
.g-progress {
	font-size: large;
    width: 0%;
    height: inherit;
    border-radius: 10px;
    background: #8EE0C8;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: justify;
}

hr {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}


table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 100%;
    border-style: hidden;
    box-shadow: 0 0 0 1px #d8d8d8;
    border-radius: 5px;
}
table td, table th
{
	border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
    text-align: center;
}
table thead th
{
    background-color: #e6e6e6;
}
table tr:nth-child(odd)
{
    background: #fff;
}
table tr:nth-child(even)
{
    background: #f2f2f2;
}


@media screen and (min-width: 992px) {
	#tableRow {
		height: 95%;
		margin: 0;
	}
	#startRow {
		height: 5%;
	}
	#tableContainer {
		overflow-y: auto;
	}
}
@media screen and (max-width: 991px) {
	#secondRow {
		margin-top: 50px;
		height: 35%;
	}
	#map {
		height: 100%;
	}
	#tableContainer {
		height: 300%;
	}
	#tableRow {
		height: 100%;
		margin-bottom: 10px;
		overflow-y: auto;
	}
	#startRow {
		height: 12%;
	}
	.col-md-5 {
		margin-bottom: 10px;
	}
	.col-md-2 {
		margin-bottom: 10px;
	}
	#startButton {
		min-height: 15px;
	}
}
