﻿/* 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;
}

.anchorcolor {
    color: #0069D9 !important;
}

.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;
}

.header-nav {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.header-seal {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
}

.side-nav-header {
    padding-left: 28px;
}

.home-border {
    border-color: grey !important;
}
.home-not-available {
    width: 90%;
    text-align: center;
}
.home-track-button {
    min-width: 100px !important;
    max-width: 200px !important;
    width: 198px !important;
    box-shadow: 2px 4px grey;
}

.home-maine-button {
    box-shadow: 2px 4px grey;
}

.home-uacava-button {
    box-shadow: 2px 4px grey;
}

.home-accessible-button {
    box-shadow: 2px 4px grey;
    width: 500px !important;
}

.w-85 {
    width: 85% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.ballot-track-notice-background {
    background-color: lightpink;
}

.ballot-track-notice-margin {
    margin-left: 75px;
}

.warning-text {
    font-size: 12px;
}

@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 0.25rem 0.75rem rgba(0, 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 {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /*line-height: 60px;*/ /* Vertically center the text there */
}

.text-danger-custom {
    color: #b30404 !important;    
}

.field-validation-error {
    color: red;
    /*color: #b30404;*/
    /*font-weight: bold;*/
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b30404 !important;
    box-shadow: 0 0 0 2px rgba(179, 4, 4, 0.5) !important;
}

select.input-validation-error {
    border: 1px solid #b30404 !important;
    box-shadow: 0 0 0 2px rgba(179, 4, 4, 0.5) !important;
}

input[type='checkbox'].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b30404;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*a:focus {
    padding-top:1px;
    outline: none;   
    border: 2px solid #f1a047;
    text-decoration: underline;
}*/

.linkhover:hover {
    text-decoration: underline !important;
}

.k-icon.k-i-sort-asc-sm,
.k-icon.k-i-sort-desc-sm {
    color: #ffffff !important;
}

.required:before {
    content: "* ";
    font-weight: bold;
    color: red;
}

.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
    border-color: #86b7fe !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.k-textbox:focus-within {
    border-color: #86b7fe;
    color: #495057;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.k-tooltip {
    color: black !important;
    background-color: #F0F3F7 !important;
    border: 1px solid lightgray !important;
}
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust this if needed */
}

.k-animation-container {
    margin-bottom: 40px;
}