﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 0px;
    padding-bottom: 20px;
}

.body-content {
    top: 145px;
    background-color: transparent;
    padding: 0px 15px 0px 15px;
    margin: 0px 10px 0px 10px;
}

@media (max-width: 768px) {
    .body-content {
        padding: 0px 4px 0px 4px;
        margin: 0px 2px 0px 2px;
    }
}


.banner {
    font-size: 38px;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 14px 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: dashed 0px green;
    color: #142782;
    position: relative;
}

.smlTitle {
    font-size: 10px;
    text-align: left;
    width: 100%;
    float: left;
}

ul.chk1 {
    list-style-image: url(../Images/check1.png);
}

ul.chk2 {
    list-style-image: url(../Images/check2.png);
}

a.gvk1:hover {
    text-decoration: none;
    color: #1F75CC;
    cursor: pointer;
}

a.gvk1:visited {
    text-decoration: none;
    outline: none;
}

.gvk1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}

.gvkHead1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: rgba(23,100,243,1);
}

a.gvkHead1:hover {
    text-decoration: none;
    color: #1F75CC;
    cursor: pointer;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.headContainer {
    padding-right: 8%;
    padding-left: 2%;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../Images/headerBackGround1.png);
    background-repeat: repeat;
    border-bottom: 1px solid gold;
    box-shadow: 0px 3px 4px grey;
    width: 100%;
}

.headImg {
    max-width: 100%;
    height: auto;
}

.pollworkerTextContainer {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.pollworkerTitle {
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: darkblue;
}

.pollworkerSub {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: darkblue;
}

@Media (min-device-width: 640px) {
    .pollworkerTextContainer {
        width: 75%;
    }

    .pollworkerTitle {
        font-size: 28px;
    }

    .pollworkerSub {
        font-size: 20px;
    }
}

.hlp {
    background-color: antiquewhite;
    font-size: 18px;
    padding: 0px 0px 0px 8px;
    color: darkblue;
    border: 4px groove darkblue;
    width: 300px;
    display: none;
    box-shadow: 6px 6px 4px grey;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.errorBox {
 /*   float: right;*/
    width: 40%;
    margin-left: auto;
}

.errMsgCtrl {
    border-radius: 3px 4px;
    color: #47484f;
    margin: 0px 0px 0px 0px;
    width: 100%;
    padding: 4px 8px 5px 8px;
    border: 1px solid #999999;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.errMsgCtrlError {
    border-radius: 3px 4px;
    background-color: #FF9999;
    color: #47484f;
    margin: 0px 0px 0px 0px;
    width: 100%;
    padding: 4px 8px 5px 8px;
    border: 1px solid #999999;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

@media (max-width: 768px) {
    .errorBox {
        width: 100%;
        /*float: left;*/
    }
}

.txtContainer1 {
    width: 150px;
    min-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 2px 0px 4px;
    background-color: #ffffff;
    border: 1px solid #b5b4b4;
    border-radius: 3px 4px;
}

.txtContainer3 {
    width: 150px;
    text-align: left;
    min-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 2px 0px 4px;
    background-color: #ffffff;
    border: 1px solid #b5b4b4;
    border-radius: 3px 4px;
    float: left;
}

.txtContainer4 {
    width: 200px;
    text-align: left;
    min-height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px 2px 0px 4px;
    background-color: #ffffff;
    border: 1px solid #b5b4b4;
    border-radius: 3px 4px;
    float: left;
}

@media (max-width: 768px) {
    .txtContainer4 {
        float: left;
    }
}

.txtContainerLft {
    margin-top: 0px;
    min-height: 30px;
    width: 115px;
    border-radius: 3px 4px;
    font-weight: 600;
    color: #001040;
    margin: 0px 0px 0px 4px;
    padding: 0px 0px 0px 4px;
    background-color: #c2d0fb;
    border-top: 1px solid #b5b4b4;
    border-bottom: 2px solid gray;
    border-left: 1px solid #b5b4b4;
    border-right: 2px solid gray;
}

.brackets {
    display: inline-block;
    color: #083C73;
    padding: 2px 10px 6px 10px;
    margin: 0px 10px 20px 10px;
    border-radius: 5px;
    background-color: transparent;
    border-top: 3px solid #adabab;
    border-bottom: 3px solid #adabab;
}

.bracketCont {
    width: 260px;
    float: left;
}

@media (max-width: 768px) {
    .bracketCont {
        width: 100%;
    }
}

.brackets26 {
    width: 26%;
}

.brackets40 {
    width: 40%;
}

.brackets55 {
    width: 55%;
}

.d-inline-flex {
    display: inline-flex;
}

@media (max-width: 950px) {
    .brackets {
        width: auto;
        clear: both;
    }
}

.btn1 {
    text-align: center;
    width: 80px;
    min-height: 36px;
    font-size: 14px;
    background-color: #428BCA;
    padding: 6px 14px 2px 14px;
    border-radius: 4px 4px;
    color: #ffffff;
}

    .btn1:hover {
        background-color: #2c699d;
    }

.btnEdit {
    text-align: left;
    text-align: right;
    width: 44px;
    font-size: 12px;
    background-color: transparent;
    background: url(../Images/btnEdit1.png) no-repeat left;
    padding: 1px 0px 0px 0px;
    margin: 0px 4px 0px 4px;
    border: none;
    color: #001040;
}

    .btnEdit:hover {
        margin: 0px 0px 0px 5px;
        color: #001040;
        clear: none;
    }

.btnEditGray {
    text-align: left;
    text-align: right;
    width: 44px;
    font-size: 12px;
    background-color: transparent;
    background: url(../Images/btnEdit2.png) no-repeat left;
    padding: 1px 0px 0px 0px;
    margin: 0px 4px 0px 4px;
    border: none;
    color: #001040;
}

.btn1dwn {
    margin: auto;
    text-align: center;
    width: 100px;
    min-height: 36px;
    min-width: 36px;
    background-color: #001040;
    padding: 4px 22px 2px 22px;
    color: #ffffff;
    clear: none;
}

.mContent {
    margin: 4px 0px 14px 0px;
    padding: 30px 10px 0px 12px;
    background-color: #F0F0F0;
    border-top: 2px solid #001040;
    border-bottom: 4px solid #001040;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-radius: 4px 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

@media (max-width: 768px) {
    .mContent {
        width: 100%;
    }
}

.cNav {
    position: absolute;
    overflow: auto;
    clear: both;
    padding: 0px 0px 0px 16px;
    top: 206px;
}

@media (max-width: 920px) {
    .cNav {
        display: none;
    }
}

@media (min-width: 768px) {
    .datePanel {
        display: none;
    }
}

.gvkRow {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6rem;
    margin: 2rem 0;
    text-align: center;
    font-size: 21px;
}

@media (max-width: 768px) {
    .gvkRow {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 3rem;
    }
}

.gvkBG {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../govoteky/gvk1.png) no-repeat;
    width: 855px;
    max-width: 100%;
    height: 100%;
}

.gvkDates {
    width: 375px;
    height: auto;
    border-radius: 6px;
    position: relative;
    margin: auto 0 5rem 0;
    padding: 14px 14px 14px 14px;
    background: rgba(0,16,64,.9);
    line-height: normal;
}

@media (max-width: 768px) {
    .gvkDates {
        margin: auto 0 0 0;
        width: 90%;
    }
}

@media (max-width: 640px) {
    .gvkDates {
        display: none;
    }
}

.gvkPanel {
    width: 370px;
    border-radius: 6px;
    padding: 14px 14px 14px 14px;
    background: rgba(0,16,64,.6);
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .gvkPanel {
        width: 90%;
        padding: 8px 8px 8px 8px;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .dateHd {
        font: 16px;
    }
}

@media (max-width: 768px) {
    .dateTxt {
        font: bold 18px Perpetua;
    }
}

.inputFld {
    background-color: transparent;
    width: 30%;
    float: left;
}

.inputFld2 {
    background-color: transparent;
    width: 30%;
    float: left;
    margin-left: 12px;
}

.input-group-title {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background-color: #d7e6f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-left: 12px;
}

@media (max-width: 768px) {
    .inputFld {
        width: 100%;
    }
}

.formBdy {
    background-color: transparent;
    width: 60%;
    padding: 0px 0px 0px 0px;
}

@media (max-width: 768px) {
    .formBdy {
        width: 100%;
    }
}

.btn1txt {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding: 2px 0px 0px 0px;
    float: left;
    background: url(../Images/EVRbtndwn.png) no-repeat left;
    width: 147px;
    height: 38px;
}

.btn1txtup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #083C73;
    padding: 2px 0px 0px 0px;
    float: left;
    background: url(../Images/EVRbtn.png) no-repeat left;
    width: 147px;
    height: 38px;
}

.btn1txtdwn {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    text-align: center;
    padding: 2px 0px 0px 0px;
    float: left;
    background: url(../Images/EVRbtndwn.png) no-repeat left;
    width: 147px;
    height: 38px;
}

.btn2 {
    margin: auto;
    text-align: center;
    width: 100px;
    min-height: 36px;
    min-width: 36px;
    background-color: #001040;
    padding: 4px 22px 2px 22px;
    color: #ffffff;
    clear: none;
}

    .btn2:hover {
        background-color: #aec2ff;
        color: #001040;
        border: 1px solid #001040;
        clear: none;
    }

.btn3 {
    margin: auto;
    text-align: center;
    width: 240px;
    min-height: 36px;
    font-size: 16px;
    background-color: #001040;
    padding: 0px 0px 0px 0px;
    border-radius: 5px 6px;
    color: #ffffff;
    clear: none;
}

    .btn3:hover {
        background-color: #aec2ff;
        color: #001040;
        clear: none;
    }

.mainTxtHead {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #083C73;
    padding: 4px 0px 0px 10px;
}

.mainTxt {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: inherit;
    padding: 4px 0px 0px 10px;
}

/*Message box*/
a.selected {
    background-color: #1F75CC;
    color: white;
    z-index: 100;
}

.messagepop {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    cursor: default;
    display: none;
    margin-top: 15px;
    position: absolute;
    text-align: left;
    width: 394px;
    z-index: 50;
    padding: 25px 25px 20px;
}

label {
    display: block;
    margin-bottom: 3px;
    padding-left: 15px;
    text-indent: -15px;
}

.messagepop p, .messagepop.div {
    border-bottom: 1px solid #EFEFEF;
    margin: 8px 0;
    padding-bottom: 8px;
}

.errBox {
    border: 2px solid red;
}

.noErrBox {
    border: 2px solid #F0F0F0;
}


/*.inputText {
    color: #083c73;
    justify-content: center;
}

.input-group-append {
    width: 115px;
    background-color: #eee;
}*/


.bg {
    background: rgb(235,235,235);
    background: radial-gradient(circle, rgba(235,235,235,1) 0%, rgba(215,215,215,1) 50%, rgba(235,235,235,1) 100%);
}

.row {
    display: flex;
    flex-direction: row;
    /*height: 100vh;*/
    justify-content: center;
    /*margin: 0 auto;*/
}

.col {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}


.card {
    margin: 6rem auto;
    max-width: 66%;
    background: #fff;
    border-radius: 10px;
    filter: drop-shadow(3px 15px 10px #999);
}

.card > *:not(:first-child) {
    margin: 1.5rem 2rem;
}

.card > div {
    text-align: center;
}

.card-header {
    font-weight: 600;
    font-size: 1.25rem;
    padding: .5rem .75rem;
    background: #142782;
    color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

@media only screen and (max-width: 768px) {
    .card {
        max-width: 90%;
    }
}