﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-feature-settings: "kern","liga","pnum";
    -webkit-font-smoothing: antialiased;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.mccbtn {
    background-color: #a6192e;
    color: white;
}
.hero_maintitle {
    /*font-family: "TradeGothicW01-BoldExte",sans-serif;*/
    color: #184179;
    padding-bottom: 0px !important;
    text-transform: uppercase;
    font-size: 2.1em;
    text-align: center;
}
.hero_title {
    /*font-family: "Lora",serif;*/
    font-size: 2em;
    color: #184179;
    font-weight:bold;
    text-align:center;
}
.hero_suptitle {
    /*font-family: "TradeGothicW01-BoldExte",sans-serif;*/
    color: #184179;
    padding-bottom: 15px !important;
    text-transform: uppercase;
    font-size: 1.4em;
    text-align: center;
}
.hero_reference {
    /*font-family: "TradeGothicW01-BoldExte",sans-serif;*/
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1em;
    color: #a5a5a5;
    text-align: center;
}
.subscription_title {
    /*font-family: "TradeGothicW01-BoldExte",sans-serif;*/
    font-weight: 600;
    text-transform: uppercase;
    color: #a6192e;
    font-size: 1.2em;
}
.subscription_amount {
    /*font-family: "Lora",serif;*/
    font-weight: 700;
    color: #4b4b4b;
    font-size: 2em;
}
.dollar {
    font-size: 0.5em;
    top: -0.5em;
}

.product.jumbotron {
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #a6192e;
    border-style: solid;    
    border-width: thin;
    margin-bottom:5px;
}
.payment.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #a6192e;
    border-style: solid;
    border-width: thin;
    margin-bottom: 5px;
}
.option_title {
    /*font-family: "TradeGothicW01-BoldExte",sans-serif;*/
    font-weight: 700;
    text-transform: uppercase;
    color: #4b4b4b;
    font-size: 0.9em;
}

.option_title_normal {
    /*font-family: "TradeGothicW01-BoldExte",sans-serif;*/
    font-weight: 700;
    color: #4b4b4b;
    font-size: 0.9em;
}

.bluehr {
    background-color: #154384;
}
/* ==========================================================================
   #CHECKBOX
   ========================================================================== */
.containercb {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .containercb input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border-width: thin;
    border-color: black;
    border-style:solid;
}

/* On mouse-over, add a grey background color */
.containercb:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containercb input:checked ~ .checkmark {
    background-color: #a6192e;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.containercb input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.containercb .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* ==========================================================================
   #FORM
   ========================================================================== */
.formBox {
    margin-top: 90px;
    padding: 50px;
}

    .formBox h1 {
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 50px;
        text-transform: uppercase;
        font-size: 48px;
    }

.inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
}

    .inputBox .inputText {
        position: absolute;
        font-size: 24px;
        line-height: 50px;
        transition: .5s;
        opacity: .5;
    }

    .inputBox .input {
        position: relative;
        width: 100%;
        height: 50px;
        background: transparent;
        border: none;
        outline: none;
        font-size: 24px;
        border-bottom: 1px solid rgba(0,0,0,.5);
    }


.focus .inputText {
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #a6192e;
}

textarea {
    height: 100px !important;
}

.button {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #03A9F4;
    color: #fff;
}



.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    /*font-family: sans-serif;*/
    min-width: 300px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .styled-table thead tr {
        background-color: #a6192e;
        color: #ffffff;
        text-align: left;
    }

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    font-size: small
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

    .styled-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .styled-table tbody tr:last-of-type {
        border-bottom: 2px solid #a6192e;
    }

.logout {
    color: white;
    text-decoration: none;
    background-color: transparent;
    /*font-family: "Avenir LT W01_85 Heavy1475544","Arial",sans-serif;*/
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: right;
}

a:hover, a:focus {
    color: #a6192e;
    text-decoration: none;
}

/* The Overlay (background) */
.mcc-menu {
    /*font-family: "Avenir LT W01_85 Heavy1475544","Arial",sans-serif;*/
    font-size: 1.2rem;
    line-height: 1.5;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 25px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
    /*font-family: "Avenir LT W01_85 Heavy1475544","Arial",sans-serif;*/
    font-size: 1.2rem;
    line-height: 1.5;
    font-feature-settings: "kern","liga","pnum";
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-weight: bold;
}

    .overlay a:hover, .overlay a:focus {
        color: #a6192e;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

        .overlay a {
            font-size: 20px
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}

/* FONT */
@font-face {
    font-family: woodycon;
    src: url(/woodycon.woff);
}

.icon-user-profile:before {
    vertical-align: middle;
    margin-right: 5px;
    content: "\E09E";
    font-family: "woodycon";
    font-style: normal;
    font-weight: 700;
    font-size: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}

.mcc-plus:before {
    content: "\E900";
    font-family: "woodycon";
    margin-right: 0.3em;
    vertical-align: bottom;
    display: inline-block;
}