html,
body {
	background-color: #f9f6ee;
	margin: 5px 0px 5px 2px;
	padding: 5px 0px 5px 2px;
	overflow: hidden;
}

section {
	display: flex;
	flex-flow: column;
	height: calc(100vh - 20px);
}

.tab-content {
	flex: 1;
	overflow-y: scroll;
}

tr {
	cursor: default;
}

.myBtn {
	width: 70px;
}

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner-border {
	width: 50px;
	height: 50px;
}
