﻿body {
	padding-bottom: 20px;
	background-color: rgb(22, 22, 22) !important;
	color: #fff;
}

a{
	color: #fff !important;
}

/* Set width on the form input elements since they're 100% wide by default */
.data-header {
    background-color: #444;
    padding: 8px;
}
.data-header-padding {
    padding: 8px;
}
.data-cell {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
.fish-image-popup{
    width: 50%;
    text-align:center;
}
.size-details-popup {
	width: 350px;
	background-color: #444;
	border: 1px solid #000;
}
.collapse-icon {
    color: #ddd !important;
}
.data-separator {
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pagination-container{
    text-align:right !important;
}

/* Striped Bootstrap Grid Styles */
.row-striped:nth-of-type(odd) {
    background-color: #888;
}

.row-striped:nth-of-type(even) {
    background-color: #aaa;
}

/* Color Classes */
.white-font {
    color: #fff;
    font-weight: normal;
}
.bg-dark {
	background-color: rgb(22, 22, 22) !important;
}

/* Parallax Styles */
.navbar-scroll {
    background-color: rgba(0,123,255,0.4);
    transition: background-color 0.5s;
}

/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.parallax-container {
    max-width: 960px;
    margin: 0 auto;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
    margin-bottom: 0;
}

section.module h2 {
    margin-bottom: 40px;
    font-size: 30px;
}

section.module p {
    margin-bottom: 40px;
    font-size: 40px;
}

section.module p:last-child {
    margin-bottom: 0;
}

section.module.content {
    padding: 40px 0;
}

section.module.content:last-child {
    margin-bottom: 60px;
}

section.module.parallax {
    padding: 120px 0;
    background-position: 0 0;
    text-align: center;
}

section.module.parallax h1 {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
}

section.module.parallax-1 {
    background-image: url("/images/iStock-1129110491-1024x517.jpg");
    background-size: cover;
    background-color: rgba(22,22,22,1);
	background-position: center !important;
}

section.module.parallax-2 {
	background-image: url("/images/iStock-599673088-1024x597.jpg");
	background-size: cover;
	background-color: rgba(22,22,22,1);
	background-position: center !important;
}

section.module.parallax-3 {
	background-image: url("/images/iStock-1066336734-1024x350.jpg");
	background-size: cover;
	background-color: rgba(22,22,22,1);
	background-position: center !important;
}

.parallax-container h1 {
	background: rgb(22, 22, 22, .7);
	min-height: 105 px;
}

.btn-call-to-action{
	font-size: 30px;
	font-weight: bold;
	padding:20px;
}

@media all and (min-width: 600px) {
	section .module h2 {
        font-size: 42px;
    }
    
    section.module.parallax h1 {
        font-size: 75px;
    }
}

/* Profile Tab Styles */
#tab-button {
    display: table;
    table-layout: fixed;
    width: 60%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #999;
    border: 1px solid #ddd;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #666;
}

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

#loading_div {
    background-color: #666;
    opacity: .85;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
	z-index: 4000;
}

#loading_div div {
    width: 100%;
    min-height: 350px;
    font-weight: bold;
    color: #fff;
    padding-top: 325px;
    text-align: center;
}

#legend_container{
	padding: 10px;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}


/*footer*/
.footer .container-fluid {
    height: auto;
}

.footer {
    position: static;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px;
}

footer .container-fluid a {
    display: inline-block;
    color: #ddd;
    padding-left: 1em;
}

footer .container-fluid p {
    display: inline-block;
    color: #ddd;
    padding-left: 1em;
    padding-right: 2em;
}

@media(max-width: 768px) {
    .col-md-4 {
        text-align: center;
        line-height: 30px;
    }
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.PagedList-pageCountAndLocation{
    padding-right: 15px;
    padding-top: 9px;
    padding-left: 15px;
    font-weight: bold;
}

/* Membership Purchase Styles */
.price-block {
    font-size: 25px;
    font-weight: bold;
    padding: 25px;
    background-color: rgba(0,123,255,0.4);
    max-width: 250px;
    border-radius: 5px;
    text-align: center;
    min-height: 250px;
}

.subscription-term{
    font-size: 12px;
    font-style: italic;
}

.btn-buy-now {
    font-size: 1.2em;
    margin-top: 35px;
}

/*Check Out Form Styles*/
#card-number {
    background-repeat-x: no-repeat;
    background-position: right;
    width: 300px;
}
#card-cvv {
    width: 300px;
}
#card-expiry {
    width: 300px;
}
.price-block-checkout {
    width: 300px;
    padding: 10px;
    background-color: rgba(0,123,255,0.4);
    border-radius: 5px;
}
#checkout-form {
    margin-left: 15px;
    margin-right: 15px;
}
.bambora-block {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
}
.payee-block-receipt {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    border-radius: 5px;
}
.section-header {
    border-radius: 5px;
    background-color: #666;
}

/*Admin Dashboard Styles*/
.dashboard-section {
    min-height: 600px;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #fff;
}
.dashboard-section-header{
    min-height: 70px;
	padding-top: 15px;
}

/* Bootstrap Override */
.table{
	color: #fff !important;
}
.table.dataTable tbody tr.even {
	background-color: #444 !important;
}
.form-control{
	background-color: #eee !important;
}
.form-text-control{
	background-color: #ffc107 !important;
}

/*DataTables Styles */
.dataTables_wrapper .dataTables_filter input {
    color: #fff;
}
label {
	color: #fff;
}
.dataTables_info{
	color: #fff !important;
}

/* Report Styles */
#report_type {
	max-width: 350px;
}

/* Menu Styles */
.dropdown-menu{
	background-color: #666 !important;
}
.dropdown-item:active {
	background-color: #666 !important;
}
.dropdown-item:hover {
	background-color: #999 !important;
}

/* Pagination Styles */
.page-link{
	background-color: #666 !important;
}

/* Bootbox Styles */
.bootbox-body{
	color: #000;
}

/* Map Styles */
.info-window{
	color: #000;
	padding: 15px;
	text-transform: uppercase;
}
#map_legend_container{
	padding-top: 15px;
	padding-bottom: 15px;
}