/*
    PSET Platinum Standard Election Tech

    color: #20a0da; dark blue;
    color: #; lightskyblue
    color: #; aliceblue
    color: #383737; dark gray
    color: gray;
    color: lightgray; #cccccc; platinum/20%;
    color: orange; #;
    color: whitesmoke; #;

*/

.pendingVotersTable, .approvedVotersTable, .inactiveVotersTable, .flaggedVotersTable
{

}


.bookMark
{
    display:none;
}

body
{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 125%;
    background-color: #383737;
    font-family: Arial, sans-serif;
    color: #323232;
}

div, img
{
    box-sizing: border-box;
}

h1
{
    font-size: 2em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h2
{
    font-size: 1.5em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

h3
{
    font-size: 1.125em;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-weight: normal;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

a
{
    color: #20a0da;
}

.noStyleLink
{
    text-decoration: none;
}

.blueFont
{
    color: lightskyblue;
}

.platinumFont
{
    color: lightgray;
}

hr
{
    border: 1px solid black;
}

input, select, textarea, .countySelector, .precinctSelector
{
    min-height: 1.5em;
    width: 100%;
    padding: 2px 4px;
    background-color: whitesmoke;
    border-radius: 6px;
    font-size: inherit;
    border: 1px solid orange;
}

textarea
{
    height: 5em;
}

.checkbox
{
    display: inline;
    margin-left: 8px;
    width: 20px;
    min-height: 20px;
}

label
{
    display: inline-block;
}

.formLabel
{
    display: inline-block;
    margin: 12px 0 0 0;
    text-align: left;
    width: auto;
}

.countySelector, .precinctSelector
{
    cursor: pointer;
    padding: 0;
}

.countySelector .selectList
{
    z-index:10;
}

.precinctSelector .selectList
{
    z-index:9;
}

.selectList
{
    position: absolute;
    padding: 2px 4px 2px;
    border-radius: 6px;
    background-color: whitesmoke;
}

.selectListItem
{
    border-radius: 6px;
    padding: 2px 4px 2px;
}

.formHeader
{
    margin: 16px;
    font-size: 1em;
}

.formTable
{
    font-size:1em;
    width: 100%;
}

li::after
{
    content: "";
    clear: both;
    display: table;
}

.listImage
{
    float: right;
    height: 110px;
    padding-left: 8px;
}


.button
{
    width: fit-content;
    height: auto;
    padding: 4px 10px;
    border: 1px solid #505050;
    border-radius: 8px;
    background:  linear-gradient(180deg, gold, orange);
    cursor: pointer;
    color: #323232;
}

.centerButton
{
    margin: 24px auto;
}

.leftButton
{
    margin: 12px 8px 12px 0;
    display: inline-block;
}

.redGradient
{
    background: linear-gradient(180deg, pink, red);
    color: black;
}

.blueGradient
{
    background: linear-gradient(180deg, aliceblue, lightskyblue);

}

.header
{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 5px 4% 5px 4%;
    background-color: #383737;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: lightskyblue;

}

.headerTitle
{
    width: 100%;
}

.logoContainer
{
    height: 70px;
    margin: 3px;
}

.logoImage
{
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: contain;
}

.navbar
{
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 0;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1em;
    color: black;
    padding: 5px 4% 5px 4%;
    background: linear-gradient(180deg, aliceblue, deepskyblue);
    z-index: 5;
}

/*
 * background: linear-gradient(180deg, #bee6ff, #20a0da);
 */

.navButton, .nonNavButton
{
    margin: 4px 12px 0 0;
}

.navButton
{
    cursor: pointer;
}

#validatePage, #referPage, #handcountPage, #countyCallout, #joinPage, #donatePage
{
    display: none;
}

.mainPage
{
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: lightgray;
    color: #323232;
}

.mainPage::after
{
    content: "";
    clear: both;
    display: table;
}

.landingPage
{
    background-color: #383737;
    color: lightgray;
    border-top: 2px solid #20a0da;
    box-shadow: #000000cf 0px -3px 20px;
}

.pageTitle, .countyTitle
{
    width: 100%;
    margin: 0;
    padding: 12px 4%;
    background-color: #383737;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #d3d3d3;
    border-top: 2px solid #20a0da;
    box-shadow: #000000cf 0px -3px 20px;
}

.mainContent
{
    padding: 4%;
}

.landingPage .mainContent
{
    padding: 2% 4%;
}

.navigation
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 6px 0
}

.navigation .logoImage
{
    max-height: 90px;
}

.contentArea
{
    display: none;
    width: 80%;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.pitchList
{
    text-align: left;
}

.heatMapContainer svg
{
    width: 100%;
    height: auto;
    left: unset;
    object-fit: cover;
}

.formBox
{
    max-width: 600px;
    margin: auto;
    padding: 5% 5% 2%;
    color: #323232;
    text-align: justify;
    border-radius: 20px;
    box-shadow: #000000cf 0px 0px 20px;
    background-color: lightgray;
}

.pageSubTitle
{
    margin: 0;
}

.claimReservationLink
{
    height: 2em;
    min-width: 555px;
    width: fit-content;
    margin: 12px auto;
    padding: 8px;
    background-color: whitesmoke;
}

.tableContainer
{
    margin: 24px 0;
}

.tableTitle
{
    border-bottom: 2px solid #20a0da;
    margin: 25px 0 12px;
}

td, th
{
    padding: 2px 4px 2px 0;
}

.spriteContainer
{
    display: flex;
    justify-content: space-between;
    background-color: gray;
    border: 1px solid orange;
}

.containerSlideLeft, .containerSlideRight
{
    padding: 0 4px;
    font-size: 4em;
    color: #20a0da;
    align-content: center;
    cursor: pointer;
    background-color: #c0c0c0;
}

.svgContainer
{
    width: auto;
    height: 1020px;
    margin: auto;
    overflow: hidden;
    background-color: inherit;
}

svg
{
    position: relative;
    width: 1620px;
    height: 1012px;
    left: -33%;
    object-fit: cover;
}

.svgCenter
{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.closeButton
{
    float: right;
    padding: 8px 12px;
    color: red;
    font-size: 34px;
}

.indent
{
    margin: 1em 8% 1em 6%;
    text-indent: 0;
    text-align: justify;
}

.pdfViewButton
{
    cursor: pointer;
}

#sdStatutes, #handcountGuide, #sampleTallySheets
{
    display: none;
}

#printAffidavitContainer
{
    display: none;
}

.pdfViewContainer
{

}

.pdfView
{
    width: 100%;
    height: 80vh;
}

.sortSelection
{
    margin: 12px 0;
}

.topicContainer
{

}

.topicTitle
{
    width: 100%;
    margin: 0;
    padding: 0 0 12px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.25em;
    border-bottom: 3px solid #20a0da;
}

.topicContentFeed
{

}

.contentContainer
{
    margin: 24px 0 0;
    border: 1px solid #20a0da;
    background-color: #ebebeb;
}

.affidavitizedStyle
{
    background: linear-gradient(0deg, #ebebeb, lightskyblue);
}

.contentTitle
{
    font-weight: bold;
    padding: 12px 12px 8px;
}

.contentInfo
{
    margin: 0 12px 0;
}

.dateContainer, .contentViralCounties
{
    display: inline;
    font-size: .865em;
}

.contentText
{
    margin: 8px 0;
    padding: 8px 4%;
    background: white;
}

.newContentContainer
{
    margin: 0 auto 32px;
    padding: 12px 0 0;
    width: 80%;
    max-width: 700px;
    border: 2px solid #20a0da;
    background-color: #ebebeb;
    border-radius: 16px;
    box-shadow: #000000ab 2px 2px 12px;
    display: none;
}


.newContentForm
{
    width: 80%;
    max-width: 600px;
    margin: auto;
}

.printAffidavitContainer
{
    margin: 4%;
    font-size: 14px;
    line-height: 1.5em;
    background-color: white;
}

.generalAffidavitText
{
    margin-top: 2em;
}

.signDateSection
{
    margin-top: 2em;
    line-height: 2em;
}

.footer
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 25px 4%;
    background-color: #383737;
    text-align: center;
    color: lightskyblue;
    font-size: 15px;
}

.footerImage
{
    height: 30px;
    margin: 3px;
}

@media screen and (max-width: 750px)
{
    .mainContent
    {
        padding: 2%;
    }

    .pitchContent, .formBoxContainer
    {
        width: 90%;
        padding: 2%;
    }

    .formEntry input
    {
        width: 67%;
    }

}

@media screen and (max-width: 700px)
{
    body
    {
        font-size: 112.5%;
    }

    .navigation .logoImage
    {
        max-height: 75px;
    }
/*
    h1
    {
        font-size: 1.5em;
    }

    h2
    {
        font-size: 1.25em;
    }

    h3
    {
        font-size: 1.125em;
    }
*/
}

@media screen and (max-width: 500px)
{
    body
    {
        font-size: 100%;
    }

    ul
    {
        padding-inline-start: 20px;
    }

    .listImage
    {
        height: 90px;
    }

    .headerTitle
    {
        width: 80%;
    }

    .navigation .logoImage
    {
        max-height: 55px;
    }

    .formBoxContainerWide
    {
        width: 90%;
        padding: 2%;
    }

}
