﻿/* Navigation */
.navbar-brand {
    float: none;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand>img {
    margin-left: 10px;
}
.navbar-brand>img.brand-logo {
    display: inline;
}
.header-text {
    display: inline;
    font-size: 18px;
    font-weight: bold;
}
.nav.navbar-nav {
    position: relative;
}
.navbar-toggle {
  margin-top: 9px;
}

/* Desktop only styles for widths over 768px */
@media (min-width: 768px) {
    .header-row {
        margin-top: 10px;
        min-height: 86px;
    }
    .sub-container {
        padding-left: 0;
    }
    .breadcrumb {
        padding: 8px 0px;
        margin-bottom: 20px;
        list-style: none;
        background-color: transparent;
        border-radius: 4px;
        top: -24px;
        position: absolute;
    }

    .day_open {
        display: block;
    }
    .day_wait {
        display: block;
    }
    .day_close {
        display: block;
    }
    .small-PaymentList {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .MobileStep {
        display:none;
    }
    .StepProcess {
        position:absolute;
        top:130px;
    }
    .StatmentMakePayment {
        float:right;
        margin:10px;
    }
}

@media (max-width:1200px) {
    .StepProcess {
        position:absolute;
        top:120px;
    }
    .StepLink {
        padding: 50px 0px;
    }
}

@media only screen and (min-width : 992px) {
    .header-text {
        padding-left: 25px;
    }
    .StepProcess {
        position:absolute;
        top:175px;
    }
    .StepLink {
        padding: 70px 0px;
    }

}
/* Mobile only styles for widths under 768px */
@media (max-width: 767px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .sub-container {
        padding-left: 15px;
    }
    .h2, h2 {
        font-size: 18px;
        font-weight: bold;
    }
    .h3, h3 {
        font-size: 15px;
        font-weight: bold;
    }
    .breadcrumb {
        padding: 0 15px;
        margin-top: -13px;
        margin-bottom: -5px;
        list-style: none;
        background-color: transparent;
        border-radius: 4px;
    }
    .threedeep {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padding-md {
        padding-left: 30px;
    }
    .CartItem{
        padding-left:30px;
    }
    .staff-menu {
        background-color: #fff;
    }
    .clear-text {
        background-color: #E2E2E2;
        border-radius: 4px;
        padding: 0 5px;
    }
    .select_days{
        width:50%;
    }
    .AddOn_select_days{
        width:50%;
    }
    .day_open, .day_wait, .day_close{
        display: inline-block;
        padding-top: 5px;
        padding-right: 15px;
        float:right;
    }

    row.details {
        margin-left: 0px !important;
    }

    .public_header {
        padding: 10px !important;
    }
    .public_well {
        margin-bottom: 0px;
    }
    .small-PaymentList {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;    

    }
    .MobileStep {
        display:none;
    }
    .StepProcess {
        position: absolute;
        top: 65px;
        margin-right:5px;
    }
    .StepProcessLinks {
        height: 75px;
    }
    .StepLink {
        padding: 70px 0px;
    }
    .StatmentMakePayment {
        float:right;
        margin:10px;
    }
    .CompleteButton {
        padding:10px 0px 5px 0px;
    }
}

/* Mobile only styles for widths under 600px */
@media (max-width: 600px) {
    .public_btn {
        width:49%;
        margin-bottom:5px;
    }
    .MobileStep {
        display:block;
    }
    .DesktopStep {
        display:none;
    }
    .StepProcessLinks {
        height: 75px;
    }
    .StatmentMakePayment {
        float:right;
        margin:5px 0px 5px 20px;
    }

}

/* Mobile only styles for widths under 500px */
@media (max-width: 500px) {
    .select_days {
        width: 100%;
    }

    .AddOn_select_days {
        width: 100%;
    }
    .day_open, .day_wait, .day_close {
        display: inline-block;
        padding-top: 5px;
        padding-right: 15px;
        float: right;
    }

    .AddOn_DaysSelection {
        margin-left:10px;
    }
    .public_btn {
        width:100%;
        margin-bottom:10px;
    }
    .receipt_amount {
        text-align: left !important;
    }
    .receipt-total {
        text-align: left !important;
    }
    .receipt-total {
        margin-top: 20px !important;
    }
    .DesktopStep {
        display:none;
    }
    .MobileStep {
        display:block;
    }
    .StepProcessLinks {
        height: 50px;
    }
    .StatmentMakePayment {
        float:none;
        margin:15px 0px 0px 0px;
        display:block;
    }

}
/* Mobile only styles for widths under 360px */
@media (max-width: 360px) {
    .hidden-xxsm {
        display: none;
    }
        .select_days{
        width:100%;
    }
    .public_btn {
        display: block;
        width: 100%;
        margin-bottom:10px;
    }
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
.btn {
    border-radius: 2px;
}

nav.navbar form.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

/* Mobile version of dropdown nav */
nav .navigation.mobile {
    padding: 0 5px 10px 5px;
}
nav .navigation.mobile a:first-of-type {
    border-top: 1px solid #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
nav .navigation.mobile a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
nav .navigation.mobile a {
    position: relative;
    line-height: 40px;
    clear: both;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    display: block;
    font-size: 16px;
}
nav .navigation.mobile a .glyphicon{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
}
nav .navigation.mobile {
    position: relative;
    padding: 10px;
}
nav .navigation.mobile .tagline {
    display: inline-block; 
    float: left; 
    bottom: 10px; 
    position: absolute; 
    font-size: 11px;
}
nav .navigation.mobile img {
    display: block; 
    float: left;
}

/* Footer */
footer {
    background-color: #eee;
    width: 100%;
}

/* Mobile version of footer */
footer .navigation a {
    display: block;
    line-height: 30px;
    font-size: 14px;
}
footer .navigation.mobile {
    padding: 0 5px 10px 5px;
}
footer .navigation.mobile a:first-child {
    border-top: 1px solid #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
footer .navigation.mobile a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
footer .navigation.mobile a {
    position: relative;
    line-height: 40px;
    clear: both;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
footer .navigation.mobile a .glyphicon{
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    font-size: 20px;
}
footer .logo.mobile {
    position: relative;
    padding: 10px;
}
footer .logo.mobile .tagline {
    display: inline-block; 
    float: left; 
    bottom: 10px; 
    position: absolute; 
    font-size: 11px;
}
footer .logo.mobile img {
    display: block; 
    float: left;
}
footer .tag {
    padding: 10px;
}

/* Icon options */
.glyphicon-large {
    font-size: 40px;
}

/* Body content*/
.body-content {
    margin-bottom: 20px;
}

/* Happy path objects */
.happy-path-container {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.happy-path-container .item {
    position: relative;
    border-top: 1px solid #ddd;
}
.happy-path-container .item.no-icon .title {
    left: 0;
    top: 9px;
}
.happy-path-container .item:last-child {
    border-bottom: 1px solid #ddd;
}
.happy-path-container .item:hover {
    background-color: #eee;
}
.happy-path-container .item .fa-chevron-right {
    position: absolute;
    right: 10px;
    top: 25px;
    font-size: 25px;
}
.happy-path-container .item img {
    display: inline-block;
    width: 50px;
}
.happy-path-container .item .glyphicon.icon {
    display: inline-block;
    font-size: 35px;
    top: 12px;
}
.happy-path-container .item .icon {
    display: inline-block;
    font-size: 35px;
    top: 6px;
    position: relative;
    width: 1.5em;
    text-align: center;
}
.happy-path-container .item .member-info {
    display: inline-block;
    height: 30px;
    top: 10px;
    margin-left: 10px;
    position: relative;
}
.happy-path-container .item .title {
  display: inline-block;
  font-weight: bold;
  position: relative;
  left: 18px;
  top: 0px;
}
.happy-path-container .item a {
    display: block;
    padding: 10px 40px 15px 10px;
    min-height: 60px;
    text-decoration: none;
    color: #333;
}
.checkbox.item, .radio.item {
    margin: 0px;
}
.checkbox.item a .title, .radio.item a .title{
    top: -3px;
}
.checkbox label, .radio label {
    display: block;
    width: 100%;
    padding: 0 25px 14px;
}
.happy-path-container .item.all a {
    display: block;
    width: 100%;
    padding: 14px 6px 14px;
    min-height: 0;
    background-color: #f9f9f9;
}
.happy-path-container .item a.Disable {
    color: #929191;
}

/* Manage personal info*/
.manage-personalinfo {
    margin-top:9px;
}
.personalinfo-type {
    font-weight:bold;
    padding-right:5px;
}

.preferred {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    padding-right:5px;
}

.mailing-address {
    margin-bottom:10px;
}

.small-info {
    font-size:12px;
}

/* Calendar management */

.calendar-management-list-item-nav-filter {
    position: relative;
    border-bottom: 50px;
    border-top: 1px solid #ddd;
    height: 100px;
}

.calendar-management-list-item {
    position: relative;
    border-top: 1px solid #ddd;
    width: 100%;
}

.calendar-management-list-item:last-child {
    border-bottom: 1px solid #ddd;
}

.calendar-management-list-item:hover {
    background-color: #eee;
}

.calendar-management-list-item-nav .fa-chevron-right {
    position: absolute;
    font-size: 10px;
}

.calendar-management-list-item .fa-pencil-square-o {
    position: absolute;
    font-size: 10px;
}

.calendar-management-list-item .fa-trash-o {
    position: absolute; 
    font-size: 10px;
}

.calendar-management-list-item .calendar-management-list-item-title {
    padding-left: 15px;
    width: 85%;
}

.calendar-management-list-item .calendar-management-list-item-nav {
    width: 5%;
    padding-left: 5px;
    padding-right: 5px;
}

.calendar-management-list-item .calendar-list-item span {
    font-weight: bold;
}

.calendar-management-list-item .glyphicon.icon {
    display: inline-block;
    font-size: 35px;
    top: 12px;
}

.calendar-management-list-item .fa.icon {
    display: inline-block;
    font-size: 15px;
    position: relative;
}

.calendar-management-list-item a {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    min-height: 30px;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
}

.calendar-management-list-item-nav .fa-chevron-right {
    font-size: 15px;
}

.calendar-management-list-item-delete-wrapper {
    padding-left: 15px;
    width: 100%;
}

.calendar-management-list-item-delete-wrapper p {
    display: inline-block;
    width: 75%;
}

.calendar-management-list-item-delete-wrapper button {
    display: inline-block;
    padding: 1px 0px;
    width: 30px;
}

/*Manage payment methods*/
.payment-type {
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}
.cc-status {
    font-size: 12px;
}
/* Button styles*/
.btn-lg {
    border-radius: 2px !important;
}

.btn-success:focus, .btn-success:hover {
    background-color: #FF8E57;
      border: 1px solid #FF702B;
}

/*Login screen info*/
.login_info {
    padding-left:20px;
    padding-bottom:10px;
}

/*My cart*/
.cart {
    font-size:13px;
}

.cart-product{
    font-size:17px;
    font-weight:bold;
}
.cart-totals {
    font-size: 13px;
    padding-top:10px;
}
.cart-totals th {
    font-weight: normal;
}
.cart-totals td, .cart-totals th {
    text-align: right;
    padding-right: 1em;
}
.well.totals {
    padding: 20px 30px;
}
.PricesTable td {
    text-align: right;
}
.PricesTable td, th{
    font-weight:normal;
}

.remove-link {
    padding-bottom:10px;
    padding-top:5px;
}
.product-details th {
    padding-right:15px;
}
.product-price th {
    width:200px;
}
.product-price td {
    padding-bottom:5px;
}
.product-price label {
    margin-top: 0px;    
}
.product-price input[type="radio"] {
    vertical-align: middle;
    margin:0px 5px 0px 0px;
}
.product-price input[type="text"] {
    margin-left:5px;
}
/*product details*/
.big-price {
    font-size:18px;
}
.SelectPrice td {
    padding-bottom:15px;
}
.RedPrice {
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    padding-left: 20px;
    text-align: right;
    padding-bottom: 15px;
}
.description {
    font-size:13px;
}
.MembershipFamilyMembers li label {
    margin-top: 0;
}
.select_days {
    vertical-align: top;
    background-color: #EAF2F7;
    border: 1px solid #D3D7DA;
    border-radius:3px;
    padding: 10px;
    font-weight:normal;
    margin-top:5px;
}
.include_checkbox {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 2px solid #555;
    vertical-align: middle;
    margin: 0px 5px 0px 5px !important;
}
.AddOn_select_days {
    vertical-align: top;
    background-color: #FDFDFD;
    border: 1px solid #CECECE;
    border-radius:3px;
    padding: 10px;
    font-weight:normal;
    margin-top:5px;
}
.AddOn_details {
    margin-left: 40px;
    margin-top: 5px;
}
.AddOn_DaysSelection {
    margin-left:40px;
}
.day_open {
    color: #1FA91F;
}
.day_wait {
    color: #F77F00;
}
.day_close {
    color: #C00;
}
/*product browse */
.browse-filter {
    background-color: #F9F9F9;
    padding-bottom:15px;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC; 
}
.browse-details {
    line-height:10px;
    margin-top:10px;
    font-size:13px;
}
.thumbnail {
    border:none;
    box-shadow:none;
}
/*Checkout Receipt*/
.receipt_amount {
    text-align:right;
    font-size: 17px;
    margin-bottom:15px;
}
/*colors*/
.red {
    color: #C00;
}
.light-gray {
    color: #ABABAB;
}
.green {
    color: #3e8f3e;
}

/* Header styles*/
h2 {
    margin-top: 25px;
}

/* Common objects*/
label {
    margin-top: 15px;
    margin-bottom: 2px !important;
    font-weight: normal;
}
div.bg-danger, div.bg-success, div.bg-info, div.bg-warning, div.bg-danger {
    padding: 10px;
    border-radius: 2px;
}
p {
    padding-top: 10px;
}
.form-control {
    border-radius: 2px;
    font-size: larger;
}
.breadcrumb .Selected {
    font-weight: bold;
}
.breadcrumb a:last-child, .breadcrumb .disabled {
    color: #333;
}
div.breadcrumb a:only-child {
    color: #337ab7;
    font-size: 18px;
}
.spacer {
    height: 20px;
}
.spacer.big {
    height: 100px;
}
.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight: bold !important;
}
a span.fa {
    position: relative;
    top: 1px;
}
.member-list span {
    display: block;
}
.breadcrumb .fa-chevron-left {
    float: left;
    top: 4px;
    position: relative;
    left: -4px;
}
.form-control {
    height: 36px;
}

/*Lists*/
.comma-separated-list span:after {
     content: ", ";
}
.comma-separated-list span:last-child:after { 
    content: ""; 
}
 
.mobile-header-button {
    position: relative;
    float: left;
    padding: 0px 7px;
    margin-top: 9px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 23px;
    color: #7D7878;
}
.text-right{
        text-align: right;
}

/*Member Messages*/
.MemberMessage {
    color: #C00;
    font-size:14px;
    font-weight: normal;
}
.MemberMessageName {
    font-size: 11px;
    font-weight: normal;
    white-space: nowrap;
    width:1%;
}
.ViewMemberMessage {
    font-size:13px;
    text-decoration: underline;
}
.div-MemberMessages td, .div-MemberMessages th {
    vertical-align:middle;
    padding: 5px;
}

.circle-background {
    display: inline-block;
    padding: 10px 12px;
    font-size: 20px;
    line-height: 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #E8E8E8;
    border-radius: 67px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.StatusName {
    font-size: 12px;
    display:inline;
    font-weight:bold;
    padding-left:15px;
}

.StatusName {
    font-size: 12px;
    display:inline;
    font-weight:bold;
    padding-left:15px;
}

.EligibleStatusName {
    font-size: 12px;
    display:inline;
    font-weight:bold;
    padding-left:10px;
    padding-right:5px;
}

/* Icon within a dropd-down menu */
.dropdown-menu .icon, .staff-menu .icon, .navigation .icon {
    width: 17px;
}
/* Menu Classes */
.SubmenuHeader {
    font-weight: bold !important;
}
.Indent {
    padding-left: 35px !important;
}

body div .required::after {
    content: " *" !important;
    color: red;
    font-family: cursive;
    font-weight: bold;
}
