﻿html {
    background-color: #E6E6E6;
}

body {
    font-size: medium;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 15px;
    background-color: White;
    /*border-radius: 15px;*/
    /*ADDED*/
    box-shadow: 0px 0px 10px 0px #5f5e5e; 
    border-radius: 5px;
}

.bodyLogin {
    margin: 0px;
    background-color: #808080;
    background-image: linear-gradient(to top, #808080, #B2B2B2, whitesmoke);
    /* background-repeat: repeat; */
    font-family: Verdana, Geneva, sans-serif;
    font-size: small;
    color: #808080;
    height: 100%;
}

.VoterInterfaceBODY {
    font-size: medium;
    font-family: 'Open Sans', sans-serif;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 20%;
    margin-right: 20%;
    padding: 15px;
    background-color: White;
    border-radius: 15px;
}

.LoginBODY {
    font-size: medium;
    font-family: 'Open Sans', sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 15%;
    margin-right: 15%;
    padding: 15px;
    background-color: White;
    border-radius: 15px;
}

A:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.grayLink {
    color: #4d4d4d;
}

a:hover {
    font-weight: 600;
}

.stepbuttons {
    background-color: #d86018;
    border-color: #d86018;
    display: inline-block !important;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 18px;
    line-height: 1.3333333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.stepbuttons1 {
    /*font-size: medium;
	font-weight: bold;
    font-family: Sans-Serif, Arial;
	color: White;
	background-color: Navy;
	text-align: center;
	border-style: outset;
	vertical-align: middle;
	border-radius:8px;*/
    background-color: #d86018;
    border-color: #d86018;
    display: inline-block !important;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.3333333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.loginTextBox {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 3px;
    color: inherit;
    /*display: block;*/
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    height: 35px;
}

.writeInTextBox {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 3px;
    color: inherit;
    /*display: block;*/
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 30%;
    font-size: 14px;
    box-sizing: border-box;
    height: 25px;
}

.savebuttonsmall {
    background-color: #d86018;
    border-color: #d86018;
    width: 100%;
    display: inline-block !important;
    /*margin-bottom: 15px;*/
    color: #FFFFFF;
    border-radius: 3px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.3333333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    height: 35px;
    /*padding-right: 15px;
    padding-left: 15px;*/
}

    .savebuttonsmall:hover {
        background-color: #e8691d;
    }

.firstDiv {
    text-align: center;
    align-content: center;
    width: 50%;
    background-color: white;
    margin: auto;
    padding-top: 25px;
    padding-bottom: 15px;
    border-radius: 5px;
}

.LoginDiv {
    width: 90%;
    padding-left: 15%;
}

.rightlink {
    flex: 1;
    text-align: right;
    margin: 0 0 5px 0;
}

.leftlink {
    flex: 0 0 33%;
    text-align: left;
    margin: 0 0 5px 0;
    padding-top: 20px;
}

.centerlink {
    margin-top: 35px;
    flex: 0 0 33%;
    text-align: center;
}

.fw-semibold {
    font-weight: 600;
}

.btn-orange {
    color: #fff !important;
    background-color: #e8691d !important;
}

.pre {
    white-space: pre-wrap !important;
}