﻿/* 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;
}

.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 {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;    
}

.header-img {
    width: 100%;    
    display: block;
    max-height: 130px;
}

.margin-top-btm-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.margin-btm-25 {
    margin-bottom: 25px;
}

.headerrow {
      margin-right: 0px;
      margin-left: 0px;
}

.headerlogo {
    margin-top: 10px;
    padding-bottom: 10px;
    max-height: 102px;
}
.headertextcolor {
    color: white;
}

.headerbgcolor {
    background-color: black;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.infosection {
    background-color: #f0f0f0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.inputpin {
    display: inline-block;
    width: 25%;
}

.hidden {
    display: none;    
}

.btnsubmit {
    font-weight: bold;
    margin-left: 25px;
    vertical-align: top;
}

.postcardimg {
    border-style: solid;
    border-width: 0px;
    border-color: black;
}

.postcardimg1 {   
    padding-left: 10px;
}

.postcardimg2 {
    padding-right: 10px;
}

.faqaccordion {
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.faqaccordion .card,
.faqaccordion .card:last-child .card-header {
    margin-top: 10px;
}

.faqaccordion .card{
    border-style: solid;
    border-width: 2px;
}

.faqaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
    padding: .50rem 1rem;
}

.faqaccordion .fa-stack {
    font-size: 18px;
}

.faqaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #212529;
    padding: 0;
    text-align: left;
}

.faqaccordion .card-header-title {
    width: 90%;
}

.faqaccordion .btn-link:hover,
.faqaccordion .btn-link:focus {
     text-decoration: none;
}

.faqaccordion li + li {
    margin-top: 10px;
}

.field-validation-error  {
    display: inline;
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    top: 20px;
    left: -55px;
    font-weight: bold;
}

.viewdata-val-msg {
    font-weight: bold;
    border: 0px;
    border-radius: 0px;
    padding-top: 25px;
}

.viewdata-val-msg p {
    text-align: left;
    margin-left: 50px;   
    margin-top: -50px;
    padding-top: 10px;
}

.viewdata-val-msg:before {
    background-color: #d63e04;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .5rem;
}

.fa-exclamation-triangle:before { 
    margin-right: 800px;
}

.validation-summary-errors ul {
    margin-bottom: 0px;
}

.validation-summary-errors ul li {
    list-style-type: none;
    font-weight: bold;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.errorpgtitle {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.text-blue-clr {
    color:#0366d6;
}

.top-margn{
    margin-top:12px;
}
