/* Themify Customize Styling */
body {	
	font-family: "Nunito Sans";	font-weight:400;
 
}
:root {	
	--theme_accent: #165c8a;
	--theme_accent_semi: #206999;
	--theme_accent_hover: #4ba4d1; 
}
a, .post-nav .arrow {	
	color: #165c8a; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #474747; 
}
h1 {	
	font-family: "Nunito Sans";	font-weight:800;

	color: #165c8a; 
}
h2 {	
	font-family: "Nunito Sans";	font-weight:600;

	color: #165c8a; 
}
h3 {	
	font-family: "Nunito Sans";	font-weight:500;

	color: #165c8a; 
}
h4 {	
	font-family: "Nunito Sans";	font-weight:400;
	text-transform:uppercase;
	color: #165c8a; 
}
h5 {	
	font-family: "Public Sans";	font-weight:300;

	color: #165c8a; 
}
h6 {	
	font-family: "Public Sans";	font-weight:600;

	color: #165c8a; 
}
.page-title {	
	margin-bottom: 15px; 
}

/* Themify Custom CSS */
/* .ui.nav > li > a:after {
	
	content: "";
	width: 0;
	height: 3px;
	background: #ffffff33;
	position:absolute;
	bottom:0;
	left:0;
	transition: all ease 0.3s;
	border-radius: 10px;
}

.ui.nav li:hover a:after {
	width: 100%;
} */
ul.ui ul.sub-menu {
	padding: 0;
	border: none!important;
	border-radius: 0;
}

.table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}

.table tr.table-header {
	background: #eee;
	color: #000;
	font-weight: 800;
}

.table-padding-10 tr td {
	padding: 10px;
}

.table-border tr td {
	border: 1px solid #ccc;
}

.table-striped tr:nth-child(odd) {
  background-color: #efefef88;
}

.module-addfile a.tf_in_flx {
	  place-items: start;
    flex-direction: row;
	    flex-wrap: nowrap;
}