/*
Custom Style
=========================== */
nav {
	border-bottom: solid 1px #efefef;
	min-height: 60px;
	background: #fff;
}

nav .wrap-core-nav-list,
nav .nav-header {
	/*background: #fff;*/
}

nav .brand {
	display: block;
	position: relative;
	width: 150px;
	top: 20px;
}

nav .brand img {
	width: 100%;
}

nav .menu li a {
	display: block;
	padding: 20px 25px;
	text-decoration: none;
	color: #3a3a3a;
	font-size: 20px;
}

nav .menu li.active > a,
nav .menu li a:hover {
	color: #ffffff;
	background: #2076be;
}

nav button {
	background: transparent;
	border: none;
	outline: none;
}

@media (max-width: 992px) {
	nav .full-container,
	nav .nav-container {
		padding-left: 0;
		padding-right: 0;
	}

	nav .nav-header {
		min-height: 60px;
	}

	nav .nav-header .brand {
		margin: 0 auto 5px;
		float: none;
	}

	nav .nav-header .toggle-bar {
		font-size: 18px;
		position: absolute;
		top: 17px;
		left: 15px;
		color: #ffffff;
	}

	nav .menu li a {
		padding: 10px 10px;
		color: #ffffff;
		border-bottom: solid 0px #efefef;
	}

	nav .menu li:last-child a {
		border-bottom: none;
	}
}
/* =========================== */

.disable {
   pointer-events: none;
   cursor: default;
}


.warpcontent table {
	width: 100%;
}

.warpcontent tbody, td, tfoot, th, thead, tr {
	padding: 10px;
}

.warpcontent table p {
	margin-bottom: 0;
}
