body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body i {
	font-family:'FontAwesome'!important;
	}

.nav-div {
	width: 100%;
	height: 120px;
	text-align: center;
	overflow: hidden;
}
.top-container-left {
	padding: 5px;
	float: left !important;
}
.top-container-right {
	padding: 15px;
	float: right;
}

.top-container-center {
	display: inline-block;
	margin: 10px 10px 0 0;
	padding: 30px 2px;
	font-family: "Courier New", Courier, monospace;
	font-size: 23px;
}

.header {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #eaa32e;
	color: black;
	font-family: Arial;
	text-align: right;
	top: 0;
	z-index: 1;
}
.content {
	width: 100%;
	overflow-x: hidden;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .content {
	padding-top: 102px;
}
/* ul {
	list-style-type: none;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	overflow: hidden;
}

li {
	float: left;
}

li a {
	display: block;
	color: black;
	text-align: center;
	padding: 10px 16px;
	text-decoration: none;
	border-right-width: thin;
	border-right-style: solid;
	border-color: #c6c9d3;
	border-spacing: 2px;
}

li a:hover:not(.active) {
	color: white;
	text-decoration: none;
} */
.col-12 {
	width: 100%;
	float: left;
	padding: 10px;
}
.col-12-banner {
	position: static;
	width: 100%;
	margin: auto;
}
.col-6 {
	float: left;
	width: 50%;
	padding: 10px;
}
.col-3 {
	float: left;
	width: 25%;
	padding: 10px;
}
.col-4 {
	float: left;
	width: 33.3%;
	padding: 10px;
}
.panel-green {
	border-style: solid;
	border-width: thin;
	border-color: greenyellow;
	padding: 2px;
}
.panel-default {
	padding: 2px;
}
.panel-header {
	font-family: "Courier New", Courier, monospace;
}
#myVideo {
	width: 100%;
}
.table {
	border-collapse: collapse;
	width: 100%;
	padding: 12px;
}
.latestPostTable {
	padding: 3px;
	border-style: solid;
	border-width: thin;
	border-color: lightblue;
	font-size: 12px;
}
.table tr:nth-child(even) {
	background-color: #f2fffe;
}
hr {
	border: 0.5px solid #cacbcc;
}
h4 {
	font-family: Times, "Times New Roman", serif;
}
.createPostBTN {
	float: right;
}
.createAnnouncementBTN {
	float: right;
}
.createRemindersBTN {
	float: right;
}
.createNewsBTN {
	float: right;
}
.button {
	background-color: #3e9cfa; /* Green */
	border: none;
	color: white;
	padding: 8px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	margin: 4px 2px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}
.announcementDate {
	color: gray;
	font-family: Times, "Times New Roman", serif;
	font-size: 10px;
}
.table-announcement {
	border-collapse: collapse;
	width: 100%;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
}
.table-announcement tr {
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.table-announcement td {
	padding: 5px;
}
.table-reminders {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	box-shadow: -4px 0 2px -2px rgba(0, 0, 0, 0.4);
}
.table-reminders tr:nth-child(even) {
	background-color: #d6d6d6;
}
.table-reminders a {
	text-decoration: none;
}
.table-reminders td {
	padding: 20px;
}
.table-reminders td.datereminder {
	text-align: center;
}
.more {
	float: left;
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	margin-top: 7px;
}
.newsandupdates {
	background-color: gray;
	height: 150px;
}
.newsandupdateheader {
	text-align: center;
	font-family: Times, "Times New Roman", serif;
}
.news-header {
	font-family: monospace;
	font-size: 14px;
}
.news-date {
	font-family: monospace;
	font-size: 10px;
	margin-top: 4px;
}
.morenewsandupdateheader {
	text-align: center;
	font-family: monospace;
	font-size: 12px;
	margin: 5px;
}
.footer2 {
	background-color: #434343;
	color: white;
	width: 100%;
	padding: 20px 60px;
}
.footer3 {
	background-color: #ededed;
	color: #434343;
	width: 100%;
	padding: 20px 60px;
	font-size: 10pt;
}
.footer3 li{
	list-style-type: none;
	margin-left: -40px;
}
.footer3 h5{
	font-weight: bold;
	text-transform: uppercase;
}
.footer3 a{
	color: #434343;
	float:left;
}
.text-white{
	color:white;
}
.text-white:hover{
	color:white;
}
.newsImg {
	box-shadow: -4px 0 2px -2px rgba(0, 0, 0, 0.4);
}
.notification .badge {
	position: absolute;
	top: -10px;
	right: -20px;
	padding: 4px 8px;
	border-radius: 50%;
	background: red;
	color: white;
}
#tbody {
	height: 100px; /* Just for the demo          */
	overflow-y: auto; /* Trigger vertical scroll    */
	overflow-x: hidden; /* Hide the horizontal scroll */
}
.pointer {
	cursor: pointer;
}
.table-post {
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	box-shadow: -2px 0 2px -2px rgba(0, 0, 0, 0.4);
}
.table-post tr:nth-child(even) {
	background-color: #d6d6d6;
}
.table-post a {
	text-decoration: none;
}
.table-post td {
	padding: 10px;
}
.panelpost {
	border-style: solid;
	border-width: thin;
	border-color: #eaa32e;
	margin-bottom: 5px;
}
.sup {
	color: #eaa32e;
	float: left;
	margin-top: 3px;
	width: 70px;
}
a.sup {
	color: #eaa32e;
}
.supdata {
	margin-left: -22px;
}
.sup2 {
	color: #eaa32e;
	float: left;
	margin-top: 3px;
	width: 100px;
}
@media screen and (max-width: 600px) {
	.frame thead {
		display: none;
	}
	.frame td {
		display: flex;
	}

	/* .frame td::before {
		content: attr(label);
		font-weight: bold;
		width: 100%;
		min-width: 120px;
	} */
}
.submitGoal2 {
	cursor: pointer;
	color: blue;
}
a {
	text-decoration: none;
}



/* ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

li {
	color: #fff;
	display: block;
	float: left; */
	/* padding: 1rem; */
	/* position: relative;
	text-decoration: none;
	transition-duration: 0.5s;
}

li a {
	color: #fff;
}

li a:hover {
	cursor: pointer;
}

ul li ul {
	visibility: hidden;
	opacity: 0;
	min-width: 5rem;
	position: absolute;
	transition: all 0.5s ease; */
	/* margin-top: -1.5rem; */
	/* left: 0;
	display: none;
}

ul li:hover > ul,
ul li ul:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

ul li ul li {
	clear: both;
	width: 100%;
} */
.changepass {
	height: 7px;
	margin-bottom: 5px;
	float: left;
	border-right-style: none;
}
html *
{
   font-family: Arial !important;
}
.changepass2{
	float:right !important;
}
.header2{
	margin: 3px;
}
.navbar-nav a{
	color: black;
	font-weight: bold;
}
li:active{
	background-color: #eaa32e !important;
}
.navbar-nav a:hover{
	background-color: #eaa32e !important;
	color: white;
}
.dropdown-toggle{
	background-color: #eaa32e !important;
}
/* .propBTN::first-letter{
	text-transform: capitalize;
} */
.propBTN{
	font-size: 11px !important;
	/* text-transform: capitalize; */
}
.currencyinput {
	border: 1px inset #ccc;
}
.currencyinput input {
	border: 0;
}
.modal.remove {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal.remove:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog.remove {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.tooltip-inner {
    max-width: 250px;
    /* If max-width does not work, try using width instead */
    width: 250px; 
}