/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	font-size: 13px;
	min-height: 100%;
}
body {
	margin-bottom: 40px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container-fluid {
  padding: 15px;
}



body {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
}


.nav-link {
	font-size: 14px;
	padding: 0.25rem 1rem;
}

.nav-link.active {
	color: #000;
}

.scroll {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.popup {
	position: relative;
	width: auto;
	max-width: 1000px;
	margin: 20px auto;
}

.widget {
	margin-top: 25px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
	background-color: #ffffff;
	border-radius: 4px;
}

@media (max-width: 576px) {
	body {
		font-size: 14px;
 	}
	.navbar-brand {
		font-size: 14px;
	}
}

.cursorHand {
	cursor: pointer;
}

.txtRed {
	color: #cc0000;
}

.boxEdit {
	padding: 2px;
	border: 1px #dee2e6 solid;
	display: block;
}

.hide {
	display: none;
}