/* 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. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #f1f1f1;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}



#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    font-family: sans-serif;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

h1 {
    text-align: center;
}
input[type='checkbox'] {
    padding: 10px;
    border-spacing: 20px 50px;
    font-size: 17px;
    font-family: sans-serif;
    border: 1px solid #aaaaaa;
}
input[type='text'] {
    padding: 10px;
    width: 49%;
    min-width: 248px;
    border-spacing: 20px 50px;
    font-size: 12px;
    font-family: sans-serif;
    border: 1px solid #aaaaaa;
}


    /* Mark input boxes that gets an error on validation: */
.checkpinvalid {
    background: #ffdddd;
}
input.invalid {
    background-color: #ffdddd;
}


select {
    padding: 10px;
    width: 49%;
    min-width: 248px;
    border-spacing: 20px 50px;
    font-size: 12px;
    font-family: sans-serif;
    border: 1px solid #aaaaaa;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: sans-serif;
    cursor: pointer;
}

    button:hover {
        opacity: 0.8;
    }

#prevBtn {
    background-color: #bbbbbb;
}

/* Make Tabs at the top that indicate the steps of the form: */
.step {
    font-family: sans-serif;
    margin: 4px 2px;
    background-color: #4CAF50;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 17px;
    display: inline-block;
    opacity: 0.25;
}

    .step.active {
        opacity: 1;
        font-weight: bold;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #4CAF50;
    }

.summaryElements {
    margin: 4px 2px;
    padding: 5px 10px;
    font-size: 17px;
    font-family: sans-serif;
    display: inline-block;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }

/* The search field */
#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

    /* The search field when it gets focus/clicked on */
    #myInput:focus {
        outline: 3px solid #ddd;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}
.bcfslogofooter{
    float:right;

}
