html {

}
body {
  background-color: #ffffff;
  color: #000;
  font-family: "Varela Round", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  /*background-image: url(img/topBg.gif);*/
  background-repeat: repeat-x;
  overflow-x: hidden; 
  margin: 0 auto;
}

/* ---------- LOGIN ---------- */
.background {
    background-image: url(../img/loginBg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 5px 0px;

}



  
.logo_head {
    border-bottom: 2px solid #0d6b9a;
    padding-top: 10px;
    padding-bottom: 0px;
}
  .logo_head img {
   
  }
  .logo_head .sindh_logo {

  }
   .logo_head .srb_logo {
      float: right;
  }



.container {
  width: 1000px;
  margin: 0 auto;
  display: block;
}


.form_section {

}
    .form_section h1 {
          color: #1b4e7e;
              font-family: -webkit-pictograph;
     }
    .form_section form {

      margin-top: 40px;
    }

      .form_section form label {

      }
      .form_section form label .red{ 
        color: red;
      }
        .form_section form input{
          border: 1px solid #000;
       
        }
    .form_section .form_head{
         background-color: #000;
         color: #fff;
         text-align: center;
       
        }
          
.header-style-view{
	background-color: #E0E0E0;
    font-size: 13px;
    padding: 5px;
    color: black;
 
}
	
.form-group {
    margin-bottom: 6px !important;
}  
.content-style{
	    font-size: 11px;
    font-weight: normal;
    line-height: 1.0em;
}


/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba(21, 20, 20, 0.8)  
                url('../images/loading-ball_2.gif') 
                50% 50% 
                no-repeat;
}
.modal p {
	position: absolute;
    text-align: center;
    display: block;
    width: 100px;
    bottom: 110px;
    right: 648px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
#apply{
	background-color: #125696;
	color: #fff;
	border: 0px;
	padding: 6px 16px;
	font-size: 14px;
	border-radius: 5px;
	
}
#resetbtn{
	background-color: #752828;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 16px;
	
}