﻿


html, body {
	height: 100%;
}

body, .td {
	margin: 0px;
	font-family: Verdana, Arial, Tahoma;
	/*font-size: 14px;*/
	font-size: 16px;
	background-color: #fff; /*##E8E8E8;*/
	color: #000000
}

#outerdiv {
	margin: 0 auto;
	padding: 15px;
	border-radius: 8px;
	border:solid 1px black;
	width: 100%;
	max-width: 800px;
	min-width: 300px;
	box-sizing: border-box; /* ensures padding doesn't cause overflow */
}

.radioButtonList {
    list-style: none;
    padding: 0;
}

.radioButtonList label {
	display: inline-block;
	position: relative;
	padding-left: 30px; /* Space for the radio button */
	text-indent: 0;
	margin-top: 15px;
}

.radioButtonList label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px; /* Width of the radio button */
    height: 20px; /* Height of the radio button */
    border: 1px solid #ccc; /* Customize as needed */
    border-radius: 50%;
    background-color: white;
}

.radioButtonList input[type="radio"] {
	position: absolute;
	left: 0;
	opacity: 0; /* Hide the original radio button */
}

.radioButtonList input[type="radio"]:checked + label::before {
    background-color: #4CAF50; /* Customize as needed */
    border-color: #4CAF50;
}

.big-checkbox input[type="checkbox"] {
	width: 10px;
	height: 10px;
	transform: scale(2.0);
	margin-right: 10px; /* Adds space between checkbox and label text */
	vertical-align: middle; /* Optional: aligns better with text */
}

.no-bullets {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.proposal-item {
	padding-left: 20px;
	text-indent: -20px;
	margin-bottom: 1em;
	line-height: 1.5;
}

.label {
	padding-left: 50px
}

.validator{
	margin-left:95px
}

.mleft {
	margin-left: 75px
}

.vote-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
	/*margin-bottom: 20px;*/
}

.vote-label {
	flex: 1 1 auto;
	/*margin-top: 40px ;*/
	margin-top: 20px ;
	padding-right: 20px;
	white-space: normal; /* Allow multi-line label, but never below buttons */
}

.vote-options {
	flex: 0 0 150px; /* Fixed width */
}

		
a {
	color: #006752;
	text-decoration: underline;
	font-weight: bold
}

	a:link {
		color: #006752;
		text-decoration: underline;
	}

	a:active {
		color: #006752;
		text-decoration: underline;
	}

	a:visited {
		color: #006752;
		text-decoration: underline;
	}

	a:hover {
		color: #FF8233;
		text-decoration: underline;
	}

.link:hover,
.link:hover a {
	color: #FF8233;
	text-decoration: underline;
}


.h4 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	color: #000;
	font-weight: bold
}

.h3 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
	color: #000;
	font-weight: bold
}

.h2 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 16px;
	color: #000;
	font-weight: bold
}

.h1 {
	font-family: Verdana, Arial, Tahoma;
	font-size: 18px;
	color: #000;
	font-weight: bold
}

.green {
	color: #45a049;
	font-weight:bold;
}
	
	input [type=text], input[type=password], select, .input {
	width: 80%;
	padding: 12px 20px;
	margin: 0 auto;
	display: block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}



.submit {
	width: 80%;
	padding: 12px 20px;
	margin: 0 auto;
	display: block;
	background-color: #4CAF50;
	color: white;
	padding: 14px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}



.button-container {
	display: flex;
	justify-content: space-between;
	gap: 4%; /* Adjust as needed */
}

.submitY, .submitN {
	flex: 1;
	padding: 14px 10px;
	background-color: #4CAF50;
	font-weight: bold;
	font-size: 16px;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	max-width: 44%; /* Ensures two fit with gap */
}

.submitY {
	background-color: #4CAF50;
}

	.submitY:hover {
		background-color: #45a049;
	}

.submitN {
	background-color: #FF0000;
}

.submitN:hover {
	background-color: #d80404;
}

.warning {
	font-family: Verdana, Arial, Tahoma;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold
}




.my-modal {
	z-index: 3;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.6)
}

.my-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px
}

.my-container, .my-panel {
	padding: 0.01em 16px
}

.my-panel {
	margin-top: 16px;
	margin-bottom: 16px
}

.note {
	color: #c0c0c0;
	font-size:10px;
	text-align:right
}
