html, body {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

body.wrap{
	position: relative;
	z-index: -100;
	min-height: 100vh;
	padding-bottom: 40px;
}

h2 {
	font-size: 28px;
	font-weight: 100;
	text-align: center;
}

a {
	text-align: center;
	color: #f77564;
}

label {
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

div.dt-search {
	text-align: right;
}

div.datatables-footer {
	text-align: right;
}

table.dataTable {
	margin-bottom: 0;
}

table.dataTable thead.box-table > tr > th:first-child {
	border-left: 1px solid black;
}

table.dataTable thead.box-table > tr > th {
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: paleturquoise;
}

table.dataTable > tbody.box-table > tr > td:first-child {
	border-left: 1px solid black;
}

table.dataTable > tbody.box-table > tr > td {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.dt-container.dt-empty-footer .dt-scroll-body {
	border-bottom: 0;
}

div.dt-container.dt-empty-footer .dt-scroll-body tbody.box-table > tr:last-child > * {
	border-bottom: 1px solid black;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center {
	text-align: center;
	vertical-align: middle;
}

table.dataTable th.dt-type-numeric,
table.dataTable td.dt-type-numeric {
	text-align: center;
	vertical-align: middle;
}

#label {
	font-size: 24px;
}

.navbar {
	padding: 0;
	min-height: 50px;
	margin-bottom: 20px;
	background-color: #e7e7e7 !important;
	border: 1px solid transparent;
	z-index: 1;
}

.container {
	max-width: 80vw;
}

.nav-link {
	text-align: left;
}

.row {
/*	display: flex;*/
	margin-right: 0;
	margin-left: 0;
}

.form-body {
	display: flex;
	margin-right: 0;
	margin-left: 0;
}

.form-left {
	padding-right: 15px;
	padding-left: 15px;
}

.panel {
/*	margin-bottom: 20px;*/
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-body {
	padding-top: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-group {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}

.panel-item {
	padding-left: 15px;
	padding-right: 15px;
}

.pull-right {
	float: right !important;
}

.req {
	color: #FF0000;
	font-size: 12px;
}

.attached-btn {
	width: 100%;
}

.list-box {
	border: solid thin #dee2e6;
	background-color: white;
	width: 100%;
	height: 2em;
	overflow: auto;
}

.disable-input {
	background-color: whitesmoke;
}

.zmap {
	border:1px solid #777777;
	width:98%;
	height:100%;
	position: relative;
	overflow: hidden;
}

.button-area {
	display: flex;
	flex-direction: row;
	position: absolute;
	width: 100%;
	height: 50px;
	top: 70px;
	left: 0;
}

.menu-button {
	display: inline-block;
	width: 150px;
	height: 35px;
	margin-left: 10px;
	border: 1px solid;
	border-radius:10px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	border-color: black;
	background-color: white;
	color: black;
}

.menu-button-back {
	width: 90px;
	border: 3px solid black;
}

.menu-button-map {
	width: 120px;
	border: 3px solid black;
}

.menu-button-db {
	width: 140px;
	margin-left: 20px;
}

.menu-button-report {
	width: 90px;
}

.menu-button-doc {
	width: 120px;
}

.select-button {
	background-color: yellow;
}

.action-button {
	display: inline-block;
	width: 60px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	border-radius:10px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	border-color: black;
	background-color: white;
	color: black;
}

.action-button:disabled {
	opacity: 0.5;
}

.semi-wide-button {
	width: 100px;
}

.wide-button {
	width: 120px;
}

.spacious-button {
	width: 150px;
}

.super-wide-button {
	width: 180px;
}

.add-button {
	background-color: cornflowerblue;
	color: white;
}

.view-button {
	background-color: darkseagreen;
	color: white;
}

.change-button {
	background-color: darkgoldenrod;
	color: white;
}

.update-button {
	background-color: orange;
	color: white;
}

.delete-button {
	background-color: gray;
	color: white;
}

.copy-button {
	background-color: cadetblue;
	color: white;
}

.history-button {
	background-color: deepskyblue;
	color: white;
}

.map-button {
	background-color: lightseagreen;
	color: white;
}

.cancel-button {
	background-color: gainsboro;
	color: black;
}

.control-button {
	background-color: lightcyan;
	color: black;
}

.scroll-button {
	background-color: floralwhite;
	color: black;
}

.record-button {
	background-color: forestgreen;
	color: white;
}

.set-button {
	background-color: yellowgreen;
	color: white;
}

.create-button {
	background-color: lightblue;
	color: black;
}

.transition-button {
	background-color: greenyellow;
	color: black;
}

.millsheat-button {
	display: inline-block;
	width: 115px;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	border-radius:10px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	border-color: black;
	background-color: white;
	color: black;
}

.main-area {
	display: flex;
	flex-direction: row;
	position: absolute;
	z-index:-10;
	width: 100%;
	height: calc(100% - 185px);
	top: 120px;
	left: 0;
}

/*
input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

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

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

input[type="date"]{
	position: relative;
}
*/

.breadcrumb-list ul {
	display: flex;
	overflow-x: auto;
	word-break: keep-all;
	white-space: nowrap;
	margin: 0;
	padding-left: 0;
}

.breadcrumb-list ul::-webkit-scrollbar {
	display: none;
}

.breadcrumb-list ul li {
	list-style: none;
	padding-right: 30px;
}

.breadcrumb-list ul li:not(:last-child) {
	position: relative;
	padding-right: 50px;
}

.breadcrumb-list ul li:not(:last-child)::after {
	content: ">";
	display: block;
	position: absolute;
	width: 10px;
	height: 15px;
	top: 0px;
	right: 20px;
}

div.dt-empty-footer {
	margin-bottom: 55px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 65px;
/*	background-color: #e7e7e7;*/
	background-color: #ffffff;
}
