﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.error {
    color: red;
    font-size: 90%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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 {
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: cover;
    padding-bottom: 5px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    color: white;
}

@media (max-width: 768px) {
    html main {
        margin: 10px 0 70px 0;
    }
}

main {
    margin: 50px 0 100px 0;
    background-image: linear-gradient(#254383,#182b54);
    color: white;
}

.retiree-payment main {
    background-image: linear-gradient(#006247,#006247);
}

.retiree-payment footer {
    color: black;
}


/*---------BOOSTRAP PORT FOR STRIPE*/
/* Blue outline on focus */
.StripeElement--focus {
    border-color: #80BDFF;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* Can't see what I type without this */
#card-number.form-control,
#card-cvc.form-control,
#card-exp.form-control {
    display: inline-block;
}

/*-----Select2-------*/

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #495057;
}

#JoinModule #states a {
    cursor: pointer;
}

    #JoinModule #states a:hover {
        color: #FFFFFF;
    }

    #JoinModule #states a line {
        stroke: #444;
        stroke-width: 1px;
    }

#JoinModule #maplocation {
    display: hidden;
}

#JoinModule .svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: top;
    /* overflow: hidden;  */
}

#JoinModule .map {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#JoinModule .svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#JoinModule .disablelink {
    pointer-events: none;
}

#JoinModule #states a path {
    transition: fill .5s ease;
    -moz-transition: fill .5s ease;
    -webkit-transition: fill .5s ease;
    fill: #81AC8B;
}

#JoinModule #states a:hover path {
    transition: fill .5s ease;
    -moz-transition: fill .5s ease;
    -webkit-transition: fill .5s ease;
    fill: #425957 !important;
}

#JoinModule #states a:hover path {
    cursor: pointer;
    fill: #425957;
}

#JoinModule #states a text {
    cursor: pointer;
    fill: #222222;
    display: initial;
}

#JoinModule #states a:hover text {
    fill: #EAEAEA;
    color: #EAEAEA;
}

#JoinModule #states a.inverse text:hover {
    fill: #EAEAEA;
    font-weight: 900;
}

#JoinModule #states a.inverse text {
    fill: #EAEAEA;
}


#JoinModule #states a text {
    font-size: 12px;
}

#JoinModule #map {
    width: 125%;
}

#JoinModule .countyBtn:hover {
    font-weight: 900;
}

#JoinModule .countyBtn {
    width: 125px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
}
