body{
	/*background-image: url(../img/img1.jpg);*/
	background-color: white;
	background-size: 100%;
	color: rgb(4, 0, 229);
}
.page-head{
}
#wrapper{
	background-color: white;
	padding-bottom: 20px;
}
#banner-img{
}
.container{
	margin-top: 50px;
}
/*Styling the form*/
 form label{
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 5px;
}
.form-control{
}
form .btn-block{
	width: 70%;
	margin: auto auto;

}

.index-form{
	margin: auto auto;

}
.form-panel{
	margin-left:auto;
	margin-right: auto; 
	border-radius: 10px;
	margin-top: -140px;
}
.form-heading{
	font-weight: bold;
	background-color:#102eb4; 
	font-size: 20px;
	color: white;	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;


}
form input{
	font-size: 15px;
}
.form-field{
}
.form-field input{

} 
label{
	font-style: italic;
	font-size: large;
	color: rgb(7, 43, 221);
}
button{
	font-size: larger;
	background-color: ;
	cursor: pointer;
	height: 40px;
	border-style: solid;
	border-color: rgb(13, 9, 233);
	border-width: thin;
	border-radius: 5px;

}
button:hover{
	background-color: rgb(5, 40, 214);
	color: white;
}

input:hover{
	
}


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  flex: 1;
}

/* Footer styling */
.footer {
  color: white;
  text-align: center;
  padding: 20px 10px;
  background-color: rgb(4, 79, 192);
  font-size: large;
}
.footer {
  background-color: rgb(4, 79, 192);
  color: white;
  text-align: center;
  padding: 20px 10px;
  font-size: large;
}

footer{
	color: white;
	text-align: center;
	padding-bottom: 20px;
	background-color: rgb(4, 79, 192);
	font-size: large;
}
.footer a:hover{
	color: white;
	text-decoration: underline;
}
a{
	text-decoration: none;
	color: black;
}
a:visited{
     color: black;



}
/*Dropdown End*/

.link{
	font-style: italic;
}

.link a:hover{
	color: brown;
}
.btn button{
	width: 500px;
}
/* For the vote page*/
#right-logo{
	margin-right: 60px;
}
#left-logo{
	margin-left: 60px;
}
.panel-body{
	padding: 20px;

}

.panel-heading{
	background-color: rgba(0, 0, 0, 1);
	font-size: large;
	color: white;
}
.page-heading{

} 
.col-lg-6{
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
}
.ballot-submit-button{
	margin-top: 10px;
	margin-bottom: 50px;
	opacity: 0.8;
}
.ballot-submit-button button{
	width: 200px;

}

 /*The voter_result.php page*/
 .final-ballot-text p{
        font-size: 24px;

 }
 #position{
 	padding-left: 15px;
 	padding-top: 15px;
 }
 #position:hover{
 	background-color: rgba(196, 196, 196, 1);
 }
 .img{
 	border-style: solid;
 	border-width: thin;

 }
 .navbar-brand{

 }
  /*for voters page*/

 /*next & previous*/
.pagination li{
	list-style: none;
	display: inline-block;
	padding: 10px 10px 10px 10px;

}

/*records search input*/
label{
	float: left;
	padding:  0px 10px 10px 0px;
}
select{
	color: green;
}
nav{
	padding-top: 10px;
	margin-left:auto;
	margin-right: auto; 
}
nav ul li{
	display: inline-block;
	padding: 0px 20px 10px 20px;
	list-style: none;

}
nav ul li a:hover{
	color: white;
	text-decoration: none;

}
nav ul li a{
	color: black;
}




.menue-select {
  margin-top: 40px;
  text-align: center;
}

.menue-select select {
  padding: 12px 20px;
  font-size: 18px;
  border: 2px solid #004080;
  border-radius: 8px;
  background-color: #f8f8f8;
  color: #003366;
  outline: none;
  transition: 0.3s ease-in-out;
  width: 80%;
  max-width: 400px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.menue-select select:hover {
  border-color: #0066cc;
  background-color: #e6f0ff;
}

@media (max-width: 500px) {
  .menue-select select {
    width: 95%;
    font-size: 16px;
  }
}

