<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {overflow-y: scroll;
	margin:0;
font-family: 'Poppins', sans-serif;
font-weight:300;
font-size:16px;}

/*online quote display on off*/
hiddendiv {
display: none;
}
/*********ALL PAGES CSS*********/
.clear {
	clear:both;
}
#sideMenu {
	position:fixed;
	width:300px;
	background-color:#f7fafc;
	height:100%;
	left:0;
}
.admin {
	background-color:#e3ece8 !important;
}
#sideMenu p {
	margin:12px 52px;
	line-height:48px;
	font-weight: 600;
}
#sideMenu p a{
	text-decoration: none;
	color:#0b3b68;
}
#sideMenu p a:hover{
	color:#0e7fcf;
}
.adminpages #sideMenu p a{
	color:#376b53;
}
.adminpages #sideMenu p a:hover{
	color:#64a285;
}
.adminSubNav {
	margin-left:70px;
	line-height: 38px;
	font-weight:normal;
	color:#376b53;
}
.adminSubNav:hover {
	color:#64a285;
}

#dashBody {
	position:absolute;
	width:calc(100% - 300px);
	height:100%;
	left:300px;
}
.dashHead {
	width:100%;
	height:100px;
}
.dashHeadContent {
	width:84%;
	margin-left:8%;
	border-bottom:1px solid #ebebeb;
		overflow:auto;
}
.dashHeadLogo {
	width:50%;
	float:left;
}
.dashHeadLogo img{
	width:auto;
	height:100px;
	float:left;
	margin-right:12px;
}
.dashHeadOptions {
	width:50%;
	float:right;
	line-height: 100px;
	text-align: right;
}
.dashPanel {
	width:84%;
	margin-left:8%;
	border-bottom:1px solid #ebebeb;
}
.dashFoot {
	width:100%;
}

.dashFootContent {
	width:84%;
	margin-left:8%;
	overflow:auto;
	text-align:center;
	font-size:14px;
	margin-top:20px;
	padding-bottom:30px;
}

h1 {
	font-weight:600;
	font-size:36px;
}

h2 {
	font-weight:600;
	color:#0b3b68;
	font-size:36px;
}
h3 {
	font-weight:600;
	color:#051a2e;
	font-size:26px;
}
h4 {
	font-size:16px;
	font-weight:300;
	color:#697386;
	margin-bottom:0;
}

a {
	text-decoration: none;
	font-weight:600;
	color:#0b3b68;
	/*font-size:36px;*/
}
a:hover {
	color:#0e7fcf;
}
.adminpages a {
	color:#376b53;
}
.adminpages a:hover {
	color:#64a285;
}

.adminpages h2 {
	color:#376b53!important;	
}
.error_msg {
	display:block;
	background-color:#e6a0a0;
	font-size:14px;
	padding: 10px;
	max-width:900px;
}
.conf_msg {
	display:block;
	background-color:#ffcc99;
	font-size:14px;
	padding: 10px;
	margin-bottom:40px;
	max-width:900px;
}
.warn_msg {
	display:block;
	background-color:#ffcc99;
	font-size:14px;
	padding: 10px;
	max-width:900px;
}
.ok_msg {
	display:block;
	background-color:#d4e8dc;
	font-size:14px;
	padding: 10px;
	max-width:900px;
}
.overdue_msg {
	display:block;
	background-color:#f2a0a0;
	font-size:14px;
	padding: 10px;
	max-width:900px;
}


/*********FORMS CSS*********/
form input[type=text],
form input[type=password],
form textarea,
form select {
	padding:12px 10px;
	border-radius: 8px;
	border:1px solid #d7d7d7;
	font-size:16px;
}

form input[type=text] {
	max-width:500px;
	width:100%;	
}
form input[type=password] {
	max-width:260px;
	width:100%;
}
form input[type=checkbox] {
    transform: scale(1.3);
}
form textarea {
	max-width:800px;
	width:100%;
}

form select {
	
}
form input[type=submit] {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	background-color:#0b3b68;
	padding:10px 20px; 
	border:0 none;
    cursor:pointer;
	border-radius:8px;
	color:#fff;
}
form input[type=submit]:hover {
	background-color:#0e7fcf;
}
.adminpages form input[type=submit] {
	background-color:#376b53!important;
}
.adminpages form input[type=submit]:hover {
	background-color:#64a285!important;
}
.formNote  {
	font-size:13px;
	color:#0e7fcf;
	line-height:19px;
}
.error {
	margin-left:8px;
	color:#f00;
	font-size:13px;
}
.actionsuccess {
	display:block;
	width:100%;
	max-width:400px;
	background-color:#a6dea2;
	padding:10px 20px;
}



/*********SIDE MENU CSS*********/




/*********DASHBOARD CSS*********/
.detailsList p {
	margin-top:0;
}
.detailsListCol1 {
	display:block;
	width:40%;
	margin-right:10%;
	float:left;
}
.detailsListCol2 {
	display:block;
	width:48%;
	float:right;
}
.editDetails {
	margin-top: 60px;
	display:block;
	width:160px;
	background-color: #0b3b68;
	line-height:45px;
	border-radius:8px;
	text-align: center;
	color:#fff;
}
.editDetails:hover {
	background-color: #0e7fcf;
}
.payBtn {
	display:block;
	width:160px;
	background-color: #0b3b68;
	line-height:45px;
	border-radius:8px;
	text-align: center;
	color:#fff;	
	margin-bottom:12px;
}
.payBtn:hover {
	background-color: #0e7fcf;
}
.memAreaTable th {
	background-color:#0b3b68;
	color:#fff;
	text-align:left;
	font-weight:normal;
}
.memAreaTable td {
	/*font-size:13px;*/
}
.hilitemember {
	background-color:#e9ebf4;
}
.mpstatus {
	display:block;
	border-radius: 10px;
	padding:5px 20px;
	font-weight:bold;
}
.mpuptodate {	
	background-color:#d4e8dc;	
}
.mpdue {
	background-color:#ffcc99;
}
.mpoverdue {
	background-color:#f2a0a0;
}
.mpna {
	background-color:#e9ebf4;
}


/*********REGISTRATION FORM CSS*********/
.registration p,
.adminpages p {
	max-width:900px;
}

/*********NEWSLETTERS CSS*********/
.newsletters h3{
	margin-top:30px;
}
.newsletters {
	padding-bottom:100px;
}

/*********ADMIN PANEL CSS*********/
.adminpages .detailsListCol1,
.adminpages .detailsListCol2 {
	line-height:40px;
}
.memTable th {
	background-color:#376b53;
	color:#fff;
	text-align:left;
	font-weight:normal;
}
.memTable td {
	/*font-size:13px;*/
}
.hiliteadmin {
	background-color:#e9f3ed;
}
.searchfield {
	display:block;
	background-color: aliceblue;
	margin-bottom:30px;
}
.searchTable input[type=text]{
	max-width:300px!important;
}
.pageNav {
	font-size:13px;
}
.tableP {
	font-weight: bold;
	color:#EA6428;
}
.tableA {
	font-weight: bold;
	color:#22B388;
}
.tableC {
	font-weight: bold;
	color:#CB1A1D;
}
.tableCP {
	font-weight: bold;
	color:#CB1A1D;
}
.tableDe {
	font-weight: bold;
	color:#555;
}
.approvalInfo {
	font-size:14px;
	display:block;
	border-radius: 16px;
	background-color: #d7d7d7;
	padding:20px;
}

/*********FOOTER CSS*********/

/*********CLASSES*********/</pre></body></html>