@charset "utf-8";
/*CSS Document */


* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    font-family: "Lucida Sans", sans-serif;
}
body{
margin:0;
padding:0;
background-color:#ffffff;
}

img {
    max-width: 100%;
	height:auto;
}
img.club2logo{
	border:none;
}
table {
	width:98%;
}

td {
	width:24.5%;
}
td input{
	background-color: #3b5998;
	color: #ffffff;
	padding: 6px 10px;
	border-radius:4px;
	border: none;
	cursor: pointer;
	-webkit-appearance: none; 	
}
td input:hover{
	background-color:#ffffff;
	color: #3b5998;
}

tr:nth-child(odd) {background-color: #f2f2f2;}

.tadmin{
	font-size:5.5px;
	border-collapse:collapse;
}
.tplans{
	font-size:10px;
	border-collapse:collapse;	
}
.tletter{
	border-collapse:collapse;	
}
.form {
	background-color:#3b5998;
	color:#ffffff;
	cursor: pointer;
	padding:5px;
	border-radius:4px;
	font-size:100%;
}
.form:hover {
    background-color: #ffffff;
	color: #3b5998;
}
.search {
	background-color:#dd4b39;
	color:#ffffff;
	cursor: pointer;
	padding:5px;
	border-radius:4px;
}
.search:hover {
    background-color: #ffffff;
	color: #dd4b39;
}
.headerlogo{
	margin:1px 0px 0px 5px;
	margin-top:5px;
}
.clublogo{
	display:none;
}
.club2logo{
	display:inline-block;
	margin: 0 0 0 2px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0 5px 0 5px;
    overflow: hidden;
    background-color: #3b5998;
}

li {
    float: right;
}

li a{
	display: inline-block;
    color: white;
    text-align: center;
    padding: 2px 5px;
	margin-top: 12px;
    text-decoration: none;
	cursor: pointer;
}
li a:hover{
    background-color: white;
	border-radius:4px;
	color: #3b5998;
}
.dropdown{
	display:inline-block;
}
.dropdown li{
	padding: 5px;
	margin: 5px;
    text-decoration:none;
	text-align: center;
	font-weight:bold;
	border-radius:4px;
	position: relative;
    display: inline-block;
	cursor: pointer;
	}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3b5998;
    min-width: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px;
    z-index: 1;
	right: 5px;
}
.dropdown-content a {
    padding: 2px 2px;
	margin: 4px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
	background-color: white;
	border-radius:4px;
	color: #3b5998;
}
.dropdown:hover .dropdown-content {
    display: block;
	border-radius:4px;
}

.myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: #f6f6f6;
}

.myUL li{
    width: 100%;
    border: 1px solid #ddd;
}

.myUL li a {
  margin-top: 1px;
  margin-bottom: 1px;
  background-color: #f6f6f6; 
  padding: 2px;
  text-decoration:none; 
  color: black; 
  display: inline-block; 
}

.myUL li a:hover:not(.header) {
  background-color:#3b5998; 
  color: white;
}

.contentinfo {
    background-color:#ffffff;
    text-align: center;
    padding: 4px 8px 4px 8px;
}
.plansinfo {
    display:none;
}
.splansinfo {
    background-color:#ffffff;
    text-align: center;
    padding: 4px 8px 4px 8px;
}
.bottomcontent {
    display:none;
}
.submenu {
    background-color:#ffffff;
    color: #000000;
    text-align: center;
    padding: 8px;
}
.submenu a {
	color: white;
	padding: 5px 4px 5px 4px;
	margin: 4px;
	display:inline-block;
}
.cbutton {
	text-decoration:none;
	border-radius:4px;
	background-color:#dd4b39;
	color:#ffffff;
	padding: 6px 10px;
	}
.cbutton:hover {
    background-color:#ffffff;
	color: #dd4b39;
}
.topbutton {
	text-decoration:none;
	border-radius:4px;
	background-color:#3b5998;
	color:#ffffff;
	padding: 6px 10px;
	}
.topbutton:hover {
    background-color:#ffffff;
	color: #3b5998;
}
.adminbutton {
	text-decoration:none;
	border-radius:4px;
	background-color:#3b5998;
	color:#ffffff;
	font-size:90%;
	padding: 6px 10px;
	}
.adminbutton:hover {
    background-color:#ffffff;
	color: #3b5998;
}
.aside {
    background-color: white;
    padding: 15px;
    color: #000000;
    text-align: center;
}
.content {
    background-color: white;
    padding: 15px;
	color: #000000;
    text-align: center;
}
.plans {
    display:none;
}
.splans {
    background-color: white;
    padding: 15px;
	color: #000000;
    text-align: center;
}
.caption{
	font-size:14px; 
	background-color:#3b5998; 
	color:#ffffff;
	font-weight:bold;
	padding:8px;
	}
.thead {
    background-color: #ffffff;
	font-size:10px; 
	text-align:center;
}	
.forminfo {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
	padding-top:20px;
	padding-bottom:5px;
}	
.footer {
    background-color: #696969;
    color: #3b5998;
    text-align: center;
    font-size: 12px;
    padding: 5px;
}
.footer a {
	color: white;
}
.footer p {
	color: white;
}
#scroll{
	background-color:#696969;
	color:#ffffff;
	text-decoration:none;
	border-radius:4px;
}
#scroll:hover{
	background-color:#ffffff;
	color:#696969;
	border-radius:4px;
}
.fbutton {
	margin: auto;
	padding:5px;
    text-decoration:none;
	border-radius:2px;
	}
.fbutton:hover {
    background-color: white;
	color: #696969;
}

input[type=text], input[type=email], input[type=password], input[type=date],  input[type=file], select {
    width: 100%;
    min-width:96%; 
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
	border-radius:4px;
    box-sizing: border-box;
	height: 40px;
}

textarea{
    width: 100%;
    min-width:96%; 
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
	border-radius:4px;
    box-sizing: border-box;
	height: 80px;
}

input[type=submit] {
	background-color: #3b5998;
	color: #ffffff;
	padding: 6px 10px;
	border: none;
	border-radius:4px;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type=submit]:hover{
	background-color: white;
	color: #3b5998;
}
#txtPassword{
    -webkit-text-security:disc;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
	border-radius:4px;
    box-sizing: border-box;
}
button{
	background-color: #3b5998;
	color: #ffffff;
	padding: 6px 10px;
	border-radius:4px;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}
button:hover{
	background-color:#ffffff;
	color: #3b5998;
}
.button a{
    background-color: #dd4b39;
	color:#ffffff;
    padding: 8px 12px;
    width: 50%;
	text-decoration:none;
	border-radius:4px;
	font-weight:normal;
}
.button a:hover {
    background-color:#ffffff;
	color:#3b5998;
}
.container {
    padding: 10px 16px;
}

.modal-content {
	color: #000000; 
    background-color: #fefefe;
    margin: 0% auto 5% auto; /* 0% from the top, 5% from the bottom and centered */
    border: 1px solid #888;
	border-radius:8px;
	width:90%;
}

.portal-content {
	color: #000000; 
    background-color: #fefefe;
    margin: 0% auto 5% auto; /* 0% from the top, 5% from the bottom and centered */
    border: 1px solid #888;
	border-radius:8px;
	width:95%;
}
.indent{
	padding:0 0 0 15px; 
	margin:0 0 0 0;
}
.post{
	padding:0 10px 0 15px; 
	margin:0 0 0 0;
	text-align:left;
}

.post a{
	color:#3b5998; 
	background-color:#ffffff;
	text-decoration:none; 
	padding:0 4px 0 0;
	border-radius:4px;
}

.post a:hover {
    background-color: #3b5998;
	color:#ffffff;
	padding:2px 2px 2px 2px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  color: #3b5998;
  font-weight: bold;
  outline: none;
  padding: 12px 2px;
  transition: 0.3s;
  font-size: 15px;
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #3b5998;
  color: #ffffff;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.actiontab{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	font-size:16px;
}
button.actiontab {
    background-color: #ffffff;
    color: #3b5998;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

.accordion{
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	font-size:16px;
}
button.accordion {
    background-color: #ffffff;
    color: #3b5998;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #eee;
}

button.accordion:after {
    content: '\02795';
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	text-align:left;
}

div.panel.show {
    opacity: 1;
    max-height: 1000px;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (max-width: 320px) {
	/* For smart phones (portrait): */

	li a{
	font-size:13px;
	}
	
	.modal-content {
	width: 90%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 95%; /* Could be more or less, depending on screen size */
	}
	
}

@media only screen and (min-width: 480px) {
	/* For smart phones (landscape): */
	
	ul {
    padding: 0 15px 0 5px;
    }
	
	.clublogo{
	display:inline-block;
	margin: 0 0 0 5px;
	}
	
	.club2logo{
	display:none;
	}
	
	li a{
    padding: 2px 10px;
	}
	
	.dropdown-content {
    min-width: 88px;
    right: 15px;
	}
	
	.dropdown-content a {
    padding: 2px 5px;
	}
	
	td input{
	font-size:14px;
	}
	
	.caption{
	font-size:15px;
	}
	
	.tadmin{
	font-size:10px;
	}
	
	.tplans{
	font-size:10px;
	}
	
	.modal-content {
	width: 80%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 90%; /* Could be more or less, depending on screen size */
	}
	
	.tab button {
	  padding: 12px 5px;
	}
	
}

@media only screen and (min-width: 600px) {
    /* For smaller tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	.headerlogo{
	margin:1px 0px 0px 20px;
	margin-top:5px
	}

	ul {
    padding: 0 30px 0 30px;
    }

	li a{
    padding: 2px 10px;
	margin: 10px;
	}
	
	.dropdown-content {
    min-width: 90px;
    right: 35px;
	}
	
	.dropdown-content a {
    padding: 2px 10px;
	}
	
	.plansinfo {
	display:inline-block;
    background-color:#ffffff;
    text-align: center;
    padding: 4px 8px 4px 8px;
	}
	
	.splansinfo {
	display:none;
	}
	
	.plans {
	display:inline-block;
    background-color: white;
    padding: 15px;
	color: #000000;
    text-align: center;
	}
	
	.splans {
	display:none;
	}

	.footer {
    padding: 5px;
	}
	
	.tadmin{
	font-size:14px;
	}
	
	.tplans{
	font-size:12px;
	}
	
	.modal-content {
	width: 65%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 80%; /* Could be more or less, depending on screen size */
	}
	
	.tab button {
	  padding: 12px 10px;
	}
}

@media only screen and (min-width: 768px) {
    /* For larger tablets (portrait): */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	.headerlogo{
	margin:1px 0px 0px 30px;
	margin-top:5px
	}
	
	ul {
    padding: 0 80px 0 80px;
    }

	li a{
    padding: 2px 10px;
	margin: 10px;
	}
	
	.dropdown-content {
    min-width: 90px;
    right: 85px;
	}
	
	.dropdown-content a {
    padding: 2px 10px;
	}
	
	td input{
	font-size:16px;
	}
	
	.caption{
	font-size:16px; 
	}
	
	table {
	width:80%;
	}

	td {
	width:20%;
	}
	
	.fbutton {
	margin: 0 10px 0 10px;
	}
	
	.modal-content {
	width: 50%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 70%; /* Could be more or less, depending on screen size */
	}
	
	.tab button {
	  padding: 12px 15px;
	}
	
	/* Create an active/current tablink class */
	.tab button.active {
	  background-color: #3b5998;
	  color: #ffffff;
	}
	
	.tab button.active:hover {
	  background-color: #f1f1f1;
	  color: #3b5998;
	}
	
}

@media only screen and (min-width: 1024px) {
    /* For larger tablets (landscape),notebooks, and desktop: */
	.bottomcontent {
	display:inline-block;
    background-color:#ffffff;
    color: #3b5998;
    text-align: center;
    padding: 4px 8px 4px 8px;
	}
	
	.tadmin{
	font-size:16px;
	}
	
	.tplans{
	font-size:16px;
	}
	
	.modal-content {
	width: 35%; /* Could be more or less, depending on screen size */
	}
	
	.portal-content {
	width: 60%; /* Could be more or less, depending on screen size */
	}
	
	.tab button {
	  padding: 12px 20px;
	}
	
	/* Create an active/current tablink class */
	.tab button.active {
	  background-color: #3b5998;
	  color: #ffffff;
	}
	
	.tab button.active:hover {
	  background-color: #f1f1f1;
	  color: #3b5998;
	}
}