*{
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
img{
  border: 0;
  text-decoration: none;    
}
body {
  background: black;
  height: 100%;
  color: #555;
  font-size: 12px;
  font-family: Arial, Tahoma, Verdana;
}
a, a:visited {
  color: #147;
  text-decoration: none;
}
a:hover {
  color: #06C;
}
#container {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 150px;
}

/* Header
*******************************************************************************/

#header {
    width: 940px;
    height: 100px;
}
#header h1 {
	padding: 5px 0px 0px 0px;
	color: #FFF;
	font-size: 30px;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-align: center;
}

/* Navbar
*******************************************************************************/

#navbar {
  width: 940px;
  height: 35px;
  margin: 0px 0px 0px 0px;
  color: #FFF;
  position: relative;
  z-index: 99;
}
#nav, #nav ul {
  padding: 0;
  margin: 0;
  margin-left: 65px;
  list-style: none;
  line-height: 35px;
}
#nav a, #nav a:visited {
  display: block;
  padding: 0px 18px 0px 18px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: Verdana;
}
#nav a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}
#nav li {
  float: left;
}

#subnav a, #subnav a:visited {
  display: block;
  padding: 0px 18px 0px 18px;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 1px;
  font-family: Georgia, Arial, Helvetica;
}
#subnav a:hover {
  text-decoration: none;
  color: #787878;
}
#subnav li {
  float: left;
}
/* Content
*******************************************************************************/

#content {
    width: 920px;
    background: #ffffff;
    padding: 10px;
    line-height: 18px;
    box-shadow: 0px 0px 10px #888888;
    border-radius: 20px;
}
#content p {
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
#content .login-error {
  margin: 20px;
  display: block;
}
#inside {
    background: #FFF;
    padding: 20px 10px 20px 10px;
    text-align: center;
}
#inside ol {
  list-style: decimal;
  margin: 0px 0px 0px 5px;
  padding: 0px 0px 15px 0px;
}
#inside ol li {
  list-style: decimal;
  margin: 0px 0px 0px 20px;
  padding: 0;
}
#inside ul {
  list-style: square;
  margin: 0;
  padding: 0px 0px 15px 0px;
}
#inside ul li {
  list-style: square;
  margin: 0px 0px 0px 20px;
  padding: 0;
}
#reports {
    text-align: center;
    margin: 0 auto;
    border-spacing: 0px;
    font-size: 13px;
    border: 1px solid #CCC;
}

#members-reports{
    text-align: center;
    margin: 0 auto;
    border-spacing: 0px;
    font-size: 13px;
}

.payments-reports {
    width: 500px;
}

#reports th {
    border: 1px solid #ccc;
    color: #000;
}
.reportscol {
    border: 1px solid #CCC;
	max-width: 500px;
}
#captcha {
  float: right;
}
#main {
  padding: 30px 0px 150px 0px;
}

/* Index Page
*******************************************************************************/

#aff-box-body{
  width: 660px;
  text-align: left;
  margin: 10px 0px 0px 0px;
}
#aff-box-content{
  width: 100%;
  display: inline-block;
}
#aff-box-action {
  background-color: #EEE;
  margin: 4px;
  padding: 5px;
  height: 46px;
  display: block;
  border-radius: 10px;
}
#aff-box-action:hover {
  background-color: #DDD;
}

/* Footer
*******************************************************************************/

#footer {
    position: fixed;
    width: 100%;
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0;
    left: 0;
}

/* Forms
*******************************************************************************/

input, select, textarea {
    padding: 5px;
    margin: 4px;
    text-align: left;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.user-edit {
  width: 200px;
}
.user-select {
  width: 208px;
}
.button {
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    padding: 5px 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgb(255,255,255);
    text-align: center;
    width: 120px;
    height: 30px;
    border: 0;
    background: black;
}

.button:hover, .button:active {
    background: #555;
}
.checkbtn {
  border: none;
  background: none;
  cursor: pointer;
  font-weight: normal;
  color: red;
  font-size: 11px;
}
#update_user {
  width: 350px;
  margin: 0 auto;
  text-align: right;
  padding-right: 100px;
}
#regForm {
  width: 650px;
  margin: 0 auto;
  background-color: #E4F8FA;
  padding: 3px;
  font: normal 12px arial, verdana;
  border: 1px solid #CAE4FF;
  text-align: left;
  padding: 5px 5px 0px 50px;
  border-radius: 10px;
}
#regForm input{
  width: 200px;  
}
#regForm input[type='checkbox']{
  width: 30px;  
}
.loginform .txtbox {
  font: bold 16px arial;
  color: #333;
}
.loginform {
  font: 16px normal arial;
  background-color: #E4F8FA;
  font: normal 12px arial, verdana;
  padding: 3px;
  border: 1px solid #CAE4FF;
  margin: auto;
  border-radius: 10px;
}
#dateform {
  width: 530px;
  margin: 0 auto;
  display: block;
  padding: 20px 0px 15px 0px;
}
#dateform a, #dateform a:visited {
  display: inline;
  font-size: 10px;
  font-style: italic;
  color: #999;
}
#startdate {
  width: 260px;
  float: left;
}
#enddate {
  width: 260px;
  float: right;
}
.widefat img {
  width: 129px;
  height: auto;
  border: 2px solid #C0C0C0;
  margin: 5px;
}
.tableheader {
  padding: 3px 0px 3px 0px;
  text-align: center;
  background: #EEE;
  border-bottom: 1px solid #CCC;
  color: #147;
}
.col1 {
  width: 80px;
}
.col2 {
  width: 158px;
}
.col3 {
  width: 135px;
}

/* Lightbox
*******************************************************************************/

#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img {
  border: none;
}
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image {
  padding: 10px;
}
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}
#lightbox-nav a {
  outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  display: block;
}
#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}
#lightbox-nav-btnNext {
  right: 0;
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}
#lightbox-image-details-caption {
  font-weight: bold;
}
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/* Typography
*******************************************************************************/

.title {
  font-family: Times New Roman, Georgia, Arial;
  font-family: Arial, Tahoma, Verdana;
  font-size: 30px;
  font-weight: normal;
  color: #0F548B;
  border-bottom: 1px solid #EEE;
  text-align: left;
  padding: 0px 0px 5px 20px;
  margin: 0px 0x 10px 0px !important;
  padding-bottom: 20px;
  text-align: center;
}
.message {
  margin-top: 50px !important;
  margin-bottom: 25px !important;
}
.error {
  font-size: 12px;
  font-weight: bold;
  color: #c00;
  border: 1px solid #c00;
  padding: 5px !important;
  margin: 0 5px 5px 5px;
  background-color: #FEF1ED;
  display: inline-block;
}
.blue {
  color: #0F548B;
}
.ok {
  font-weight: bold;
  font-size: 15px;
  color: #009900;
}
h2 {
  font-size: 18px;
  color: #0F548B;
  margin: 5px 0px 15px 0px;
}
h3 {
  font-size: 16px;
  color: #0F548B;
  margin: 5px 0px 15px 0px;
}
h4 {
  font-size: 14px;
  color: #0F548B;
  margin: 0px 0px 5px 0px;
}
.wp_aff_welcome_page_msg{
margin:15px 10px 0 10px !important;
}

.members-only-img{
	width: 150px;
    height: 86px;
	margin-bottom: 25px;
}

.header-image{
    text-align: center;
    margin: auto;
    width: 50px;
    display: block;
    margin-top: 25px;
}

.dp-popup {
    background: #000 !important;
}

div.dp-popup a {
    color: white !important;
}

.dp-popup  h2{
	color: #ffffff;
}

.action-head{
    padding-top: 5px;
    font-size: 20px;
    line-height: normal;
}
.action-tag {
    font-size: 12px;
    line-height: normal;
}
#logForm {
    margin-top: 20px;
}
.header-img {
    height: 50px;
    width: 50px;
}
.text-left {
    text-align:left;
}
.text-right {
    text-align:right;
}
.label-width {
    width: 37%;
}

.column {
  float: left;
  width: 50%;
  padding: 0 75px;
  box-sizing: border-box;
}
.column img {
  width:50px;
  height:50px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
label {
    cursor:pointer;
}
.mb-1 {
    margin-bottom:10px;
}