<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.account-navigation {
  background-color: #ffffff;
}

.account-main-content {
  padding: 30px 15px;
  background-color: #f5f5f5;
}
/* body {
  font-family: 'Lato';
  font-size: 14px;
} */

/* h1 { font-size: 2em; color: red; line-height: 30px; font-family: 'Lobster';}
h2 { font-size: 1.5em; color: red; line-height: 25px; font-family: 'Lobster'; }
h3 { font-size: 1.17em; color: red; line-height: 20px; font-family: 'Lobster'; }
h4 { font-size: 1.12em; color: red; line-height: 20px; font-family: 'Lobster'; }
h5 { font-size: .83em; color: red; line-height: 20px; font-family: 'Lobster'; }
h6 { font-size: .75em; color: red; line-height: 20px; font-family: 'Lobster'; } */

/* .header {
  background-color: black;
  padding: 15px;
  border-bottom: 5px solid red;
} */
/*
a.headerButton {
  display: block;
  padding: 8px;
  border-radius: 15px;
  background-color: white;
  border: 3px solid red;
  font-family: 'Lobster';
  color: red;
  text-align: center;
  font-size: 2em;
  margin-bottom: 10px;
  }
  a.headerButton:hover {
    background-color: red;
    border-color: white;
    color: white;
  } */

  /* a.navButton {
    display: inline-block;
    padding: 8px;
    border-radius: 15px;
    background-color: white;
    border: 3px solid red;
    color: black;
    text-align: center;
    font-size: 1em;
    z-index: 10;
    position: relative;
    }
    a.navButton:hover {
      background-color: red;
      border-color: white;
      color: white;
    } */

.main-content {
  background-color: white;
  padding: 30px;
}

/* .footer {
  background-color: black;
  padding: 15px;
  border-top: 5px solid red;
  border-bottom: 5px solid red;
  color: #ffffff;
  }
  .footer a {color: #ffffff;}
 */



 .well-nobg {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  /*background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
}

.well-account {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 6px solid #0b8442;
  background-color: #ffffff;
}

.well-account-header {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 0;
	background-color:#0b8442;
}

.portal-menu { background-color: #000000; }

.portal-menu a { color: #ffffff !important;}
.portal-menu a:hover { color: #000000; !important;}

.well-account-header h2 {
	color: #ffffff !important; margin: 0;
}

/* .btn-success {
	background-color: #ffffff;
	border: 2px solid #058705;
	color: #058705 !important;
	height:40px !important;
	border-radius: 10px;
} */

/* .btn-success:hover {
	background-color: #058705;
	border: 2px solid #e3e3e3;
	color: #ffffff !important;
	height:40px !important;
	border-radius: 10px;
} */

/* .btn-primary, .btn-danger:hover {
	background-color: #ffffff;
	border: 2px solid #ee191f;
	color: #ee191f !important;
	height:40px !important;
	border-radius: 10px;
} */

/* .btn-primary:hover, .btn-danger {
	background-color: #ee191f;
	border: 2px solid #e3e3e3;
	color: #ffffff !important;
	height:40px !important;
	border-radius: 10px;
} */

/* .btn-primary:active, .btn-primary:focus {
  background-color: #ee191f !important;
  border: 2px solid #e3e3e3 !important;
  color: #ffffff !important;
  height:40px !important;
  border-radius: 10px;
} */

.red a {
  color: #666666 !important;
}
.red .active a,
.red .active a:hover {
    color: red !important;
}

/* .btn-default {
	background-color:#ffffff;
	border: 2px solid #e3e3e3;
	color: #888888 !important;
	height:40px !important;
	border-radius: 10px;
} */


/*.btn-danger {
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #ffffff !important;
	height:40px !important;
	border-radius: 10px;
} */

/* .btn {
	height:40px !important;
}

a.btn-primary {
	text-align: center;
	border-radius: 10px;
} */

h1.dashboard a, a.dash-logout {
	color:#ed191f;
}


.dash-section {
    background-color:#ffffff;
    padding:20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border:1px solid #d3cbcb;
    width:90%;
}
.dash-btn2-inactive {
    color:#EEEEEE;
    padding: 10px !important;
	-webkit-box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-box-shadow: 0px 6px 4px rgb(112,112,112);
	box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #777777;
	width:150px !important;
	height:150px !important;
	margin-top:7px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	overflow:visible;
	font-size:12px;
}

.dash-btn2 {
    color:#FFFFFF;
    padding: 10px !important;
	-webkit-box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-box-shadow: 0px 6px 4px rgb(112,112,112);
	box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #000000;
	width:150px !important;
	height:150px !important;
	margin-top:7px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
	overflow:visible;
}


.dash-btn-user {
	color:#FFFFFF;
	 padding: 7px !important;
	-webkit-box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-box-shadow: 0px 6px 4px rgb(112,112,112);
	box-shadow: 0px 6px 4px rgb(112,112,112);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #000000;
	width:160px !important;
	height:160px !important;
	margin-top:7px;
}

.dash-btn-text {
    padding-top:5px;
    color:#ffffff;
    opacity: 0.8;
    font-size:13px;
}
</pre></body></html>