﻿/* 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 {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    clear: both;
    /*position: absolute;*/
    margin-top: 40px;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*** Custom Styles ********************************/
.register-form {
    margin-left: -100px;
}
.register-button {
    margin-left: 100px;
}

@media (max-width: 500px) {
    .register-form, 
    .register-button {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1250px !important;
    }
}
@media (min-width: 1500px) {
    .container {
        max-width: 1550px !important;
    }
}

.bold {
    font-weight: bold;
}
.question-box {
    padding: 10px 0;
}
.bullet-list {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px 0;
}
.candidate-response {
    color: #0366d6;
}
.noAnswerText {
    padding-left: 20px;
    color: #0366d6;
}
.text-question {
    padding-bottom: 10px;
}

.logo-div {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}
.header-message {
    text-align: left;
    margin: 10px;
    max-width: 700px;
}
.office-list, .office-box {
    list-style: none;
}
.office-box {
    padding: 5px 10px;
    /*display: inline-block;*/
    width: 300px;
    vertical-align: top;
    font-size: 15px;
    margin-bottom: 10px;
}
.candidate-box {
    padding: 2px 0;
    width: 300px;
    font-size: 16px;
}
.footer-right {
    float: right;
}
.privacy-div {
    text-indent: 40px;
    margin-bottom: 10px;
}
.running-stats {
    font-size: 18px;
    display: inline-block;
}
.home-button {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .footer-right {
        float: left;
    }
}
@media (max-width: 1720px) {
    .logo-div {
        margin: 10px 40px 10px 10px;
    }
    .header-message {
        max-width: 1400px;
    }
}

.button-27 {
    width: 350px;
    appearance: none;
    background-color: #0700fc;
    /*border: 2px solid #0700fc;*/
    border: none;
    border-radius: 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    /*min-height: 60px;*/
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

.button-27:disabled {
    pointer-events: none;
}

.button-27:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-27:active {
    box-shadow: none;
    transform: translateY(0);
}