body {
  
  color: #666666;
  font-family:sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Pen Title */
.pen-title {
  padding: 50px 0;
  text-align: center;
  /*letter-spacing: 2px;*/
}
.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}
.pen-title span {
  font-size: 12px;
}
.pen-title span .fa {
  color: #33b5e5;
}
.pen-title span a {
  color: #33b5e5;
  font-weight: 600;
  text-decoration: none;
}

/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  border-top: 5px solid #33b5e5;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
    top: 1px;
    left: 0px;
}
#top-bg {
	position: relative;
	padding: 50px 0;
	background:url(../Images/resources_header_bg.jpg);
	border-bottom: 1px solid #EEE;
}

.form-module .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 30px;
  height: 30px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.form-module .toggle .tooltip {
  position: absolute;
  top: 5px;
  right: -65px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: auto;
  padding: 5px;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
.form-module .toggle .tooltip:before {
  content: '';
  position: absolute;
  top: 5px;
  left: -5px;
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.6);
}
.form-module .form {
  display: none;
  padding: 40px;
  width:400px;
}



.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  border-radius: 6px 6px 6px 6px;
  transition: 0.3s ease;
}
.form-module input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}
/*.button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button:hover {
  background: #178ab4;
}*/
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}
.Dropdownlist input:focus {
  border: 1px solid #33b5e5;
  color: #333333;
}

/*For Candidate details CandidatesDetail_Permission  simbu start*/

.PAGE
{
    width: 94%;
    height: 100%;
}

.td {
    text-align:right;
}
.Detail_List
{
    width: 850px;
    margin: 0 auto;
    margin-top: -20px;
    border-style:solid;
    border-width:2px;
    height: 450px;
    border-radius: 20px 20px 20px 20px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom:10px;
}
td
{
    padding:6px;
}
/*.btn {
    background-color: #3399FF;
    float: right;
    width: 100px;
    height: 30px;
    font-weight: bold;
    margin: 5px;
}*/
.ddl 
{
    width: 200px;
     height: 25px;
}
.txt 
{
    width: 200px; height: 25px;
}
.cbl
 {
        margin-top: 10px;
}

/*For Candidate details permission  simbu End*/
/*For Vechicle permission start*/

.page_vp
{
    width:100%;
    height:100%;
    
}
.pen-title h1 {
    margin: 0 auto;
    font-size: 48px;
    font-weight: 300;
}
.Login_vp
{
    margin: 0 auto;
    padding: 40px;
    border-style:solid;
    border-width:2px;
    border-radius: 10px 10px 10px 10px;
    width: 750px;
    height: 370px;
    text-align: left;
   
}
.row_vp
{
    padding:8px;
    text-align: right;
}
/*.btn_vp
{
    width: 95px;
    height: 30px;
    background-color: #3399FF;
    font-weight: bold;
}*/
.ddl_vp
{
     width: 200px; height: 30px;
}
.txt_vp
{
     width: 200px; height: 25px;
}



.txt_vpn
{
     width: 43px; height: 25px;
}

.txt_vp_date
{
     width: 175px; height: 25px;
}


.dp_vp 
{
    width: 200px; height: 25px;
}
/*For Vechicle permission end*/


.Login_SC
{
    margin: 0 auto;
    padding: 40px;
    border-style:solid;
    border-width:2px;
    border-radius: 10px 10px 10px 10px;
    width: 750px;
    height: 300px;
    text-align: left;
    margin-left: 260px;
}

/*For District Funtionary start*/

.page_df
{
    width:100%;
    height:100%;
    
}
.pen-title h1 {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 200;
}
.Login_df
{
    margin: 0 auto;
    padding: 40px;
    border-style:solid;
    border-width:2px;
    border-radius: 10px 10px 10px 10px;
    width: 750px;
    height: 300px;
    text-align: left;
    margin-left: 260px;
}
.row_df
{
    padding:10px;
    text-align: right;
}
/*.btn_df
{
    width: 95px;
    height: 30px;
    background-color: #3399FF;
    font-weight: bold;
}*/
.ddl_df
{
     width: 200px; height: 30px;
}
.txt_df
{
     width: 200px; height: 25px;
}
.dp_df
{
    width: 200px; height: 25px;
}
/*For District Funtionary end*/

/* Public Meeting Start*/
.page_PM
{
    width:100%;
    height:100%;
    
}
.pen-title h1 {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 200;
}
.Login_PM
{
    margin: 0 auto;
    padding: 40px;
    border-style:solid;
    border-width:2px;
    border-radius: 10px 10px 10px 10px;
    width: 750px;
    height: 300px;
    text-align: left;
    margin-left: 260px;
}
.row_PM
{
    padding:10px;
    text-align: right;
}
/*.btn_PM
{
    height: 30px;
    background-color: #3399FF;
    font-weight: bold;
    text-align: right;
}*/
.ddl_PM
{
     width: 200px; height: 30px;
}
.txt_PM
{
     height: 25px;
     width:200px;
}
.dp_PM
{
    width: 200px; height: 25px;
}
/* Public Meeting Start*/


/* Process Permission Start*/
.page_PP
{
    width:100%;
    height:100%;
    
}
.pen-title h1 {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 200;
}
.Login_PP
{
    margin: 0 auto;
    padding: 40px;
    border-style:solid;
    border-width:2px;
    border-radius: 10px 10px 10px 10px;
    width: 750px;
    height: 300px;
    text-align: left;
    margin-left: 260px;
}
.row_PP
{
    padding:10px;
    text-align: right;
}
.btn_PP
{
    height: 30px;
    background-color: #3399FF;
    font-weight: bold;
    text-align: right;
}
.ddl_PP
{
     width: 200px; height: 30px;
}
.txt_PP
{
     height: 25px;
     width:200px;
}
.dp_PP
{
    width: 200px; height: 25px;
}
/* Process Permission Start*/

/* Opening Office Start*/
.page_OO
{
    width:100%;
    height:100%;
    
}
.pen-title h1 {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 200;
}
.Login_OO
{
    margin: 0 auto;
    padding: 40px;
    border-style:solid;
    border-width:2px;
    border-radius: 10px 10px 10px 10px;
    width: 750px;
    height: 300px;
    text-align: left;
    margin-left: 260px;
}
.row_OO
{
    padding:10px;
    text-align: right;
}
/*.btn_OO
{
    height: 30px;
    background-color: #3399FF;
    font-weight: bold;
    text-align: right;
}*/
.ddl_OO
{
     width: 200px; height: 30px;
}
.txt_OO
{
     height: 25px;
     width:200px;
}
.dp_OO
{
    width: 200px; height: 25px;
}
/* Process Permission end*/

/* Helicopter Permission start*/

.page_HP
{
    width:100%;
    height:100%;
    
}
.pen-title h1 {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 200;
}
.Login_HP
{
    margin: 0 auto;
    padding: 40px;
    border-style:solid;
    border-width:2px;
    border-radius: 10px 10px 10px 10px;
    width: 750px;
    height: 200px;
    text-align: left;
    margin-left: 260px;
}
.row_HP
{
    padding:10px;
    text-align: right;
}
/*.btn_HP
{
    width: 95px;
    height: 30px;
    background-color: #3399FF;
    font-weight: bold;
}*/
.ddl_HP
{
     width: 200px; height: 30px;
}
.txt_HP
{
     width: 200px; height: 25px;
}
.dp_HP
{
    width: 200px; height: 25px;
}

/* Helicopter Permission end*/
